From 2b53cbf652f34b70c38aad6a184b0f371f4ce3af Mon Sep 17 00:00:00 2001 From: Eben Sorkin Date: Mon, 1 Apr 2019 14:20:19 -0400 Subject: [PATCH] Added Small caps and a lot of kerning Also added OpenType features to support small caps - lower case to small caps and caps to small caps. --- fonts/ttfs/MerriweatherSans-Black.ttf | Bin 74352 -> 74424 bytes fonts/ttfs/MerriweatherSans-Bold.ttf | Bin 74540 -> 74612 bytes fonts/ttfs/MerriweatherSans-BoldItalic.ttf | Bin 74372 -> 74456 bytes fonts/ttfs/MerriweatherSans-Italic.ttf | Bin 74592 -> 74684 bytes fonts/ttfs/MerriweatherSans-Light.ttf | Bin 75084 -> 75156 bytes fonts/ttfs/MerriweatherSans-LightItalic.ttf | Bin 74936 -> 75008 bytes fonts/ttfs/MerriweatherSans-Regular.ttf | Bin 74772 -> 74880 bytes .../ttfs/MerriweatherSans-UltraBoldItalic.ttf | Bin 74564 -> 74636 bytes fonts/variable/MerriweatherSans-Italic-VF.ttf | Bin 0 -> 239680 bytes fonts/variable/MerriweatherSans-Roman-VF.ttf | Bin 0 -> 240428 bytes sources/MerriweatherSans for VF.glyphs | 59376 +++++----------- sources/MerriweatherSans-Italic for VF.glyphs | 59009 +++++---------- .../MerriweatherSans-Black.ufo/features.fea | 10 +- .../MerriweatherSans-Black.ufo/glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/Q_.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/V_.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/X_.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/dcroat.sc.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdouble.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hdotbelow.sc.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/ij.glif | 2 +- .../glyphs/ij.sc.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/ij_acutecomb.sc.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../glyphs/kip.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/ldotbelow.sc.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/nj.glif | 2 +- .../glyphs/nj.sc.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslash.sc.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/oslashacute.sc.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/periodcentered.loclC_A_T_.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tbar.sc.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../MerriweatherSans-Black.ufo/lib.plist | 12 +- .../MerriweatherSans-Bold.ufo/features.fea | 10 +- .../MerriweatherSans-Bold.ufo/glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/Q_.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/V_.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/X_.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/dcroat.sc.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdouble.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hdotbelow.sc.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/ij.glif | 2 +- .../glyphs/ij.sc.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/ij_acutecomb.sc.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/kip.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/ldotbelow.sc.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/nj.glif | 2 +- .../glyphs/nj.sc.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslash.sc.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/oslashacute.sc.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/periodcentered.loclC_A_T_.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tbar.sc.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/won.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../MerriweatherSans-Bold.ufo/lib.plist | 12 +- .../fontinfo.plist | 10 +- .../glyphs/A_.glif | 36 +- .../glyphs/A_E_.glif | 52 +- .../glyphs/A_E_acute.glif | 10 +- .../glyphs/A_acute.glif | 12 +- .../glyphs/A_breve.glif | 12 +- .../glyphs/A_breveacute.glif | 12 +- .../glyphs/A_brevedotbelow.glif | 14 +- .../glyphs/A_brevegrave.glif | 12 +- .../glyphs/A_brevehookabove.glif | 12 +- .../glyphs/A_brevetilde.glif | 12 +- .../glyphs/A_caron.glif | 12 +- .../glyphs/A_circumflex.glif | 12 +- .../glyphs/A_circumflexacute.glif | 12 +- .../glyphs/A_circumflexdotbelow.glif | 14 +- .../glyphs/A_circumflexgrave.glif | 12 +- .../glyphs/A_circumflexhookabove.glif | 12 +- .../glyphs/A_circumflextilde.glif | 12 +- .../glyphs/A_dblgrave.glif | 12 +- .../glyphs/A_dieresis.glif | 12 +- .../glyphs/A_dotbelow.glif | 12 +- .../glyphs/A_grave.glif | 12 +- .../glyphs/A_hookabove.glif | 12 +- .../glyphs/A_invertedbreve.glif | 12 +- .../glyphs/A_macron.glif | 12 +- .../glyphs/A_ogonek.glif | 12 +- .../glyphs/A_ring.glif | 12 +- .../glyphs/A_ringacute.glif | 14 +- .../glyphs/A_tilde.glif | 12 +- .../glyphs/B_.glif | 102 +- .../glyphs/B_dotaccent.glif | 10 +- .../glyphs/C_.glif | 76 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 8 +- .../glyphs/C_caron.glif | 8 +- .../glyphs/C_cedilla.glif | 6 +- .../glyphs/C_cedillaacute.glif | 8 +- .../glyphs/C_circumflex.glif | 8 +- .../glyphs/C_dotaccent.glif | 8 +- .../glyphs/D_.glif | 78 +- .../glyphs/D_Z_.glif | 18 +- .../glyphs/D_Z_caron.glif | 18 +- .../glyphs/D_caron.glif | 12 +- .../glyphs/D_croat.glif | 10 +- .../glyphs/D_dotaccent.glif | 12 +- .../glyphs/D_dotbelow.glif | 12 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 12 +- .../glyphs/D_z.glif | 18 +- .../glyphs/D_zcaron.glif | 18 +- .../glyphs/E_.glif | 34 +- .../glyphs/E_acute.glif | 12 +- .../glyphs/E_breve.glif | 12 +- .../glyphs/E_caron.glif | 12 +- .../glyphs/E_cedillabreve.glif | 12 +- .../glyphs/E_circumflex.glif | 12 +- .../glyphs/E_circumflexacute.glif | 12 +- .../glyphs/E_circumflexdotbelow.glif | 12 +- .../glyphs/E_circumflexgrave.glif | 12 +- .../glyphs/E_circumflexhookabove.glif | 12 +- .../glyphs/E_circumflextilde.glif | 12 +- .../glyphs/E_dblgrave.glif | 12 +- .../glyphs/E_dieresis.glif | 12 +- .../glyphs/E_dotaccent.glif | 12 +- .../glyphs/E_dotbelow.glif | 10 +- .../glyphs/E_grave.glif | 12 +- .../glyphs/E_hookabove.glif | 12 +- .../glyphs/E_invertedbreve.glif | 12 +- .../glyphs/E_macron.glif | 12 +- .../glyphs/E_macronacute.glif | 14 +- .../glyphs/E_macrongrave.glif | 14 +- .../glyphs/E_ng.glif | 40 +- .../glyphs/E_ogonek.glif | 12 +- .../glyphs/E_th.glif | 18 +- .../glyphs/E_tilde.glif | 12 +- .../glyphs/E_zh.glif | 62 +- .../glyphs/E_zhcaron.glif | 8 +- .../glyphs/F_.glif | 28 +- .../glyphs/F_dotaccent.glif | 10 +- .../glyphs/G_.glif | 92 +- .../glyphs/G_breve.glif | 10 +- .../glyphs/G_caron.glif | 10 +- .../glyphs/G_circumflex.glif | 10 +- .../glyphs/G_commaaccent.glif | 10 +- .../glyphs/G_dotaccent.glif | 10 +- .../glyphs/G_ermandbls.glif | 98 +- .../glyphs/G_macron.glif | 10 +- .../glyphs/H_.glif | 32 +- .../glyphs/H_bar.glif | 50 +- .../glyphs/H_brevebelow.glif | 10 +- .../glyphs/H_circumflex.glif | 10 +- .../glyphs/H_dotbelow.glif | 10 +- .../glyphs/I_.glif | 20 +- .../glyphs/I_.uc.glif | 14 +- .../glyphs/I_J_.glif | 18 +- .../glyphs/I_J__acutecomb.glif | 20 +- .../glyphs/I_acute.glif | 14 +- .../glyphs/I_breve.glif | 14 +- .../glyphs/I_caron.glif | 14 +- .../glyphs/I_circumflex.glif | 14 +- .../glyphs/I_dblgrave.glif | 14 +- .../glyphs/I_dieresis.glif | 14 +- .../glyphs/I_dieresisacute.glif | 16 +- .../glyphs/I_dotaccent.glif | 14 +- .../glyphs/I_dotbelow.glif | 14 +- .../glyphs/I_grave.glif | 14 +- .../glyphs/I_hookabove.glif | 14 +- .../glyphs/I_invertedbreve.glif | 14 +- .../glyphs/I_macron.glif | 14 +- .../glyphs/I_ogonek.glif | 14 +- .../glyphs/I_tilde.glif | 14 +- .../glyphs/J_.glif | 38 +- .../glyphs/J_circumflex.glif | 10 +- .../glyphs/K_.glif | 46 +- .../glyphs/K_commaaccent.glif | 10 +- .../glyphs/L_.glif | 24 +- .../glyphs/L_J_.glif | 18 +- .../glyphs/L_acute.glif | 14 +- .../glyphs/L_caron.glif | 44 +- .../glyphs/L_commaaccent.glif | 14 +- .../glyphs/L_dot.glif | 14 +- .../glyphs/L_dotbelow.glif | 14 +- .../glyphs/L_j.glif | 18 +- .../glyphs/L_linebelow.glif | 14 +- .../glyphs/L_slash.glif | 30 +- .../glyphs/M_.glif | 46 +- .../glyphs/M_dotaccent.glif | 10 +- .../glyphs/M_dotbelow.glif | 10 +- .../glyphs/N_.glif | 36 +- .../glyphs/N_J_.glif | 14 +- .../glyphs/N_acute.glif | 10 +- .../glyphs/N_caron.glif | 10 +- .../glyphs/N_commaaccent.glif | 10 +- .../glyphs/N_dotaccent.glif | 10 +- .../glyphs/N_dotbelow.glif | 10 +- .../glyphs/N_j.glif | 14 +- .../glyphs/N_linebelow.glif | 10 +- .../glyphs/N_tilde.glif | 10 +- .../glyphs/O_.glif | 64 +- .../glyphs/O_E_.glif | 90 +- .../glyphs/O_acute.glif | 18 +- .../glyphs/O_breve.glif | 18 +- .../glyphs/O_caron.glif | 18 +- .../glyphs/O_circumflex.glif | 18 +- .../glyphs/O_circumflexacute.glif | 18 +- .../glyphs/O_circumflexdotbelow.glif | 20 +- .../glyphs/O_circumflexgrave.glif | 18 +- .../glyphs/O_circumflexhookabove.glif | 18 +- .../glyphs/O_circumflextilde.glif | 18 +- .../glyphs/O_dblgrave.glif | 18 +- .../glyphs/O_dieresis.glif | 18 +- .../glyphs/O_dieresismacron.glif | 20 +- .../glyphs/O_dotaccentmacron.glif | 20 +- .../glyphs/O_dotbelow.glif | 18 +- .../glyphs/O_grave.glif | 18 +- .../glyphs/O_hm.glif | 66 +- .../glyphs/O_hookabove.glif | 18 +- .../glyphs/O_horn.glif | 42 +- .../glyphs/O_hornacute.glif | 18 +- .../glyphs/O_horndotbelow.glif | 18 +- .../glyphs/O_horngrave.glif | 18 +- .../glyphs/O_hornhookabove.glif | 18 +- .../glyphs/O_horntilde.glif | 18 +- .../glyphs/O_hungarumlaut.glif | 18 +- .../glyphs/O_invertedbreve.glif | 18 +- .../glyphs/O_macron.glif | 18 +- .../glyphs/O_macronacute.glif | 20 +- .../glyphs/O_macrongrave.glif | 20 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 18 +- .../glyphs/O_slash.glif | 116 +- .../glyphs/O_slashacute.glif | 4 +- .../glyphs/O_tilde.glif | 18 +- .../glyphs/O_tildeacute.glif | 20 +- .../glyphs/O_tildedieresis.glif | 20 +- .../glyphs/O_tildemacron.glif | 20 +- .../glyphs/P_.glif | 72 +- .../glyphs/P_dotaccent.glif | 10 +- .../glyphs/Q_.glif | 56 +- .../glyphs/R_.glif | 88 +- .../glyphs/R_acute.glif | 10 +- .../glyphs/R_caron.glif | 10 +- .../glyphs/R_commaaccent.glif | 10 +- .../glyphs/R_dblgrave.glif | 10 +- .../glyphs/R_dotbelow.glif | 10 +- .../glyphs/R_invertedbreve.glif | 10 +- .../glyphs/R_linebelow.glif | 10 +- .../glyphs/S_.glif | 84 +- .../glyphs/S_acute.glif | 10 +- .../glyphs/S_acutedotaccent.glif | 12 +- .../glyphs/S_caron.glif | 10 +- .../glyphs/S_carondotaccent.glif | 12 +- .../glyphs/S_cedilla.glif | 10 +- .../glyphs/S_chwa.glif | 76 +- .../glyphs/S_circumflex.glif | 10 +- .../glyphs/S_commaaccent.glif | 10 +- .../glyphs/S_dotaccent.glif | 10 +- .../glyphs/S_dotbelow.glif | 10 +- .../glyphs/S_dotbelowdotaccent.glif | 12 +- .../glyphs/T_.glif | 26 +- .../glyphs/T_bar.glif | 36 +- .../glyphs/T_caron.glif | 12 +- .../glyphs/T_cedilla.glif | 12 +- .../glyphs/T_commaaccent.glif | 12 +- .../glyphs/T_dotaccent.glif | 12 +- .../glyphs/T_dotbelow.glif | 12 +- .../glyphs/T_horn.glif | 70 +- .../glyphs/T_linebelow.glif | 12 +- .../glyphs/U_.glif | 66 +- .../glyphs/U_acute.glif | 14 +- .../glyphs/U_breve.glif | 14 +- .../glyphs/U_caron.glif | 14 +- .../glyphs/U_circumflex.glif | 14 +- .../glyphs/U_dblgrave.glif | 14 +- .../glyphs/U_dieresis.glif | 14 +- .../glyphs/U_dieresisacute.glif | 16 +- .../glyphs/U_dieresiscaron.glif | 16 +- .../glyphs/U_dieresisgrave.glif | 16 +- .../glyphs/U_dieresismacron.glif | 16 +- .../glyphs/U_dotbelow.glif | 14 +- .../glyphs/U_grave.glif | 14 +- .../glyphs/U_hookabove.glif | 14 +- .../glyphs/U_horn.glif | 14 +- .../glyphs/U_hornacute.glif | 14 +- .../glyphs/U_horndotbelow.glif | 14 +- .../glyphs/U_horngrave.glif | 14 +- .../glyphs/U_hornhookabove.glif | 14 +- .../glyphs/U_horntilde.glif | 14 +- .../glyphs/U_hungarumlaut.glif | 14 +- .../glyphs/U_invertedbreve.glif | 14 +- .../glyphs/U_macron.glif | 14 +- .../glyphs/U_macrondieresis.glif | 16 +- .../glyphs/U_ogonek.glif | 14 +- .../glyphs/U_ring.glif | 14 +- .../glyphs/U_tilde.glif | 14 +- .../glyphs/U_tildeacute.glif | 16 +- .../glyphs/V_.glif | 26 +- .../glyphs/W_.glif | 48 +- .../glyphs/W_acute.glif | 10 +- .../glyphs/W_circumflex.glif | 10 +- .../glyphs/W_dieresis.glif | 10 +- .../glyphs/W_grave.glif | 10 +- .../glyphs/X_.glif | 28 +- .../glyphs/Y_.glif | 28 +- .../glyphs/Y_acute.glif | 12 +- .../glyphs/Y_circumflex.glif | 12 +- .../glyphs/Y_dieresis.glif | 12 +- .../glyphs/Y_dotaccent.glif | 12 +- .../glyphs/Y_dotbelow.glif | 12 +- .../glyphs/Y_grave.glif | 12 +- .../glyphs/Y_hookabove.glif | 12 +- .../glyphs/Y_macron.glif | 12 +- .../glyphs/Y_tilde.glif | 12 +- .../glyphs/Z_.glif | 28 +- .../glyphs/Z_acute.glif | 8 +- .../glyphs/Z_caron.glif | 8 +- .../glyphs/Z_dotaccent.glif | 8 +- .../glyphs/Z_dotbelow.glif | 6 +- .../glyphs/_notdef.glif | 34 +- .../glyphs/_null.glif | 2 +- .../glyphs/a.glif | 74 +- .../glyphs/a.sc.glif | 36 +- .../glyphs/aacute.glif | 12 +- .../glyphs/aacute.sc.glif | 12 +- .../glyphs/abreve.glif | 12 +- .../glyphs/abreve.sc.glif | 12 +- .../glyphs/abreveacute.glif | 12 +- .../glyphs/abreveacute.sc.glif | 12 +- .../glyphs/abrevedotbelow.glif | 14 +- .../glyphs/abrevedotbelow.sc.glif | 14 +- .../glyphs/abrevegrave.glif | 12 +- .../glyphs/abrevegrave.sc.glif | 12 +- .../glyphs/abrevehookabove.glif | 12 +- .../glyphs/abrevehookabove.sc.glif | 12 +- .../glyphs/abrevetilde.glif | 12 +- .../glyphs/abrevetilde.sc.glif | 12 +- .../glyphs/acaron.glif | 12 +- .../glyphs/acaron.sc.glif | 12 +- .../glyphs/acircumflex.glif | 12 +- .../glyphs/acircumflex.sc.glif | 12 +- .../glyphs/acircumflexacute.glif | 12 +- .../glyphs/acircumflexacute.sc.glif | 12 +- .../glyphs/acircumflexdotbelow.glif | 14 +- .../glyphs/acircumflexdotbelow.sc.glif | 14 +- .../glyphs/acircumflexgrave.glif | 12 +- .../glyphs/acircumflexgrave.sc.glif | 12 +- .../glyphs/acircumflexhookabove.glif | 12 +- .../glyphs/acircumflexhookabove.sc.glif | 12 +- .../glyphs/acircumflextilde.glif | 12 +- .../glyphs/acircumflextilde.sc.glif | 12 +- .../glyphs/acute.glif | 16 +- .../glyphs/acutecomb.case.glif | 14 +- .../glyphs/acutecomb.glif | 18 +- .../glyphs/adblgrave.glif | 12 +- .../glyphs/adblgrave.sc.glif | 12 +- .../glyphs/adieresis.glif | 12 +- .../glyphs/adieresis.sc.glif | 12 +- .../glyphs/adotbelow.glif | 12 +- .../glyphs/adotbelow.sc.glif | 12 +- .../glyphs/ae.glif | 130 +- .../glyphs/ae.sc.glif | 52 +- .../glyphs/aeacute.glif | 10 +- .../glyphs/aeacute.sc.glif | 10 +- .../glyphs/agrave.glif | 12 +- .../glyphs/agrave.sc.glif | 12 +- .../glyphs/ahookabove.glif | 12 +- .../glyphs/ahookabove.sc.glif | 12 +- .../glyphs/ainvertedbreve.glif | 12 +- .../glyphs/ainvertedbreve.sc.glif | 12 +- .../glyphs/amacron.glif | 12 +- .../glyphs/amacron.sc.glif | 12 +- .../glyphs/ampersand.glif | 160 +- .../glyphs/aogonek.glif | 12 +- .../glyphs/aogonek.sc.glif | 12 +- .../glyphs/apostrophemod.glif | 34 +- .../glyphs/approxequal.glif | 6 +- .../glyphs/aring.glif | 12 +- .../glyphs/aring.sc.glif | 12 +- .../glyphs/aringacute.glif | 14 +- .../glyphs/aringacute.sc.glif | 14 +- .../glyphs/asciicircum.glif | 16 +- .../glyphs/asciitilde.glif | 54 +- .../glyphs/asterisk.glif | 62 +- .../glyphs/at.case.glif | 4 +- .../glyphs/at.glif | 140 +- .../glyphs/atilde.glif | 12 +- .../glyphs/atilde.sc.glif | 12 +- .../glyphs/b.glif | 80 +- .../glyphs/b.sc.glif | 102 +- .../glyphs/backslash.case.glif | 10 +- .../glyphs/backslash.glif | 10 +- .../glyphs/bar.glif | 10 +- .../glyphs/bdotaccent.glif | 10 +- .../glyphs/bdotaccent.sc.glif | 10 +- .../glyphs/bitcoin.glif | 24 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 68 +- .../glyphs/braceleft.glif | 68 +- .../glyphs/braceright.case.glif | 68 +- .../glyphs/braceright.glif | 68 +- .../glyphs/bracketleft.case.glif | 46 +- .../glyphs/bracketleft.glif | 46 +- .../glyphs/bracketright.case.glif | 46 +- .../glyphs/bracketright.glif | 46 +- .../glyphs/breve.case.glif | 42 +- .../glyphs/breve.glif | 32 +- .../glyphs/brevebelowcomb.case.glif | 30 +- .../glyphs/brevebelowcomb.glif | 30 +- .../glyphs/brevecomb.case.glif | 28 +- .../glyphs/brevecomb.glif | 30 +- .../glyphs/brevecomb_acutecomb.case.glif | 42 +- .../glyphs/brevecomb_acutecomb.glif | 42 +- .../glyphs/brevecomb_gravecomb.case.glif | 42 +- .../glyphs/brevecomb_gravecomb.glif | 42 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 82 +- .../glyphs/brevecomb_hookabovecomb.glif | 82 +- .../glyphs/brevecomb_tildecomb.case.glif | 80 +- .../glyphs/brevecomb_tildecomb.glif | 82 +- .../glyphs/breveinvertedcomb.case.glif | 34 +- .../glyphs/breveinvertedcomb.glif | 28 +- .../glyphs/brokenbar.glif | 18 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 28 +- .../glyphs/c.glif | 68 +- .../glyphs/c.sc.glif | 78 +- .../glyphs/cacute.glif | 10 +- .../glyphs/cacute.sc.glif | 10 +- .../glyphs/caron.case.glif | 16 +- .../glyphs/caron.glif | 18 +- .../glyphs/caroncomb.alt.glif | 34 +- .../glyphs/caroncomb.case.glif | 16 +- .../glyphs/caroncomb.glif | 16 +- .../glyphs/ccaron.glif | 6 +- .../glyphs/ccaron.sc.glif | 10 +- .../glyphs/ccedilla.glif | 8 +- .../glyphs/ccedilla.sc.glif | 10 +- .../glyphs/ccedillaacute.glif | 12 +- .../glyphs/ccedillaacute.sc.glif | 12 +- .../glyphs/ccircumflex.glif | 6 +- .../glyphs/ccircumflex.sc.glif | 10 +- .../glyphs/cdotaccent.glif | 8 +- .../glyphs/cdotaccent.sc.glif | 10 +- .../glyphs/cedi.glif | 66 +- .../glyphs/cedilla.glif | 44 +- .../glyphs/cedillacomb.case.glif | 4 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 68 +- .../glyphs/circumflex.case.glif | 16 +- .../glyphs/circumflex.glif | 18 +- .../glyphs/circumflexcomb.case.glif | 16 +- .../glyphs/circumflexcomb.glif | 14 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 28 +- .../glyphs/circumflexcomb_acutecomb.glif | 28 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 28 +- .../glyphs/circumflexcomb_gravecomb.glif | 24 +- .../circumflexcomb_hookabovecomb.case.glif | 68 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 66 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 72 +- .../glyphs/circumflexcomb_tildecomb.glif | 68 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 112 +- .../glyphs/comma.glif | 40 +- .../glyphs/commaaccentcomb.case.glif | 34 +- .../glyphs/commaaccentcomb.glif | 34 +- .../glyphs/commaturnedabovecomb.case.glif | 34 +- .../glyphs/commaturnedabovecomb.glif | 34 +- .../glyphs/commaturnedmod.glif | 34 +- .../glyphs/commercialM_inusS_ign.glif | 8 +- .../glyphs/copyright.glif | 86 +- .../glyphs/currency.glif | 90 +- .../glyphs/d.glif | 82 +- .../glyphs/d.sc.glif | 78 +- .../glyphs/dagger.glif | 32 +- .../glyphs/daggerdbl.glif | 54 +- .../glyphs/dblgravecomb.case.glif | 30 +- .../glyphs/dblgravecomb.glif | 26 +- .../glyphs/dcaron.glif | 42 +- .../glyphs/dcaron.sc.glif | 12 +- .../glyphs/dcroat.glif | 18 +- .../glyphs/ddotaccent.glif | 12 +- .../glyphs/ddotaccent.sc.glif | 12 +- .../glyphs/ddotbelow.glif | 12 +- .../glyphs/ddotbelow.sc.glif | 12 +- .../glyphs/degree.glif | 76 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.case.glif | 50 +- .../glyphs/dieresis.glif | 52 +- .../glyphs/dieresisbelowcomb.case.glif | 50 +- .../glyphs/dieresisbelowcomb.glif | 50 +- .../glyphs/dieresiscomb.case.glif | 52 +- .../glyphs/dieresiscomb.glif | 52 +- .../glyphs/divide.glif | 60 +- .../glyphs/divisionslash.glif | 10 +- .../glyphs/dlinebelow.glif | 12 +- .../glyphs/dlinebelow.sc.glif | 12 +- .../glyphs/dollar.glif | 90 +- .../glyphs/dong.glif | 88 +- .../glyphs/dotaccent.case.glif | 26 +- .../glyphs/dotaccent.glif | 28 +- .../glyphs/dotaccentcomb.case.glif | 26 +- .../glyphs/dotaccentcomb.glif | 28 +- .../glyphs/dotbelowcomb.case.glif | 26 +- .../glyphs/dotbelowcomb.glif | 26 +- .../glyphs/doubleprimemod.glif | 4 +- .../glyphs/downA_rrow.glif | 4 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 60 +- .../glyphs/dz.glif | 18 +- .../glyphs/dz.sc.glif | 102 +- .../glyphs/dzcaron.glif | 18 +- .../glyphs/dzcaron.sc.glif | 12 +- .../glyphs/e.glif | 96 +- .../glyphs/e.sc.glif | 36 +- .../glyphs/eacute.glif | 12 +- .../glyphs/eacute.sc.glif | 14 +- .../glyphs/ebreve.glif | 12 +- .../glyphs/ebreve.sc.glif | 14 +- .../glyphs/ecaron.glif | 12 +- .../glyphs/ecaron.sc.glif | 14 +- .../glyphs/ecedillabreve.glif | 14 +- .../glyphs/ecedillabreve.sc.glif | 16 +- .../glyphs/ecircumflex.glif | 12 +- .../glyphs/ecircumflex.sc.glif | 14 +- .../glyphs/ecircumflexacute.glif | 12 +- .../glyphs/ecircumflexacute.sc.glif | 14 +- .../glyphs/ecircumflexdotbelow.glif | 14 +- .../glyphs/ecircumflexdotbelow.sc.glif | 16 +- .../glyphs/ecircumflexgrave.glif | 12 +- .../glyphs/ecircumflexgrave.sc.glif | 14 +- .../glyphs/ecircumflexhookabove.glif | 12 +- .../glyphs/ecircumflexhookabove.sc.glif | 14 +- .../glyphs/ecircumflextilde.glif | 12 +- .../glyphs/ecircumflextilde.sc.glif | 14 +- .../glyphs/edblgrave.glif | 12 +- .../glyphs/edblgrave.sc.glif | 14 +- .../glyphs/edieresis.glif | 12 +- .../glyphs/edieresis.sc.glif | 14 +- .../glyphs/edotaccent.glif | 12 +- .../glyphs/edotaccent.sc.glif | 14 +- .../glyphs/edotbelow.glif | 12 +- .../glyphs/edotbelow.sc.glif | 14 +- .../glyphs/egrave.glif | 12 +- .../glyphs/egrave.sc.glif | 14 +- .../glyphs/ehookabove.glif | 12 +- .../glyphs/ehookabove.sc.glif | 14 +- .../glyphs/eight.dnom.glif | 100 +- .../glyphs/eight.glif | 100 +- .../glyphs/eight.lf.glif | 100 +- .../glyphs/eight.numr.glif | 4 +- .../glyphs/eight.osf.glif | 100 +- .../glyphs/eight.sc.glif | 100 +- .../glyphs/eight.tf.glif | 96 +- .../glyphs/eight.tosf.glif | 100 +- .../glyphs/eightinferior.glif | 4 +- .../glyphs/eightsuperior.glif | 4 +- .../glyphs/einvertedbreve.glif | 12 +- .../glyphs/einvertedbreve.sc.glif | 14 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 12 +- .../glyphs/emacron.sc.glif | 14 +- .../glyphs/emacronacute.glif | 14 +- .../glyphs/emacronacute.sc.glif | 16 +- .../glyphs/emacrongrave.glif | 14 +- .../glyphs/emacrongrave.sc.glif | 16 +- .../glyphs/emdash.case.glif | 4 +- .../glyphs/emdash.glif | 12 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 4 +- .../glyphs/endash.glif | 12 +- .../glyphs/eng.glif | 82 +- .../glyphs/eng.sc.glif | 44 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 12 +- .../glyphs/eogonek.sc.glif | 14 +- .../glyphs/equal.glif | 20 +- .../glyphs/estimated.glif | 88 +- .../glyphs/eth.glif | 110 +- .../glyphs/eth.sc.glif | 86 +- .../glyphs/etilde.glif | 12 +- .../glyphs/etilde.sc.glif | 14 +- .../glyphs/euro.glif | 90 +- .../glyphs/exclam.glif | 32 +- .../glyphs/exclamdbl.glif | 2 +- .../glyphs/exclamdown.case.glif | 34 +- .../glyphs/exclamdown.glif | 34 +- .../glyphs/ezh.glif | 58 +- .../glyphs/ezh.sc.glif | 62 +- .../glyphs/ezhcaron.glif | 12 +- .../glyphs/ezhcaron.sc.glif | 76 +- .../glyphs/f.glif | 62 +- .../glyphs/f.sc.glif | 28 +- .../glyphs/f_f.glif | 14 +- .../glyphs/f_f_i.glif | 24 +- .../glyphs/f_f_l.glif | 24 +- .../glyphs/fdotaccent.glif | 10 +- .../glyphs/fdotaccent.sc.glif | 10 +- .../glyphs/fi.glif | 16 +- .../glyphs/figuredash.glif | 10 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 70 +- .../glyphs/five.glif | 70 +- .../glyphs/five.lf.glif | 70 +- .../glyphs/five.numr.glif | 4 +- .../glyphs/five.osf.glif | 82 +- .../glyphs/five.sc.glif | 70 +- .../glyphs/five.tf.glif | 68 +- .../glyphs/five.tosf.glif | 70 +- .../glyphs/fiveeighths.glif | 8 +- .../glyphs/fiveinferior.glif | 4 +- .../glyphs/fivesixths.glif | 8 +- .../glyphs/fivesuperior.glif | 4 +- .../glyphs/fl.glif | 18 +- .../glyphs/florin.glif | 50 +- .../glyphs/four.dnom.glif | 42 +- .../glyphs/four.glif | 42 +- .../glyphs/four.lf.glif | 42 +- .../glyphs/four.numr.glif | 4 +- .../glyphs/four.osf.glif | 42 +- .../glyphs/four.sc.glif | 42 +- .../glyphs/four.tf.glif | 40 +- .../glyphs/four.tosf.glif | 42 +- .../glyphs/fourfifths.glif | 8 +- .../glyphs/fourinferior.glif | 4 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 4 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 8 +- .../glyphs/franc.glif | 40 +- .../glyphs/g.glif | 106 +- .../glyphs/g.sc.glif | 92 +- .../glyphs/gacute.sc.glif | 10 +- .../glyphs/gbreve.glif | 10 +- .../glyphs/gbreve.sc.glif | 10 +- .../glyphs/gcaron.glif | 10 +- .../glyphs/gcaron.sc.glif | 10 +- .../glyphs/gcircumflex.glif | 10 +- .../glyphs/gcircumflex.sc.glif | 10 +- .../glyphs/gcommaaccent.glif | 10 +- .../glyphs/gcommaaccent.sc.glif | 10 +- .../glyphs/gdotaccent.glif | 10 +- .../glyphs/gdotaccent.sc.glif | 10 +- .../glyphs/germandbls.glif | 108 +- .../glyphs/germandbls.sc.glif | 84 +- .../glyphs/gmacron.glif | 10 +- .../glyphs/gmacron.sc.glif | 10 +- .../glyphs/grave.glif | 16 +- .../glyphs/gravecomb.case.glif | 14 +- .../glyphs/gravecomb.glif | 14 +- .../glyphs/greater.glif | 18 +- .../glyphs/greaterequal.glif | 26 +- .../glyphs/guarani.glif | 80 +- .../glyphs/guillemetleft.case.glif | 8 +- .../glyphs/guillemetleft.glif | 8 +- .../glyphs/guillemetright.case.glif | 32 +- .../glyphs/guillemetright.glif | 32 +- .../glyphs/guilsinglleft.case.glif | 16 +- .../glyphs/guilsinglleft.glif | 16 +- .../glyphs/guilsinglright.case.glif | 18 +- .../glyphs/guilsinglright.glif | 16 +- .../glyphs/h.glif | 66 +- .../glyphs/h.sc.glif | 32 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 18 +- .../glyphs/hbar.sc.glif | 52 +- .../glyphs/hbrevebelow.glif | 12 +- .../glyphs/hbrevebelow.sc.glif | 10 +- .../glyphs/hcircumflex.glif | 12 +- .../glyphs/hcircumflex.sc.glif | 10 +- .../glyphs/hdotbelow.glif | 12 +- .../glyphs/hookabovecomb.case.glif | 54 +- .../glyphs/hookabovecomb.glif | 52 +- .../glyphs/horizontalbar.glif | 4 +- .../glyphs/horncomb.case.glif | 4 +- .../glyphs/horncomb.glif | 30 +- .../glyphs/hryvnia.glif | 100 +- .../glyphs/hungarumlaut.case.glif | 26 +- .../glyphs/hungarumlaut.glif | 28 +- .../glyphs/hungarumlautcomb.case.glif | 26 +- .../glyphs/hungarumlautcomb.glif | 26 +- .../glyphs/hyphen.case.glif | 4 +- .../glyphs/hyphen.glif | 12 +- .../glyphs/hyphentwo.glif | 4 +- .../glyphs/i.cy.glif | 12 +- .../glyphs/i.dot.glif | 12 +- .../glyphs/i.dot.sc.glif | 14 +- .../glyphs/i.glif | 12 +- .../glyphs/i.sc.glif | 20 +- .../glyphs/i.uc.sc.glif | 12 +- .../glyphs/iacute.glif | 12 +- .../glyphs/iacute.sc.glif | 14 +- .../glyphs/ibreve.glif | 12 +- .../glyphs/ibreve.sc.glif | 14 +- .../glyphs/icaron.glif | 12 +- .../glyphs/icaron.sc.glif | 14 +- .../glyphs/icircumflex.glif | 12 +- .../glyphs/icircumflex.sc.glif | 14 +- .../glyphs/idblgrave.glif | 12 +- .../glyphs/idblgrave.sc.glif | 14 +- .../glyphs/idieresis.glif | 12 +- .../glyphs/idieresis.sc.glif | 14 +- .../glyphs/idieresisacute.glif | 14 +- .../glyphs/idieresisacute.sc.glif | 16 +- .../glyphs/idotaccent.glif | 12 +- .../glyphs/idotaccent.sc.glif | 14 +- .../glyphs/idotbelow.glif | 12 +- .../glyphs/idotbelow.sc.glif | 14 +- .../glyphs/idotless.glif | 18 +- .../glyphs/idotless.sc.glif | 12 +- .../glyphs/igrave.glif | 12 +- .../glyphs/igrave.sc.glif | 14 +- .../glyphs/ihookabove.glif | 12 +- .../glyphs/ihookabove.sc.glif | 14 +- .../glyphs/iinvertedbreve.glif | 12 +- .../glyphs/iinvertedbreve.sc.glif | 14 +- .../glyphs/ij.glif | 20 +- .../glyphs/ij_acutecomb.glif | 16 +- .../glyphs/imacron.glif | 12 +- .../glyphs/imacron.sc.glif | 14 +- .../glyphs/increment.glif | 20 +- .../glyphs/infinity.glif | 100 +- .../glyphs/integral.glif | 78 +- .../glyphs/iogonek.glif | 14 +- .../glyphs/iogonek.sc.glif | 14 +- .../glyphs/itilde.glif | 12 +- .../glyphs/itilde.sc.glif | 14 +- .../glyphs/j.glif | 10 +- .../glyphs/j.sc.glif | 38 +- .../glyphs/jcircumflex.glif | 10 +- .../glyphs/jcircumflex.sc.glif | 10 +- .../glyphs/jdotless.glif | 40 +- .../glyphs/jdotless.sc.glif | 38 +- .../glyphs/k.glif | 36 +- .../glyphs/k.sc.glif | 48 +- .../glyphs/kcommaaccent.glif | 10 +- .../glyphs/kcommaaccent.sc.glif | 10 +- .../glyphs/kgreenlandic.glif | 32 +- .../glyphs/kgreenlandic.sc.glif | 8 +- .../glyphs/kip.glif | 36 +- .../glyphs/l.glif | 18 +- .../glyphs/l.sc.glif | 24 +- .../glyphs/lacute.glif | 12 +- .../glyphs/lacute.sc.glif | 14 +- .../glyphs/lcaron.glif | 42 +- .../glyphs/lcaron.sc.glif | 14 +- .../glyphs/lcommaaccent.glif | 12 +- .../glyphs/lcommaaccent.sc.glif | 14 +- .../glyphs/ldot.glif | 12 +- .../glyphs/ldot.sc.glif | 10 +- .../glyphs/ldotbelow.glif | 12 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 18 +- .../glyphs/lessequal.glif | 26 +- .../glyphs/lira.glif | 126 +- .../glyphs/liraT_urkish.glif | 72 +- .../glyphs/literS_ign.glif | 64 +- .../glyphs/lj.glif | 16 +- .../glyphs/lj.sc.glif | 18 +- .../glyphs/llinebelow.glif | 12 +- .../glyphs/llinebelow.sc.glif | 14 +- .../glyphs/logicalnot.glif | 8 +- .../glyphs/lozenge.glif | 36 +- .../glyphs/lslash.glif | 28 +- .../glyphs/lslash.sc.glif | 32 +- .../glyphs/m.glif | 118 +- .../glyphs/m.sc.glif | 46 +- .../glyphs/macron.case.glif | 10 +- .../glyphs/macron.glif | 12 +- .../glyphs/macronbelowcomb.case.glif | 10 +- .../glyphs/macronbelowcomb.glif | 10 +- .../glyphs/macroncomb.case.glif | 12 +- .../glyphs/macroncomb.glif | 12 +- .../glyphs/manat.glif | 48 +- .../glyphs/mdotaccent.glif | 10 +- .../glyphs/mdotaccent.sc.glif | 10 +- .../glyphs/mdotbelow.glif | 10 +- .../glyphs/mdotbelow.sc.glif | 10 +- .../glyphs/micro.glif | 94 +- .../glyphs/minus.glif | 10 +- .../glyphs/minute.glif | 10 +- .../glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 8 +- .../glyphs/multiply.glif | 28 +- .../glyphs/n.glif | 68 +- .../glyphs/n.sc.glif | 36 +- .../glyphs/nacute.glif | 10 +- .../glyphs/nacute.sc.glif | 10 +- .../glyphs/naira.glif | 42 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 10 +- .../glyphs/ncaron.sc.glif | 10 +- .../glyphs/ncommaaccent.glif | 10 +- .../glyphs/ncommaaccent.sc.glif | 10 +- .../glyphs/ndotaccent.glif | 10 +- .../glyphs/ndotaccent.sc.glif | 10 +- .../glyphs/ndotbelow.glif | 10 +- .../glyphs/ndotbelow.sc.glif | 10 +- .../glyphs/nine.dnom.glif | 72 +- .../glyphs/nine.glif | 72 +- .../glyphs/nine.lf.glif | 72 +- .../glyphs/nine.numr.glif | 4 +- .../glyphs/nine.osf.glif | 72 +- .../glyphs/nine.sc.glif | 72 +- .../glyphs/nine.tf.glif | 70 +- .../glyphs/nine.tosf.glif | 72 +- .../glyphs/nineinferior.glif | 4 +- .../glyphs/ninesuperior.glif | 4 +- .../glyphs/nj.glif | 14 +- .../glyphs/nlinebelow.glif | 10 +- .../glyphs/nlinebelow.sc.glif | 10 +- .../glyphs/notequal.glif | 44 +- .../glyphs/ntilde.glif | 10 +- .../glyphs/ntilde.sc.glif | 10 +- .../glyphs/numbersign.glif | 66 +- .../glyphs/numero.glif | 86 +- .../glyphs/o.glif | 74 +- .../glyphs/o.sc.glif | 64 +- .../glyphs/oacute.glif | 16 +- .../glyphs/oacute.sc.glif | 18 +- .../glyphs/obreve.glif | 16 +- .../glyphs/obreve.sc.glif | 18 +- .../glyphs/ocaron.glif | 16 +- .../glyphs/ocaron.sc.glif | 18 +- .../glyphs/ocircumflex.glif | 16 +- .../glyphs/ocircumflex.sc.glif | 18 +- .../glyphs/ocircumflexacute.glif | 16 +- .../glyphs/ocircumflexacute.sc.glif | 18 +- .../glyphs/ocircumflexdotbelow.glif | 18 +- .../glyphs/ocircumflexdotbelow.sc.glif | 20 +- .../glyphs/ocircumflexgrave.glif | 16 +- .../glyphs/ocircumflexgrave.sc.glif | 18 +- .../glyphs/ocircumflexhookabove.glif | 16 +- .../glyphs/ocircumflexhookabove.sc.glif | 18 +- .../glyphs/ocircumflextilde.glif | 16 +- .../glyphs/ocircumflextilde.sc.glif | 18 +- .../glyphs/odblgrave.glif | 16 +- .../glyphs/odblgrave.sc.glif | 18 +- .../glyphs/odieresis.glif | 16 +- .../glyphs/odieresis.sc.glif | 18 +- .../glyphs/odieresismacron.glif | 18 +- .../glyphs/odieresismacron.sc.glif | 20 +- .../glyphs/odotaccentmacron.glif | 18 +- .../glyphs/odotaccentmacron.sc.glif | 20 +- .../glyphs/odotbelow.glif | 16 +- .../glyphs/odotbelow.sc.glif | 18 +- .../glyphs/oe.glif | 22 +- .../glyphs/oe.sc.glif | 78 +- .../glyphs/ogonek.glif | 46 +- .../glyphs/ogonekcomb.case.glif | 44 +- .../glyphs/ogonekcomb.glif | 44 +- .../glyphs/ograve.glif | 16 +- .../glyphs/ograve.sc.glif | 18 +- .../glyphs/ohookabove.glif | 16 +- .../glyphs/ohookabove.sc.glif | 18 +- .../glyphs/ohorn.glif | 16 +- .../glyphs/ohorn.sc.glif | 108 +- .../glyphs/ohornacute.glif | 16 +- .../glyphs/ohornacute.sc.glif | 18 +- .../glyphs/ohorndotbelow.glif | 16 +- .../glyphs/ohorndotbelow.sc.glif | 18 +- .../glyphs/ohorngrave.glif | 16 +- .../glyphs/ohorngrave.sc.glif | 18 +- .../glyphs/ohornhookabove.glif | 16 +- .../glyphs/ohornhookabove.sc.glif | 18 +- .../glyphs/ohorntilde.glif | 16 +- .../glyphs/ohorntilde.sc.glif | 18 +- .../glyphs/ohungarumlaut.glif | 16 +- .../glyphs/ohungarumlaut.sc.glif | 18 +- .../glyphs/oinvertedbreve.glif | 16 +- .../glyphs/oinvertedbreve.sc.glif | 18 +- .../glyphs/omacron.glif | 16 +- .../glyphs/omacron.sc.glif | 18 +- .../glyphs/omacronacute.glif | 18 +- .../glyphs/omacronacute.sc.glif | 20 +- .../glyphs/omacrongrave.glif | 18 +- .../glyphs/omacrongrave.sc.glif | 20 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 28 +- .../glyphs/one.glif | 28 +- .../glyphs/one.lf.glif | 28 +- .../glyphs/one.numr.glif | 4 +- .../glyphs/one.osf.glif | 26 +- .../glyphs/one.sc.glif | 28 +- .../glyphs/one.tf.glif | 34 +- .../glyphs/one.tosf.glif | 36 +- .../glyphs/oneeighth.glif | 8 +- .../glyphs/onefifth.glif | 8 +- .../glyphs/onehalf.glif | 8 +- .../glyphs/oneinferior.glif | 4 +- .../glyphs/oneninth.glif | 8 +- .../glyphs/onequarter.glif | 8 +- .../glyphs/oneseventh.glif | 8 +- .../glyphs/onesixth.glif | 8 +- .../glyphs/onesuperior.glif | 4 +- .../glyphs/onetenth.glif | 10 +- .../glyphs/onethird.glif | 8 +- .../glyphs/oogonek.glif | 16 +- .../glyphs/oogonek.sc.glif | 18 +- .../glyphs/ordfeminine.glif | 74 +- .../glyphs/ordmasculine.glif | 52 +- .../glyphs/oslash.glif | 118 +- .../glyphs/oslashacute.glif | 8 +- .../glyphs/otilde.glif | 16 +- .../glyphs/otilde.sc.glif | 18 +- .../glyphs/otildeacute.glif | 18 +- .../glyphs/otildeacute.sc.glif | 20 +- .../glyphs/otildedieresis.glif | 18 +- .../glyphs/otildedieresis.sc.glif | 20 +- .../glyphs/otildemacron.glif | 18 +- .../glyphs/otildemacron.sc.glif | 20 +- .../glyphs/p.glif | 80 +- .../glyphs/p.sc.glif | 72 +- .../glyphs/paragraph.glif | 42 +- .../glyphs/parenleft.case.glif | 30 +- .../glyphs/parenleft.glif | 30 +- .../glyphs/parenright.case.glif | 30 +- .../glyphs/parenright.glif | 30 +- .../glyphs/partialdiff.glif | 90 +- .../glyphs/pdotaccent.glif | 10 +- .../glyphs/pdotaccent.sc.glif | 10 +- .../glyphs/percent.glif | 108 +- .../glyphs/period.glif | 26 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/perthousand.glif | 156 +- .../glyphs/peseta.glif | 82 +- .../glyphs/peso.glif | 114 +- .../glyphs/pi.glif | 106 +- .../glyphs/pi.sc.glif | 28 +- .../glyphs/plus.glif | 44 +- .../glyphs/plusminus.glif | 52 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 28 +- .../glyphs/punctuationspace.glif | 2 +- .../glyphs/q.glif | 68 +- .../glyphs/q.sc.glif | 122 +- .../glyphs/question.glif | 88 +- .../glyphs/questiondown.case.glif | 92 +- .../glyphs/questiondown.glif | 90 +- .../glyphs/quotedbl.glif | 6 +- .../glyphs/quotedblbase.glif | 6 +- .../glyphs/quotedblleft.glif | 6 +- .../glyphs/quotedblright.glif | 6 +- .../glyphs/quoteleft.glif | 36 +- .../glyphs/quotereversed.glif | 36 +- .../glyphs/quoteright.glif | 36 +- .../glyphs/quotesinglbase.glif | 36 +- .../glyphs/quotesingle.glif | 10 +- .../glyphs/r.glif | 44 +- .../glyphs/r.sc.glif | 88 +- .../glyphs/racute.glif | 10 +- .../glyphs/racute.sc.glif | 10 +- .../glyphs/radical.glif | 24 +- .../glyphs/rcaron.glif | 10 +- .../glyphs/rcaron.sc.glif | 10 +- .../glyphs/rcommaaccent.glif | 10 +- .../glyphs/rcommaaccent.sc.glif | 10 +- .../glyphs/rdblgrave.glif | 10 +- .../glyphs/rdblgrave.sc.glif | 10 +- .../glyphs/rdotbelow.glif | 10 +- .../glyphs/rdotbelow.sc.glif | 10 +- .../glyphs/registered.glif | 122 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 4 +- .../glyphs/ring.case.glif | 50 +- .../glyphs/ring.glif | 64 +- .../glyphs/ringcomb.case.glif | 62 +- .../glyphs/ringcomb.glif | 62 +- .../glyphs/ringhalfleft.glif | 28 +- .../glyphs/ringhalfright.glif | 28 +- .../glyphs/rinvertedbreve.glif | 10 +- .../glyphs/rinvertedbreve.sc.glif | 10 +- .../glyphs/rlinebelow.glif | 10 +- .../glyphs/rlinebelow.sc.glif | 10 +- .../glyphs/ruble.glif | 82 +- .../glyphs/rupeeI_ndian.glif | 96 +- .../glyphs/s.glif | 84 +- .../glyphs/s.sc.glif | 82 +- .../glyphs/sacute.glif | 10 +- .../glyphs/sacute.sc.glif | 10 +- .../glyphs/sacutedotaccent.glif | 12 +- .../glyphs/sacutedotaccent.sc.glif | 12 +- .../glyphs/scaron.glif | 10 +- .../glyphs/scaron.sc.glif | 10 +- .../glyphs/scarondotaccent.glif | 12 +- .../glyphs/scarondotaccent.sc.glif | 12 +- .../glyphs/scedilla.glif | 10 +- .../glyphs/scedilla.sc.glif | 10 +- .../glyphs/schwa.glif | 12 +- .../glyphs/schwa.sc.glif | 76 +- .../glyphs/scircumflex.glif | 10 +- .../glyphs/scircumflex.sc.glif | 10 +- .../glyphs/scommaaccent.glif | 10 +- .../glyphs/scommaaccent.sc.glif | 10 +- .../glyphs/sdotaccent.glif | 10 +- .../glyphs/sdotaccent.sc.glif | 10 +- .../glyphs/sdotbelow.glif | 10 +- .../glyphs/sdotbelow.sc.glif | 10 +- .../glyphs/sdotbelowdotaccent.glif | 12 +- .../glyphs/sdotbelowdotaccent.sc.glif | 12 +- .../glyphs/second.glif | 6 +- .../glyphs/secondtonechinese.glif | 18 +- .../glyphs/section.glif | 108 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 18 +- .../glyphs/seven.glif | 18 +- .../glyphs/seven.lf.glif | 18 +- .../glyphs/seven.numr.glif | 4 +- .../glyphs/seven.osf.glif | 18 +- .../glyphs/seven.sc.glif | 18 +- .../glyphs/seven.tf.glif | 16 +- .../glyphs/seven.tosf.glif | 18 +- .../glyphs/seveneighths.glif | 6 +- .../glyphs/seveninferior.glif | 4 +- .../glyphs/sevensuperior.glif | 4 +- .../glyphs/sheqel.glif | 84 +- .../glyphs/six.dnom.glif | 72 +- .../glyphs/six.glif | 70 +- .../glyphs/six.lf.glif | 70 +- .../glyphs/six.numr.glif | 4 +- .../glyphs/six.osf.glif | 100 +- .../glyphs/six.sc.glif | 70 +- .../glyphs/six.tf.glif | 68 +- .../glyphs/six.tosf.glif | 72 +- .../glyphs/sixinferior.glif | 4 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 4 +- .../glyphs/slash.case.glif | 10 +- .../glyphs/slash.glif | 10 +- .../glyphs/slashlongcomb.glif | 10 +- .../glyphs/slashshortcomb.glif | 10 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 4 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 122 +- .../glyphs/strokelongcomb.glif | 10 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 26 +- .../glyphs/t.glif | 70 +- .../glyphs/t.sc.glif | 26 +- .../glyphs/tbar.glif | 20 +- .../glyphs/tcaron.glif | 44 +- .../glyphs/tcaron.sc.glif | 12 +- .../glyphs/tcedilla.glif | 14 +- .../glyphs/tcedilla.sc.glif | 12 +- .../glyphs/tcommaaccent.glif | 14 +- .../glyphs/tcommaaccent.sc.glif | 12 +- .../glyphs/tdieresis.glif | 14 +- .../glyphs/tdieresis.sc.glif | 12 +- .../glyphs/tdotaccent.glif | 14 +- .../glyphs/tdotaccent.sc.glif | 12 +- .../glyphs/tdotbelow.glif | 14 +- .../glyphs/tdotbelow.sc.glif | 12 +- .../glyphs/tenge.glif | 32 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 82 +- .../glyphs/thorn.sc.glif | 70 +- .../glyphs/three.dnom.glif | 84 +- .../glyphs/three.glif | 78 +- .../glyphs/three.lf.glif | 78 +- .../glyphs/three.numr.glif | 4 +- .../glyphs/three.osf.glif | 90 +- .../glyphs/three.sc.glif | 78 +- .../glyphs/three.tf.glif | 82 +- .../glyphs/three.tosf.glif | 84 +- .../glyphs/threeeighths.glif | 8 +- .../glyphs/threeinferior.glif | 4 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 8 +- .../glyphs/threesuperior.glif | 4 +- .../glyphs/tilde.case.glif | 54 +- .../glyphs/tilde.glif | 60 +- .../glyphs/tildecomb.case.glif | 54 +- .../glyphs/tildecomb.glif | 54 +- .../glyphs/tlinebelow.glif | 14 +- .../glyphs/tlinebelow.sc.glif | 12 +- .../glyphs/trademark.glif | 54 +- .../glyphs/tugrik.glif | 20 +- .../glyphs/two.dnom.glif | 48 +- .../glyphs/two.glif | 50 +- .../glyphs/two.lf.glif | 50 +- .../glyphs/two.numr.glif | 4 +- .../glyphs/two.osf.glif | 54 +- .../glyphs/two.sc.glif | 50 +- .../glyphs/two.tf.glif | 48 +- .../glyphs/two.tosf.glif | 50 +- .../glyphs/twofifths.glif | 8 +- .../glyphs/twoinferior.glif | 4 +- .../glyphs/twosuperior.glif | 4 +- .../glyphs/twothirds.glif | 8 +- .../glyphs/u.glif | 70 +- .../glyphs/u.sc.glif | 66 +- .../glyphs/uacute.glif | 14 +- .../glyphs/uacute.sc.glif | 14 +- .../glyphs/ubreve.glif | 14 +- .../glyphs/ubreve.sc.glif | 14 +- .../glyphs/ucaron.glif | 14 +- .../glyphs/ucaron.sc.glif | 14 +- .../glyphs/ucircumflex.glif | 14 +- .../glyphs/ucircumflex.sc.glif | 14 +- .../glyphs/udblgrave.glif | 14 +- .../glyphs/udblgrave.sc.glif | 14 +- .../glyphs/udieresis.glif | 14 +- .../glyphs/udieresis.sc.glif | 14 +- .../glyphs/udieresisacute.glif | 16 +- .../glyphs/udieresisacute.sc.glif | 16 +- .../glyphs/udieresiscaron.glif | 16 +- .../glyphs/udieresiscaron.sc.glif | 16 +- .../glyphs/udieresisgrave.glif | 16 +- .../glyphs/udieresisgrave.sc.glif | 16 +- .../glyphs/udieresismacron.glif | 16 +- .../glyphs/udieresismacron.sc.glif | 16 +- .../glyphs/udotbelow.glif | 14 +- .../glyphs/udotbelow.sc.glif | 14 +- .../glyphs/ugrave.glif | 14 +- .../glyphs/ugrave.sc.glif | 14 +- .../glyphs/uhookabove.glif | 14 +- .../glyphs/uhookabove.sc.glif | 14 +- .../glyphs/uhorn.glif | 14 +- .../glyphs/uhorn.sc.glif | 94 +- .../glyphs/uhornacute.glif | 14 +- .../glyphs/uhornacute.sc.glif | 14 +- .../glyphs/uhorndotbelow.glif | 14 +- .../glyphs/uhorndotbelow.sc.glif | 14 +- .../glyphs/uhorngrave.glif | 14 +- .../glyphs/uhorngrave.sc.glif | 14 +- .../glyphs/uhornhookabove.glif | 14 +- .../glyphs/uhornhookabove.sc.glif | 14 +- .../glyphs/uhorntilde.glif | 14 +- .../glyphs/uhorntilde.sc.glif | 14 +- .../glyphs/uhungarumlaut.glif | 14 +- .../glyphs/uhungarumlaut.sc.glif | 14 +- .../glyphs/uinvertedbreve.glif | 14 +- .../glyphs/uinvertedbreve.sc.glif | 14 +- .../glyphs/umacron.glif | 14 +- .../glyphs/umacron.sc.glif | 14 +- .../glyphs/umacrondieresis.glif | 16 +- .../glyphs/umacrondieresis.sc.glif | 16 +- .../glyphs/underscore.glif | 6 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 14 +- .../glyphs/uogonek.sc.glif | 14 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 14 +- .../glyphs/uring.sc.glif | 14 +- .../glyphs/utilde.glif | 14 +- .../glyphs/utilde.sc.glif | 14 +- .../glyphs/utildeacute.glif | 16 +- .../glyphs/utildeacute.sc.glif | 16 +- .../glyphs/v.glif | 48 +- .../glyphs/v.sc.glif | 26 +- .../glyphs/verticallinelowmod.glif | 10 +- .../glyphs/verticallinemod.glif | 10 +- .../glyphs/w.glif | 76 +- .../glyphs/w.sc.glif | 48 +- .../glyphs/wacute.glif | 10 +- .../glyphs/wacute.sc.glif | 10 +- .../glyphs/wcircumflex.glif | 10 +- .../glyphs/wcircumflex.sc.glif | 10 +- .../glyphs/wdieresis.glif | 10 +- .../glyphs/wdieresis.sc.glif | 10 +- .../glyphs/wgrave.glif | 10 +- .../glyphs/wgrave.sc.glif | 10 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 40 +- .../glyphs/x.glif | 32 +- .../glyphs/x.sc.glif | 28 +- .../glyphs/y.glif | 84 +- .../glyphs/y.sc.glif | 28 +- .../glyphs/yacute.glif | 10 +- .../glyphs/yacute.sc.glif | 12 +- .../glyphs/ycircumflex.glif | 10 +- .../glyphs/ycircumflex.sc.glif | 12 +- .../glyphs/ydieresis.glif | 10 +- .../glyphs/ydieresis.sc.glif | 12 +- .../glyphs/ydotaccent.glif | 10 +- .../glyphs/ydotaccent.sc.glif | 12 +- .../glyphs/ydotbelow.glif | 10 +- .../glyphs/ydotbelow.sc.glif | 12 +- .../glyphs/yen.glif | 54 +- .../glyphs/ygrave.glif | 10 +- .../glyphs/ygrave.sc.glif | 12 +- .../glyphs/yhookabove.glif | 10 +- .../glyphs/yhookabove.sc.glif | 12 +- .../glyphs/ymacron.glif | 10 +- .../glyphs/ymacron.sc.glif | 12 +- .../glyphs/ytilde.glif | 10 +- .../glyphs/ytilde.sc.glif | 12 +- .../glyphs/z.glif | 34 +- .../glyphs/z.sc.glif | 28 +- .../glyphs/zacute.glif | 12 +- .../glyphs/zacute.sc.glif | 8 +- .../glyphs/zcaron.glif | 12 +- .../glyphs/zcaron.sc.glif | 8 +- .../glyphs/zdotaccent.glif | 12 +- .../glyphs/zdotaccent.sc.glif | 8 +- .../glyphs/zdotbelow.glif | 12 +- .../glyphs/zdotbelow.sc.glif | 6 +- .../glyphs/zero.dnom.glif | 50 +- .../glyphs/zero.glif | 48 +- .../glyphs/zero.lf.glif | 48 +- .../glyphs/zero.lf.zero.glif | 10 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 44 +- .../glyphs/zero.osf.zero.glif | 10 +- .../glyphs/zero.sc.glif | 48 +- .../glyphs/zero.tf.glif | 50 +- .../glyphs/zero.tf.zero.glif | 10 +- .../glyphs/zero.tosf.glif | 52 +- .../glyphs/zero.tosf.zero.glif | 12 +- .../glyphs/zero.zero.glif | 10 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../MerriweatherSans-BoldItalic.ufo/lib.plist | 4 +- .../fontinfo.plist | 12 +- .../glyphs/A_.glif | 10 +- .../glyphs/A_E_.glif | 24 +- .../glyphs/A_E_acute.glif | 10 +- .../glyphs/A_acute.glif | 8 +- .../glyphs/A_breve.glif | 8 +- .../glyphs/A_breveacute.glif | 8 +- .../glyphs/A_brevedotbelow.glif | 12 +- .../glyphs/A_brevegrave.glif | 8 +- .../glyphs/A_brevehookabove.glif | 8 +- .../glyphs/A_brevetilde.glif | 8 +- .../glyphs/A_caron.glif | 8 +- .../glyphs/A_circumflex.glif | 8 +- .../glyphs/A_circumflexacute.glif | 8 +- .../glyphs/A_circumflexdotbelow.glif | 12 +- .../glyphs/A_circumflexgrave.glif | 8 +- .../glyphs/A_circumflexhookabove.glif | 8 +- .../glyphs/A_circumflextilde.glif | 8 +- .../glyphs/A_dblgrave.glif | 8 +- .../glyphs/A_dieresis.glif | 8 +- .../glyphs/A_dotbelow.glif | 8 +- .../glyphs/A_grave.glif | 8 +- .../glyphs/A_hookabove.glif | 8 +- .../glyphs/A_invertedbreve.glif | 8 +- .../glyphs/A_macron.glif | 8 +- .../glyphs/A_ogonek.glif | 6 +- .../glyphs/A_ring.glif | 8 +- .../glyphs/A_ringacute.glif | 10 +- .../glyphs/A_tilde.glif | 8 +- .../glyphs/B_.glif | 24 +- .../glyphs/B_dotaccent.glif | 6 +- .../glyphs/C_.glif | 18 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 8 +- .../glyphs/C_caron.glif | 8 +- .../glyphs/C_cedilla.glif | 4 +- .../glyphs/C_cedillaacute.glif | 8 +- .../glyphs/C_circumflex.glif | 8 +- .../glyphs/C_dotaccent.glif | 8 +- .../glyphs/D_.glif | 30 +- .../glyphs/D_Z_.glif | 10 +- .../glyphs/D_Z_caron.glif | 10 +- .../glyphs/D_caron.glif | 8 +- .../glyphs/D_croat.glif | 4 +- .../glyphs/D_dotaccent.glif | 8 +- .../glyphs/D_dotbelow.glif | 8 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 6 +- .../glyphs/D_z.glif | 12 +- .../glyphs/D_zcaron.glif | 12 +- .../glyphs/E_.glif | 10 +- .../glyphs/E_acute.glif | 8 +- .../glyphs/E_breve.glif | 8 +- .../glyphs/E_caron.glif | 8 +- .../glyphs/E_cedillabreve.glif | 8 +- .../glyphs/E_circumflex.glif | 8 +- .../glyphs/E_circumflexacute.glif | 8 +- .../glyphs/E_circumflexdotbelow.glif | 8 +- .../glyphs/E_circumflexgrave.glif | 8 +- .../glyphs/E_circumflexhookabove.glif | 8 +- .../glyphs/E_circumflextilde.glif | 8 +- .../glyphs/E_dblgrave.glif | 8 +- .../glyphs/E_dieresis.glif | 8 +- .../glyphs/E_dotaccent.glif | 8 +- .../glyphs/E_dotbelow.glif | 4 +- .../glyphs/E_grave.glif | 8 +- .../glyphs/E_hookabove.glif | 8 +- .../glyphs/E_invertedbreve.glif | 8 +- .../glyphs/E_macron.glif | 8 +- .../glyphs/E_macronacute.glif | 10 +- .../glyphs/E_macrongrave.glif | 10 +- .../glyphs/E_ng.glif | 20 +- .../glyphs/E_ogonek.glif | 6 +- .../glyphs/E_th.glif | 4 +- .../glyphs/E_tilde.glif | 8 +- .../glyphs/E_zh.glif | 22 +- .../glyphs/E_zhcaron.glif | 8 +- .../glyphs/F_.glif | 8 +- .../glyphs/F_dotaccent.glif | 6 +- .../glyphs/G_.glif | 20 +- .../glyphs/G_breve.glif | 8 +- .../glyphs/G_caron.glif | 8 +- .../glyphs/G_circumflex.glif | 8 +- .../glyphs/G_commaaccent.glif | 8 +- .../glyphs/G_dotaccent.glif | 8 +- .../glyphs/G_ermandbls.glif | 18 +- .../glyphs/G_macron.glif | 8 +- .../glyphs/H_.glif | 6 +- .../glyphs/H_bar.glif | 18 +- .../glyphs/H_brevebelow.glif | 8 +- .../glyphs/H_circumflex.glif | 8 +- .../glyphs/H_dotbelow.glif | 8 +- .../glyphs/I_.glif | 8 +- .../glyphs/I_.uc.glif | 8 +- .../glyphs/I_J_.glif | 12 +- .../glyphs/I_J__acutecomb.glif | 10 +- .../glyphs/I_acute.glif | 8 +- .../glyphs/I_breve.glif | 8 +- .../glyphs/I_caron.glif | 8 +- .../glyphs/I_circumflex.glif | 8 +- .../glyphs/I_dblgrave.glif | 8 +- .../glyphs/I_dieresis.glif | 8 +- .../glyphs/I_dieresisacute.glif | 10 +- .../glyphs/I_dotaccent.glif | 8 +- .../glyphs/I_dotbelow.glif | 8 +- .../glyphs/I_grave.glif | 8 +- .../glyphs/I_hookabove.glif | 8 +- .../glyphs/I_invertedbreve.glif | 8 +- .../glyphs/I_macron.glif | 8 +- .../glyphs/I_ogonek.glif | 6 +- .../glyphs/I_tilde.glif | 8 +- .../glyphs/J_.glif | 24 +- .../glyphs/J_circumflex.glif | 8 +- .../glyphs/K_.glif | 10 +- .../glyphs/K_commaaccent.glif | 8 +- .../glyphs/L_.glif | 12 +- .../glyphs/L_J_.glif | 14 +- .../glyphs/L_acute.glif | 12 +- .../glyphs/L_caron.glif | 16 +- .../glyphs/L_commaaccent.glif | 10 +- .../glyphs/L_dot.glif | 6 +- .../glyphs/L_dotbelow.glif | 10 +- .../glyphs/L_j.glif | 12 +- .../glyphs/L_linebelow.glif | 10 +- .../glyphs/L_slash.glif | 14 +- .../glyphs/M_.glif | 8 +- .../glyphs/M_dotaccent.glif | 8 +- .../glyphs/M_dotbelow.glif | 8 +- .../glyphs/N_.glif | 14 +- .../glyphs/N_J_.glif | 10 +- .../glyphs/N_acute.glif | 8 +- .../glyphs/N_caron.glif | 8 +- .../glyphs/N_commaaccent.glif | 8 +- .../glyphs/N_dotaccent.glif | 8 +- .../glyphs/N_dotbelow.glif | 8 +- .../glyphs/N_j.glif | 10 +- .../glyphs/N_linebelow.glif | 6 +- .../glyphs/N_tilde.glif | 8 +- .../glyphs/O_.glif | 10 +- .../glyphs/O_E_.glif | 16 +- .../glyphs/O_acute.glif | 8 +- .../glyphs/O_breve.glif | 8 +- .../glyphs/O_caron.glif | 8 +- .../glyphs/O_circumflex.glif | 8 +- .../glyphs/O_circumflexacute.glif | 8 +- .../glyphs/O_circumflexdotbelow.glif | 12 +- .../glyphs/O_circumflexgrave.glif | 8 +- .../glyphs/O_circumflexhookabove.glif | 8 +- .../glyphs/O_circumflextilde.glif | 8 +- .../glyphs/O_dblgrave.glif | 8 +- .../glyphs/O_dieresis.glif | 8 +- .../glyphs/O_dieresismacron.glif | 10 +- .../glyphs/O_dotaccentmacron.glif | 10 +- .../glyphs/O_dotbelow.glif | 8 +- .../glyphs/O_grave.glif | 8 +- .../glyphs/O_hm.glif | 12 +- .../glyphs/O_hookabove.glif | 8 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 4 +- .../glyphs/O_horndotbelow.glif | 8 +- .../glyphs/O_horngrave.glif | 4 +- .../glyphs/O_hornhookabove.glif | 4 +- .../glyphs/O_horntilde.glif | 4 +- .../glyphs/O_hungarumlaut.glif | 8 +- .../glyphs/O_invertedbreve.glif | 8 +- .../glyphs/O_macron.glif | 8 +- .../glyphs/O_macronacute.glif | 10 +- .../glyphs/O_macrongrave.glif | 10 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 6 +- .../glyphs/O_slash.glif | 30 +- .../glyphs/O_slashacute.glif | 4 +- .../glyphs/O_tilde.glif | 8 +- .../glyphs/O_tildeacute.glif | 10 +- .../glyphs/O_tildedieresis.glif | 10 +- .../glyphs/O_tildemacron.glif | 10 +- .../glyphs/P_.glif | 12 +- .../glyphs/P_dotaccent.glif | 8 +- .../glyphs/Q_.glif | 18 +- .../glyphs/R_.glif | 24 +- .../glyphs/R_acute.glif | 8 +- .../glyphs/R_caron.glif | 8 +- .../glyphs/R_commaaccent.glif | 8 +- .../glyphs/R_dblgrave.glif | 8 +- .../glyphs/R_dotbelow.glif | 8 +- .../glyphs/R_invertedbreve.glif | 8 +- .../glyphs/R_linebelow.glif | 6 +- .../glyphs/S_.glif | 26 +- .../glyphs/S_acute.glif | 6 +- .../glyphs/S_acutedotaccent.glif | 8 +- .../glyphs/S_caron.glif | 6 +- .../glyphs/S_carondotaccent.glif | 8 +- .../glyphs/S_cedilla.glif | 4 +- .../glyphs/S_chwa.glif | 20 +- .../glyphs/S_circumflex.glif | 6 +- .../glyphs/S_commaaccent.glif | 6 +- .../glyphs/S_dotaccent.glif | 6 +- .../glyphs/S_dotbelow.glif | 6 +- .../glyphs/S_dotbelowdotaccent.glif | 10 +- .../glyphs/T_.glif | 4 +- .../glyphs/T_bar.glif | 4 +- .../glyphs/T_caron.glif | 8 +- .../glyphs/T_cedilla.glif | 6 +- .../glyphs/T_commaaccent.glif | 8 +- .../glyphs/T_dotaccent.glif | 8 +- .../glyphs/T_dotbelow.glif | 8 +- .../glyphs/T_horn.glif | 24 +- .../glyphs/T_linebelow.glif | 6 +- .../glyphs/U_.glif | 10 +- .../glyphs/U_acute.glif | 8 +- .../glyphs/U_breve.glif | 8 +- .../glyphs/U_caron.glif | 8 +- .../glyphs/U_circumflex.glif | 8 +- .../glyphs/U_dblgrave.glif | 8 +- .../glyphs/U_dieresis.glif | 8 +- .../glyphs/U_dieresisacute.glif | 10 +- .../glyphs/U_dieresiscaron.glif | 10 +- .../glyphs/U_dieresisgrave.glif | 10 +- .../glyphs/U_dieresismacron.glif | 10 +- .../glyphs/U_dotbelow.glif | 8 +- .../glyphs/U_grave.glif | 8 +- .../glyphs/U_hookabove.glif | 8 +- .../glyphs/U_horn.glif | 4 +- .../glyphs/U_hornacute.glif | 8 +- .../glyphs/U_horndotbelow.glif | 8 +- .../glyphs/U_horngrave.glif | 8 +- .../glyphs/U_hornhookabove.glif | 8 +- .../glyphs/U_horntilde.glif | 8 +- .../glyphs/U_hungarumlaut.glif | 8 +- .../glyphs/U_invertedbreve.glif | 8 +- .../glyphs/U_macron.glif | 8 +- .../glyphs/U_macrondieresis.glif | 10 +- .../glyphs/U_ogonek.glif | 6 +- .../glyphs/U_ring.glif | 8 +- .../glyphs/U_tilde.glif | 8 +- .../glyphs/U_tildeacute.glif | 10 +- .../glyphs/V_.glif | 8 +- .../glyphs/W_.glif | 18 +- .../glyphs/W_acute.glif | 8 +- .../glyphs/W_circumflex.glif | 8 +- .../glyphs/W_dieresis.glif | 8 +- .../glyphs/W_grave.glif | 8 +- .../glyphs/X_.glif | 10 +- .../glyphs/Y_.glif | 10 +- .../glyphs/Y_acute.glif | 8 +- .../glyphs/Y_circumflex.glif | 8 +- .../glyphs/Y_dieresis.glif | 8 +- .../glyphs/Y_dotaccent.glif | 8 +- .../glyphs/Y_dotbelow.glif | 8 +- .../glyphs/Y_grave.glif | 8 +- .../glyphs/Y_hookabove.glif | 8 +- .../glyphs/Y_macron.glif | 8 +- .../glyphs/Y_tilde.glif | 8 +- .../glyphs/Z_.glif | 14 +- .../glyphs/Z_acute.glif | 6 +- .../glyphs/Z_caron.glif | 6 +- .../glyphs/Z_dotaccent.glif | 6 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../MerriweatherSans-Italic.ufo/glyphs/a.glif | 14 +- .../glyphs/a.sc.glif | 10 +- .../glyphs/aacute.glif | 8 +- .../glyphs/aacute.sc.glif | 10 +- .../glyphs/abreve.glif | 8 +- .../glyphs/abreve.sc.glif | 10 +- .../glyphs/abreveacute.glif | 8 +- .../glyphs/abreveacute.sc.glif | 10 +- .../glyphs/abrevedotbelow.glif | 12 +- .../glyphs/abrevedotbelow.sc.glif | 14 +- .../glyphs/abrevegrave.glif | 8 +- .../glyphs/abrevegrave.sc.glif | 10 +- .../glyphs/abrevehookabove.glif | 8 +- .../glyphs/abrevehookabove.sc.glif | 10 +- .../glyphs/abrevetilde.glif | 8 +- .../glyphs/abrevetilde.sc.glif | 10 +- .../glyphs/acaron.glif | 8 +- .../glyphs/acaron.sc.glif | 10 +- .../glyphs/acircumflex.glif | 8 +- .../glyphs/acircumflex.sc.glif | 10 +- .../glyphs/acircumflexacute.glif | 8 +- .../glyphs/acircumflexacute.sc.glif | 10 +- .../glyphs/acircumflexdotbelow.glif | 12 +- .../glyphs/acircumflexdotbelow.sc.glif | 14 +- .../glyphs/acircumflexgrave.glif | 8 +- .../glyphs/acircumflexgrave.sc.glif | 10 +- .../glyphs/acircumflexhookabove.glif | 8 +- .../glyphs/acircumflexhookabove.sc.glif | 10 +- .../glyphs/acircumflextilde.glif | 8 +- .../glyphs/acircumflextilde.sc.glif | 10 +- .../glyphs/acute.glif | 6 +- .../glyphs/acutecomb.case.glif | 4 +- .../glyphs/acutecomb.glif | 12 +- .../glyphs/adblgrave.glif | 8 +- .../glyphs/adblgrave.sc.glif | 10 +- .../glyphs/adieresis.glif | 8 +- .../glyphs/adieresis.sc.glif | 10 +- .../glyphs/adotbelow.glif | 8 +- .../glyphs/adotbelow.sc.glif | 10 +- .../glyphs/ae.glif | 40 +- .../glyphs/ae.sc.glif | 22 +- .../glyphs/aeacute.glif | 10 +- .../glyphs/aeacute.sc.glif | 10 +- .../glyphs/agrave.glif | 8 +- .../glyphs/agrave.sc.glif | 10 +- .../glyphs/ahookabove.glif | 8 +- .../glyphs/ahookabove.sc.glif | 10 +- .../glyphs/ainvertedbreve.glif | 8 +- .../glyphs/ainvertedbreve.sc.glif | 10 +- .../glyphs/amacron.glif | 8 +- .../glyphs/amacron.sc.glif | 10 +- .../glyphs/ampersand.glif | 64 +- .../glyphs/aogonek.glif | 6 +- .../glyphs/aogonek.sc.glif | 8 +- .../glyphs/apostrophemod.glif | 24 +- .../glyphs/approxequal.glif | 4 +- .../glyphs/aring.glif | 8 +- .../glyphs/aring.sc.glif | 10 +- .../glyphs/aringacute.glif | 10 +- .../glyphs/aringacute.sc.glif | 12 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 4 +- .../glyphs/asterisk.glif | 8 +- .../glyphs/at.case.glif | 2 +- .../glyphs/at.glif | 26 +- .../glyphs/atilde.glif | 8 +- .../glyphs/atilde.sc.glif | 10 +- .../MerriweatherSans-Italic.ufo/glyphs/b.glif | 28 +- .../glyphs/b.sc.glif | 26 +- .../glyphs/backslash.case.glif | 6 +- .../glyphs/backslash.glif | 6 +- .../glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 8 +- .../glyphs/bdotaccent.sc.glif | 8 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 34 +- .../glyphs/braceleft.glif | 34 +- .../glyphs/braceright.case.glif | 22 +- .../glyphs/braceright.glif | 22 +- .../glyphs/bracketleft.case.glif | 26 +- .../glyphs/bracketleft.glif | 26 +- .../glyphs/bracketright.case.glif | 14 +- .../glyphs/bracketright.glif | 14 +- .../glyphs/breve.case.glif | 14 +- .../glyphs/breve.glif | 6 +- .../glyphs/brevebelowcomb.case.glif | 6 +- .../glyphs/brevebelowcomb.glif | 6 +- .../glyphs/brevecomb.case.glif | 8 +- .../glyphs/brevecomb.glif | 6 +- .../glyphs/brevecomb_acutecomb.case.glif | 10 +- .../glyphs/brevecomb_acutecomb.glif | 10 +- .../glyphs/brevecomb_gravecomb.case.glif | 16 +- .../glyphs/brevecomb_gravecomb.glif | 16 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 38 +- .../glyphs/brevecomb_hookabovecomb.glif | 30 +- .../glyphs/brevecomb_tildecomb.case.glif | 18 +- .../glyphs/brevecomb_tildecomb.glif | 24 +- .../glyphs/breveinvertedcomb.case.glif | 12 +- .../glyphs/breveinvertedcomb.glif | 8 +- .../glyphs/brokenbar.glif | 18 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 16 +- .../MerriweatherSans-Italic.ufo/glyphs/c.glif | 26 +- .../glyphs/c.sc.glif | 24 +- .../glyphs/cacute.glif | 8 +- .../glyphs/cacute.sc.glif | 8 +- .../glyphs/caron.case.glif | 4 +- .../glyphs/caron.glif | 12 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 4 +- .../glyphs/caroncomb.glif | 8 +- .../glyphs/ccaron.glif | 8 +- .../glyphs/ccaron.sc.glif | 8 +- .../glyphs/ccedilla.glif | 8 +- .../glyphs/ccedilla.sc.glif | 8 +- .../glyphs/ccedillaacute.glif | 12 +- .../glyphs/ccedillaacute.sc.glif | 12 +- .../glyphs/ccircumflex.glif | 8 +- .../glyphs/ccircumflex.sc.glif | 8 +- .../glyphs/cdotaccent.glif | 8 +- .../glyphs/cdotaccent.sc.glif | 8 +- .../glyphs/cedi.glif | 28 +- .../glyphs/cedilla.glif | 26 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 30 +- .../glyphs/circumflex.case.glif | 6 +- .../glyphs/circumflex.glif | 6 +- .../glyphs/circumflexcomb.case.glif | 4 +- .../glyphs/circumflexcomb.glif | 4 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 4 +- .../glyphs/circumflexcomb_acutecomb.glif | 4 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 4 +- .../glyphs/circumflexcomb_gravecomb.glif | 4 +- .../circumflexcomb_hookabovecomb.case.glif | 8 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 20 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 14 +- .../glyphs/circumflexcomb_tildecomb.glif | 20 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 50 +- .../glyphs/comma.glif | 14 +- .../glyphs/commaaccentcomb.case.glif | 18 +- .../glyphs/commaaccentcomb.glif | 24 +- .../glyphs/commaturnedabovecomb.case.glif | 10 +- .../glyphs/commaturnedabovecomb.glif | 26 +- .../glyphs/commaturnedmod.glif | 26 +- .../glyphs/commercialM_inusS_ign.glif | 4 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 16 +- .../MerriweatherSans-Italic.ufo/glyphs/d.glif | 14 +- .../glyphs/d.sc.glif | 22 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 14 +- .../glyphs/dblgravecomb.case.glif | 12 +- .../glyphs/dblgravecomb.glif | 4 +- .../glyphs/dcaron.glif | 10 +- .../glyphs/dcaron.sc.glif | 8 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/ddotaccent.glif | 4 +- .../glyphs/ddotaccent.sc.glif | 8 +- .../glyphs/ddotbelow.glif | 8 +- .../glyphs/ddotbelow.sc.glif | 8 +- .../glyphs/degree.glif | 20 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.case.glif | 16 +- .../glyphs/dieresis.glif | 24 +- .../glyphs/dieresisbelowcomb.case.glif | 10 +- .../glyphs/dieresisbelowcomb.glif | 10 +- .../glyphs/dieresiscomb.case.glif | 14 +- .../glyphs/dieresiscomb.glif | 16 +- .../glyphs/divide.glif | 12 +- .../glyphs/divisionslash.glif | 6 +- .../glyphs/dlinebelow.glif | 6 +- .../glyphs/dlinebelow.sc.glif | 6 +- .../glyphs/dollar.glif | 22 +- .../glyphs/dong.glif | 32 +- .../glyphs/dotaccent.case.glif | 12 +- .../glyphs/dotaccent.glif | 12 +- .../glyphs/dotaccentcomb.case.glif | 18 +- .../glyphs/dotaccentcomb.glif | 12 +- .../glyphs/dotbelowcomb.case.glif | 16 +- .../glyphs/dotbelowcomb.glif | 16 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 6 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 28 +- .../glyphs/dz.glif | 12 +- .../glyphs/dz.sc.glif | 28 +- .../glyphs/dzcaron.glif | 12 +- .../glyphs/dzcaron.sc.glif | 6 +- .../MerriweatherSans-Italic.ufo/glyphs/e.glif | 32 +- .../glyphs/e.sc.glif | 14 +- .../glyphs/eacute.glif | 8 +- .../glyphs/eacute.sc.glif | 8 +- .../glyphs/ebreve.glif | 8 +- .../glyphs/ebreve.sc.glif | 8 +- .../glyphs/ecaron.glif | 8 +- .../glyphs/ecaron.sc.glif | 8 +- .../glyphs/ecedillabreve.glif | 12 +- .../glyphs/ecedillabreve.sc.glif | 12 +- .../glyphs/ecircumflex.glif | 8 +- .../glyphs/ecircumflex.sc.glif | 8 +- .../glyphs/ecircumflexacute.glif | 8 +- .../glyphs/ecircumflexacute.sc.glif | 8 +- .../glyphs/ecircumflexdotbelow.glif | 12 +- .../glyphs/ecircumflexdotbelow.sc.glif | 12 +- .../glyphs/ecircumflexgrave.glif | 8 +- .../glyphs/ecircumflexgrave.sc.glif | 8 +- .../glyphs/ecircumflexhookabove.glif | 8 +- .../glyphs/ecircumflexhookabove.sc.glif | 8 +- .../glyphs/ecircumflextilde.glif | 8 +- .../glyphs/ecircumflextilde.sc.glif | 8 +- .../glyphs/edblgrave.glif | 8 +- .../glyphs/edblgrave.sc.glif | 8 +- .../glyphs/edieresis.glif | 8 +- .../glyphs/edieresis.sc.glif | 8 +- .../glyphs/edotaccent.glif | 8 +- .../glyphs/edotaccent.sc.glif | 8 +- .../glyphs/edotbelow.glif | 8 +- .../glyphs/edotbelow.sc.glif | 8 +- .../glyphs/egrave.glif | 8 +- .../glyphs/egrave.sc.glif | 8 +- .../glyphs/ehookabove.glif | 8 +- .../glyphs/ehookabove.sc.glif | 8 +- .../glyphs/eight.dnom.glif | 46 +- .../glyphs/eight.glif | 34 +- .../glyphs/eight.lf.glif | 34 +- .../glyphs/eight.numr.glif | 4 +- .../glyphs/eight.osf.glif | 32 +- .../glyphs/eight.sc.glif | 34 +- .../glyphs/eight.tf.glif | 32 +- .../glyphs/eight.tosf.glif | 26 +- .../glyphs/eightinferior.glif | 4 +- .../glyphs/eightsuperior.glif | 4 +- .../glyphs/einvertedbreve.glif | 8 +- .../glyphs/einvertedbreve.sc.glif | 8 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 8 +- .../glyphs/emacron.sc.glif | 8 +- .../glyphs/emacronacute.glif | 10 +- .../glyphs/emacronacute.sc.glif | 10 +- .../glyphs/emacrongrave.glif | 10 +- .../glyphs/emacrongrave.sc.glif | 10 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../glyphs/eng.glif | 20 +- .../glyphs/eng.sc.glif | 20 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 6 +- .../glyphs/eogonek.sc.glif | 6 +- .../glyphs/equal.glif | 4 +- .../glyphs/estimated.glif | 24 +- .../glyphs/eth.glif | 18 +- .../glyphs/eth.sc.glif | 30 +- .../glyphs/etilde.glif | 8 +- .../glyphs/etilde.sc.glif | 8 +- .../glyphs/euro.glif | 18 +- .../glyphs/exclam.glif | 16 +- .../glyphs/exclamdbl.glif | 2 +- .../glyphs/exclamdown.case.glif | 4 +- .../glyphs/exclamdown.glif | 4 +- .../glyphs/ezh.glif | 22 +- .../glyphs/ezh.sc.glif | 24 +- .../glyphs/ezhcaron.glif | 8 +- .../glyphs/ezhcaron.sc.glif | 30 +- .../MerriweatherSans-Italic.ufo/glyphs/f.glif | 16 +- .../glyphs/f.sc.glif | 4 +- .../glyphs/f_f.glif | 10 +- .../glyphs/f_f_i.glif | 20 +- .../glyphs/f_f_l.glif | 20 +- .../glyphs/fdotaccent.glif | 8 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../glyphs/fi.glif | 10 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 4 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 24 +- .../glyphs/five.glif | 20 +- .../glyphs/five.lf.glif | 20 +- .../glyphs/five.numr.glif | 4 +- .../glyphs/five.osf.glif | 34 +- .../glyphs/five.sc.glif | 20 +- .../glyphs/five.tf.glif | 34 +- .../glyphs/five.tosf.glif | 28 +- .../glyphs/fiveeighths.glif | 6 +- .../glyphs/fiveinferior.glif | 4 +- .../glyphs/fivesixths.glif | 8 +- .../glyphs/fivesuperior.glif | 4 +- .../glyphs/fl.glif | 12 +- .../glyphs/florin.glif | 8 +- .../glyphs/four.dnom.glif | 14 +- .../glyphs/four.glif | 18 +- .../glyphs/four.lf.glif | 18 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 22 +- .../glyphs/four.sc.glif | 18 +- .../glyphs/four.tf.glif | 16 +- .../glyphs/four.tosf.glif | 20 +- .../glyphs/fourfifths.glif | 8 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 4 +- .../glyphs/franc.glif | 12 +- .../MerriweatherSans-Italic.ufo/glyphs/g.glif | 24 +- .../glyphs/g.sc.glif | 24 +- .../glyphs/gacute.sc.glif | 4 +- .../glyphs/gbreve.glif | 8 +- .../glyphs/gbreve.sc.glif | 8 +- .../glyphs/gcaron.glif | 8 +- .../glyphs/gcaron.sc.glif | 8 +- .../glyphs/gcircumflex.glif | 8 +- .../glyphs/gcircumflex.sc.glif | 8 +- .../glyphs/gcommaaccent.glif | 8 +- .../glyphs/gcommaaccent.sc.glif | 8 +- .../glyphs/gdotaccent.glif | 8 +- .../glyphs/gdotaccent.sc.glif | 8 +- .../glyphs/germandbls.glif | 30 +- .../glyphs/germandbls.sc.glif | 26 +- .../glyphs/gmacron.glif | 8 +- .../glyphs/gmacron.sc.glif | 8 +- .../glyphs/grave.glif | 6 +- .../glyphs/gravecomb.case.glif | 6 +- .../glyphs/gravecomb.glif | 10 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 6 +- .../glyphs/guarani.glif | 20 +- .../glyphs/guillemetleft.case.glif | 6 +- .../glyphs/guillemetleft.glif | 6 +- .../glyphs/guillemetright.case.glif | 30 +- .../glyphs/guillemetright.glif | 32 +- .../glyphs/guilsinglleft.case.glif | 4 +- .../glyphs/guilsinglleft.glif | 4 +- .../glyphs/guilsinglright.case.glif | 8 +- .../glyphs/guilsinglright.glif | 6 +- .../MerriweatherSans-Italic.ufo/glyphs/h.glif | 18 +- .../glyphs/h.sc.glif | 10 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 4 +- .../glyphs/hbar.sc.glif | 18 +- .../glyphs/hbrevebelow.glif | 8 +- .../glyphs/hbrevebelow.sc.glif | 8 +- .../glyphs/hcircumflex.glif | 6 +- .../glyphs/hcircumflex.sc.glif | 8 +- .../glyphs/hdotbelow.glif | 8 +- .../glyphs/hookabovecomb.case.glif | 22 +- .../glyphs/hookabovecomb.glif | 36 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 8 +- .../glyphs/hryvnia.glif | 40 +- .../glyphs/hungarumlaut.case.glif | 10 +- .../glyphs/hungarumlaut.glif | 12 +- .../glyphs/hungarumlautcomb.case.glif | 12 +- .../glyphs/hungarumlautcomb.glif | 12 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 4 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 6 +- .../glyphs/i.dot.glif | 6 +- .../glyphs/i.dot.sc.glif | 8 +- .../MerriweatherSans-Italic.ufo/glyphs/i.glif | 6 +- .../glyphs/i.sc.glif | 6 +- .../glyphs/i.uc.sc.glif | 4 +- .../glyphs/iacute.glif | 8 +- .../glyphs/iacute.sc.glif | 8 +- .../glyphs/ibreve.glif | 10 +- .../glyphs/ibreve.sc.glif | 8 +- .../glyphs/icaron.glif | 10 +- .../glyphs/icaron.sc.glif | 8 +- .../glyphs/icircumflex.glif | 10 +- .../glyphs/icircumflex.sc.glif | 8 +- .../glyphs/idblgrave.glif | 10 +- .../glyphs/idblgrave.sc.glif | 8 +- .../glyphs/idieresis.glif | 10 +- .../glyphs/idieresis.sc.glif | 8 +- .../glyphs/idieresisacute.glif | 12 +- .../glyphs/idieresisacute.sc.glif | 10 +- .../glyphs/idotaccent.glif | 10 +- .../glyphs/idotaccent.sc.glif | 8 +- .../glyphs/idotbelow.glif | 10 +- .../glyphs/idotbelow.sc.glif | 8 +- .../glyphs/idotless.glif | 4 +- .../glyphs/idotless.sc.glif | 4 +- .../glyphs/igrave.glif | 10 +- .../glyphs/igrave.sc.glif | 8 +- .../glyphs/ihookabove.glif | 10 +- .../glyphs/ihookabove.sc.glif | 8 +- .../glyphs/iinvertedbreve.glif | 10 +- .../glyphs/iinvertedbreve.sc.glif | 8 +- .../glyphs/ij.glif | 14 +- .../glyphs/ij_acutecomb.glif | 14 +- .../glyphs/imacron.glif | 10 +- .../glyphs/imacron.sc.glif | 8 +- .../glyphs/increment.glif | 8 +- .../glyphs/infinity.glif | 60 +- .../glyphs/integral.glif | 16 +- .../glyphs/iogonek.glif | 12 +- .../glyphs/iogonek.sc.glif | 6 +- .../glyphs/itilde.glif | 10 +- .../glyphs/itilde.sc.glif | 8 +- .../MerriweatherSans-Italic.ufo/glyphs/j.glif | 4 +- .../glyphs/j.sc.glif | 26 +- .../glyphs/jcircumflex.glif | 8 +- .../glyphs/jcircumflex.sc.glif | 8 +- .../glyphs/jdotless.glif | 14 +- .../glyphs/jdotless.sc.glif | 26 +- .../MerriweatherSans-Italic.ufo/glyphs/k.glif | 14 +- .../glyphs/k.sc.glif | 26 +- .../glyphs/kcommaaccent.glif | 6 +- .../glyphs/kcommaaccent.sc.glif | 8 +- .../glyphs/kgreenlandic.glif | 12 +- .../glyphs/kgreenlandic.sc.glif | 4 +- .../glyphs/kip.glif | 16 +- .../MerriweatherSans-Italic.ufo/glyphs/l.glif | 10 +- .../glyphs/l.sc.glif | 12 +- .../glyphs/lacute.glif | 8 +- .../glyphs/lacute.sc.glif | 10 +- .../glyphs/lcaron.glif | 6 +- .../glyphs/lcaron.sc.glif | 8 +- .../glyphs/lcommaaccent.glif | 10 +- .../glyphs/lcommaaccent.sc.glif | 8 +- .../glyphs/ldot.glif | 4 +- .../glyphs/ldot.sc.glif | 4 +- .../glyphs/ldotbelow.glif | 10 +- .../glyphs/leftA_rrow.glif | 4 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 4 +- .../glyphs/less.glif | 4 +- .../glyphs/lessequal.glif | 10 +- .../glyphs/lira.glif | 36 +- .../glyphs/liraT_urkish.glif | 24 +- .../glyphs/literS_ign.glif | 46 +- .../glyphs/lj.glif | 12 +- .../glyphs/lj.sc.glif | 12 +- .../glyphs/llinebelow.glif | 8 +- .../glyphs/llinebelow.sc.glif | 8 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 18 +- .../glyphs/lslash.glif | 14 +- .../glyphs/lslash.sc.glif | 14 +- .../MerriweatherSans-Italic.ufo/glyphs/m.glif | 36 +- .../glyphs/m.sc.glif | 22 +- .../glyphs/macron.case.glif | 8 +- .../glyphs/macron.glif | 6 +- .../glyphs/macronbelowcomb.case.glif | 4 +- .../glyphs/macronbelowcomb.glif | 4 +- .../glyphs/macroncomb.case.glif | 6 +- .../glyphs/macroncomb.glif | 4 +- .../glyphs/manat.glif | 10 +- .../glyphs/mdotaccent.glif | 8 +- .../glyphs/mdotaccent.sc.glif | 8 +- .../glyphs/mdotbelow.glif | 8 +- .../glyphs/mdotbelow.sc.glif | 8 +- .../glyphs/micro.glif | 56 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 4 +- .../glyphs/multiply.glif | 26 +- .../MerriweatherSans-Italic.ufo/glyphs/n.glif | 22 +- .../glyphs/n.sc.glif | 16 +- .../glyphs/nacute.glif | 6 +- .../glyphs/nacute.sc.glif | 8 +- .../glyphs/naira.glif | 8 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 6 +- .../glyphs/ncaron.sc.glif | 8 +- .../glyphs/ncommaaccent.glif | 6 +- .../glyphs/ncommaaccent.sc.glif | 8 +- .../glyphs/ndotaccent.glif | 6 +- .../glyphs/ndotaccent.sc.glif | 8 +- .../glyphs/ndotbelow.glif | 6 +- .../glyphs/ndotbelow.sc.glif | 8 +- .../glyphs/nine.dnom.glif | 34 +- .../glyphs/nine.glif | 20 +- .../glyphs/nine.lf.glif | 20 +- .../glyphs/nine.numr.glif | 4 +- .../glyphs/nine.osf.glif | 16 +- .../glyphs/nine.sc.glif | 20 +- .../glyphs/nine.tf.glif | 16 +- .../glyphs/nine.tosf.glif | 28 +- .../glyphs/nineinferior.glif | 4 +- .../glyphs/ninesuperior.glif | 4 +- .../glyphs/nj.glif | 8 +- .../glyphs/nlinebelow.glif | 4 +- .../glyphs/nlinebelow.sc.glif | 6 +- .../glyphs/notequal.glif | 4 +- .../glyphs/ntilde.glif | 6 +- .../glyphs/ntilde.sc.glif | 8 +- .../glyphs/numbersign.glif | 18 +- .../glyphs/numero.glif | 14 +- .../MerriweatherSans-Italic.ufo/glyphs/o.glif | 14 +- .../glyphs/o.sc.glif | 18 +- .../glyphs/oacute.glif | 10 +- .../glyphs/oacute.sc.glif | 8 +- .../glyphs/obreve.glif | 10 +- .../glyphs/obreve.sc.glif | 8 +- .../glyphs/ocaron.glif | 10 +- .../glyphs/ocaron.sc.glif | 8 +- .../glyphs/ocircumflex.glif | 10 +- .../glyphs/ocircumflex.sc.glif | 8 +- .../glyphs/ocircumflexacute.glif | 10 +- .../glyphs/ocircumflexacute.sc.glif | 8 +- .../glyphs/ocircumflexdotbelow.glif | 14 +- .../glyphs/ocircumflexdotbelow.sc.glif | 12 +- .../glyphs/ocircumflexgrave.glif | 10 +- .../glyphs/ocircumflexgrave.sc.glif | 8 +- .../glyphs/ocircumflexhookabove.glif | 10 +- .../glyphs/ocircumflexhookabove.sc.glif | 8 +- .../glyphs/ocircumflextilde.glif | 10 +- .../glyphs/ocircumflextilde.sc.glif | 8 +- .../glyphs/odblgrave.glif | 10 +- .../glyphs/odblgrave.sc.glif | 8 +- .../glyphs/odieresis.glif | 10 +- .../glyphs/odieresis.sc.glif | 8 +- .../glyphs/odieresismacron.glif | 12 +- .../glyphs/odieresismacron.sc.glif | 10 +- .../glyphs/odotaccentmacron.glif | 12 +- .../glyphs/odotaccentmacron.sc.glif | 10 +- .../glyphs/odotbelow.glif | 10 +- .../glyphs/odotbelow.sc.glif | 8 +- .../glyphs/oe.glif | 4 +- .../glyphs/oe.sc.glif | 18 +- .../glyphs/ogonek.glif | 24 +- .../glyphs/ogonekcomb.case.glif | 22 +- .../glyphs/ogonekcomb.glif | 16 +- .../glyphs/ograve.glif | 10 +- .../glyphs/ograve.sc.glif | 8 +- .../glyphs/ohookabove.glif | 10 +- .../glyphs/ohookabove.sc.glif | 8 +- .../glyphs/ohorn.glif | 6 +- .../glyphs/ohorn.sc.glif | 22 +- .../glyphs/ohornacute.glif | 10 +- .../glyphs/ohornacute.sc.glif | 8 +- .../glyphs/ohorndotbelow.glif | 10 +- .../glyphs/ohorndotbelow.sc.glif | 8 +- .../glyphs/ohorngrave.glif | 10 +- .../glyphs/ohorngrave.sc.glif | 8 +- .../glyphs/ohornhookabove.glif | 10 +- .../glyphs/ohornhookabove.sc.glif | 8 +- .../glyphs/ohorntilde.glif | 10 +- .../glyphs/ohorntilde.sc.glif | 8 +- .../glyphs/ohungarumlaut.glif | 10 +- .../glyphs/ohungarumlaut.sc.glif | 8 +- .../glyphs/oinvertedbreve.glif | 10 +- .../glyphs/oinvertedbreve.sc.glif | 8 +- .../glyphs/omacron.glif | 10 +- .../glyphs/omacron.sc.glif | 8 +- .../glyphs/omacronacute.glif | 12 +- .../glyphs/omacronacute.sc.glif | 10 +- .../glyphs/omacrongrave.glif | 12 +- .../glyphs/omacrongrave.sc.glif | 10 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 12 +- .../glyphs/one.glif | 6 +- .../glyphs/one.lf.glif | 6 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 4 +- .../glyphs/one.sc.glif | 6 +- .../glyphs/one.tf.glif | 14 +- .../glyphs/one.tosf.glif | 14 +- .../glyphs/oneeighth.glif | 8 +- .../glyphs/onefifth.glif | 8 +- .../glyphs/onehalf.glif | 8 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 6 +- .../glyphs/onequarter.glif | 8 +- .../glyphs/oneseventh.glif | 8 +- .../glyphs/onesixth.glif | 8 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 10 +- .../glyphs/onethird.glif | 8 +- .../glyphs/oogonek.glif | 8 +- .../glyphs/oogonek.sc.glif | 6 +- .../glyphs/ordfeminine.glif | 18 +- .../glyphs/ordmasculine.glif | 16 +- .../glyphs/oslash.glif | 22 +- .../glyphs/oslashacute.glif | 8 +- .../glyphs/otilde.glif | 10 +- .../glyphs/otilde.sc.glif | 8 +- .../glyphs/otildeacute.glif | 12 +- .../glyphs/otildeacute.sc.glif | 10 +- .../glyphs/otildedieresis.glif | 12 +- .../glyphs/otildedieresis.sc.glif | 10 +- .../glyphs/otildemacron.glif | 12 +- .../glyphs/otildemacron.sc.glif | 10 +- .../MerriweatherSans-Italic.ufo/glyphs/p.glif | 26 +- .../glyphs/p.sc.glif | 20 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 6 +- .../glyphs/parenleft.glif | 6 +- .../glyphs/parenright.case.glif | 10 +- .../glyphs/parenright.glif | 10 +- .../glyphs/partialdiff.glif | 26 +- .../glyphs/pdotaccent.glif | 8 +- .../glyphs/pdotaccent.sc.glif | 8 +- .../glyphs/percent.glif | 44 +- .../glyphs/period.glif | 16 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/perthousand.glif | 62 +- .../glyphs/peseta.glif | 24 +- .../glyphs/peso.glif | 26 +- .../glyphs/pi.glif | 28 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 8 +- .../glyphs/plusminus.glif | 12 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 8 +- .../glyphs/punctuationspace.glif | 2 +- .../MerriweatherSans-Italic.ufo/glyphs/q.glif | 22 +- .../glyphs/q.sc.glif | 44 +- .../glyphs/question.glif | 16 +- .../glyphs/questiondown.case.glif | 34 +- .../glyphs/questiondown.glif | 34 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 8 +- .../glyphs/quotereversed.glif | 8 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 16 +- .../glyphs/quotesingle.glif | 2 +- .../MerriweatherSans-Italic.ufo/glyphs/r.glif | 16 +- .../glyphs/r.sc.glif | 18 +- .../glyphs/racute.glif | 10 +- .../glyphs/racute.sc.glif | 8 +- .../glyphs/radical.glif | 12 +- .../glyphs/rcaron.glif | 10 +- .../glyphs/rcaron.sc.glif | 8 +- .../glyphs/rcommaaccent.glif | 8 +- .../glyphs/rcommaaccent.sc.glif | 8 +- .../glyphs/rdblgrave.glif | 10 +- .../glyphs/rdblgrave.sc.glif | 8 +- .../glyphs/rdotbelow.glif | 8 +- .../glyphs/rdotbelow.sc.glif | 8 +- .../glyphs/registered.glif | 10 +- .../glyphs/rightA_rrow.glif | 4 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 4 +- .../glyphs/ring.case.glif | 22 +- .../glyphs/ring.glif | 8 +- .../glyphs/ringcomb.case.glif | 10 +- .../glyphs/ringcomb.glif | 12 +- .../glyphs/ringhalfleft.glif | 6 +- .../glyphs/ringhalfright.glif | 6 +- .../glyphs/rinvertedbreve.glif | 10 +- .../glyphs/rinvertedbreve.sc.glif | 8 +- .../glyphs/rlinebelow.glif | 8 +- .../glyphs/rlinebelow.sc.glif | 6 +- .../glyphs/ruble.glif | 18 +- .../glyphs/rupeeI_ndian.glif | 26 +- .../MerriweatherSans-Italic.ufo/glyphs/s.glif | 36 +- .../glyphs/s.sc.glif | 36 +- .../glyphs/sacute.glif | 8 +- .../glyphs/sacute.sc.glif | 6 +- .../glyphs/sacutedotaccent.glif | 10 +- .../glyphs/sacutedotaccent.sc.glif | 8 +- .../glyphs/scaron.glif | 8 +- .../glyphs/scaron.sc.glif | 6 +- .../glyphs/scarondotaccent.glif | 10 +- .../glyphs/scarondotaccent.sc.glif | 8 +- .../glyphs/scedilla.glif | 8 +- .../glyphs/scedilla.sc.glif | 6 +- .../glyphs/schwa.glif | 4 +- .../glyphs/schwa.sc.glif | 22 +- .../glyphs/scircumflex.glif | 8 +- .../glyphs/scircumflex.sc.glif | 6 +- .../glyphs/scommaaccent.glif | 8 +- .../glyphs/scommaaccent.sc.glif | 6 +- .../glyphs/sdotaccent.glif | 8 +- .../glyphs/sdotaccent.sc.glif | 6 +- .../glyphs/sdotbelow.glif | 8 +- .../glyphs/sdotbelow.sc.glif | 6 +- .../glyphs/sdotbelowdotaccent.glif | 12 +- .../glyphs/sdotbelowdotaccent.sc.glif | 10 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 6 +- .../glyphs/section.glif | 38 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 10 +- .../glyphs/seven.glif | 8 +- .../glyphs/seven.lf.glif | 8 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 4 +- .../glyphs/seven.sc.glif | 8 +- .../glyphs/seven.tf.glif | 8 +- .../glyphs/seven.tosf.glif | 4 +- .../glyphs/seveneighths.glif | 8 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 34 +- .../glyphs/six.dnom.glif | 20 +- .../glyphs/six.glif | 18 +- .../glyphs/six.lf.glif | 18 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 24 +- .../glyphs/six.sc.glif | 18 +- .../glyphs/six.tf.glif | 32 +- .../glyphs/six.tosf.glif | 22 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 6 +- .../glyphs/slash.glif | 6 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 52 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 16 +- .../MerriweatherSans-Italic.ufo/glyphs/t.glif | 36 +- .../glyphs/t.sc.glif | 8 +- .../glyphs/tbar.glif | 8 +- .../glyphs/tcaron.glif | 14 +- .../glyphs/tcaron.sc.glif | 8 +- .../glyphs/tcedilla.glif | 10 +- .../glyphs/tcedilla.sc.glif | 8 +- .../glyphs/tcommaaccent.glif | 10 +- .../glyphs/tcommaaccent.sc.glif | 8 +- .../glyphs/tdieresis.glif | 8 +- .../glyphs/tdieresis.sc.glif | 8 +- .../glyphs/tdotaccent.glif | 8 +- .../glyphs/tdotaccent.sc.glif | 8 +- .../glyphs/tdotbelow.glif | 10 +- .../glyphs/tdotbelow.sc.glif | 8 +- .../glyphs/tenge.glif | 8 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 24 +- .../glyphs/thorn.sc.glif | 20 +- .../glyphs/three.dnom.glif | 16 +- .../glyphs/three.glif | 20 +- .../glyphs/three.lf.glif | 20 +- .../glyphs/three.numr.glif | 4 +- .../glyphs/three.osf.glif | 28 +- .../glyphs/three.sc.glif | 20 +- .../glyphs/three.tf.glif | 38 +- .../glyphs/three.tosf.glif | 38 +- .../glyphs/threeeighths.glif | 8 +- .../glyphs/threeinferior.glif | 4 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 8 +- .../glyphs/threesuperior.glif | 4 +- .../glyphs/tilde.case.glif | 14 +- .../glyphs/tilde.glif | 6 +- .../glyphs/tildecomb.case.glif | 12 +- .../glyphs/tildecomb.glif | 16 +- .../glyphs/tlinebelow.glif | 8 +- .../glyphs/tlinebelow.sc.glif | 6 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 16 +- .../glyphs/two.dnom.glif | 14 +- .../glyphs/two.glif | 24 +- .../glyphs/two.lf.glif | 24 +- .../glyphs/two.numr.glif | 4 +- .../glyphs/two.osf.glif | 12 +- .../glyphs/two.sc.glif | 24 +- .../glyphs/two.tf.glif | 12 +- .../glyphs/two.tosf.glif | 22 +- .../glyphs/twofifths.glif | 8 +- .../glyphs/twoinferior.glif | 4 +- .../glyphs/twosuperior.glif | 4 +- .../glyphs/twothirds.glif | 8 +- .../MerriweatherSans-Italic.ufo/glyphs/u.glif | 26 +- .../glyphs/u.sc.glif | 30 +- .../glyphs/uacute.glif | 10 +- .../glyphs/uacute.sc.glif | 8 +- .../glyphs/ubreve.glif | 10 +- .../glyphs/ubreve.sc.glif | 8 +- .../glyphs/ucaron.glif | 10 +- .../glyphs/ucaron.sc.glif | 8 +- .../glyphs/ucircumflex.glif | 10 +- .../glyphs/ucircumflex.sc.glif | 8 +- .../glyphs/udblgrave.glif | 10 +- .../glyphs/udblgrave.sc.glif | 8 +- .../glyphs/udieresis.glif | 10 +- .../glyphs/udieresis.sc.glif | 8 +- .../glyphs/udieresisacute.glif | 12 +- .../glyphs/udieresisacute.sc.glif | 10 +- .../glyphs/udieresiscaron.glif | 12 +- .../glyphs/udieresiscaron.sc.glif | 10 +- .../glyphs/udieresisgrave.glif | 12 +- .../glyphs/udieresisgrave.sc.glif | 10 +- .../glyphs/udieresismacron.glif | 12 +- .../glyphs/udieresismacron.sc.glif | 10 +- .../glyphs/udotbelow.glif | 10 +- .../glyphs/udotbelow.sc.glif | 8 +- .../glyphs/ugrave.glif | 10 +- .../glyphs/ugrave.sc.glif | 8 +- .../glyphs/uhookabove.glif | 10 +- .../glyphs/uhookabove.sc.glif | 8 +- .../glyphs/uhorn.glif | 6 +- .../glyphs/uhorn.sc.glif | 30 +- .../glyphs/uhornacute.glif | 10 +- .../glyphs/uhornacute.sc.glif | 8 +- .../glyphs/uhorndotbelow.glif | 10 +- .../glyphs/uhorndotbelow.sc.glif | 8 +- .../glyphs/uhorngrave.glif | 10 +- .../glyphs/uhorngrave.sc.glif | 8 +- .../glyphs/uhornhookabove.glif | 10 +- .../glyphs/uhornhookabove.sc.glif | 8 +- .../glyphs/uhorntilde.glif | 10 +- .../glyphs/uhorntilde.sc.glif | 8 +- .../glyphs/uhungarumlaut.glif | 10 +- .../glyphs/uhungarumlaut.sc.glif | 8 +- .../glyphs/uinvertedbreve.glif | 10 +- .../glyphs/uinvertedbreve.sc.glif | 8 +- .../glyphs/umacron.glif | 10 +- .../glyphs/umacron.sc.glif | 8 +- .../glyphs/umacrondieresis.glif | 12 +- .../glyphs/umacrondieresis.sc.glif | 10 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 8 +- .../glyphs/uogonek.sc.glif | 6 +- .../glyphs/upA_rrow.glif | 4 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 10 +- .../glyphs/uring.sc.glif | 8 +- .../glyphs/utilde.glif | 10 +- .../glyphs/utilde.sc.glif | 8 +- .../glyphs/utildeacute.glif | 12 +- .../glyphs/utildeacute.sc.glif | 10 +- .../MerriweatherSans-Italic.ufo/glyphs/v.glif | 20 +- .../glyphs/v.sc.glif | 10 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../MerriweatherSans-Italic.ufo/glyphs/w.glif | 22 +- .../glyphs/w.sc.glif | 22 +- .../glyphs/wacute.glif | 8 +- .../glyphs/wacute.sc.glif | 8 +- .../glyphs/wcircumflex.glif | 8 +- .../glyphs/wcircumflex.sc.glif | 8 +- .../glyphs/wdieresis.glif | 8 +- .../glyphs/wdieresis.sc.glif | 8 +- .../glyphs/wgrave.glif | 8 +- .../glyphs/wgrave.sc.glif | 8 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 8 +- .../MerriweatherSans-Italic.ufo/glyphs/x.glif | 18 +- .../glyphs/x.sc.glif | 8 +- .../MerriweatherSans-Italic.ufo/glyphs/y.glif | 48 +- .../glyphs/y.sc.glif | 6 +- .../glyphs/yacute.glif | 10 +- .../glyphs/yacute.sc.glif | 6 +- .../glyphs/ycircumflex.glif | 10 +- .../glyphs/ycircumflex.sc.glif | 8 +- .../glyphs/ydieresis.glif | 10 +- .../glyphs/ydieresis.sc.glif | 8 +- .../glyphs/ydotaccent.glif | 10 +- .../glyphs/ydotaccent.sc.glif | 8 +- .../glyphs/ydotbelow.glif | 8 +- .../glyphs/ydotbelow.sc.glif | 8 +- .../glyphs/yen.glif | 14 +- .../glyphs/ygrave.glif | 10 +- .../glyphs/ygrave.sc.glif | 8 +- .../glyphs/yhookabove.glif | 10 +- .../glyphs/yhookabove.sc.glif | 8 +- .../glyphs/ymacron.glif | 10 +- .../glyphs/ymacron.sc.glif | 8 +- .../glyphs/ytilde.glif | 10 +- .../glyphs/ytilde.sc.glif | 8 +- .../MerriweatherSans-Italic.ufo/glyphs/z.glif | 14 +- .../glyphs/z.sc.glif | 16 +- .../glyphs/zacute.glif | 8 +- .../glyphs/zacute.sc.glif | 8 +- .../glyphs/zcaron.glif | 8 +- .../glyphs/zcaron.sc.glif | 8 +- .../glyphs/zdotaccent.glif | 8 +- .../glyphs/zdotaccent.sc.glif | 8 +- .../glyphs/zdotbelow.glif | 8 +- .../glyphs/zdotbelow.sc.glif | 8 +- .../glyphs/zero.dnom.glif | 10 +- .../glyphs/zero.glif | 24 +- .../glyphs/zero.lf.glif | 24 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 14 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 24 +- .../glyphs/zero.tf.glif | 16 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 6 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../MerriweatherSans-Italic.ufo/kerning.plist | 2 +- .../MerriweatherSans-Italic.ufo/lib.plist | 4 +- .../MerriweatherSans-Light.ufo/features.fea | 10 +- .../MerriweatherSans-Light.ufo/glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/Q_.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/V_.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/X_.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/dcroat.sc.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdouble.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hdotbelow.sc.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/ij.glif | 2 +- .../glyphs/ij.sc.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/ij_acutecomb.sc.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../glyphs/kip.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/ldotbelow.sc.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/nj.glif | 2 +- .../glyphs/nj.sc.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslash.sc.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/oslashacute.sc.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/periodcentered.loclC_A_T_.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tbar.sc.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../MerriweatherSans-Light.ufo/lib.plist | 12 +- .../glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../glyphs/Q_.glif | 2 +- .../glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../glyphs/V_.glif | 2 +- .../glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../glyphs/X_.glif | 2 +- .../glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.case.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.case.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.case.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.case.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdbl.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.case.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../glyphs/ij.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../glyphs/kip.glif | 2 +- .../glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.case.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../glyphs/nj.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.case.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 2 +- .../glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../lib.plist | 4 +- .../MerriweatherSans-Regular.ufo/features.fea | 10 +- .../fontinfo.plist | 2 +- .../glyphs/A_.glif | 28 +- .../glyphs/A_E_.glif | 58 +- .../glyphs/A_E_acute.glif | 12 +- .../glyphs/A_acute.glif | 12 +- .../glyphs/A_breve.glif | 12 +- .../glyphs/A_breveacute.glif | 12 +- .../glyphs/A_brevedotbelow.glif | 14 +- .../glyphs/A_brevegrave.glif | 12 +- .../glyphs/A_brevehookabove.glif | 12 +- .../glyphs/A_brevetilde.glif | 12 +- .../glyphs/A_caron.glif | 12 +- .../glyphs/A_circumflex.glif | 12 +- .../glyphs/A_circumflexacute.glif | 12 +- .../glyphs/A_circumflexdotbelow.glif | 14 +- .../glyphs/A_circumflexgrave.glif | 12 +- .../glyphs/A_circumflexhookabove.glif | 12 +- .../glyphs/A_circumflextilde.glif | 14 +- .../glyphs/A_dblgrave.glif | 12 +- .../glyphs/A_dieresis.glif | 12 +- .../glyphs/A_dotbelow.glif | 12 +- .../glyphs/A_grave.glif | 12 +- .../glyphs/A_hookabove.glif | 12 +- .../glyphs/A_invertedbreve.glif | 12 +- .../glyphs/A_macron.glif | 12 +- .../glyphs/A_ogonek.glif | 52 +- .../glyphs/A_ring.glif | 12 +- .../glyphs/A_ringacute.glif | 14 +- .../glyphs/A_tilde.glif | 12 +- .../glyphs/B_.glif | 102 +- .../glyphs/B_dotaccent.glif | 10 +- .../glyphs/C_.glif | 52 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 12 +- .../glyphs/C_caron.glif | 12 +- .../glyphs/C_cedilla.glif | 10 +- .../glyphs/C_cedillaacute.glif | 14 +- .../glyphs/C_circumflex.glif | 12 +- .../glyphs/C_dotaccent.glif | 12 +- .../glyphs/D_.glif | 74 +- .../glyphs/D_Z_.glif | 20 +- .../glyphs/D_Z_caron.glif | 20 +- .../glyphs/D_caron.glif | 14 +- .../glyphs/D_croat.glif | 18 +- .../glyphs/D_dotaccent.glif | 14 +- .../glyphs/D_dotbelow.glif | 12 +- .../glyphs/D_elta.glif | 4 +- .../glyphs/D_linebelow.glif | 12 +- .../glyphs/D_z.glif | 20 +- .../glyphs/D_zcaron.glif | 20 +- .../glyphs/E_.glif | 30 +- .../glyphs/E_acute.glif | 10 +- .../glyphs/E_breve.glif | 10 +- .../glyphs/E_caron.glif | 10 +- .../glyphs/E_cedillabreve.glif | 14 +- .../glyphs/E_circumflex.glif | 10 +- .../glyphs/E_circumflexacute.glif | 10 +- .../glyphs/E_circumflexdotbelow.glif | 14 +- .../glyphs/E_circumflexgrave.glif | 10 +- .../glyphs/E_circumflexhookabove.glif | 10 +- .../glyphs/E_circumflextilde.glif | 10 +- .../glyphs/E_dblgrave.glif | 10 +- .../glyphs/E_dieresis.glif | 10 +- .../glyphs/E_dotaccent.glif | 10 +- .../glyphs/E_dotbelow.glif | 12 +- .../glyphs/E_grave.glif | 10 +- .../glyphs/E_hookabove.glif | 10 +- .../glyphs/E_invertedbreve.glif | 10 +- .../glyphs/E_macron.glif | 10 +- .../glyphs/E_macronacute.glif | 12 +- .../glyphs/E_macrongrave.glif | 12 +- .../glyphs/E_ng.glif | 50 +- .../glyphs/E_ogonek.glif | 6 +- .../glyphs/E_th.glif | 18 +- .../glyphs/E_tilde.glif | 10 +- .../glyphs/E_zh.glif | 64 +- .../glyphs/E_zhcaron.glif | 10 +- .../glyphs/F_.glif | 30 +- .../glyphs/F_dotaccent.glif | 12 +- .../glyphs/G_.glif | 72 +- .../glyphs/G_breve.glif | 12 +- .../glyphs/G_caron.glif | 12 +- .../glyphs/G_circumflex.glif | 12 +- .../glyphs/G_commaaccent.glif | 12 +- .../glyphs/G_dotaccent.glif | 12 +- .../glyphs/G_ermandbls.glif | 82 +- .../glyphs/G_macron.glif | 12 +- .../glyphs/H_.glif | 32 +- .../glyphs/H_bar.glif | 32 +- .../glyphs/H_brevebelow.glif | 14 +- .../glyphs/H_circumflex.glif | 14 +- .../glyphs/H_dotbelow.glif | 14 +- .../glyphs/I_.glif | 18 +- .../glyphs/I_.uc.glif | 10 +- .../glyphs/I_J_.glif | 18 +- .../glyphs/I_J__acutecomb.glif | 20 +- .../glyphs/I_acute.glif | 12 +- .../glyphs/I_breve.glif | 12 +- .../glyphs/I_caron.glif | 12 +- .../glyphs/I_circumflex.glif | 12 +- .../glyphs/I_dblgrave.glif | 12 +- .../glyphs/I_dieresis.glif | 12 +- .../glyphs/I_dieresisacute.glif | 14 +- .../glyphs/I_dotaccent.glif | 12 +- .../glyphs/I_dotbelow.glif | 12 +- .../glyphs/I_grave.glif | 12 +- .../glyphs/I_hookabove.glif | 12 +- .../glyphs/I_invertedbreve.glif | 12 +- .../glyphs/I_macron.glif | 12 +- .../glyphs/I_ogonek.glif | 12 +- .../glyphs/I_tilde.glif | 12 +- .../glyphs/J_.glif | 42 +- .../glyphs/J_circumflex.glif | 12 +- .../glyphs/K_.glif | 58 +- .../glyphs/K_commaaccent.glif | 12 +- .../glyphs/L_.glif | 26 +- .../glyphs/L_J_.glif | 22 +- .../glyphs/L_acute.glif | 16 +- .../glyphs/L_caron.glif | 16 +- .../glyphs/L_commaaccent.glif | 16 +- .../glyphs/L_dot.glif | 16 +- .../glyphs/L_dotbelow.glif | 16 +- .../glyphs/L_j.glif | 22 +- .../glyphs/L_linebelow.glif | 16 +- .../glyphs/L_slash.glif | 22 +- .../glyphs/M_.glif | 44 +- .../glyphs/M_dotaccent.glif | 10 +- .../glyphs/M_dotbelow.glif | 12 +- .../glyphs/N_.glif | 40 +- .../glyphs/N_J_.glif | 16 +- .../glyphs/N_acute.glif | 12 +- .../glyphs/N_caron.glif | 12 +- .../glyphs/N_commaaccent.glif | 10 +- .../glyphs/N_dotaccent.glif | 12 +- .../glyphs/N_dotbelow.glif | 10 +- .../glyphs/N_j.glif | 16 +- .../glyphs/N_linebelow.glif | 10 +- .../glyphs/N_tilde.glif | 12 +- .../glyphs/O_.glif | 64 +- .../glyphs/O_E_.glif | 86 +- .../glyphs/O_acute.glif | 18 +- .../glyphs/O_breve.glif | 18 +- .../glyphs/O_caron.glif | 18 +- .../glyphs/O_circumflex.glif | 18 +- .../glyphs/O_circumflexacute.glif | 20 +- .../glyphs/O_circumflexdotbelow.glif | 20 +- .../glyphs/O_circumflexgrave.glif | 20 +- .../glyphs/O_circumflexhookabove.glif | 20 +- .../glyphs/O_circumflextilde.glif | 20 +- .../glyphs/O_dblgrave.glif | 18 +- .../glyphs/O_dieresis.glif | 18 +- .../glyphs/O_dieresismacron.glif | 20 +- .../glyphs/O_dotaccentmacron.glif | 20 +- .../glyphs/O_dotbelow.glif | 18 +- .../glyphs/O_grave.glif | 18 +- .../glyphs/O_hm.glif | 80 +- .../glyphs/O_hookabove.glif | 18 +- .../glyphs/O_horn.glif | 18 +- .../glyphs/O_hornacute.glif | 18 +- .../glyphs/O_horndotbelow.glif | 18 +- .../glyphs/O_horngrave.glif | 18 +- .../glyphs/O_hornhookabove.glif | 18 +- .../glyphs/O_horntilde.glif | 18 +- .../glyphs/O_hungarumlaut.glif | 18 +- .../glyphs/O_invertedbreve.glif | 18 +- .../glyphs/O_macron.glif | 18 +- .../glyphs/O_macronacute.glif | 20 +- .../glyphs/O_macrongrave.glif | 20 +- .../glyphs/O_mega.glif | 6 +- .../glyphs/O_ogonek.glif | 18 +- .../glyphs/O_slash.glif | 64 +- .../glyphs/O_slashacute.glif | 10 +- .../glyphs/O_tilde.glif | 18 +- .../glyphs/O_tildeacute.glif | 20 +- .../glyphs/O_tildedieresis.glif | 20 +- .../glyphs/O_tildemacron.glif | 20 +- .../glyphs/P_.glif | 66 +- .../glyphs/P_dotaccent.glif | 12 +- .../glyphs/Q_.glif | 46 +- .../glyphs/R_.glif | 94 +- .../glyphs/R_acute.glif | 12 +- .../glyphs/R_caron.glif | 12 +- .../glyphs/R_commaaccent.glif | 10 +- .../glyphs/R_dblgrave.glif | 12 +- .../glyphs/R_dotbelow.glif | 12 +- .../glyphs/R_invertedbreve.glif | 12 +- .../glyphs/R_linebelow.glif | 12 +- .../glyphs/S_.glif | 80 +- .../glyphs/S_acute.glif | 10 +- .../glyphs/S_acutedotaccent.glif | 12 +- .../glyphs/S_caron.glif | 10 +- .../glyphs/S_carondotaccent.glif | 12 +- .../glyphs/S_cedilla.glif | 12 +- .../glyphs/S_chwa.glif | 66 +- .../glyphs/S_circumflex.glif | 10 +- .../glyphs/S_commaaccent.glif | 12 +- .../glyphs/S_dotaccent.glif | 10 +- .../glyphs/S_dotbelow.glif | 12 +- .../glyphs/S_dotbelowdotaccent.glif | 14 +- .../glyphs/T_.glif | 26 +- .../glyphs/T_bar.glif | 20 +- .../glyphs/T_caron.glif | 14 +- .../glyphs/T_cedilla.glif | 14 +- .../glyphs/T_commaaccent.glif | 14 +- .../glyphs/T_dotaccent.glif | 14 +- .../glyphs/T_dotbelow.glif | 14 +- .../glyphs/T_horn.glif | 68 +- .../glyphs/T_linebelow.glif | 14 +- .../glyphs/U_.glif | 50 +- .../glyphs/U_acute.glif | 16 +- .../glyphs/U_breve.glif | 16 +- .../glyphs/U_caron.glif | 16 +- .../glyphs/U_circumflex.glif | 16 +- .../glyphs/U_dblgrave.glif | 16 +- .../glyphs/U_dieresis.glif | 16 +- .../glyphs/U_dieresisacute.glif | 18 +- .../glyphs/U_dieresiscaron.glif | 18 +- .../glyphs/U_dieresisgrave.glif | 18 +- .../glyphs/U_dieresismacron.glif | 18 +- .../glyphs/U_dotbelow.glif | 16 +- .../glyphs/U_grave.glif | 16 +- .../glyphs/U_hookabove.glif | 16 +- .../glyphs/U_horn.glif | 16 +- .../glyphs/U_hornacute.glif | 16 +- .../glyphs/U_horndotbelow.glif | 16 +- .../glyphs/U_horngrave.glif | 16 +- .../glyphs/U_hornhookabove.glif | 16 +- .../glyphs/U_horntilde.glif | 16 +- .../glyphs/U_hungarumlaut.glif | 16 +- .../glyphs/U_invertedbreve.glif | 16 +- .../glyphs/U_macron.glif | 16 +- .../glyphs/U_macrondieresis.glif | 18 +- .../glyphs/U_ogonek.glif | 16 +- .../glyphs/U_ring.glif | 16 +- .../glyphs/U_tilde.glif | 16 +- .../glyphs/U_tildeacute.glif | 18 +- .../glyphs/V_.glif | 28 +- .../glyphs/W_.glif | 54 +- .../glyphs/W_acute.glif | 12 +- .../glyphs/W_circumflex.glif | 12 +- .../glyphs/W_dieresis.glif | 12 +- .../glyphs/W_grave.glif | 12 +- .../glyphs/X_.glif | 50 +- .../glyphs/Y_.glif | 38 +- .../glyphs/Y_acute.glif | 12 +- .../glyphs/Y_circumflex.glif | 12 +- .../glyphs/Y_dieresis.glif | 12 +- .../glyphs/Y_dotaccent.glif | 12 +- .../glyphs/Y_dotbelow.glif | 12 +- .../glyphs/Y_grave.glif | 12 +- .../glyphs/Y_hookabove.glif | 12 +- .../glyphs/Y_macron.glif | 12 +- .../glyphs/Y_tilde.glif | 12 +- .../glyphs/Z_.glif | 34 +- .../glyphs/Z_acute.glif | 14 +- .../glyphs/Z_caron.glif | 14 +- .../glyphs/Z_dotaccent.glif | 14 +- .../glyphs/Z_dotbelow.glif | 14 +- .../glyphs/_notdef.glif | 36 +- .../glyphs/_null.glif | 2 +- .../glyphs/a.glif | 104 +- .../glyphs/a.sc.glif | 36 +- .../glyphs/aacute.glif | 14 +- .../glyphs/aacute.sc.glif | 12 +- .../glyphs/abreve.glif | 14 +- .../glyphs/abreve.sc.glif | 12 +- .../glyphs/abreveacute.glif | 14 +- .../glyphs/abreveacute.sc.glif | 12 +- .../glyphs/abrevedotbelow.glif | 16 +- .../glyphs/abrevedotbelow.sc.glif | 14 +- .../glyphs/abrevegrave.glif | 16 +- .../glyphs/abrevegrave.sc.glif | 12 +- .../glyphs/abrevehookabove.glif | 14 +- .../glyphs/abrevehookabove.sc.glif | 12 +- .../glyphs/abrevetilde.glif | 14 +- .../glyphs/abrevetilde.sc.glif | 12 +- .../glyphs/acaron.glif | 14 +- .../glyphs/acaron.sc.glif | 12 +- .../glyphs/acircumflex.glif | 14 +- .../glyphs/acircumflex.sc.glif | 12 +- .../glyphs/acircumflexacute.glif | 14 +- .../glyphs/acircumflexacute.sc.glif | 12 +- .../glyphs/acircumflexdotbelow.glif | 16 +- .../glyphs/acircumflexdotbelow.sc.glif | 14 +- .../glyphs/acircumflexgrave.glif | 14 +- .../glyphs/acircumflexgrave.sc.glif | 12 +- .../glyphs/acircumflexhookabove.glif | 14 +- .../glyphs/acircumflexhookabove.sc.glif | 12 +- .../glyphs/acircumflextilde.glif | 14 +- .../glyphs/acircumflextilde.sc.glif | 12 +- .../glyphs/acute.glif | 22 +- .../glyphs/acutecomb.case.glif | 20 +- .../glyphs/acutecomb.glif | 22 +- .../glyphs/adblgrave.glif | 14 +- .../glyphs/adblgrave.sc.glif | 12 +- .../glyphs/adieresis.glif | 14 +- .../glyphs/adieresis.sc.glif | 12 +- .../glyphs/adotbelow.glif | 14 +- .../glyphs/adotbelow.sc.glif | 12 +- .../glyphs/ae.glif | 148 +- .../glyphs/ae.sc.glif | 58 +- .../glyphs/aeacute.glif | 10 +- .../glyphs/aeacute.sc.glif | 12 +- .../glyphs/agrave.glif | 14 +- .../glyphs/agrave.sc.glif | 12 +- .../glyphs/ahookabove.glif | 14 +- .../glyphs/ahookabove.sc.glif | 12 +- .../glyphs/ainvertedbreve.glif | 14 +- .../glyphs/ainvertedbreve.sc.glif | 12 +- .../glyphs/amacron.glif | 14 +- .../glyphs/amacron.sc.glif | 12 +- .../glyphs/ampersand.glif | 168 +- .../glyphs/aogonek.glif | 14 +- .../glyphs/aogonek.sc.glif | 12 +- .../glyphs/apostrophemod.glif | 34 +- .../glyphs/approxequal.glif | 8 +- .../glyphs/aring.glif | 14 +- .../glyphs/aring.sc.glif | 12 +- .../glyphs/aringacute.glif | 16 +- .../glyphs/aringacute.sc.glif | 14 +- .../glyphs/asciicircum.glif | 18 +- .../glyphs/asciitilde.glif | 44 +- .../glyphs/asterisk.glif | 80 +- .../glyphs/at.case.glif | 4 +- .../glyphs/at.glif | 142 +- .../glyphs/atilde.glif | 14 +- .../glyphs/atilde.sc.glif | 12 +- .../glyphs/b.glif | 76 +- .../glyphs/b.sc.glif | 104 +- .../glyphs/backslash.case.glif | 6 +- .../glyphs/backslash.glif | 6 +- .../glyphs/bar.glif | 12 +- .../glyphs/bdotaccent.glif | 12 +- .../glyphs/bdotaccent.sc.glif | 12 +- .../glyphs/bitcoin.glif | 40 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 84 +- .../glyphs/braceleft.glif | 84 +- .../glyphs/braceright.case.glif | 6 +- .../glyphs/braceright.glif | 6 +- .../glyphs/bracketleft.case.glif | 36 +- .../glyphs/bracketleft.glif | 36 +- .../glyphs/bracketright.case.glif | 6 +- .../glyphs/bracketright.glif | 6 +- .../glyphs/breve.case.glif | 32 +- .../glyphs/breve.glif | 32 +- .../glyphs/brevebelowcomb.case.glif | 32 +- .../glyphs/brevebelowcomb.glif | 32 +- .../glyphs/brevecomb.case.glif | 32 +- .../glyphs/brevecomb.glif | 32 +- .../glyphs/brevecomb_acutecomb.case.glif | 46 +- .../glyphs/brevecomb_acutecomb.glif | 46 +- .../glyphs/brevecomb_gravecomb.case.glif | 46 +- .../glyphs/brevecomb_gravecomb.glif | 42 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 82 +- .../glyphs/brevecomb_hookabovecomb.glif | 80 +- .../glyphs/brevecomb_tildecomb.case.glif | 72 +- .../glyphs/brevecomb_tildecomb.glif | 68 +- .../glyphs/breveinvertedcomb.case.glif | 30 +- .../glyphs/breveinvertedcomb.glif | 30 +- .../glyphs/brokenbar.glif | 20 +- .../glyphs/bullet.case.glif | 28 +- .../glyphs/bullet.glif | 28 +- .../glyphs/bulletoperator.glif | 28 +- .../glyphs/c.glif | 62 +- .../glyphs/c.sc.glif | 60 +- .../glyphs/cacute.glif | 12 +- .../glyphs/cacute.sc.glif | 12 +- .../glyphs/caron.glif | 20 +- .../glyphs/caroncomb.alt.glif | 16 +- .../glyphs/caroncomb.case.glif | 18 +- .../glyphs/caroncomb.glif | 16 +- .../glyphs/ccaron.glif | 12 +- .../glyphs/ccaron.sc.glif | 12 +- .../glyphs/ccedilla.glif | 12 +- .../glyphs/ccedilla.sc.glif | 12 +- .../glyphs/ccedillaacute.glif | 14 +- .../glyphs/ccedillaacute.sc.glif | 14 +- .../glyphs/ccircumflex.glif | 12 +- .../glyphs/ccircumflex.sc.glif | 12 +- .../glyphs/cdotaccent.glif | 12 +- .../glyphs/cdotaccent.sc.glif | 12 +- .../glyphs/cedi.glif | 84 +- .../glyphs/cedilla.glif | 44 +- .../glyphs/cedillacomb.case.glif | 6 +- .../glyphs/cedillacomb.glif | 46 +- .../glyphs/cent.glif | 22 +- .../glyphs/circumflex.glif | 20 +- .../glyphs/circumflexcomb.case.glif | 18 +- .../glyphs/circumflexcomb.glif | 16 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 36 +- .../glyphs/circumflexcomb_acutecomb.glif | 32 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 36 +- .../glyphs/circumflexcomb_gravecomb.glif | 34 +- .../circumflexcomb_hookabovecomb.case.glif | 66 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 70 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 60 +- .../glyphs/circumflexcomb_tildecomb.glif | 58 +- .../glyphs/colon.glif | 4 +- .../glyphs/colonsign.glif | 112 +- .../glyphs/comma.glif | 36 +- .../glyphs/commaaccentcomb.case.glif | 40 +- .../glyphs/commaaccentcomb.glif | 40 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 32 +- .../glyphs/commaturnedmod.glif | 32 +- .../glyphs/commercialM_inusS_ign.glif | 4 +- .../glyphs/copyright.glif | 52 +- .../glyphs/currency.glif | 82 +- .../glyphs/d.glif | 80 +- .../glyphs/d.sc.glif | 68 +- .../glyphs/dagger.glif | 28 +- .../glyphs/daggerdbl.glif | 44 +- .../glyphs/dblgravecomb.case.glif | 34 +- .../glyphs/dblgravecomb.glif | 38 +- .../glyphs/dcaron.glif | 16 +- .../glyphs/dcaron.sc.glif | 10 +- .../glyphs/dcroat.glif | 22 +- .../glyphs/dcroat.sc.glif | 76 +- .../glyphs/ddotaccent.glif | 16 +- .../glyphs/ddotaccent.sc.glif | 12 +- .../glyphs/ddotbelow.glif | 16 +- .../glyphs/ddotbelow.sc.glif | 10 +- .../glyphs/degree.glif | 52 +- .../glyphs/delta.sc.glif | 4 +- .../glyphs/dieresis.glif | 54 +- .../glyphs/dieresisbelowcomb.case.glif | 6 +- .../glyphs/dieresisbelowcomb.glif | 56 +- .../glyphs/dieresiscomb.case.glif | 48 +- .../glyphs/dieresiscomb.glif | 52 +- .../glyphs/divide.glif | 60 +- .../glyphs/divisionslash.glif | 10 +- .../glyphs/dlinebelow.glif | 16 +- .../glyphs/dlinebelow.sc.glif | 10 +- .../glyphs/dollar.glif | 26 +- .../glyphs/dong.glif | 80 +- .../glyphs/dotaccent.glif | 30 +- .../glyphs/dotaccentcomb.case.glif | 30 +- .../glyphs/dotaccentcomb.glif | 30 +- .../glyphs/dotbelowcomb.case.glif | 30 +- .../glyphs/dotbelowcomb.glif | 30 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 4 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 58 +- .../glyphs/dz.glif | 22 +- .../glyphs/dz.sc.glif | 18 +- .../glyphs/dzcaron.glif | 26 +- .../glyphs/dzcaron.sc.glif | 18 +- .../glyphs/e.glif | 72 +- .../glyphs/e.sc.glif | 32 +- .../glyphs/eacute.glif | 12 +- .../glyphs/eacute.sc.glif | 12 +- .../glyphs/ebreve.glif | 12 +- .../glyphs/ebreve.sc.glif | 12 +- .../glyphs/ecaron.glif | 12 +- .../glyphs/ecaron.sc.glif | 10 +- .../glyphs/ecedillabreve.glif | 14 +- .../glyphs/ecedillabreve.sc.glif | 16 +- .../glyphs/ecircumflex.glif | 12 +- .../glyphs/ecircumflex.sc.glif | 8 +- .../glyphs/ecircumflexacute.glif | 12 +- .../glyphs/ecircumflexacute.sc.glif | 8 +- .../glyphs/ecircumflexdotbelow.glif | 14 +- .../glyphs/ecircumflexdotbelow.sc.glif | 12 +- .../glyphs/ecircumflexgrave.glif | 12 +- .../glyphs/ecircumflexgrave.sc.glif | 10 +- .../glyphs/ecircumflexhookabove.glif | 12 +- .../glyphs/ecircumflexhookabove.sc.glif | 10 +- .../glyphs/ecircumflextilde.glif | 12 +- .../glyphs/ecircumflextilde.sc.glif | 10 +- .../glyphs/edblgrave.glif | 12 +- .../glyphs/edblgrave.sc.glif | 12 +- .../glyphs/edieresis.glif | 12 +- .../glyphs/edieresis.sc.glif | 10 +- .../glyphs/edotaccent.glif | 12 +- .../glyphs/edotaccent.sc.glif | 12 +- .../glyphs/edotbelow.glif | 12 +- .../glyphs/edotbelow.sc.glif | 12 +- .../glyphs/egrave.glif | 12 +- .../glyphs/egrave.sc.glif | 12 +- .../glyphs/ehookabove.glif | 12 +- .../glyphs/ehookabove.sc.glif | 12 +- .../glyphs/eight.dnom.glif | 90 +- .../glyphs/eight.glif | 92 +- .../glyphs/eight.lf.glif | 4 +- .../glyphs/eight.numr.glif | 4 +- .../glyphs/eight.osf.glif | 90 +- .../glyphs/eight.sc.glif | 92 +- .../glyphs/eight.tf.glif | 92 +- .../glyphs/eight.tosf.glif | 84 +- .../glyphs/eightinferior.glif | 4 +- .../glyphs/eightsuperior.glif | 4 +- .../glyphs/einvertedbreve.glif | 12 +- .../glyphs/einvertedbreve.sc.glif | 12 +- .../glyphs/ellipsis.glif | 76 +- .../glyphs/emacron.glif | 12 +- .../glyphs/emacron.sc.glif | 12 +- .../glyphs/emacronacute.glif | 14 +- .../glyphs/emacronacute.sc.glif | 14 +- .../glyphs/emacrongrave.glif | 14 +- .../glyphs/emacrongrave.sc.glif | 14 +- .../glyphs/emdash.case.glif | 6 +- .../glyphs/emdash.glif | 12 +- .../glyphs/emptyset.glif | 4 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 4 +- .../glyphs/endash.glif | 12 +- .../glyphs/eng.glif | 66 +- .../glyphs/eng.sc.glif | 54 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 10 +- .../glyphs/eogonek.sc.glif | 10 +- .../glyphs/equal.glif | 20 +- .../glyphs/estimated.glif | 66 +- .../glyphs/eth.glif | 122 +- .../glyphs/eth.sc.glif | 76 +- .../glyphs/etilde.glif | 12 +- .../glyphs/etilde.sc.glif | 10 +- .../glyphs/euro.glif | 72 +- .../glyphs/exclam.glif | 34 +- .../glyphs/exclamdouble.glif | 8 +- .../glyphs/exclamdown.case.glif | 32 +- .../glyphs/exclamdown.glif | 6 +- .../glyphs/ezh.glif | 54 +- .../glyphs/ezh.sc.glif | 8 +- .../glyphs/ezhcaron.glif | 10 +- .../glyphs/ezhcaron.sc.glif | 10 +- .../glyphs/f.glif | 58 +- .../glyphs/f.sc.glif | 26 +- .../glyphs/f_f.glif | 20 +- .../glyphs/f_f_i.glif | 22 +- .../glyphs/f_f_l.glif | 32 +- .../glyphs/fdotaccent.glif | 12 +- .../glyphs/fdotaccent.sc.glif | 12 +- .../glyphs/fi.glif | 14 +- .../glyphs/figuredash.glif | 12 +- .../glyphs/figurespace.glif | 4 +- .../glyphs/firsttonechinese.glif | 14 +- .../glyphs/five.dnom.glif | 66 +- .../glyphs/five.glif | 66 +- .../glyphs/five.lf.glif | 4 +- .../glyphs/five.numr.glif | 4 +- .../glyphs/five.osf.glif | 66 +- .../glyphs/five.sc.glif | 66 +- .../glyphs/five.tf.glif | 66 +- .../glyphs/five.tosf.glif | 62 +- .../glyphs/fiveeighths.glif | 8 +- .../glyphs/fiveinferior.glif | 4 +- .../glyphs/fivesixths.glif | 8 +- .../glyphs/fivesuperior.glif | 4 +- .../glyphs/fl.glif | 22 +- .../glyphs/florin.glif | 50 +- .../glyphs/four.dnom.glif | 36 +- .../glyphs/four.glif | 40 +- .../glyphs/four.lf.glif | 4 +- .../glyphs/four.numr.glif | 4 +- .../glyphs/four.osf.glif | 40 +- .../glyphs/four.sc.glif | 40 +- .../glyphs/four.tf.glif | 40 +- .../glyphs/four.tosf.glif | 36 +- .../glyphs/fourfifths.glif | 8 +- .../glyphs/fourinferior.glif | 4 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 4 +- .../glyphs/fourthtonechinese.glif | 20 +- .../glyphs/fraction.glif | 8 +- .../glyphs/franc.glif | 40 +- .../glyphs/g.glif | 162 +- .../glyphs/g.sc.glif | 70 +- .../glyphs/gacute.sc.glif | 12 +- .../glyphs/gbreve.glif | 10 +- .../glyphs/gbreve.sc.glif | 12 +- .../glyphs/gcaron.glif | 10 +- .../glyphs/gcaron.sc.glif | 12 +- .../glyphs/gcircumflex.glif | 10 +- .../glyphs/gcircumflex.sc.glif | 12 +- .../glyphs/gcommaaccent.glif | 10 +- .../glyphs/gcommaaccent.sc.glif | 12 +- .../glyphs/gdotaccent.glif | 10 +- .../glyphs/gdotaccent.sc.glif | 12 +- .../glyphs/germandbls.glif | 96 +- .../glyphs/germandbls.sc.glif | 84 +- .../glyphs/gmacron.glif | 10 +- .../glyphs/gmacron.sc.glif | 12 +- .../glyphs/grave.glif | 22 +- .../glyphs/gravecomb.case.glif | 20 +- .../glyphs/gravecomb.glif | 22 +- .../glyphs/greater.glif | 6 +- .../glyphs/greaterequal.glif | 4 +- .../glyphs/guarani.glif | 68 +- .../glyphs/guillemetleft.case.glif | 4 +- .../glyphs/guillemetleft.glif | 36 +- .../glyphs/guillemetright.case.glif | 4 +- .../glyphs/guillemetright.glif | 36 +- .../glyphs/guilsinglleft.case.glif | 20 +- .../glyphs/guilsinglleft.glif | 20 +- .../glyphs/guilsinglright.case.glif | 6 +- .../glyphs/guilsinglright.glif | 4 +- .../glyphs/h.glif | 56 +- .../glyphs/h.sc.glif | 32 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 20 +- .../glyphs/hbar.sc.glif | 34 +- .../glyphs/hbrevebelow.glif | 14 +- .../glyphs/hbrevebelow.sc.glif | 14 +- .../glyphs/hcircumflex.glif | 14 +- .../glyphs/hcircumflex.sc.glif | 14 +- .../glyphs/hdotbelow.glif | 14 +- .../glyphs/hdotbelow.sc.glif | 14 +- .../glyphs/hookabovecomb.case.glif | 54 +- .../glyphs/hookabovecomb.glif | 54 +- .../glyphs/horizontalbar.glif | 4 +- .../glyphs/horncomb.case.glif | 6 +- .../glyphs/horncomb.glif | 34 +- .../glyphs/hryvnia.glif | 94 +- .../glyphs/hungarumlaut.glif | 30 +- .../glyphs/hungarumlautcomb.case.glif | 38 +- .../glyphs/hungarumlautcomb.glif | 38 +- .../glyphs/hyphen.case.glif | 3 +- .../glyphs/hyphen.glif | 10 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 12 +- .../glyphs/i.dot.glif | 12 +- .../glyphs/i.dot.sc.glif | 14 +- .../glyphs/i.glif | 14 +- .../glyphs/i.sc.glif | 20 +- .../glyphs/i.uc.sc.glif | 12 +- .../glyphs/iacute.glif | 12 +- .../glyphs/iacute.sc.glif | 14 +- .../glyphs/ibreve.glif | 12 +- .../glyphs/ibreve.sc.glif | 14 +- .../glyphs/icaron.glif | 12 +- .../glyphs/icaron.sc.glif | 14 +- .../glyphs/icircumflex.glif | 12 +- .../glyphs/icircumflex.sc.glif | 14 +- .../glyphs/idblgrave.glif | 12 +- .../glyphs/idblgrave.sc.glif | 14 +- .../glyphs/idieresis.glif | 12 +- .../glyphs/idieresis.sc.glif | 14 +- .../glyphs/idieresisacute.glif | 14 +- .../glyphs/idieresisacute.sc.glif | 16 +- .../glyphs/idotaccent.glif | 12 +- .../glyphs/idotaccent.sc.glif | 14 +- .../glyphs/idotbelow.glif | 6 +- .../glyphs/idotbelow.sc.glif | 14 +- .../glyphs/idotless.glif | 18 +- .../glyphs/idotless.sc.glif | 12 +- .../glyphs/igrave.glif | 12 +- .../glyphs/igrave.sc.glif | 14 +- .../glyphs/ihookabove.glif | 12 +- .../glyphs/ihookabove.sc.glif | 14 +- .../glyphs/iinvertedbreve.glif | 12 +- .../glyphs/iinvertedbreve.sc.glif | 14 +- .../glyphs/ij.glif | 10 +- .../glyphs/ij.sc.glif | 20 +- .../glyphs/ij_acutecomb.glif | 18 +- .../glyphs/ij_acutecomb.sc.glif | 18 +- .../glyphs/imacron.glif | 12 +- .../glyphs/imacron.sc.glif | 14 +- .../glyphs/increment.glif | 22 +- .../glyphs/infinity.glif | 108 +- .../glyphs/integral.glif | 68 +- .../glyphs/iogonek.glif | 14 +- .../glyphs/iogonek.sc.glif | 14 +- .../glyphs/itilde.glif | 12 +- .../glyphs/itilde.sc.glif | 14 +- .../glyphs/j.glif | 10 +- .../glyphs/j.sc.glif | 40 +- .../glyphs/jcircumflex.glif | 10 +- .../glyphs/jcircumflex.sc.glif | 10 +- .../glyphs/jdotless.glif | 40 +- .../glyphs/jdotless.sc.glif | 6 +- .../glyphs/k.glif | 32 +- .../glyphs/k.sc.glif | 62 +- .../glyphs/kcommaaccent.glif | 12 +- .../glyphs/kcommaaccent.sc.glif | 12 +- .../glyphs/kgreenlandic.glif | 40 +- .../glyphs/kgreenlandic.sc.glif | 10 +- .../glyphs/kip.glif | 38 +- .../glyphs/l.glif | 22 +- .../glyphs/l.sc.glif | 26 +- .../glyphs/lacute.glif | 16 +- .../glyphs/lacute.sc.glif | 16 +- .../glyphs/lcaron.glif | 14 +- .../glyphs/lcaron.sc.glif | 16 +- .../glyphs/lcommaaccent.glif | 16 +- .../glyphs/lcommaaccent.sc.glif | 16 +- .../glyphs/ldot.glif | 16 +- .../glyphs/ldot.sc.glif | 12 +- .../glyphs/ldotbelow.glif | 16 +- .../glyphs/ldotbelow.sc.glif | 16 +- .../glyphs/leftA_rrow.glif | 4 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 4 +- .../glyphs/less.glif | 20 +- .../glyphs/lessequal.glif | 28 +- .../glyphs/lira.glif | 132 +- .../glyphs/liraT_urkish.glif | 58 +- .../glyphs/literS_ign.glif | 70 +- .../glyphs/lj.glif | 22 +- .../glyphs/lj.sc.glif | 22 +- .../glyphs/llinebelow.glif | 16 +- .../glyphs/llinebelow.sc.glif | 16 +- .../glyphs/logicalnot.glif | 16 +- .../glyphs/lozenge.glif | 36 +- .../glyphs/lslash.glif | 22 +- .../glyphs/lslash.sc.glif | 26 +- .../glyphs/m.glif | 78 +- .../glyphs/m.sc.glif | 48 +- .../glyphs/macron.glif | 14 +- .../glyphs/macronbelowcomb.case.glif | 12 +- .../glyphs/macronbelowcomb.glif | 12 +- .../glyphs/macroncomb.case.glif | 12 +- .../glyphs/macroncomb.glif | 12 +- .../glyphs/manat.glif | 32 +- .../glyphs/mdotaccent.glif | 10 +- .../glyphs/mdotaccent.sc.glif | 12 +- .../glyphs/mdotbelow.glif | 12 +- .../glyphs/mdotbelow.sc.glif | 12 +- .../glyphs/micro.glif | 70 +- .../glyphs/minus.glif | 12 +- .../glyphs/minute.glif | 12 +- .../glyphs/mu.glif | 4 +- .../glyphs/mu.sc.glif | 10 +- .../glyphs/multiply.glif | 24 +- .../glyphs/n.glif | 50 +- .../glyphs/n.sc.glif | 40 +- .../glyphs/nacute.glif | 12 +- .../glyphs/nacute.sc.glif | 12 +- .../glyphs/naira.glif | 10 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 12 +- .../glyphs/ncaron.sc.glif | 12 +- .../glyphs/ncommaaccent.glif | 10 +- .../glyphs/ncommaaccent.sc.glif | 12 +- .../glyphs/ndotaccent.glif | 12 +- .../glyphs/ndotaccent.sc.glif | 12 +- .../glyphs/ndotbelow.glif | 12 +- .../glyphs/ndotbelow.sc.glif | 12 +- .../glyphs/nine.dnom.glif | 66 +- .../glyphs/nine.glif | 68 +- .../glyphs/nine.lf.glif | 4 +- .../glyphs/nine.numr.glif | 4 +- .../glyphs/nine.osf.glif | 68 +- .../glyphs/nine.sc.glif | 68 +- .../glyphs/nine.tf.glif | 68 +- .../glyphs/nine.tosf.glif | 66 +- .../glyphs/nineinferior.glif | 4 +- .../glyphs/ninesuperior.glif | 4 +- .../glyphs/nj.glif | 16 +- .../glyphs/nj.sc.glif | 18 +- .../glyphs/nlinebelow.glif | 12 +- .../glyphs/nlinebelow.sc.glif | 12 +- .../glyphs/notequal.glif | 26 +- .../glyphs/ntilde.glif | 12 +- .../glyphs/ntilde.sc.glif | 12 +- .../glyphs/numbersign.glif | 34 +- .../glyphs/numero.glif | 86 +- .../glyphs/o.glif | 62 +- .../glyphs/o.sc.glif | 60 +- .../glyphs/oacute.glif | 16 +- .../glyphs/oacute.sc.glif | 18 +- .../glyphs/obreve.glif | 16 +- .../glyphs/obreve.sc.glif | 18 +- .../glyphs/ocaron.glif | 16 +- .../glyphs/ocaron.sc.glif | 16 +- .../glyphs/ocircumflex.glif | 16 +- .../glyphs/ocircumflex.sc.glif | 14 +- .../glyphs/ocircumflexacute.glif | 16 +- .../glyphs/ocircumflexacute.sc.glif | 14 +- .../glyphs/ocircumflexdotbelow.glif | 18 +- .../glyphs/ocircumflexdotbelow.sc.glif | 16 +- .../glyphs/ocircumflexgrave.glif | 16 +- .../glyphs/ocircumflexgrave.sc.glif | 16 +- .../glyphs/ocircumflexhookabove.glif | 16 +- .../glyphs/ocircumflexhookabove.sc.glif | 16 +- .../glyphs/ocircumflextilde.glif | 16 +- .../glyphs/ocircumflextilde.sc.glif | 16 +- .../glyphs/odblgrave.glif | 16 +- .../glyphs/odblgrave.sc.glif | 18 +- .../glyphs/odieresis.glif | 16 +- .../glyphs/odieresis.sc.glif | 16 +- .../glyphs/odieresismacron.glif | 18 +- .../glyphs/odieresismacron.sc.glif | 18 +- .../glyphs/odotaccentmacron.glif | 18 +- .../glyphs/odotaccentmacron.sc.glif | 20 +- .../glyphs/odotbelow.glif | 16 +- .../glyphs/odotbelow.sc.glif | 16 +- .../glyphs/oe.glif | 114 +- .../glyphs/oe.sc.glif | 86 +- .../glyphs/ogonek.glif | 44 +- .../glyphs/ogonekcomb.case.glif | 44 +- .../glyphs/ogonekcomb.glif | 42 +- .../glyphs/ograve.glif | 16 +- .../glyphs/ograve.sc.glif | 18 +- .../glyphs/ohookabove.glif | 16 +- .../glyphs/ohookabove.sc.glif | 14 +- .../glyphs/ohorn.glif | 16 +- .../glyphs/ohorn.sc.glif | 82 +- .../glyphs/ohornacute.glif | 16 +- .../glyphs/ohornacute.sc.glif | 12 +- .../glyphs/ohorndotbelow.glif | 16 +- .../glyphs/ohorndotbelow.sc.glif | 10 +- .../glyphs/ohorngrave.glif | 16 +- .../glyphs/ohorngrave.sc.glif | 12 +- .../glyphs/ohornhookabove.glif | 16 +- .../glyphs/ohornhookabove.sc.glif | 8 +- .../glyphs/ohorntilde.glif | 16 +- .../glyphs/ohorntilde.sc.glif | 10 +- .../glyphs/ohungarumlaut.glif | 16 +- .../glyphs/ohungarumlaut.sc.glif | 18 +- .../glyphs/oinvertedbreve.glif | 16 +- .../glyphs/oinvertedbreve.sc.glif | 18 +- .../glyphs/omacron.glif | 16 +- .../glyphs/omacron.sc.glif | 18 +- .../glyphs/omacronacute.glif | 18 +- .../glyphs/omacronacute.sc.glif | 20 +- .../glyphs/omacrongrave.glif | 18 +- .../glyphs/omacrongrave.sc.glif | 20 +- .../glyphs/omega.sc.glif | 6 +- .../glyphs/one.dnom.glif | 28 +- .../glyphs/one.glif | 24 +- .../glyphs/one.lf.glif | 4 +- .../glyphs/one.numr.glif | 4 +- .../glyphs/one.osf.glif | 26 +- .../glyphs/one.sc.glif | 24 +- .../glyphs/one.tf.glif | 36 +- .../glyphs/one.tosf.glif | 36 +- .../glyphs/oneeighth.glif | 8 +- .../glyphs/onefifth.glif | 8 +- .../glyphs/onehalf.glif | 6 +- .../glyphs/oneinferior.glif | 4 +- .../glyphs/oneninth.glif | 8 +- .../glyphs/onequarter.glif | 8 +- .../glyphs/oneseventh.glif | 8 +- .../glyphs/onesixth.glif | 8 +- .../glyphs/onesuperior.glif | 4 +- .../glyphs/onetenth.glif | 10 +- .../glyphs/onethird.glif | 8 +- .../glyphs/oogonek.glif | 16 +- .../glyphs/oogonek.sc.glif | 18 +- .../glyphs/ordfeminine.glif | 104 +- .../glyphs/ordmasculine.glif | 52 +- .../glyphs/oslash.glif | 54 +- .../glyphs/oslash.sc.glif | 62 +- .../glyphs/oslashacute.glif | 8 +- .../glyphs/oslashacute.sc.glif | 10 +- .../glyphs/otilde.glif | 16 +- .../glyphs/otilde.sc.glif | 16 +- .../glyphs/otildeacute.glif | 18 +- .../glyphs/otildeacute.sc.glif | 18 +- .../glyphs/otildedieresis.glif | 18 +- .../glyphs/otildedieresis.sc.glif | 18 +- .../glyphs/otildemacron.glif | 18 +- .../glyphs/otildemacron.sc.glif | 18 +- .../glyphs/p.glif | 80 +- .../glyphs/p.sc.glif | 68 +- .../glyphs/paragraph.glif | 34 +- .../glyphs/parenleft.case.glif | 32 +- .../glyphs/parenleft.glif | 32 +- .../glyphs/parenright.case.glif | 6 +- .../glyphs/parenright.glif | 6 +- .../glyphs/partialdiff.glif | 88 +- .../glyphs/pdotaccent.glif | 12 +- .../glyphs/pdotaccent.sc.glif | 12 +- .../glyphs/percent.glif | 106 +- .../glyphs/period.glif | 28 +- .../glyphs/periodcentered.case.glif | 4 +- .../glyphs/periodcentered.glif | 6 +- .../periodcentered.loclC_A_T_.case.glif | 4 +- .../glyphs/periodcentered.loclC_A_T_.glif | 4 +- .../glyphs/perthousand.glif | 52 +- .../glyphs/peseta.glif | 82 +- .../glyphs/peso.glif | 124 +- .../glyphs/pi.glif | 94 +- .../glyphs/pi.sc.glif | 36 +- .../glyphs/plus.glif | 44 +- .../glyphs/plusminus.glif | 12 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 36 +- .../glyphs/punctuationspace.glif | 4 +- .../glyphs/q.glif | 72 +- .../glyphs/q.sc.glif | 86 +- .../glyphs/question.glif | 78 +- .../glyphs/questiondown.case.glif | 80 +- .../glyphs/questiondown.glif | 78 +- .../glyphs/quotedbl.glif | 6 +- .../glyphs/quotedblbase.glif | 8 +- .../glyphs/quotedblleft.glif | 6 +- .../glyphs/quotedblright.glif | 6 +- .../glyphs/quoteleft.glif | 36 +- .../glyphs/quotereversed.glif | 36 +- .../glyphs/quoteright.glif | 36 +- .../glyphs/quotesinglbase.glif | 6 +- .../glyphs/quotesingle.glif | 12 +- .../glyphs/r.glif | 48 +- .../glyphs/r.sc.glif | 96 +- .../glyphs/racute.glif | 10 +- .../glyphs/racute.sc.glif | 12 +- .../glyphs/radical.glif | 26 +- .../glyphs/rcaron.glif | 10 +- .../glyphs/rcaron.sc.glif | 12 +- .../glyphs/rcommaaccent.glif | 10 +- .../glyphs/rcommaaccent.sc.glif | 12 +- .../glyphs/rdblgrave.glif | 10 +- .../glyphs/rdblgrave.sc.glif | 12 +- .../glyphs/rdotbelow.glif | 10 +- .../glyphs/rdotbelow.sc.glif | 12 +- .../glyphs/registered.glif | 122 +- .../glyphs/rightA_rrow.glif | 4 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 4 +- .../glyphs/ring.glif | 52 +- .../glyphs/ringcomb.case.glif | 54 +- .../glyphs/ringcomb.glif | 50 +- .../glyphs/ringhalfleft.glif | 30 +- .../glyphs/ringhalfright.glif | 30 +- .../glyphs/rinvertedbreve.glif | 10 +- .../glyphs/rinvertedbreve.sc.glif | 12 +- .../glyphs/rlinebelow.glif | 10 +- .../glyphs/rlinebelow.sc.glif | 12 +- .../glyphs/ruble.glif | 72 +- .../glyphs/rupeeI_ndian.glif | 76 +- .../glyphs/s.glif | 84 +- .../glyphs/s.sc.glif | 86 +- .../glyphs/sacute.glif | 12 +- .../glyphs/sacute.sc.glif | 12 +- .../glyphs/sacutedotaccent.glif | 14 +- .../glyphs/sacutedotaccent.sc.glif | 14 +- .../glyphs/scaron.glif | 12 +- .../glyphs/scaron.sc.glif | 12 +- .../glyphs/scarondotaccent.glif | 14 +- .../glyphs/scarondotaccent.sc.glif | 14 +- .../glyphs/scedilla.glif | 12 +- .../glyphs/scedilla.sc.glif | 12 +- .../glyphs/schwa.glif | 64 +- .../glyphs/schwa.sc.glif | 64 +- .../glyphs/scircumflex.glif | 12 +- .../glyphs/scircumflex.sc.glif | 12 +- .../glyphs/scommaaccent.glif | 10 +- .../glyphs/scommaaccent.sc.glif | 12 +- .../glyphs/sdotaccent.glif | 12 +- .../glyphs/sdotaccent.sc.glif | 12 +- .../glyphs/sdotbelow.glif | 12 +- .../glyphs/sdotbelow.sc.glif | 12 +- .../glyphs/sdotbelowdotaccent.glif | 14 +- .../glyphs/sdotbelowdotaccent.sc.glif | 14 +- .../glyphs/second.glif | 6 +- .../glyphs/secondtonechinese.glif | 20 +- .../glyphs/section.glif | 100 +- .../glyphs/semicolon.glif | 6 +- .../glyphs/seven.dnom.glif | 20 +- .../glyphs/seven.glif | 22 +- .../glyphs/seven.lf.glif | 4 +- .../glyphs/seven.numr.glif | 4 +- .../glyphs/seven.osf.glif | 22 +- .../glyphs/seven.sc.glif | 22 +- .../glyphs/seven.tf.glif | 22 +- .../glyphs/seven.tosf.glif | 18 +- .../glyphs/seveneighths.glif | 8 +- .../glyphs/seveninferior.glif | 4 +- .../glyphs/sevensuperior.glif | 4 +- .../glyphs/sheqel.glif | 58 +- .../glyphs/six.dnom.glif | 66 +- .../glyphs/six.glif | 68 +- .../glyphs/six.lf.glif | 4 +- .../glyphs/six.numr.glif | 4 +- .../glyphs/six.osf.glif | 68 +- .../glyphs/six.sc.glif | 68 +- .../glyphs/six.tf.glif | 68 +- .../glyphs/six.tosf.glif | 66 +- .../glyphs/sixinferior.glif | 4 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 4 +- .../glyphs/slash.case.glif | 12 +- .../glyphs/slash.glif | 12 +- .../glyphs/slashlongcomb.glif | 10 +- .../glyphs/slashshortcomb.glif | 10 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 110 +- .../glyphs/strokelongcomb.glif | 10 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 32 +- .../glyphs/t.glif | 68 +- .../glyphs/t.sc.glif | 24 +- .../glyphs/tbar.glif | 20 +- .../glyphs/tbar.sc.glif | 28 +- .../glyphs/tcaron.glif | 16 +- .../glyphs/tcaron.sc.glif | 12 +- .../glyphs/tcedilla.glif | 16 +- .../glyphs/tcedilla.sc.glif | 10 +- .../glyphs/tcommaaccent.glif | 16 +- .../glyphs/tcommaaccent.sc.glif | 10 +- .../glyphs/tdieresis.glif | 16 +- .../glyphs/tdieresis.sc.glif | 12 +- .../glyphs/tdotaccent.glif | 16 +- .../glyphs/tdotaccent.sc.glif | 12 +- .../glyphs/tdotbelow.glif | 16 +- .../glyphs/tdotbelow.sc.glif | 10 +- .../glyphs/tenge.glif | 28 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 20 +- .../glyphs/thorn.sc.glif | 68 +- .../glyphs/three.dnom.glif | 92 +- .../glyphs/three.glif | 92 +- .../glyphs/three.lf.glif | 4 +- .../glyphs/three.numr.glif | 4 +- .../glyphs/three.osf.glif | 92 +- .../glyphs/three.sc.glif | 92 +- .../glyphs/three.tf.glif | 92 +- .../glyphs/three.tosf.glif | 90 +- .../glyphs/threeeighths.glif | 8 +- .../glyphs/threeinferior.glif | 4 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 8 +- .../glyphs/threesuperior.glif | 4 +- .../glyphs/tilde.case.glif | 46 +- .../glyphs/tilde.glif | 44 +- .../glyphs/tildecomb.case.glif | 46 +- .../glyphs/tildecomb.glif | 44 +- .../glyphs/tlinebelow.glif | 16 +- .../glyphs/tlinebelow.sc.glif | 10 +- .../glyphs/trademark.glif | 64 +- .../glyphs/tugrik.glif | 28 +- .../glyphs/two.dnom.glif | 50 +- .../glyphs/two.glif | 50 +- .../glyphs/two.lf.glif | 4 +- .../glyphs/two.numr.glif | 4 +- .../glyphs/two.osf.glif | 50 +- .../glyphs/two.sc.glif | 50 +- .../glyphs/two.tf.glif | 50 +- .../glyphs/two.tosf.glif | 50 +- .../glyphs/twofifths.glif | 8 +- .../glyphs/twoinferior.glif | 4 +- .../glyphs/twosuperior.glif | 4 +- .../glyphs/twothirds.glif | 8 +- .../glyphs/u.glif | 62 +- .../glyphs/u.sc.glif | 48 +- .../glyphs/uacute.glif | 16 +- .../glyphs/uacute.sc.glif | 14 +- .../glyphs/ubreve.glif | 16 +- .../glyphs/ubreve.sc.glif | 14 +- .../glyphs/ucaron.glif | 16 +- .../glyphs/ucaron.sc.glif | 14 +- .../glyphs/ucircumflex.glif | 16 +- .../glyphs/ucircumflex.sc.glif | 14 +- .../glyphs/udblgrave.glif | 16 +- .../glyphs/udblgrave.sc.glif | 14 +- .../glyphs/udieresis.glif | 16 +- .../glyphs/udieresis.sc.glif | 14 +- .../glyphs/udieresisacute.glif | 18 +- .../glyphs/udieresisacute.sc.glif | 16 +- .../glyphs/udieresiscaron.glif | 18 +- .../glyphs/udieresiscaron.sc.glif | 16 +- .../glyphs/udieresisgrave.glif | 18 +- .../glyphs/udieresisgrave.sc.glif | 16 +- .../glyphs/udieresismacron.glif | 18 +- .../glyphs/udieresismacron.sc.glif | 16 +- .../glyphs/udotbelow.glif | 16 +- .../glyphs/udotbelow.sc.glif | 14 +- .../glyphs/ugrave.glif | 16 +- .../glyphs/ugrave.sc.glif | 14 +- .../glyphs/uhookabove.glif | 16 +- .../glyphs/uhookabove.sc.glif | 14 +- .../glyphs/uhorn.glif | 16 +- .../glyphs/uhorn.sc.glif | 46 +- .../glyphs/uhornacute.glif | 16 +- .../glyphs/uhornacute.sc.glif | 12 +- .../glyphs/uhorndotbelow.glif | 16 +- .../glyphs/uhorndotbelow.sc.glif | 12 +- .../glyphs/uhorngrave.glif | 16 +- .../glyphs/uhorngrave.sc.glif | 12 +- .../glyphs/uhornhookabove.glif | 16 +- .../glyphs/uhornhookabove.sc.glif | 12 +- .../glyphs/uhorntilde.glif | 16 +- .../glyphs/uhorntilde.sc.glif | 12 +- .../glyphs/uhungarumlaut.glif | 16 +- .../glyphs/uhungarumlaut.sc.glif | 14 +- .../glyphs/uinvertedbreve.glif | 16 +- .../glyphs/uinvertedbreve.sc.glif | 14 +- .../glyphs/umacron.glif | 16 +- .../glyphs/umacron.sc.glif | 14 +- .../glyphs/umacrondieresis.glif | 18 +- .../glyphs/umacrondieresis.sc.glif | 16 +- .../glyphs/underscore.glif | 12 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 16 +- .../glyphs/uogonek.sc.glif | 14 +- .../glyphs/upA_rrow.glif | 4 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 16 +- .../glyphs/uring.sc.glif | 14 +- .../glyphs/utilde.glif | 16 +- .../glyphs/utilde.sc.glif | 14 +- .../glyphs/utildeacute.glif | 18 +- .../glyphs/utildeacute.sc.glif | 16 +- .../glyphs/v.glif | 28 +- .../glyphs/v.sc.glif | 28 +- .../glyphs/verticallinelowmod.glif | 10 +- .../glyphs/verticallinemod.glif | 10 +- .../glyphs/w.glif | 54 +- .../glyphs/w.sc.glif | 54 +- .../glyphs/wacute.glif | 12 +- .../glyphs/wacute.sc.glif | 12 +- .../glyphs/wcircumflex.glif | 12 +- .../glyphs/wcircumflex.sc.glif | 12 +- .../glyphs/wdieresis.glif | 12 +- .../glyphs/wdieresis.sc.glif | 12 +- .../glyphs/wgrave.glif | 12 +- .../glyphs/wgrave.sc.glif | 12 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 32 +- .../glyphs/x.glif | 50 +- .../glyphs/x.sc.glif | 48 +- .../glyphs/y.glif | 64 +- .../glyphs/y.sc.glif | 36 +- .../glyphs/yacute.glif | 12 +- .../glyphs/yacute.sc.glif | 12 +- .../glyphs/ycircumflex.glif | 12 +- .../glyphs/ycircumflex.sc.glif | 12 +- .../glyphs/ydieresis.glif | 12 +- .../glyphs/ydieresis.sc.glif | 12 +- .../glyphs/ydotaccent.glif | 12 +- .../glyphs/ydotaccent.sc.glif | 12 +- .../glyphs/ydotbelow.glif | 12 +- .../glyphs/ydotbelow.sc.glif | 12 +- .../glyphs/yen.glif | 50 +- .../glyphs/ygrave.glif | 12 +- .../glyphs/ygrave.sc.glif | 12 +- .../glyphs/yhookabove.glif | 12 +- .../glyphs/yhookabove.sc.glif | 12 +- .../glyphs/ymacron.glif | 12 +- .../glyphs/ymacron.sc.glif | 12 +- .../glyphs/ytilde.glif | 12 +- .../glyphs/ytilde.sc.glif | 12 +- .../glyphs/z.glif | 30 +- .../glyphs/z.sc.glif | 32 +- .../glyphs/zacute.glif | 14 +- .../glyphs/zacute.sc.glif | 14 +- .../glyphs/zcaron.glif | 14 +- .../glyphs/zcaron.sc.glif | 14 +- .../glyphs/zdotaccent.glif | 14 +- .../glyphs/zdotaccent.sc.glif | 14 +- .../glyphs/zdotbelow.glif | 12 +- .../glyphs/zdotbelow.sc.glif | 14 +- .../glyphs/zero.dnom.glif | 52 +- .../glyphs/zero.glif | 52 +- .../glyphs/zero.lf.glif | 4 +- .../glyphs/zero.lf.zero.glif | 4 +- .../glyphs/zero.numr.glif | 4 +- .../glyphs/zero.osf.glif | 52 +- .../glyphs/zero.osf.zero.glif | 12 +- .../glyphs/zero.sc.glif | 52 +- .../glyphs/zero.tf.glif | 50 +- .../glyphs/zero.tf.zero.glif | 12 +- .../glyphs/zero.tosf.glif | 48 +- .../glyphs/zero.tosf.zero.glif | 4 +- .../glyphs/zero.zero.glif | 12 +- .../glyphs/zeroinferior.glif | 4 +- .../glyphs/zerosuperior.glif | 4 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../kerning.plist | 20 +- .../MerriweatherSans-Regular.ufo/lib.plist | 12 +- .../glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../glyphs/Q_.glif | 2 +- .../glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../glyphs/V_.glif | 2 +- .../glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../glyphs/X_.glif | 2 +- .../glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.case.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.case.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.case.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.case.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdbl.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.case.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../glyphs/ij.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../glyphs/kip.glif | 2 +- .../glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.case.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../glyphs/nj.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.case.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 2 +- .../glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../lib.plist | 4 +- .../MerriweatherSans-Black.ufo/glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/Q_.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/V_.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/X_.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/dcroat.sc.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdouble.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hdotbelow.sc.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/ij.glif | 2 +- .../glyphs/ij.sc.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/ij_acutecomb.sc.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../glyphs/kip.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/ldotbelow.sc.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/nj.glif | 2 +- .../glyphs/nj.sc.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslash.sc.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/oslashacute.sc.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/periodcentered.loclC_A_T_.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tbar.sc.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../MerriweatherSans-Black.ufo/glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/Q_.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/V_.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/X_.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/dcroat.sc.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdouble.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hdotbelow.sc.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/ij.glif | 2 +- .../glyphs/ij.sc.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/ij_acutecomb.sc.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/kip.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/ldotbelow.sc.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/nj.glif | 2 +- .../glyphs/nj.sc.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslash.sc.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/oslashacute.sc.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/periodcentered.loclC_A_T_.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tbar.sc.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/won.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../MerriweatherSans-Bold.ufo/glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../fontinfo.plist | 8 +- .../glyphs.public.background/E_zh.glif | 6 - .../commaturnedabovecomb.case.glif | 6 - .../glyphs.public.background/contents.plist | 20 - .../glyphs.public.background/ezh.glif | 33 - .../glyphs.public.background/ezh.sc.glif | 6 - .../ij_acutecomb.glif | 6 - .../glyphs.public.background/kip.glif | 41 - .../glyphs.public.background/question.glif | 53 - .../glyphs/A_.glif | 40 +- .../glyphs/A_E_.glif | 56 +- .../glyphs/A_E_acute.glif | 10 +- .../glyphs/A_acute.glif | 12 +- .../glyphs/A_breve.glif | 12 +- .../glyphs/A_breveacute.glif | 12 +- .../glyphs/A_brevedotbelow.glif | 14 +- .../glyphs/A_brevegrave.glif | 12 +- .../glyphs/A_brevehookabove.glif | 12 +- .../glyphs/A_brevetilde.glif | 12 +- .../glyphs/A_caron.glif | 12 +- .../glyphs/A_circumflex.glif | 12 +- .../glyphs/A_circumflexacute.glif | 12 +- .../glyphs/A_circumflexdotbelow.glif | 14 +- .../glyphs/A_circumflexgrave.glif | 12 +- .../glyphs/A_circumflexhookabove.glif | 12 +- .../glyphs/A_circumflextilde.glif | 12 +- .../glyphs/A_dblgrave.glif | 12 +- .../glyphs/A_dieresis.glif | 12 +- .../glyphs/A_dotbelow.glif | 12 +- .../glyphs/A_grave.glif | 12 +- .../glyphs/A_hookabove.glif | 12 +- .../glyphs/A_invertedbreve.glif | 12 +- .../glyphs/A_macron.glif | 12 +- .../glyphs/A_ogonek.glif | 29 +- .../glyphs/A_ring.glif | 56 +- .../glyphs/A_ringacute.glif | 14 +- .../glyphs/A_tilde.glif | 12 +- .../glyphs/B_.glif | 128 +- .../glyphs/B_dotaccent.glif | 10 +- .../glyphs/C_.glif | 80 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 8 +- .../glyphs/C_caron.glif | 8 +- .../glyphs/C_cedilla.glif | 23 +- .../glyphs/C_cedillaacute.glif | 8 +- .../glyphs/C_circumflex.glif | 8 +- .../glyphs/C_dotaccent.glif | 8 +- .../glyphs/D_.glif | 95 +- .../glyphs/D_Z_.glif | 18 +- .../glyphs/D_Z_caron.glif | 18 +- .../glyphs/D_caron.glif | 12 +- .../glyphs/D_croat.glif | 10 +- .../glyphs/D_dotaccent.glif | 12 +- .../glyphs/D_dotbelow.glif | 12 +- .../glyphs/D_elta.glif | 6 +- .../glyphs/D_linebelow.glif | 12 +- .../glyphs/D_z.glif | 18 +- .../glyphs/D_zcaron.glif | 18 +- .../glyphs/E_.glif | 38 +- .../glyphs/E_acute.glif | 12 +- .../glyphs/E_breve.glif | 12 +- .../glyphs/E_caron.glif | 12 +- .../glyphs/E_cedillabreve.glif | 12 +- .../glyphs/E_circumflex.glif | 12 +- .../glyphs/E_circumflexacute.glif | 12 +- .../glyphs/E_circumflexdotbelow.glif | 12 +- .../glyphs/E_circumflexgrave.glif | 12 +- .../glyphs/E_circumflexhookabove.glif | 12 +- .../glyphs/E_circumflextilde.glif | 12 +- .../glyphs/E_dblgrave.glif | 12 +- .../glyphs/E_dieresis.glif | 12 +- .../glyphs/E_dotaccent.glif | 12 +- .../glyphs/E_dotbelow.glif | 10 +- .../glyphs/E_grave.glif | 12 +- .../glyphs/E_hookabove.glif | 12 +- .../glyphs/E_invertedbreve.glif | 12 +- .../glyphs/E_macron.glif | 12 +- .../glyphs/E_macronacute.glif | 14 +- .../glyphs/E_macrongrave.glif | 14 +- .../glyphs/E_ng.glif | 44 +- .../glyphs/E_ogonek.glif | 29 +- .../glyphs/E_th.glif | 39 +- .../glyphs/E_tilde.glif | 12 +- .../glyphs/E_zh.glif | 62 +- .../glyphs/E_zhcaron.glif | 8 +- .../glyphs/F_.glif | 32 +- .../glyphs/F_dotaccent.glif | 10 +- .../glyphs/G_.glif | 96 +- .../glyphs/G_breve.glif | 10 +- .../glyphs/G_caron.glif | 10 +- .../glyphs/G_circumflex.glif | 10 +- .../glyphs/G_commaaccent.glif | 10 +- .../glyphs/G_dotaccent.glif | 10 +- .../glyphs/G_ermandbls.glif | 124 +- .../glyphs/G_macron.glif | 10 +- .../glyphs/H_.glif | 36 +- .../glyphs/H_bar.glif | 54 +- .../glyphs/H_brevebelow.glif | 10 +- .../glyphs/H_circumflex.glif | 10 +- .../glyphs/H_dotbelow.glif | 10 +- .../glyphs/I_.glif | 24 +- .../glyphs/I_.uc.glif | 14 +- .../glyphs/I_J_.glif | 18 +- .../glyphs/I_J__acutecomb.glif | 24 +- .../glyphs/I_acute.glif | 14 +- .../glyphs/I_breve.glif | 14 +- .../glyphs/I_caron.glif | 14 +- .../glyphs/I_circumflex.glif | 14 +- .../glyphs/I_dblgrave.glif | 14 +- .../glyphs/I_dieresis.glif | 14 +- .../glyphs/I_dieresisacute.glif | 16 +- .../glyphs/I_dotaccent.glif | 14 +- .../glyphs/I_dotbelow.glif | 14 +- .../glyphs/I_grave.glif | 14 +- .../glyphs/I_hookabove.glif | 14 +- .../glyphs/I_invertedbreve.glif | 14 +- .../glyphs/I_macron.glif | 14 +- .../glyphs/I_ogonek.glif | 31 +- .../glyphs/I_tilde.glif | 14 +- .../glyphs/J_.glif | 42 +- .../glyphs/J_circumflex.glif | 10 +- .../glyphs/K_.glif | 50 +- .../glyphs/K_commaaccent.glif | 10 +- .../glyphs/L_.glif | 28 +- .../glyphs/L_J_.glif | 18 +- .../glyphs/L_acute.glif | 14 +- .../glyphs/L_caron.glif | 44 +- .../glyphs/L_commaaccent.glif | 14 +- .../glyphs/L_dot.glif | 19 +- .../glyphs/L_dotbelow.glif | 14 +- .../glyphs/L_j.glif | 18 +- .../glyphs/L_linebelow.glif | 14 +- .../glyphs/L_slash.glif | 34 +- .../glyphs/M_.glif | 63 +- .../glyphs/M_dotaccent.glif | 10 +- .../glyphs/M_dotbelow.glif | 10 +- .../glyphs/N_.glif | 40 +- .../glyphs/N_J_.glif | 14 +- .../glyphs/N_acute.glif | 10 +- .../glyphs/N_caron.glif | 10 +- .../glyphs/N_commaaccent.glif | 10 +- .../glyphs/N_dotaccent.glif | 10 +- .../glyphs/N_dotbelow.glif | 10 +- .../glyphs/N_j.glif | 14 +- .../glyphs/N_linebelow.glif | 10 +- .../glyphs/N_tilde.glif | 10 +- .../glyphs/O_.glif | 68 +- .../glyphs/O_E_.glif | 125 +- .../glyphs/O_acute.glif | 18 +- .../glyphs/O_breve.glif | 18 +- .../glyphs/O_caron.glif | 18 +- .../glyphs/O_circumflex.glif | 18 +- .../glyphs/O_circumflexacute.glif | 18 +- .../glyphs/O_circumflexdotbelow.glif | 20 +- .../glyphs/O_circumflexgrave.glif | 18 +- .../glyphs/O_circumflexhookabove.glif | 18 +- .../glyphs/O_circumflextilde.glif | 18 +- .../glyphs/O_dblgrave.glif | 18 +- .../glyphs/O_dieresis.glif | 18 +- .../glyphs/O_dieresismacron.glif | 20 +- .../glyphs/O_dotaccentmacron.glif | 20 +- .../glyphs/O_dotbelow.glif | 18 +- .../glyphs/O_grave.glif | 18 +- .../glyphs/O_hm.glif | 70 +- .../glyphs/O_hookabove.glif | 18 +- .../glyphs/O_horn.glif | 46 +- .../glyphs/O_hornacute.glif | 18 +- .../glyphs/O_horndotbelow.glif | 18 +- .../glyphs/O_horngrave.glif | 18 +- .../glyphs/O_hornhookabove.glif | 18 +- .../glyphs/O_horntilde.glif | 18 +- .../glyphs/O_hungarumlaut.glif | 18 +- .../glyphs/O_invertedbreve.glif | 18 +- .../glyphs/O_macron.glif | 18 +- .../glyphs/O_macronacute.glif | 20 +- .../glyphs/O_macrongrave.glif | 20 +- .../glyphs/O_mega.glif | 6 +- .../glyphs/O_ogonek.glif | 18 +- .../glyphs/O_slash.glif | 120 +- .../glyphs/O_slashacute.glif | 4 +- .../glyphs/O_tilde.glif | 18 +- .../glyphs/O_tildeacute.glif | 20 +- .../glyphs/O_tildedieresis.glif | 20 +- .../glyphs/O_tildemacron.glif | 20 +- .../glyphs/P_.glif | 89 +- .../glyphs/P_dotaccent.glif | 10 +- .../glyphs/Q_.glif | 64 +- .../glyphs/R_.glif | 105 +- .../glyphs/R_acute.glif | 10 +- .../glyphs/R_caron.glif | 10 +- .../glyphs/R_commaaccent.glif | 10 +- .../glyphs/R_dblgrave.glif | 10 +- .../glyphs/R_dotbelow.glif | 10 +- .../glyphs/R_invertedbreve.glif | 10 +- .../glyphs/R_linebelow.glif | 10 +- .../glyphs/S_.glif | 88 +- .../glyphs/S_acute.glif | 10 +- .../glyphs/S_acutedotaccent.glif | 12 +- .../glyphs/S_caron.glif | 10 +- .../glyphs/S_carondotaccent.glif | 12 +- .../glyphs/S_cedilla.glif | 27 +- .../glyphs/S_chwa.glif | 76 +- .../glyphs/S_circumflex.glif | 10 +- .../glyphs/S_commaaccent.glif | 10 +- .../glyphs/S_dotaccent.glif | 10 +- .../glyphs/S_dotbelow.glif | 10 +- .../glyphs/S_dotbelowdotaccent.glif | 12 +- .../glyphs/T_.glif | 30 +- .../glyphs/T_bar.glif | 40 +- .../glyphs/T_caron.glif | 12 +- .../glyphs/T_cedilla.glif | 12 +- .../glyphs/T_commaaccent.glif | 12 +- .../glyphs/T_dotaccent.glif | 12 +- .../glyphs/T_dotbelow.glif | 12 +- .../glyphs/T_horn.glif | 74 +- .../glyphs/T_linebelow.glif | 12 +- .../glyphs/U_.glif | 70 +- .../glyphs/U_acute.glif | 14 +- .../glyphs/U_breve.glif | 14 +- .../glyphs/U_caron.glif | 14 +- .../glyphs/U_circumflex.glif | 14 +- .../glyphs/U_dblgrave.glif | 14 +- .../glyphs/U_dieresis.glif | 14 +- .../glyphs/U_dieresisacute.glif | 16 +- .../glyphs/U_dieresiscaron.glif | 16 +- .../glyphs/U_dieresisgrave.glif | 16 +- .../glyphs/U_dieresismacron.glif | 16 +- .../glyphs/U_dotbelow.glif | 14 +- .../glyphs/U_grave.glif | 14 +- .../glyphs/U_hookabove.glif | 14 +- .../glyphs/U_horn.glif | 14 +- .../glyphs/U_hornacute.glif | 14 +- .../glyphs/U_horndotbelow.glif | 14 +- .../glyphs/U_horngrave.glif | 14 +- .../glyphs/U_hornhookabove.glif | 14 +- .../glyphs/U_horntilde.glif | 14 +- .../glyphs/U_hungarumlaut.glif | 14 +- .../glyphs/U_invertedbreve.glif | 14 +- .../glyphs/U_macron.glif | 14 +- .../glyphs/U_macrondieresis.glif | 16 +- .../glyphs/U_ogonek.glif | 31 +- .../glyphs/U_ring.glif | 14 +- .../glyphs/U_tilde.glif | 14 +- .../glyphs/U_tildeacute.glif | 16 +- .../glyphs/V_.glif | 30 +- .../glyphs/W_.glif | 52 +- .../glyphs/W_acute.glif | 10 +- .../glyphs/W_circumflex.glif | 10 +- .../glyphs/W_dieresis.glif | 10 +- .../glyphs/W_grave.glif | 10 +- .../glyphs/X_.glif | 34 +- .../glyphs/Y_.glif | 34 +- .../glyphs/Y_acute.glif | 12 +- .../glyphs/Y_circumflex.glif | 12 +- .../glyphs/Y_dieresis.glif | 12 +- .../glyphs/Y_dotaccent.glif | 12 +- .../glyphs/Y_dotbelow.glif | 12 +- .../glyphs/Y_grave.glif | 12 +- .../glyphs/Y_hookabove.glif | 12 +- .../glyphs/Y_macron.glif | 12 +- .../glyphs/Y_tilde.glif | 12 +- .../glyphs/Z_.glif | 32 +- .../glyphs/Z_acute.glif | 8 +- .../glyphs/Z_caron.glif | 8 +- .../glyphs/Z_dotaccent.glif | 8 +- .../glyphs/Z_dotbelow.glif | 6 +- .../glyphs/_notdef.glif | 38 +- .../glyphs/_null.glif | 2 +- .../glyphs/a.glif | 91 +- .../glyphs/a.sc.glif | 51 +- .../glyphs/aacute.glif | 12 +- .../glyphs/aacute.sc.glif | 12 +- .../glyphs/abreve.glif | 12 +- .../glyphs/abreve.sc.glif | 12 +- .../glyphs/abreveacute.glif | 12 +- .../glyphs/abreveacute.sc.glif | 12 +- .../glyphs/abrevedotbelow.glif | 14 +- .../glyphs/abrevedotbelow.sc.glif | 14 +- .../glyphs/abrevegrave.glif | 12 +- .../glyphs/abrevegrave.sc.glif | 12 +- .../glyphs/abrevehookabove.glif | 12 +- .../glyphs/abrevehookabove.sc.glif | 12 +- .../glyphs/abrevetilde.glif | 12 +- .../glyphs/abrevetilde.sc.glif | 12 +- .../glyphs/acaron.glif | 12 +- .../glyphs/acaron.sc.glif | 12 +- .../glyphs/acircumflex.glif | 12 +- .../glyphs/acircumflex.sc.glif | 12 +- .../glyphs/acircumflexacute.glif | 12 +- .../glyphs/acircumflexacute.sc.glif | 12 +- .../glyphs/acircumflexdotbelow.glif | 14 +- .../glyphs/acircumflexdotbelow.sc.glif | 14 +- .../glyphs/acircumflexgrave.glif | 12 +- .../glyphs/acircumflexgrave.sc.glif | 12 +- .../glyphs/acircumflexhookabove.glif | 12 +- .../glyphs/acircumflexhookabove.sc.glif | 12 +- .../glyphs/acircumflextilde.glif | 12 +- .../glyphs/acircumflextilde.sc.glif | 12 +- .../glyphs/acute.glif | 20 +- .../glyphs/acutecomb.case.glif | 18 +- .../glyphs/acutecomb.glif | 22 +- .../glyphs/adblgrave.glif | 12 +- .../glyphs/adblgrave.sc.glif | 12 +- .../glyphs/adieresis.glif | 12 +- .../glyphs/adieresis.sc.glif | 12 +- .../glyphs/adotbelow.glif | 12 +- .../glyphs/adotbelow.sc.glif | 12 +- .../glyphs/ae.glif | 134 +- .../glyphs/ae.sc.glif | 67 +- .../glyphs/aeacute.glif | 10 +- .../glyphs/aeacute.sc.glif | 10 +- .../glyphs/agrave.glif | 12 +- .../glyphs/agrave.sc.glif | 12 +- .../glyphs/ahookabove.glif | 12 +- .../glyphs/ahookabove.sc.glif | 12 +- .../glyphs/ainvertedbreve.glif | 12 +- .../glyphs/ainvertedbreve.sc.glif | 12 +- .../glyphs/amacron.glif | 12 +- .../glyphs/amacron.sc.glif | 12 +- .../glyphs/ampersand.glif | 188 +- .../glyphs/aogonek.glif | 47 +- .../glyphs/aogonek.sc.glif | 12 +- .../glyphs/apostrophemod.glif | 34 +- .../glyphs/approxequal.glif | 11 +- .../glyphs/aring.glif | 12 +- .../glyphs/aring.sc.glif | 12 +- .../glyphs/aringacute.glif | 14 +- .../glyphs/aringacute.sc.glif | 14 +- .../glyphs/asciicircum.glif | 26 +- .../glyphs/asciitilde.glif | 64 +- .../glyphs/asterisk.glif | 66 +- .../glyphs/at.case.glif | 8 +- .../glyphs/at.glif | 175 +- .../glyphs/atilde.glif | 12 +- .../glyphs/atilde.sc.glif | 12 +- .../glyphs/b.glif | 97 +- .../glyphs/b.sc.glif | 139 +- .../glyphs/backslash.case.glif | 25 +- .../glyphs/backslash.glif | 25 +- .../glyphs/bar.glif | 14 +- .../glyphs/bdotaccent.glif | 10 +- .../glyphs/bdotaccent.sc.glif | 10 +- .../glyphs/bitcoin.glif | 28 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 74 +- .../glyphs/braceleft.glif | 74 +- .../glyphs/braceright.case.glif | 74 +- .../glyphs/braceright.glif | 74 +- .../glyphs/bracketleft.case.glif | 50 +- .../glyphs/bracketleft.glif | 50 +- .../glyphs/bracketright.case.glif | 50 +- .../glyphs/bracketright.glif | 50 +- .../glyphs/breve.case.glif | 57 +- .../glyphs/breve.glif | 53 +- .../glyphs/brevebelowcomb.case.glif | 30 +- .../glyphs/brevebelowcomb.glif | 30 +- .../glyphs/brevecomb.case.glif | 49 +- .../glyphs/brevecomb.glif | 51 +- .../glyphs/brevecomb_acutecomb.case.glif | 42 +- .../glyphs/brevecomb_acutecomb.glif | 42 +- .../glyphs/brevecomb_gravecomb.case.glif | 42 +- .../glyphs/brevecomb_gravecomb.glif | 42 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 82 +- .../glyphs/brevecomb_hookabovecomb.glif | 82 +- .../glyphs/brevecomb_tildecomb.case.glif | 80 +- .../glyphs/brevecomb_tildecomb.glif | 82 +- .../glyphs/breveinvertedcomb.case.glif | 55 +- .../glyphs/breveinvertedcomb.glif | 49 +- .../glyphs/brokenbar.glif | 22 +- .../glyphs/bullet.case.glif | 6 +- .../glyphs/bullet.glif | 6 +- .../glyphs/bulletoperator.glif | 28 +- .../glyphs/c.glif | 74 +- .../glyphs/c.sc.glif | 93 +- .../glyphs/cacute.glif | 10 +- .../glyphs/cacute.sc.glif | 10 +- .../glyphs/caron.case.glif | 20 +- .../glyphs/caron.glif | 28 +- .../glyphs/caroncomb.alt.glif | 34 +- .../glyphs/caroncomb.case.glif | 26 +- .../glyphs/caroncomb.glif | 26 +- .../glyphs/ccaron.glif | 6 +- .../glyphs/ccaron.sc.glif | 10 +- .../glyphs/ccedilla.glif | 25 +- .../glyphs/ccedilla.sc.glif | 10 +- .../glyphs/ccedillaacute.glif | 12 +- .../glyphs/ccedillaacute.sc.glif | 12 +- .../glyphs/ccircumflex.glif | 6 +- .../glyphs/ccircumflex.sc.glif | 10 +- .../glyphs/cdotaccent.glif | 8 +- .../glyphs/cdotaccent.sc.glif | 10 +- .../glyphs/cedi.glif | 83 +- .../glyphs/cedilla.glif | 67 +- .../glyphs/cedillacomb.case.glif | 8 +- .../glyphs/cedillacomb.glif | 6 +- .../glyphs/cent.glif | 72 +- .../glyphs/circumflex.case.glif | 20 +- .../glyphs/circumflex.glif | 28 +- .../glyphs/circumflexcomb.case.glif | 26 +- .../glyphs/circumflexcomb.glif | 24 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 28 +- .../glyphs/circumflexcomb_acutecomb.glif | 28 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 28 +- .../glyphs/circumflexcomb_gravecomb.glif | 24 +- .../circumflexcomb_hookabovecomb.case.glif | 68 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 66 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 72 +- .../glyphs/circumflexcomb_tildecomb.glif | 68 +- .../glyphs/colon.glif | 7 +- .../glyphs/colonsign.glif | 138 +- .../glyphs/comma.glif | 44 +- .../glyphs/commaaccentcomb.case.glif | 38 +- .../glyphs/commaaccentcomb.glif | 38 +- .../glyphs/commaturnedabovecomb.case.glif | 38 +- .../glyphs/commaturnedabovecomb.glif | 38 +- .../glyphs/commaturnedmod.glif | 34 +- .../glyphs/commercialM_inusS_ign.glif | 12 +- .../glyphs/copyright.glif | 86 +- .../glyphs/currency.glif | 94 +- .../glyphs/d.glif | 108 +- .../glyphs/d.sc.glif | 106 +- .../glyphs/dagger.glif | 49 +- .../glyphs/daggerdbl.glif | 71 +- .../glyphs/dblgravecomb.case.glif | 30 +- .../glyphs/dblgravecomb.glif | 26 +- .../glyphs/dcaron.glif | 42 +- .../glyphs/dcaron.sc.glif | 12 +- .../glyphs/dcroat.glif | 48 +- .../glyphs/ddotaccent.glif | 12 +- .../glyphs/ddotaccent.sc.glif | 12 +- .../glyphs/ddotbelow.glif | 12 +- .../glyphs/ddotbelow.sc.glif | 12 +- .../glyphs/degree.glif | 86 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.case.glif | 54 +- .../glyphs/dieresis.glif | 62 +- .../glyphs/dieresisbelowcomb.case.glif | 50 +- .../glyphs/dieresisbelowcomb.glif | 50 +- .../glyphs/dieresiscomb.case.glif | 52 +- .../glyphs/dieresiscomb.glif | 62 +- .../glyphs/divide.glif | 64 +- .../glyphs/divisionslash.glif | 14 +- .../glyphs/dlinebelow.glif | 12 +- .../glyphs/dlinebelow.sc.glif | 12 +- .../glyphs/dollar.glif | 94 +- .../glyphs/dong.glif | 105 +- .../glyphs/dotaccent.case.glif | 30 +- .../glyphs/dotaccent.glif | 38 +- .../glyphs/dotaccentcomb.case.glif | 26 +- .../glyphs/dotaccentcomb.glif | 38 +- .../glyphs/dotbelowcomb.case.glif | 26 +- .../glyphs/dotbelowcomb.glif | 26 +- .../glyphs/doubleprimemod.glif | 9 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 60 +- .../glyphs/dz.glif | 18 +- .../glyphs/dz.sc.glif | 113 +- .../glyphs/dzcaron.glif | 18 +- .../glyphs/dzcaron.sc.glif | 12 +- .../glyphs/e.glif | 100 +- .../glyphs/e.sc.glif | 51 +- .../glyphs/eacute.glif | 12 +- .../glyphs/eacute.sc.glif | 14 +- .../glyphs/ebreve.glif | 12 +- .../glyphs/ebreve.sc.glif | 14 +- .../glyphs/ecaron.glif | 12 +- .../glyphs/ecaron.sc.glif | 14 +- .../glyphs/ecedillabreve.glif | 14 +- .../glyphs/ecedillabreve.sc.glif | 16 +- .../glyphs/ecircumflex.glif | 12 +- .../glyphs/ecircumflex.sc.glif | 14 +- .../glyphs/ecircumflexacute.glif | 12 +- .../glyphs/ecircumflexacute.sc.glif | 14 +- .../glyphs/ecircumflexdotbelow.glif | 14 +- .../glyphs/ecircumflexdotbelow.sc.glif | 16 +- .../glyphs/ecircumflexgrave.glif | 12 +- .../glyphs/ecircumflexgrave.sc.glif | 14 +- .../glyphs/ecircumflexhookabove.glif | 12 +- .../glyphs/ecircumflexhookabove.sc.glif | 14 +- .../glyphs/ecircumflextilde.glif | 12 +- .../glyphs/ecircumflextilde.sc.glif | 14 +- .../glyphs/edblgrave.glif | 12 +- .../glyphs/edblgrave.sc.glif | 14 +- .../glyphs/edieresis.glif | 12 +- .../glyphs/edieresis.sc.glif | 14 +- .../glyphs/edotaccent.glif | 12 +- .../glyphs/edotaccent.sc.glif | 14 +- .../glyphs/edotbelow.glif | 12 +- .../glyphs/edotbelow.sc.glif | 14 +- .../glyphs/egrave.glif | 12 +- .../glyphs/egrave.sc.glif | 14 +- .../glyphs/ehookabove.glif | 12 +- .../glyphs/ehookabove.sc.glif | 14 +- .../glyphs/eight.dnom.glif | 114 +- .../glyphs/eight.glif | 105 +- .../glyphs/eight.lf.glif | 105 +- .../glyphs/eight.numr.glif | 4 +- .../glyphs/eight.osf.glif | 104 +- .../glyphs/eight.sc.glif | 105 +- .../glyphs/eight.tf.glif | 101 +- .../glyphs/eight.tosf.glif | 105 +- .../glyphs/eightinferior.glif | 4 +- .../glyphs/eightsuperior.glif | 4 +- .../glyphs/einvertedbreve.glif | 12 +- .../glyphs/einvertedbreve.sc.glif | 14 +- .../glyphs/ellipsis.glif | 12 +- .../glyphs/emacron.glif | 12 +- .../glyphs/emacron.sc.glif | 14 +- .../glyphs/emacronacute.glif | 14 +- .../glyphs/emacronacute.sc.glif | 16 +- .../glyphs/emacrongrave.glif | 14 +- .../glyphs/emacrongrave.sc.glif | 16 +- .../glyphs/emdash.case.glif | 8 +- .../glyphs/emdash.glif | 16 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 8 +- .../glyphs/endash.glif | 16 +- .../glyphs/eng.glif | 99 +- .../glyphs/eng.sc.glif | 59 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 29 +- .../glyphs/eogonek.sc.glif | 14 +- .../glyphs/equal.glif | 24 +- .../glyphs/estimated.glif | 92 +- .../glyphs/eth.glif | 114 +- .../glyphs/eth.sc.glif | 114 +- .../glyphs/etilde.glif | 12 +- .../glyphs/etilde.sc.glif | 14 +- .../glyphs/euro.glif | 94 +- .../glyphs/exclam.glif | 36 +- .../glyphs/exclamdbl.glif | 7 +- .../glyphs/exclamdown.case.glif | 38 +- .../glyphs/exclamdown.glif | 38 +- .../glyphs/ezh.glif | 58 +- .../glyphs/ezh.sc.glif | 73 +- .../glyphs/ezhcaron.glif | 12 +- .../glyphs/ezhcaron.sc.glif | 87 +- .../glyphs/f.glif | 79 +- .../glyphs/f.sc.glif | 43 +- .../glyphs/f_f.glif | 14 +- .../glyphs/f_f_i.glif | 24 +- .../glyphs/f_f_l.glif | 24 +- .../glyphs/fdotaccent.glif | 10 +- .../glyphs/fdotaccent.sc.glif | 8 +- .../glyphs/fi.glif | 16 +- .../glyphs/figuredash.glif | 10 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 6 +- .../glyphs/five.dnom.glif | 94 +- .../glyphs/five.glif | 85 +- .../glyphs/five.lf.glif | 85 +- .../glyphs/five.numr.glif | 4 +- .../glyphs/five.osf.glif | 99 +- .../glyphs/five.sc.glif | 85 +- .../glyphs/five.tf.glif | 78 +- .../glyphs/five.tosf.glif | 80 +- .../glyphs/fiveeighths.glif | 8 +- .../glyphs/fiveinferior.glif | 4 +- .../glyphs/fivesixths.glif | 8 +- .../glyphs/fivesuperior.glif | 4 +- .../glyphs/fl.glif | 18 +- .../glyphs/florin.glif | 67 +- .../glyphs/four.dnom.glif | 56 +- .../glyphs/four.glif | 47 +- .../glyphs/four.lf.glif | 47 +- .../glyphs/four.numr.glif | 4 +- .../glyphs/four.osf.glif | 68 +- .../glyphs/four.sc.glif | 47 +- .../glyphs/four.tf.glif | 45 +- .../glyphs/four.tosf.glif | 47 +- .../glyphs/fourfifths.glif | 8 +- .../glyphs/fourinferior.glif | 4 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 4 +- .../glyphs/fourthtonechinese.glif | 6 +- .../glyphs/fraction.glif | 12 +- .../glyphs/franc.glif | 44 +- .../glyphs/g.glif | 110 +- .../glyphs/g.sc.glif | 107 +- .../glyphs/gacute.sc.glif | 10 +- .../glyphs/gbreve.glif | 10 +- .../glyphs/gbreve.sc.glif | 10 +- .../glyphs/gcaron.glif | 10 +- .../glyphs/gcaron.sc.glif | 10 +- .../glyphs/gcircumflex.glif | 10 +- .../glyphs/gcircumflex.sc.glif | 10 +- .../glyphs/gcommaaccent.glif | 14 +- .../glyphs/gcommaaccent.sc.glif | 10 +- .../glyphs/gdotaccent.glif | 10 +- .../glyphs/gdotaccent.sc.glif | 10 +- .../glyphs/germandbls.glif | 143 +- .../glyphs/germandbls.sc.glif | 121 +- .../glyphs/gmacron.glif | 10 +- .../glyphs/gmacron.sc.glif | 10 +- .../glyphs/grave.glif | 20 +- .../glyphs/gravecomb.case.glif | 18 +- .../glyphs/gravecomb.glif | 18 +- .../glyphs/greater.glif | 22 +- .../glyphs/greaterequal.glif | 30 +- .../glyphs/guarani.glif | 84 +- .../glyphs/guillemetleft.case.glif | 13 +- .../glyphs/guillemetleft.glif | 13 +- .../glyphs/guillemetright.case.glif | 36 +- .../glyphs/guillemetright.glif | 36 +- .../glyphs/guilsinglleft.case.glif | 20 +- .../glyphs/guilsinglleft.glif | 20 +- .../glyphs/guilsinglright.case.glif | 22 +- .../glyphs/guilsinglright.glif | 20 +- .../glyphs/h.glif | 83 +- .../glyphs/h.sc.glif | 47 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 39 +- .../glyphs/hbar.sc.glif | 67 +- .../glyphs/hbrevebelow.glif | 12 +- .../glyphs/hbrevebelow.sc.glif | 10 +- .../glyphs/hcircumflex.glif | 29 +- .../glyphs/hcircumflex.sc.glif | 10 +- .../glyphs/hdotbelow.glif | 12 +- .../glyphs/hookabovecomb.case.glif | 54 +- .../glyphs/hookabovecomb.glif | 52 +- .../glyphs/horizontalbar.glif | 8 +- .../glyphs/horncomb.case.glif | 8 +- .../glyphs/horncomb.glif | 30 +- .../glyphs/hryvnia.glif | 100 +- .../glyphs/hungarumlaut.case.glif | 30 +- .../glyphs/hungarumlaut.glif | 32 +- .../glyphs/hungarumlautcomb.case.glif | 26 +- .../glyphs/hungarumlautcomb.glif | 30 +- .../glyphs/hyphen.case.glif | 8 +- .../glyphs/hyphen.glif | 16 +- .../glyphs/hyphentwo.glif | 8 +- .../glyphs/i.cy.glif | 12 +- .../glyphs/i.dot.glif | 12 +- .../glyphs/i.dot.sc.glif | 14 +- .../glyphs/i.glif | 12 +- .../glyphs/i.sc.glif | 35 +- .../glyphs/i.uc.sc.glif | 12 +- .../glyphs/iacute.glif | 12 +- .../glyphs/iacute.sc.glif | 14 +- .../glyphs/ibreve.glif | 12 +- .../glyphs/ibreve.sc.glif | 14 +- .../glyphs/icaron.glif | 12 +- .../glyphs/icaron.sc.glif | 14 +- .../glyphs/icircumflex.glif | 12 +- .../glyphs/icircumflex.sc.glif | 14 +- .../glyphs/idblgrave.glif | 12 +- .../glyphs/idblgrave.sc.glif | 14 +- .../glyphs/idieresis.glif | 12 +- .../glyphs/idieresis.sc.glif | 14 +- .../glyphs/idieresisacute.glif | 14 +- .../glyphs/idieresisacute.sc.glif | 16 +- .../glyphs/idotaccent.glif | 12 +- .../glyphs/idotaccent.sc.glif | 14 +- .../glyphs/idotbelow.glif | 12 +- .../glyphs/idotbelow.sc.glif | 14 +- .../glyphs/idotless.glif | 22 +- .../glyphs/idotless.sc.glif | 12 +- .../glyphs/igrave.glif | 12 +- .../glyphs/igrave.sc.glif | 14 +- .../glyphs/ihookabove.glif | 12 +- .../glyphs/ihookabove.sc.glif | 14 +- .../glyphs/iinvertedbreve.glif | 12 +- .../glyphs/iinvertedbreve.sc.glif | 14 +- .../glyphs/ij.glif | 20 +- .../glyphs/ij_acutecomb.glif | 20 +- .../glyphs/imacron.glif | 12 +- .../glyphs/imacron.sc.glif | 14 +- .../glyphs/increment.glif | 24 +- .../glyphs/infinity.glif | 104 +- .../glyphs/integral.glif | 82 +- .../glyphs/iogonek.glif | 40 +- .../glyphs/iogonek.sc.glif | 14 +- .../glyphs/itilde.glif | 12 +- .../glyphs/itilde.sc.glif | 14 +- .../glyphs/j.glif | 10 +- .../glyphs/j.sc.glif | 53 +- .../glyphs/jcircumflex.glif | 10 +- .../glyphs/jcircumflex.sc.glif | 10 +- .../glyphs/jdotless.glif | 44 +- .../glyphs/jdotless.sc.glif | 38 +- .../glyphs/k.glif | 53 +- .../glyphs/k.sc.glif | 63 +- .../glyphs/kcommaaccent.glif | 10 +- .../glyphs/kcommaaccent.sc.glif | 10 +- .../glyphs/kgreenlandic.glif | 36 +- .../glyphs/kgreenlandic.sc.glif | 8 +- .../glyphs/kip.glif | 36 +- .../glyphs/l.glif | 33 +- .../glyphs/l.sc.glif | 39 +- .../glyphs/lacute.glif | 16 +- .../glyphs/lacute.sc.glif | 14 +- .../glyphs/lcaron.glif | 42 +- .../glyphs/lcaron.sc.glif | 14 +- .../glyphs/lcommaaccent.glif | 12 +- .../glyphs/lcommaaccent.sc.glif | 14 +- .../glyphs/ldot.glif | 17 +- .../glyphs/ldot.sc.glif | 15 +- .../glyphs/ldotbelow.glif | 12 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 6 +- .../glyphs/less.glif | 22 +- .../glyphs/lessequal.glif | 30 +- .../glyphs/lira.glif | 130 +- .../glyphs/liraT_urkish.glif | 76 +- .../glyphs/literS_ign.glif | 64 +- .../glyphs/lj.glif | 16 +- .../glyphs/lj.sc.glif | 18 +- .../glyphs/llinebelow.glif | 12 +- .../glyphs/llinebelow.sc.glif | 14 +- .../glyphs/logicalnot.glif | 23 +- .../glyphs/lozenge.glif | 40 +- .../glyphs/lslash.glif | 45 +- .../glyphs/lslash.sc.glif | 47 +- .../glyphs/m.glif | 135 +- .../glyphs/m.sc.glif | 74 +- .../glyphs/macron.case.glif | 14 +- .../glyphs/macron.glif | 22 +- .../glyphs/macronbelowcomb.case.glif | 20 +- .../glyphs/macronbelowcomb.glif | 20 +- .../glyphs/macroncomb.case.glif | 22 +- .../glyphs/macroncomb.glif | 22 +- .../glyphs/manat.glif | 48 +- .../glyphs/mdotaccent.glif | 10 +- .../glyphs/mdotaccent.sc.glif | 10 +- .../glyphs/mdotbelow.glif | 10 +- .../glyphs/mdotbelow.sc.glif | 10 +- .../glyphs/micro.glif | 138 +- .../glyphs/minus.glif | 14 +- .../glyphs/minute.glif | 14 +- .../glyphs/mu.glif | 6 +- .../glyphs/mu.sc.glif | 8 +- .../glyphs/multiply.glif | 32 +- .../glyphs/n.glif | 85 +- .../glyphs/n.sc.glif | 51 +- .../glyphs/nacute.glif | 10 +- .../glyphs/nacute.sc.glif | 10 +- .../glyphs/naira.glif | 63 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 10 +- .../glyphs/ncaron.sc.glif | 10 +- .../glyphs/ncommaaccent.glif | 10 +- .../glyphs/ncommaaccent.sc.glif | 10 +- .../glyphs/ndotaccent.glif | 10 +- .../glyphs/ndotaccent.sc.glif | 10 +- .../glyphs/ndotbelow.glif | 10 +- .../glyphs/ndotbelow.sc.glif | 10 +- .../glyphs/nine.dnom.glif | 86 +- .../glyphs/nine.glif | 77 +- .../glyphs/nine.lf.glif | 77 +- .../glyphs/nine.numr.glif | 4 +- .../glyphs/nine.osf.glif | 81 +- .../glyphs/nine.sc.glif | 77 +- .../glyphs/nine.tf.glif | 75 +- .../glyphs/nine.tosf.glif | 77 +- .../glyphs/nineinferior.glif | 4 +- .../glyphs/ninesuperior.glif | 4 +- .../glyphs/nj.glif | 14 +- .../glyphs/nlinebelow.glif | 10 +- .../glyphs/nlinebelow.sc.glif | 10 +- .../glyphs/notequal.glif | 48 +- .../glyphs/ntilde.glif | 10 +- .../glyphs/ntilde.sc.glif | 10 +- .../glyphs/numbersign.glif | 81 +- .../glyphs/numero.glif | 90 +- .../glyphs/o.glif | 78 +- .../glyphs/o.sc.glif | 79 +- .../glyphs/oacute.glif | 16 +- .../glyphs/oacute.sc.glif | 18 +- .../glyphs/obreve.glif | 16 +- .../glyphs/obreve.sc.glif | 18 +- .../glyphs/ocaron.glif | 16 +- .../glyphs/ocaron.sc.glif | 18 +- .../glyphs/ocircumflex.glif | 16 +- .../glyphs/ocircumflex.sc.glif | 18 +- .../glyphs/ocircumflexacute.glif | 16 +- .../glyphs/ocircumflexacute.sc.glif | 18 +- .../glyphs/ocircumflexdotbelow.glif | 18 +- .../glyphs/ocircumflexdotbelow.sc.glif | 20 +- .../glyphs/ocircumflexgrave.glif | 16 +- .../glyphs/ocircumflexgrave.sc.glif | 18 +- .../glyphs/ocircumflexhookabove.glif | 16 +- .../glyphs/ocircumflexhookabove.sc.glif | 18 +- .../glyphs/ocircumflextilde.glif | 16 +- .../glyphs/ocircumflextilde.sc.glif | 18 +- .../glyphs/odblgrave.glif | 16 +- .../glyphs/odblgrave.sc.glif | 18 +- .../glyphs/odieresis.glif | 16 +- .../glyphs/odieresis.sc.glif | 18 +- .../glyphs/odieresismacron.glif | 18 +- .../glyphs/odieresismacron.sc.glif | 20 +- .../glyphs/odotaccentmacron.glif | 18 +- .../glyphs/odotaccentmacron.sc.glif | 20 +- .../glyphs/odotbelow.glif | 16 +- .../glyphs/odotbelow.sc.glif | 18 +- .../glyphs/oe.glif | 50 +- .../glyphs/oe.sc.glif | 124 +- .../glyphs/ogonek.glif | 56 +- .../glyphs/ogonekcomb.case.glif | 54 +- .../glyphs/ogonekcomb.glif | 54 +- .../glyphs/ograve.glif | 16 +- .../glyphs/ograve.sc.glif | 18 +- .../glyphs/ohookabove.glif | 16 +- .../glyphs/ohookabove.sc.glif | 18 +- .../glyphs/ohorn.glif | 16 +- .../glyphs/ohorn.sc.glif | 119 +- .../glyphs/ohornacute.glif | 16 +- .../glyphs/ohornacute.sc.glif | 16 +- .../glyphs/ohorndotbelow.glif | 16 +- .../glyphs/ohorndotbelow.sc.glif | 12 +- .../glyphs/ohorngrave.glif | 16 +- .../glyphs/ohorngrave.sc.glif | 16 +- .../glyphs/ohornhookabove.glif | 16 +- .../glyphs/ohornhookabove.sc.glif | 16 +- .../glyphs/ohorntilde.glif | 16 +- .../glyphs/ohorntilde.sc.glif | 16 +- .../glyphs/ohungarumlaut.glif | 16 +- .../glyphs/ohungarumlaut.sc.glif | 18 +- .../glyphs/oinvertedbreve.glif | 16 +- .../glyphs/oinvertedbreve.sc.glif | 18 +- .../glyphs/omacron.glif | 16 +- .../glyphs/omacron.sc.glif | 18 +- .../glyphs/omacronacute.glif | 18 +- .../glyphs/omacronacute.sc.glif | 20 +- .../glyphs/omacrongrave.glif | 18 +- .../glyphs/omacrongrave.sc.glif | 20 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 42 +- .../glyphs/one.glif | 33 +- .../glyphs/one.lf.glif | 33 +- .../glyphs/one.numr.glif | 4 +- .../glyphs/one.osf.glif | 30 +- .../glyphs/one.sc.glif | 33 +- .../glyphs/one.tf.glif | 39 +- .../glyphs/one.tosf.glif | 41 +- .../glyphs/oneeighth.glif | 8 +- .../glyphs/onefifth.glif | 8 +- .../glyphs/onehalf.glif | 8 +- .../glyphs/oneinferior.glif | 4 +- .../glyphs/oneninth.glif | 8 +- .../glyphs/onequarter.glif | 8 +- .../glyphs/oneseventh.glif | 8 +- .../glyphs/onesixth.glif | 8 +- .../glyphs/onesuperior.glif | 4 +- .../glyphs/onetenth.glif | 6 +- .../glyphs/onethird.glif | 8 +- .../glyphs/oogonek.glif | 16 +- .../glyphs/oogonek.sc.glif | 18 +- .../glyphs/ordfeminine.glif | 78 +- .../glyphs/ordmasculine.glif | 56 +- .../glyphs/oslash.glif | 122 +- .../glyphs/oslashacute.glif | 8 +- .../glyphs/otilde.glif | 16 +- .../glyphs/otilde.sc.glif | 18 +- .../glyphs/otildeacute.glif | 18 +- .../glyphs/otildeacute.sc.glif | 20 +- .../glyphs/otildedieresis.glif | 18 +- .../glyphs/otildedieresis.sc.glif | 20 +- .../glyphs/otildemacron.glif | 18 +- .../glyphs/otildemacron.sc.glif | 20 +- .../glyphs/p.glif | 97 +- .../glyphs/p.sc.glif | 100 +- .../glyphs/paragraph.glif | 75 +- .../glyphs/parenleft.case.glif | 34 +- .../glyphs/parenleft.glif | 34 +- .../glyphs/parenright.case.glif | 34 +- .../glyphs/parenright.glif | 34 +- .../glyphs/partialdiff.glif | 90 +- .../glyphs/pdotaccent.glif | 10 +- .../glyphs/pdotaccent.sc.glif | 10 +- .../glyphs/percent.glif | 150 +- .../glyphs/period.glif | 30 +- .../glyphs/periodcentered.case.glif | 6 +- .../glyphs/periodcentered.glif | 6 +- .../periodcentered.loclC_A_T_.case.glif | 6 +- .../glyphs/perthousand.glif | 198 +- .../glyphs/peseta.glif | 86 +- .../glyphs/peso.glif | 138 +- .../glyphs/pi.glif | 110 +- .../glyphs/pi.sc.glif | 28 +- .../glyphs/plus.glif | 48 +- .../glyphs/plusminus.glif | 56 +- .../glyphs/primemod.glif | 6 +- .../glyphs/product.glif | 32 +- .../glyphs/punctuationspace.glif | 2 +- .../glyphs/q.glif | 72 +- .../glyphs/q.sc.glif | 137 +- .../glyphs/question.glif | 92 +- .../glyphs/questiondown.case.glif | 96 +- .../glyphs/questiondown.glif | 94 +- .../glyphs/quotedbl.glif | 11 +- .../glyphs/quotedblbase.glif | 15 +- .../glyphs/quotedblleft.glif | 11 +- .../glyphs/quotedblright.glif | 15 +- .../glyphs/quoteleft.glif | 40 +- .../glyphs/quotereversed.glif | 40 +- .../glyphs/quoteright.glif | 40 +- .../glyphs/quotesinglbase.glif | 40 +- .../glyphs/quotesingle.glif | 14 +- .../glyphs/r.glif | 70 +- .../glyphs/r.sc.glif | 116 +- .../glyphs/racute.glif | 10 +- .../glyphs/racute.sc.glif | 10 +- .../glyphs/radical.glif | 28 +- .../glyphs/rcaron.glif | 10 +- .../glyphs/rcaron.sc.glif | 10 +- .../glyphs/rcommaaccent.glif | 10 +- .../glyphs/rcommaaccent.sc.glif | 10 +- .../glyphs/rdblgrave.glif | 10 +- .../glyphs/rdblgrave.sc.glif | 10 +- .../glyphs/rdotbelow.glif | 10 +- .../glyphs/rdotbelow.sc.glif | 10 +- .../glyphs/registered.glif | 122 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 4 +- .../glyphs/ring.case.glif | 54 +- .../glyphs/ring.glif | 74 +- .../glyphs/ringcomb.case.glif | 72 +- .../glyphs/ringcomb.glif | 72 +- .../glyphs/ringhalfleft.glif | 28 +- .../glyphs/ringhalfright.glif | 28 +- .../glyphs/rinvertedbreve.glif | 10 +- .../glyphs/rinvertedbreve.sc.glif | 10 +- .../glyphs/rlinebelow.glif | 10 +- .../glyphs/rlinebelow.sc.glif | 10 +- .../glyphs/ruble.glif | 82 +- .../glyphs/rupeeI_ndian.glif | 100 +- .../glyphs/s.glif | 88 +- .../glyphs/s.sc.glif | 97 +- .../glyphs/sacute.glif | 10 +- .../glyphs/sacute.sc.glif | 10 +- .../glyphs/sacutedotaccent.glif | 12 +- .../glyphs/sacutedotaccent.sc.glif | 12 +- .../glyphs/scaron.glif | 10 +- .../glyphs/scaron.sc.glif | 10 +- .../glyphs/scarondotaccent.glif | 12 +- .../glyphs/scarondotaccent.sc.glif | 12 +- .../glyphs/scedilla.glif | 27 +- .../glyphs/scedilla.sc.glif | 10 +- .../glyphs/schwa.glif | 12 +- .../glyphs/schwa.sc.glif | 87 +- .../glyphs/scircumflex.glif | 10 +- .../glyphs/scircumflex.sc.glif | 10 +- .../glyphs/scommaaccent.glif | 10 +- .../glyphs/scommaaccent.sc.glif | 10 +- .../glyphs/sdotaccent.glif | 10 +- .../glyphs/sdotaccent.sc.glif | 10 +- .../glyphs/sdotbelow.glif | 10 +- .../glyphs/sdotbelow.sc.glif | 10 +- .../glyphs/sdotbelowdotaccent.glif | 12 +- .../glyphs/sdotbelowdotaccent.sc.glif | 12 +- .../glyphs/second.glif | 11 +- .../glyphs/secondtonechinese.glif | 18 +- .../glyphs/section.glif | 108 +- .../glyphs/semicolon.glif | 7 +- .../glyphs/seven.dnom.glif | 32 +- .../glyphs/seven.glif | 23 +- .../glyphs/seven.lf.glif | 23 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 22 +- .../glyphs/seven.sc.glif | 23 +- .../glyphs/seven.tf.glif | 21 +- .../glyphs/seven.tosf.glif | 23 +- .../glyphs/seveneighths.glif | 4 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 101 +- .../glyphs/six.dnom.glif | 86 +- .../glyphs/six.glif | 75 +- .../glyphs/six.lf.glif | 75 +- .../glyphs/six.numr.glif | 4 +- .../glyphs/six.osf.glif | 104 +- .../glyphs/six.sc.glif | 75 +- .../glyphs/six.tf.glif | 73 +- .../glyphs/six.tosf.glif | 77 +- .../glyphs/sixinferior.glif | 4 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 4 +- .../glyphs/slash.case.glif | 25 +- .../glyphs/slash.glif | 25 +- .../glyphs/slashlongcomb.glif | 10 +- .../glyphs/slashshortcomb.glif | 12 +- .../glyphs/softhyphen.case.glif | 6 +- .../glyphs/softhyphen.glif | 8 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 126 +- .../glyphs/strokelongcomb.glif | 10 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 30 +- .../glyphs/t.glif | 87 +- .../glyphs/t.sc.glif | 41 +- .../glyphs/tbar.glif | 41 +- .../glyphs/tcaron.glif | 44 +- .../glyphs/tcaron.sc.glif | 12 +- .../glyphs/tcedilla.glif | 14 +- .../glyphs/tcedilla.sc.glif | 12 +- .../glyphs/tcommaaccent.glif | 14 +- .../glyphs/tcommaaccent.sc.glif | 12 +- .../glyphs/tdieresis.glif | 14 +- .../glyphs/tdieresis.sc.glif | 12 +- .../glyphs/tdotaccent.glif | 14 +- .../glyphs/tdotaccent.sc.glif | 12 +- .../glyphs/tdotbelow.glif | 14 +- .../glyphs/tdotbelow.sc.glif | 12 +- .../glyphs/tenge.glif | 32 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 99 +- .../glyphs/thorn.sc.glif | 85 +- .../glyphs/three.dnom.glif | 98 +- .../glyphs/three.glif | 83 +- .../glyphs/three.lf.glif | 83 +- .../glyphs/three.numr.glif | 4 +- .../glyphs/three.osf.glif | 94 +- .../glyphs/three.sc.glif | 83 +- .../glyphs/three.tf.glif | 87 +- .../glyphs/three.tosf.glif | 89 +- .../glyphs/threeeighths.glif | 8 +- .../glyphs/threeinferior.glif | 4 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 8 +- .../glyphs/threesuperior.glif | 4 +- .../glyphs/tilde.case.glif | 58 +- .../glyphs/tilde.glif | 70 +- .../glyphs/tildecomb.case.glif | 64 +- .../glyphs/tildecomb.glif | 64 +- .../glyphs/tlinebelow.glif | 14 +- .../glyphs/tlinebelow.sc.glif | 12 +- .../glyphs/trademark.glif | 58 +- .../glyphs/tugrik.glif | 24 +- .../glyphs/two.dnom.glif | 62 +- .../glyphs/two.glif | 55 +- .../glyphs/two.lf.glif | 55 +- .../glyphs/two.numr.glif | 4 +- .../glyphs/two.osf.glif | 58 +- .../glyphs/two.sc.glif | 55 +- .../glyphs/two.tf.glif | 53 +- .../glyphs/two.tosf.glif | 55 +- .../glyphs/twofifths.glif | 8 +- .../glyphs/twoinferior.glif | 4 +- .../glyphs/twosuperior.glif | 4 +- .../glyphs/twothirds.glif | 8 +- .../glyphs/u.glif | 87 +- .../glyphs/u.sc.glif | 81 +- .../glyphs/uacute.glif | 14 +- .../glyphs/uacute.sc.glif | 14 +- .../glyphs/ubreve.glif | 14 +- .../glyphs/ubreve.sc.glif | 14 +- .../glyphs/ucaron.glif | 14 +- .../glyphs/ucaron.sc.glif | 14 +- .../glyphs/ucircumflex.glif | 14 +- .../glyphs/ucircumflex.sc.glif | 14 +- .../glyphs/udblgrave.glif | 14 +- .../glyphs/udblgrave.sc.glif | 14 +- .../glyphs/udieresis.glif | 14 +- .../glyphs/udieresis.sc.glif | 14 +- .../glyphs/udieresisacute.glif | 16 +- .../glyphs/udieresisacute.sc.glif | 16 +- .../glyphs/udieresiscaron.glif | 16 +- .../glyphs/udieresiscaron.sc.glif | 16 +- .../glyphs/udieresisgrave.glif | 16 +- .../glyphs/udieresisgrave.sc.glif | 16 +- .../glyphs/udieresismacron.glif | 16 +- .../glyphs/udieresismacron.sc.glif | 16 +- .../glyphs/udotbelow.glif | 14 +- .../glyphs/udotbelow.sc.glif | 14 +- .../glyphs/ugrave.glif | 14 +- .../glyphs/ugrave.sc.glif | 14 +- .../glyphs/uhookabove.glif | 14 +- .../glyphs/uhookabove.sc.glif | 14 +- .../glyphs/uhorn.glif | 14 +- .../glyphs/uhorn.sc.glif | 105 +- .../glyphs/uhornacute.glif | 14 +- .../glyphs/uhornacute.sc.glif | 14 +- .../glyphs/uhorndotbelow.glif | 14 +- .../glyphs/uhorndotbelow.sc.glif | 14 +- .../glyphs/uhorngrave.glif | 14 +- .../glyphs/uhorngrave.sc.glif | 14 +- .../glyphs/uhornhookabove.glif | 14 +- .../glyphs/uhornhookabove.sc.glif | 14 +- .../glyphs/uhorntilde.glif | 14 +- .../glyphs/uhorntilde.sc.glif | 14 +- .../glyphs/uhungarumlaut.glif | 14 +- .../glyphs/uhungarumlaut.sc.glif | 14 +- .../glyphs/uinvertedbreve.glif | 14 +- .../glyphs/uinvertedbreve.sc.glif | 14 +- .../glyphs/umacron.glif | 14 +- .../glyphs/umacron.sc.glif | 14 +- .../glyphs/umacrondieresis.glif | 16 +- .../glyphs/umacrondieresis.sc.glif | 16 +- .../glyphs/underscore.glif | 16 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 49 +- .../glyphs/uogonek.sc.glif | 14 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 14 +- .../glyphs/uring.sc.glif | 14 +- .../glyphs/utilde.glif | 14 +- .../glyphs/utilde.sc.glif | 14 +- .../glyphs/utildeacute.glif | 16 +- .../glyphs/utildeacute.sc.glif | 16 +- .../glyphs/v.glif | 52 +- .../glyphs/v.sc.glif | 41 +- .../glyphs/verticallinelowmod.glif | 10 +- .../glyphs/verticallinemod.glif | 10 +- .../glyphs/w.glif | 80 +- .../glyphs/w.sc.glif | 63 +- .../glyphs/wacute.glif | 10 +- .../glyphs/wacute.sc.glif | 10 +- .../glyphs/wcircumflex.glif | 10 +- .../glyphs/wcircumflex.sc.glif | 10 +- .../glyphs/wdieresis.glif | 10 +- .../glyphs/wdieresis.sc.glif | 10 +- .../glyphs/wgrave.glif | 10 +- .../glyphs/wgrave.sc.glif | 10 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 61 +- .../glyphs/x.glif | 36 +- .../glyphs/x.sc.glif | 45 +- .../glyphs/y.glif | 88 +- .../glyphs/y.sc.glif | 45 +- .../glyphs/yacute.glif | 10 +- .../glyphs/yacute.sc.glif | 12 +- .../glyphs/ycircumflex.glif | 10 +- .../glyphs/ycircumflex.sc.glif | 12 +- .../glyphs/ydieresis.glif | 10 +- .../glyphs/ydieresis.sc.glif | 12 +- .../glyphs/ydotaccent.glif | 10 +- .../glyphs/ydotaccent.sc.glif | 12 +- .../glyphs/ydotbelow.glif | 10 +- .../glyphs/ydotbelow.sc.glif | 12 +- .../glyphs/yen.glif | 58 +- .../glyphs/ygrave.glif | 10 +- .../glyphs/ygrave.sc.glif | 12 +- .../glyphs/yhookabove.glif | 10 +- .../glyphs/yhookabove.sc.glif | 12 +- .../glyphs/ymacron.glif | 10 +- .../glyphs/ymacron.sc.glif | 12 +- .../glyphs/ytilde.glif | 10 +- .../glyphs/ytilde.sc.glif | 12 +- .../glyphs/z.glif | 38 +- .../glyphs/z.sc.glif | 43 +- .../glyphs/zacute.glif | 12 +- .../glyphs/zacute.sc.glif | 8 +- .../glyphs/zcaron.glif | 12 +- .../glyphs/zcaron.sc.glif | 8 +- .../glyphs/zdotaccent.glif | 12 +- .../glyphs/zdotaccent.sc.glif | 8 +- .../glyphs/zdotbelow.glif | 12 +- .../glyphs/zdotbelow.sc.glif | 6 +- .../glyphs/zero.dnom.glif | 64 +- .../glyphs/zero.glif | 53 +- .../glyphs/zero.lf.glif | 53 +- .../glyphs/zero.lf.zero.glif | 14 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 48 +- .../glyphs/zero.osf.zero.glif | 14 +- .../glyphs/zero.sc.glif | 53 +- .../glyphs/zero.tf.glif | 55 +- .../glyphs/zero.tf.zero.glif | 14 +- .../glyphs/zero.tosf.glif | 57 +- .../glyphs/zero.tosf.zero.glif | 16 +- .../glyphs/zero.zero.glif | 14 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../layercontents.plist | 4 - .../MerriweatherSans-BoldItalic.ufo/lib.plist | 4 +- .../MerriweatherSans-Italic.designspace | 6 +- .../fontinfo.plist | 10 +- .../glyphs.public.background/E_zh.glif | 6 - .../commaturnedabovecomb.case.glif | 6 - .../glyphs.public.background/contents.plist | 22 - .../glyphs.public.background/ezh.glif | 7 - .../glyphs.public.background/ezh.sc.glif | 6 - .../ij_acutecomb.glif | 6 - .../glyphs.public.background/kip.glif | 41 - .../glyphs.public.background/percent.glif | 33 - .../glyphs.public.background/question.glif | 53 - .../glyphs/A_.glif | 40 +- .../glyphs/A_E_.glif | 78 +- .../glyphs/A_E_acute.glif | 10 +- .../glyphs/A_acute.glif | 12 +- .../glyphs/A_breve.glif | 12 +- .../glyphs/A_breveacute.glif | 12 +- .../glyphs/A_brevedotbelow.glif | 14 +- .../glyphs/A_brevegrave.glif | 12 +- .../glyphs/A_brevehookabove.glif | 12 +- .../glyphs/A_brevetilde.glif | 12 +- .../glyphs/A_caron.glif | 12 +- .../glyphs/A_circumflex.glif | 12 +- .../glyphs/A_circumflexacute.glif | 12 +- .../glyphs/A_circumflexdotbelow.glif | 14 +- .../glyphs/A_circumflexgrave.glif | 12 +- .../glyphs/A_circumflexhookabove.glif | 12 +- .../glyphs/A_circumflextilde.glif | 12 +- .../glyphs/A_dblgrave.glif | 12 +- .../glyphs/A_dieresis.glif | 12 +- .../glyphs/A_dotbelow.glif | 12 +- .../glyphs/A_grave.glif | 12 +- .../glyphs/A_hookabove.glif | 12 +- .../glyphs/A_invertedbreve.glif | 12 +- .../glyphs/A_macron.glif | 12 +- .../glyphs/A_ogonek.glif | 16 +- .../glyphs/A_ring.glif | 29 +- .../glyphs/A_ringacute.glif | 14 +- .../glyphs/A_tilde.glif | 12 +- .../glyphs/B_.glif | 128 +- .../glyphs/B_dotaccent.glif | 10 +- .../glyphs/C_.glif | 80 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 8 +- .../glyphs/C_caron.glif | 8 +- .../glyphs/C_cedilla.glif | 23 +- .../glyphs/C_cedillaacute.glif | 8 +- .../glyphs/C_circumflex.glif | 8 +- .../glyphs/C_dotaccent.glif | 8 +- .../glyphs/D_.glif | 104 +- .../glyphs/D_Z_.glif | 18 +- .../glyphs/D_Z_caron.glif | 18 +- .../glyphs/D_caron.glif | 12 +- .../glyphs/D_croat.glif | 10 +- .../glyphs/D_dotaccent.glif | 12 +- .../glyphs/D_dotbelow.glif | 12 +- .../glyphs/D_elta.glif | 6 +- .../glyphs/D_linebelow.glif | 12 +- .../glyphs/D_z.glif | 18 +- .../glyphs/D_zcaron.glif | 18 +- .../glyphs/E_.glif | 38 +- .../glyphs/E_acute.glif | 12 +- .../glyphs/E_breve.glif | 12 +- .../glyphs/E_caron.glif | 12 +- .../glyphs/E_cedillabreve.glif | 12 +- .../glyphs/E_circumflex.glif | 12 +- .../glyphs/E_circumflexacute.glif | 12 +- .../glyphs/E_circumflexdotbelow.glif | 12 +- .../glyphs/E_circumflexgrave.glif | 12 +- .../glyphs/E_circumflexhookabove.glif | 12 +- .../glyphs/E_circumflextilde.glif | 12 +- .../glyphs/E_dblgrave.glif | 12 +- .../glyphs/E_dieresis.glif | 12 +- .../glyphs/E_dotaccent.glif | 12 +- .../glyphs/E_dotbelow.glif | 10 +- .../glyphs/E_grave.glif | 12 +- .../glyphs/E_hookabove.glif | 12 +- .../glyphs/E_invertedbreve.glif | 12 +- .../glyphs/E_macron.glif | 12 +- .../glyphs/E_macronacute.glif | 14 +- .../glyphs/E_macrongrave.glif | 14 +- .../glyphs/E_ng.glif | 46 +- .../glyphs/E_ogonek.glif | 16 +- .../glyphs/E_th.glif | 48 +- .../glyphs/E_tilde.glif | 12 +- .../glyphs/E_zh.glif | 62 +- .../glyphs/E_zhcaron.glif | 8 +- .../glyphs/F_.glif | 32 +- .../glyphs/F_dotaccent.glif | 10 +- .../glyphs/G_.glif | 94 +- .../glyphs/G_breve.glif | 10 +- .../glyphs/G_caron.glif | 10 +- .../glyphs/G_circumflex.glif | 10 +- .../glyphs/G_commaaccent.glif | 10 +- .../glyphs/G_dotaccent.glif | 10 +- .../glyphs/G_ermandbls.glif | 124 +- .../glyphs/G_macron.glif | 10 +- .../glyphs/H_.glif | 36 +- .../glyphs/H_bar.glif | 54 +- .../glyphs/H_brevebelow.glif | 10 +- .../glyphs/H_circumflex.glif | 10 +- .../glyphs/H_dotbelow.glif | 10 +- .../glyphs/I_.glif | 22 +- .../glyphs/I_.uc.glif | 14 +- .../glyphs/I_J_.glif | 18 +- .../glyphs/I_J__acutecomb.glif | 24 +- .../glyphs/I_acute.glif | 14 +- .../glyphs/I_breve.glif | 14 +- .../glyphs/I_caron.glif | 14 +- .../glyphs/I_circumflex.glif | 14 +- .../glyphs/I_dblgrave.glif | 14 +- .../glyphs/I_dieresis.glif | 14 +- .../glyphs/I_dieresisacute.glif | 16 +- .../glyphs/I_dotaccent.glif | 14 +- .../glyphs/I_dotbelow.glif | 14 +- .../glyphs/I_grave.glif | 14 +- .../glyphs/I_hookabove.glif | 14 +- .../glyphs/I_invertedbreve.glif | 14 +- .../glyphs/I_macron.glif | 14 +- .../glyphs/I_ogonek.glif | 18 +- .../glyphs/I_tilde.glif | 14 +- .../glyphs/J_.glif | 42 +- .../glyphs/J_circumflex.glif | 10 +- .../glyphs/K_.glif | 50 +- .../glyphs/K_commaaccent.glif | 10 +- .../glyphs/L_.glif | 28 +- .../glyphs/L_J_.glif | 18 +- .../glyphs/L_acute.glif | 14 +- .../glyphs/L_caron.glif | 44 +- .../glyphs/L_commaaccent.glif | 14 +- .../glyphs/L_dot.glif | 19 +- .../glyphs/L_dotbelow.glif | 14 +- .../glyphs/L_j.glif | 18 +- .../glyphs/L_linebelow.glif | 14 +- .../glyphs/L_slash.glif | 36 +- .../glyphs/M_.glif | 50 +- .../glyphs/M_dotaccent.glif | 10 +- .../glyphs/M_dotbelow.glif | 10 +- .../glyphs/N_.glif | 40 +- .../glyphs/N_J_.glif | 14 +- .../glyphs/N_acute.glif | 10 +- .../glyphs/N_caron.glif | 10 +- .../glyphs/N_commaaccent.glif | 10 +- .../glyphs/N_dotaccent.glif | 10 +- .../glyphs/N_dotbelow.glif | 10 +- .../glyphs/N_j.glif | 14 +- .../glyphs/N_linebelow.glif | 10 +- .../glyphs/N_tilde.glif | 10 +- .../glyphs/O_.glif | 66 +- .../glyphs/O_E_.glif | 123 +- .../glyphs/O_acute.glif | 18 +- .../glyphs/O_breve.glif | 18 +- .../glyphs/O_caron.glif | 18 +- .../glyphs/O_circumflex.glif | 18 +- .../glyphs/O_circumflexacute.glif | 18 +- .../glyphs/O_circumflexdotbelow.glif | 20 +- .../glyphs/O_circumflexgrave.glif | 18 +- .../glyphs/O_circumflexhookabove.glif | 18 +- .../glyphs/O_circumflextilde.glif | 18 +- .../glyphs/O_dblgrave.glif | 18 +- .../glyphs/O_dieresis.glif | 18 +- .../glyphs/O_dieresismacron.glif | 20 +- .../glyphs/O_dotaccentmacron.glif | 20 +- .../glyphs/O_dotbelow.glif | 18 +- .../glyphs/O_grave.glif | 18 +- .../glyphs/O_hm.glif | 72 +- .../glyphs/O_hookabove.glif | 18 +- .../glyphs/O_horn.glif | 46 +- .../glyphs/O_hornacute.glif | 14 +- .../glyphs/O_horndotbelow.glif | 16 +- .../glyphs/O_horngrave.glif | 14 +- .../glyphs/O_hornhookabove.glif | 14 +- .../glyphs/O_horntilde.glif | 14 +- .../glyphs/O_hungarumlaut.glif | 18 +- .../glyphs/O_invertedbreve.glif | 18 +- .../glyphs/O_macron.glif | 18 +- .../glyphs/O_macronacute.glif | 20 +- .../glyphs/O_macrongrave.glif | 20 +- .../glyphs/O_mega.glif | 6 +- .../glyphs/O_ogonek.glif | 18 +- .../glyphs/O_slash.glif | 120 +- .../glyphs/O_slashacute.glif | 4 +- .../glyphs/O_tilde.glif | 18 +- .../glyphs/O_tildeacute.glif | 20 +- .../glyphs/O_tildedieresis.glif | 20 +- .../glyphs/O_tildemacron.glif | 20 +- .../glyphs/P_.glif | 89 +- .../glyphs/P_dotaccent.glif | 10 +- .../glyphs/Q_.glif | 64 +- .../glyphs/R_.glif | 103 +- .../glyphs/R_acute.glif | 10 +- .../glyphs/R_caron.glif | 10 +- .../glyphs/R_commaaccent.glif | 10 +- .../glyphs/R_dblgrave.glif | 10 +- .../glyphs/R_dotbelow.glif | 10 +- .../glyphs/R_invertedbreve.glif | 10 +- .../glyphs/R_linebelow.glif | 10 +- .../glyphs/S_.glif | 84 +- .../glyphs/S_acute.glif | 10 +- .../glyphs/S_acutedotaccent.glif | 12 +- .../glyphs/S_caron.glif | 10 +- .../glyphs/S_carondotaccent.glif | 12 +- .../glyphs/S_cedilla.glif | 27 +- .../glyphs/S_chwa.glif | 74 +- .../glyphs/S_circumflex.glif | 10 +- .../glyphs/S_commaaccent.glif | 10 +- .../glyphs/S_dotaccent.glif | 10 +- .../glyphs/S_dotbelow.glif | 10 +- .../glyphs/S_dotbelowdotaccent.glif | 12 +- .../glyphs/T_.glif | 30 +- .../glyphs/T_bar.glif | 40 +- .../glyphs/T_caron.glif | 12 +- .../glyphs/T_cedilla.glif | 12 +- .../glyphs/T_commaaccent.glif | 12 +- .../glyphs/T_dotaccent.glif | 12 +- .../glyphs/T_dotbelow.glif | 12 +- .../glyphs/T_horn.glif | 74 +- .../glyphs/T_linebelow.glif | 12 +- .../glyphs/U_.glif | 70 +- .../glyphs/U_acute.glif | 14 +- .../glyphs/U_breve.glif | 14 +- .../glyphs/U_caron.glif | 14 +- .../glyphs/U_circumflex.glif | 14 +- .../glyphs/U_dblgrave.glif | 14 +- .../glyphs/U_dieresis.glif | 14 +- .../glyphs/U_dieresisacute.glif | 16 +- .../glyphs/U_dieresiscaron.glif | 16 +- .../glyphs/U_dieresisgrave.glif | 16 +- .../glyphs/U_dieresismacron.glif | 16 +- .../glyphs/U_dotbelow.glif | 14 +- .../glyphs/U_grave.glif | 14 +- .../glyphs/U_hookabove.glif | 14 +- .../glyphs/U_horn.glif | 14 +- .../glyphs/U_hornacute.glif | 14 +- .../glyphs/U_horndotbelow.glif | 14 +- .../glyphs/U_horngrave.glif | 14 +- .../glyphs/U_hornhookabove.glif | 14 +- .../glyphs/U_horntilde.glif | 14 +- .../glyphs/U_hungarumlaut.glif | 14 +- .../glyphs/U_invertedbreve.glif | 14 +- .../glyphs/U_macron.glif | 14 +- .../glyphs/U_macrondieresis.glif | 16 +- .../glyphs/U_ogonek.glif | 18 +- .../glyphs/U_ring.glif | 14 +- .../glyphs/U_tilde.glif | 14 +- .../glyphs/U_tildeacute.glif | 16 +- .../glyphs/V_.glif | 30 +- .../glyphs/W_.glif | 52 +- .../glyphs/W_acute.glif | 10 +- .../glyphs/W_circumflex.glif | 10 +- .../glyphs/W_dieresis.glif | 10 +- .../glyphs/W_grave.glif | 10 +- .../glyphs/X_.glif | 34 +- .../glyphs/Y_.glif | 34 +- .../glyphs/Y_acute.glif | 12 +- .../glyphs/Y_circumflex.glif | 12 +- .../glyphs/Y_dieresis.glif | 12 +- .../glyphs/Y_dotaccent.glif | 12 +- .../glyphs/Y_dotbelow.glif | 12 +- .../glyphs/Y_grave.glif | 12 +- .../glyphs/Y_hookabove.glif | 12 +- .../glyphs/Y_macron.glif | 12 +- .../glyphs/Y_tilde.glif | 12 +- .../glyphs/Z_.glif | 32 +- .../glyphs/Z_acute.glif | 8 +- .../glyphs/Z_caron.glif | 8 +- .../glyphs/Z_dotaccent.glif | 8 +- .../glyphs/Z_dotbelow.glif | 6 +- .../glyphs/_notdef.glif | 38 +- .../glyphs/_null.glif | 2 +- .../MerriweatherSans-Italic.ufo/glyphs/a.glif | 91 +- .../glyphs/a.sc.glif | 51 +- .../glyphs/aacute.glif | 12 +- .../glyphs/aacute.sc.glif | 12 +- .../glyphs/abreve.glif | 12 +- .../glyphs/abreve.sc.glif | 12 +- .../glyphs/abreveacute.glif | 12 +- .../glyphs/abreveacute.sc.glif | 12 +- .../glyphs/abrevedotbelow.glif | 14 +- .../glyphs/abrevedotbelow.sc.glif | 14 +- .../glyphs/abrevegrave.glif | 12 +- .../glyphs/abrevegrave.sc.glif | 12 +- .../glyphs/abrevehookabove.glif | 12 +- .../glyphs/abrevehookabove.sc.glif | 12 +- .../glyphs/abrevetilde.glif | 12 +- .../glyphs/abrevetilde.sc.glif | 12 +- .../glyphs/acaron.glif | 12 +- .../glyphs/acaron.sc.glif | 12 +- .../glyphs/acircumflex.glif | 12 +- .../glyphs/acircumflex.sc.glif | 12 +- .../glyphs/acircumflexacute.glif | 12 +- .../glyphs/acircumflexacute.sc.glif | 12 +- .../glyphs/acircumflexdotbelow.glif | 14 +- .../glyphs/acircumflexdotbelow.sc.glif | 14 +- .../glyphs/acircumflexgrave.glif | 12 +- .../glyphs/acircumflexgrave.sc.glif | 12 +- .../glyphs/acircumflexhookabove.glif | 12 +- .../glyphs/acircumflexhookabove.sc.glif | 12 +- .../glyphs/acircumflextilde.glif | 12 +- .../glyphs/acircumflextilde.sc.glif | 12 +- .../glyphs/acute.glif | 20 +- .../glyphs/acutecomb.case.glif | 18 +- .../glyphs/acutecomb.glif | 22 +- .../glyphs/adblgrave.glif | 12 +- .../glyphs/adblgrave.sc.glif | 12 +- .../glyphs/adieresis.glif | 12 +- .../glyphs/adieresis.sc.glif | 12 +- .../glyphs/adotbelow.glif | 12 +- .../glyphs/adotbelow.sc.glif | 12 +- .../glyphs/ae.glif | 134 +- .../glyphs/ae.sc.glif | 89 +- .../glyphs/aeacute.glif | 10 +- .../glyphs/aeacute.sc.glif | 10 +- .../glyphs/agrave.glif | 12 +- .../glyphs/agrave.sc.glif | 12 +- .../glyphs/ahookabove.glif | 12 +- .../glyphs/ahookabove.sc.glif | 12 +- .../glyphs/ainvertedbreve.glif | 12 +- .../glyphs/ainvertedbreve.sc.glif | 12 +- .../glyphs/amacron.glif | 12 +- .../glyphs/amacron.sc.glif | 12 +- .../glyphs/ampersand.glif | 190 +- .../glyphs/aogonek.glif | 16 +- .../glyphs/aogonek.sc.glif | 12 +- .../glyphs/apostrophemod.glif | 34 +- .../glyphs/approxequal.glif | 11 +- .../glyphs/aring.glif | 12 +- .../glyphs/aring.sc.glif | 12 +- .../glyphs/aringacute.glif | 14 +- .../glyphs/aringacute.sc.glif | 14 +- .../glyphs/asciicircum.glif | 26 +- .../glyphs/asciitilde.glif | 64 +- .../glyphs/asterisk.glif | 66 +- .../glyphs/at.case.glif | 8 +- .../glyphs/at.glif | 166 +- .../glyphs/atilde.glif | 12 +- .../glyphs/atilde.sc.glif | 12 +- .../MerriweatherSans-Italic.ufo/glyphs/b.glif | 84 +- .../glyphs/b.sc.glif | 139 +- .../glyphs/backslash.case.glif | 25 +- .../glyphs/backslash.glif | 25 +- .../glyphs/bar.glif | 14 +- .../glyphs/bdotaccent.glif | 10 +- .../glyphs/bdotaccent.sc.glif | 10 +- .../glyphs/bitcoin.glif | 12 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 74 +- .../glyphs/braceleft.glif | 74 +- .../glyphs/braceright.case.glif | 74 +- .../glyphs/braceright.glif | 74 +- .../glyphs/bracketleft.case.glif | 50 +- .../glyphs/bracketleft.glif | 50 +- .../glyphs/bracketright.case.glif | 50 +- .../glyphs/bracketright.glif | 50 +- .../glyphs/breve.case.glif | 46 +- .../glyphs/breve.glif | 42 +- .../glyphs/brevebelowcomb.case.glif | 30 +- .../glyphs/brevebelowcomb.glif | 30 +- .../glyphs/brevecomb.case.glif | 40 +- .../glyphs/brevecomb.glif | 40 +- .../glyphs/brevecomb_acutecomb.case.glif | 42 +- .../glyphs/brevecomb_acutecomb.glif | 42 +- .../glyphs/brevecomb_gravecomb.case.glif | 42 +- .../glyphs/brevecomb_gravecomb.glif | 40 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 82 +- .../glyphs/brevecomb_hookabovecomb.glif | 82 +- .../glyphs/brevecomb_tildecomb.case.glif | 82 +- .../glyphs/brevecomb_tildecomb.glif | 82 +- .../glyphs/breveinvertedcomb.case.glif | 40 +- .../glyphs/breveinvertedcomb.glif | 40 +- .../glyphs/brokenbar.glif | 22 +- .../glyphs/bullet.case.glif | 6 +- .../glyphs/bullet.glif | 6 +- .../glyphs/bulletoperator.glif | 28 +- .../MerriweatherSans-Italic.ufo/glyphs/c.glif | 74 +- .../glyphs/c.sc.glif | 93 +- .../glyphs/cacute.glif | 10 +- .../glyphs/cacute.sc.glif | 10 +- .../glyphs/caron.case.glif | 20 +- .../glyphs/caron.glif | 28 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 26 +- .../glyphs/caroncomb.glif | 26 +- .../glyphs/ccaron.glif | 10 +- .../glyphs/ccaron.sc.glif | 10 +- .../glyphs/ccedilla.glif | 27 +- .../glyphs/ccedilla.sc.glif | 10 +- .../glyphs/ccedillaacute.glif | 12 +- .../glyphs/ccedillaacute.sc.glif | 12 +- .../glyphs/ccircumflex.glif | 10 +- .../glyphs/ccircumflex.sc.glif | 10 +- .../glyphs/cdotaccent.glif | 10 +- .../glyphs/cdotaccent.sc.glif | 10 +- .../glyphs/cedi.glif | 89 +- .../glyphs/cedilla.glif | 67 +- .../glyphs/cedillacomb.case.glif | 6 +- .../glyphs/cedillacomb.glif | 6 +- .../glyphs/cent.glif | 72 +- .../glyphs/circumflex.case.glif | 20 +- .../glyphs/circumflex.glif | 28 +- .../glyphs/circumflexcomb.case.glif | 26 +- .../glyphs/circumflexcomb.glif | 26 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 28 +- .../glyphs/circumflexcomb_acutecomb.glif | 28 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 28 +- .../glyphs/circumflexcomb_gravecomb.glif | 28 +- .../circumflexcomb_hookabovecomb.case.glif | 68 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 68 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 68 +- .../glyphs/circumflexcomb_tildecomb.glif | 68 +- .../glyphs/colon.glif | 7 +- .../glyphs/colonsign.glif | 138 +- .../glyphs/comma.glif | 44 +- .../glyphs/commaaccentcomb.case.glif | 38 +- .../glyphs/commaaccentcomb.glif | 38 +- .../glyphs/commaturnedabovecomb.case.glif | 36 +- .../glyphs/commaturnedabovecomb.glif | 38 +- .../glyphs/commaturnedmod.glif | 34 +- .../glyphs/commercialM_inusS_ign.glif | 12 +- .../glyphs/copyright.glif | 104 +- .../glyphs/currency.glif | 94 +- .../MerriweatherSans-Italic.ufo/glyphs/d.glif | 99 +- .../glyphs/d.sc.glif | 115 +- .../glyphs/dagger.glif | 36 +- .../glyphs/daggerdbl.glif | 58 +- .../glyphs/dblgravecomb.case.glif | 30 +- .../glyphs/dblgravecomb.glif | 26 +- .../glyphs/dcaron.glif | 42 +- .../glyphs/dcaron.sc.glif | 12 +- .../glyphs/dcroat.glif | 39 +- .../glyphs/ddotaccent.glif | 12 +- .../glyphs/ddotaccent.sc.glif | 12 +- .../glyphs/ddotbelow.glif | 12 +- .../glyphs/ddotbelow.sc.glif | 12 +- .../glyphs/degree.glif | 86 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.case.glif | 54 +- .../glyphs/dieresis.glif | 62 +- .../glyphs/dieresisbelowcomb.case.glif | 50 +- .../glyphs/dieresisbelowcomb.glif | 50 +- .../glyphs/dieresiscomb.case.glif | 52 +- .../glyphs/dieresiscomb.glif | 62 +- .../glyphs/divide.glif | 64 +- .../glyphs/divisionslash.glif | 14 +- .../glyphs/dlinebelow.glif | 12 +- .../glyphs/dlinebelow.sc.glif | 12 +- .../glyphs/dollar.glif | 94 +- .../glyphs/dong.glif | 105 +- .../glyphs/dotaccent.case.glif | 30 +- .../glyphs/dotaccent.glif | 38 +- .../glyphs/dotaccentcomb.case.glif | 24 +- .../glyphs/dotaccentcomb.glif | 38 +- .../glyphs/dotbelowcomb.case.glif | 26 +- .../glyphs/dotbelowcomb.glif | 26 +- .../glyphs/doubleprimemod.glif | 9 +- .../glyphs/downA_rrow.glif | 4 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 60 +- .../glyphs/dz.glif | 18 +- .../glyphs/dz.sc.glif | 113 +- .../glyphs/dzcaron.glif | 18 +- .../glyphs/dzcaron.sc.glif | 12 +- .../MerriweatherSans-Italic.ufo/glyphs/e.glif | 100 +- .../glyphs/e.sc.glif | 51 +- .../glyphs/eacute.glif | 12 +- .../glyphs/eacute.sc.glif | 14 +- .../glyphs/ebreve.glif | 12 +- .../glyphs/ebreve.sc.glif | 14 +- .../glyphs/ecaron.glif | 12 +- .../glyphs/ecaron.sc.glif | 14 +- .../glyphs/ecedillabreve.glif | 10 +- .../glyphs/ecedillabreve.sc.glif | 16 +- .../glyphs/ecircumflex.glif | 12 +- .../glyphs/ecircumflex.sc.glif | 14 +- .../glyphs/ecircumflexacute.glif | 12 +- .../glyphs/ecircumflexacute.sc.glif | 14 +- .../glyphs/ecircumflexdotbelow.glif | 10 +- .../glyphs/ecircumflexdotbelow.sc.glif | 16 +- .../glyphs/ecircumflexgrave.glif | 12 +- .../glyphs/ecircumflexgrave.sc.glif | 14 +- .../glyphs/ecircumflexhookabove.glif | 12 +- .../glyphs/ecircumflexhookabove.sc.glif | 14 +- .../glyphs/ecircumflextilde.glif | 12 +- .../glyphs/ecircumflextilde.sc.glif | 14 +- .../glyphs/edblgrave.glif | 12 +- .../glyphs/edblgrave.sc.glif | 14 +- .../glyphs/edieresis.glif | 12 +- .../glyphs/edieresis.sc.glif | 14 +- .../glyphs/edotaccent.glif | 12 +- .../glyphs/edotaccent.sc.glif | 14 +- .../glyphs/edotbelow.glif | 8 +- .../glyphs/edotbelow.sc.glif | 14 +- .../glyphs/egrave.glif | 12 +- .../glyphs/egrave.sc.glif | 14 +- .../glyphs/ehookabove.glif | 12 +- .../glyphs/ehookabove.sc.glif | 14 +- .../glyphs/eight.dnom.glif | 109 +- .../glyphs/eight.glif | 100 +- .../glyphs/eight.lf.glif | 100 +- .../glyphs/eight.numr.glif | 4 +- .../glyphs/eight.osf.glif | 117 +- .../glyphs/eight.sc.glif | 100 +- .../glyphs/eight.tf.glif | 98 +- .../glyphs/eight.tosf.glif | 100 +- .../glyphs/eightinferior.glif | 4 +- .../glyphs/eightsuperior.glif | 4 +- .../glyphs/einvertedbreve.glif | 12 +- .../glyphs/einvertedbreve.sc.glif | 14 +- .../glyphs/ellipsis.glif | 12 +- .../glyphs/emacron.glif | 12 +- .../glyphs/emacron.sc.glif | 14 +- .../glyphs/emacronacute.glif | 14 +- .../glyphs/emacronacute.sc.glif | 16 +- .../glyphs/emacrongrave.glif | 14 +- .../glyphs/emacrongrave.sc.glif | 16 +- .../glyphs/emdash.case.glif | 8 +- .../glyphs/emdash.glif | 16 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 8 +- .../glyphs/endash.glif | 16 +- .../glyphs/eng.glif | 99 +- .../glyphs/eng.sc.glif | 55 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 16 +- .../glyphs/eogonek.sc.glif | 14 +- .../glyphs/equal.glif | 24 +- .../glyphs/estimated.glif | 92 +- .../glyphs/eth.glif | 114 +- .../glyphs/eth.sc.glif | 123 +- .../glyphs/etilde.glif | 12 +- .../glyphs/etilde.sc.glif | 14 +- .../glyphs/euro.glif | 94 +- .../glyphs/exclam.glif | 38 +- .../glyphs/exclamdbl.glif | 9 +- .../glyphs/exclamdown.case.glif | 38 +- .../glyphs/exclamdown.glif | 38 +- .../glyphs/ezh.glif | 52 +- .../glyphs/ezh.sc.glif | 73 +- .../glyphs/ezhcaron.glif | 12 +- .../glyphs/ezhcaron.sc.glif | 87 +- .../MerriweatherSans-Italic.ufo/glyphs/f.glif | 79 +- .../glyphs/f.sc.glif | 39 +- .../glyphs/f_f.glif | 14 +- .../glyphs/f_f_i.glif | 24 +- .../glyphs/f_f_l.glif | 24 +- .../glyphs/fdotaccent.glif | 10 +- .../glyphs/fdotaccent.sc.glif | 6 +- .../glyphs/fi.glif | 16 +- .../glyphs/figuredash.glif | 10 +- .../glyphs/figurespace.glif | 4 +- .../glyphs/firsttonechinese.glif | 6 +- .../glyphs/five.dnom.glif | 79 +- .../glyphs/five.glif | 70 +- .../glyphs/five.lf.glif | 70 +- .../glyphs/five.numr.glif | 4 +- .../glyphs/five.osf.glif | 108 +- .../glyphs/five.sc.glif | 70 +- .../glyphs/five.tf.glif | 68 +- .../glyphs/five.tosf.glif | 70 +- .../glyphs/fiveeighths.glif | 8 +- .../glyphs/fiveinferior.glif | 4 +- .../glyphs/fivesixths.glif | 8 +- .../glyphs/fivesuperior.glif | 4 +- .../glyphs/fl.glif | 18 +- .../glyphs/florin.glif | 67 +- .../glyphs/four.dnom.glif | 51 +- .../glyphs/four.glif | 42 +- .../glyphs/four.lf.glif | 42 +- .../glyphs/four.numr.glif | 4 +- .../glyphs/four.osf.glif | 86 +- .../glyphs/four.sc.glif | 42 +- .../glyphs/four.tf.glif | 40 +- .../glyphs/four.tosf.glif | 42 +- .../glyphs/fourfifths.glif | 8 +- .../glyphs/fourinferior.glif | 4 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 4 +- .../glyphs/fourthtonechinese.glif | 6 +- .../glyphs/fraction.glif | 12 +- .../glyphs/franc.glif | 44 +- .../MerriweatherSans-Italic.ufo/glyphs/g.glif | 112 +- .../glyphs/g.sc.glif | 107 +- .../glyphs/gacute.sc.glif | 10 +- .../glyphs/gbreve.glif | 10 +- .../glyphs/gbreve.sc.glif | 10 +- .../glyphs/gcaron.glif | 10 +- .../glyphs/gcaron.sc.glif | 10 +- .../glyphs/gcircumflex.glif | 10 +- .../glyphs/gcircumflex.sc.glif | 10 +- .../glyphs/gcommaaccent.glif | 14 +- .../glyphs/gcommaaccent.sc.glif | 10 +- .../glyphs/gdotaccent.glif | 10 +- .../glyphs/gdotaccent.sc.glif | 10 +- .../glyphs/germandbls.glif | 143 +- .../glyphs/germandbls.sc.glif | 121 +- .../glyphs/gmacron.glif | 10 +- .../glyphs/gmacron.sc.glif | 10 +- .../glyphs/grave.glif | 20 +- .../glyphs/gravecomb.case.glif | 18 +- .../glyphs/gravecomb.glif | 18 +- .../glyphs/greater.glif | 22 +- .../glyphs/greaterequal.glif | 30 +- .../glyphs/guarani.glif | 97 +- .../glyphs/guillemetleft.case.glif | 13 +- .../glyphs/guillemetleft.glif | 13 +- .../glyphs/guillemetright.case.glif | 36 +- .../glyphs/guillemetright.glif | 36 +- .../glyphs/guilsinglleft.case.glif | 20 +- .../glyphs/guilsinglleft.glif | 20 +- .../glyphs/guilsinglright.case.glif | 22 +- .../glyphs/guilsinglright.glif | 20 +- .../MerriweatherSans-Italic.ufo/glyphs/h.glif | 70 +- .../glyphs/h.sc.glif | 47 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 26 +- .../glyphs/hbar.sc.glif | 67 +- .../glyphs/hbrevebelow.glif | 12 +- .../glyphs/hbrevebelow.sc.glif | 10 +- .../glyphs/hcircumflex.glif | 16 +- .../glyphs/hcircumflex.sc.glif | 10 +- .../glyphs/hdotbelow.glif | 12 +- .../glyphs/hookabovecomb.case.glif | 54 +- .../glyphs/hookabovecomb.glif | 54 +- .../glyphs/horizontalbar.glif | 8 +- .../glyphs/horncomb.case.glif | 6 +- .../glyphs/horncomb.glif | 30 +- .../glyphs/hryvnia.glif | 100 +- .../glyphs/hungarumlaut.case.glif | 30 +- .../glyphs/hungarumlaut.glif | 32 +- .../glyphs/hungarumlautcomb.case.glif | 26 +- .../glyphs/hungarumlautcomb.glif | 34 +- .../glyphs/hyphen.case.glif | 8 +- .../glyphs/hyphen.glif | 16 +- .../glyphs/hyphentwo.glif | 8 +- .../glyphs/i.cy.glif | 12 +- .../glyphs/i.dot.glif | 12 +- .../glyphs/i.dot.sc.glif | 12 +- .../MerriweatherSans-Italic.ufo/glyphs/i.glif | 12 +- .../glyphs/i.sc.glif | 31 +- .../glyphs/i.uc.sc.glif | 10 +- .../glyphs/iacute.glif | 12 +- .../glyphs/iacute.sc.glif | 12 +- .../glyphs/ibreve.glif | 12 +- .../glyphs/ibreve.sc.glif | 12 +- .../glyphs/icaron.glif | 12 +- .../glyphs/icaron.sc.glif | 12 +- .../glyphs/icircumflex.glif | 12 +- .../glyphs/icircumflex.sc.glif | 12 +- .../glyphs/idblgrave.glif | 12 +- .../glyphs/idblgrave.sc.glif | 12 +- .../glyphs/idieresis.glif | 12 +- .../glyphs/idieresis.sc.glif | 12 +- .../glyphs/idieresisacute.glif | 14 +- .../glyphs/idieresisacute.sc.glif | 14 +- .../glyphs/idotaccent.glif | 12 +- .../glyphs/idotaccent.sc.glif | 12 +- .../glyphs/idotbelow.glif | 12 +- .../glyphs/idotbelow.sc.glif | 12 +- .../glyphs/idotless.glif | 22 +- .../glyphs/idotless.sc.glif | 10 +- .../glyphs/igrave.glif | 12 +- .../glyphs/igrave.sc.glif | 12 +- .../glyphs/ihookabove.glif | 12 +- .../glyphs/ihookabove.sc.glif | 12 +- .../glyphs/iinvertedbreve.glif | 12 +- .../glyphs/iinvertedbreve.sc.glif | 12 +- .../glyphs/ij.glif | 20 +- .../glyphs/ij_acutecomb.glif | 22 +- .../glyphs/imacron.glif | 12 +- .../glyphs/imacron.sc.glif | 12 +- .../glyphs/increment.glif | 24 +- .../glyphs/infinity.glif | 104 +- .../glyphs/integral.glif | 82 +- .../glyphs/iogonek.glif | 18 +- .../glyphs/iogonek.sc.glif | 12 +- .../glyphs/itilde.glif | 12 +- .../glyphs/itilde.sc.glif | 12 +- .../MerriweatherSans-Italic.ufo/glyphs/j.glif | 10 +- .../glyphs/j.sc.glif | 53 +- .../glyphs/jcircumflex.glif | 10 +- .../glyphs/jcircumflex.sc.glif | 10 +- .../glyphs/jdotless.glif | 44 +- .../glyphs/jdotless.sc.glif | 38 +- .../MerriweatherSans-Italic.ufo/glyphs/k.glif | 40 +- .../glyphs/k.sc.glif | 63 +- .../glyphs/kcommaaccent.glif | 10 +- .../glyphs/kcommaaccent.sc.glif | 10 +- .../glyphs/kgreenlandic.glif | 36 +- .../glyphs/kgreenlandic.sc.glif | 8 +- .../glyphs/kip.glif | 40 +- .../MerriweatherSans-Italic.ufo/glyphs/l.glif | 24 +- .../glyphs/l.sc.glif | 39 +- .../glyphs/lacute.glif | 18 +- .../glyphs/lacute.sc.glif | 14 +- .../glyphs/lcaron.glif | 44 +- .../glyphs/lcaron.sc.glif | 14 +- .../glyphs/lcommaaccent.glif | 14 +- .../glyphs/lcommaaccent.sc.glif | 14 +- .../glyphs/ldot.glif | 19 +- .../glyphs/ldot.sc.glif | 15 +- .../glyphs/ldotbelow.glif | 14 +- .../glyphs/leftA_rrow.glif | 4 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 8 +- .../glyphs/less.glif | 22 +- .../glyphs/lessequal.glif | 30 +- .../glyphs/lira.glif | 130 +- .../glyphs/liraT_urkish.glif | 76 +- .../glyphs/literS_ign.glif | 68 +- .../glyphs/lj.glif | 18 +- .../glyphs/lj.sc.glif | 18 +- .../glyphs/llinebelow.glif | 14 +- .../glyphs/llinebelow.sc.glif | 14 +- .../glyphs/logicalnot.glif | 12 +- .../glyphs/lozenge.glif | 40 +- .../glyphs/lslash.glif | 32 +- .../glyphs/lslash.sc.glif | 47 +- .../MerriweatherSans-Italic.ufo/glyphs/m.glif | 133 +- .../glyphs/m.sc.glif | 61 +- .../glyphs/macron.case.glif | 14 +- .../glyphs/macron.glif | 22 +- .../glyphs/macronbelowcomb.case.glif | 20 +- .../glyphs/macronbelowcomb.glif | 20 +- .../glyphs/macroncomb.case.glif | 22 +- .../glyphs/macroncomb.glif | 22 +- .../glyphs/manat.glif | 46 +- .../glyphs/mdotaccent.glif | 10 +- .../glyphs/mdotaccent.sc.glif | 10 +- .../glyphs/mdotbelow.glif | 10 +- .../glyphs/mdotbelow.sc.glif | 10 +- .../glyphs/micro.glif | 126 +- .../glyphs/minus.glif | 14 +- .../glyphs/minute.glif | 14 +- .../glyphs/mu.glif | 6 +- .../glyphs/mu.sc.glif | 8 +- .../glyphs/multiply.glif | 32 +- .../MerriweatherSans-Italic.ufo/glyphs/n.glif | 85 +- .../glyphs/n.sc.glif | 49 +- .../glyphs/nacute.glif | 10 +- .../glyphs/nacute.sc.glif | 10 +- .../glyphs/naira.glif | 50 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 10 +- .../glyphs/ncaron.sc.glif | 10 +- .../glyphs/ncommaaccent.glif | 10 +- .../glyphs/ncommaaccent.sc.glif | 10 +- .../glyphs/ndotaccent.glif | 10 +- .../glyphs/ndotaccent.sc.glif | 10 +- .../glyphs/ndotbelow.glif | 10 +- .../glyphs/ndotbelow.sc.glif | 10 +- .../glyphs/nine.dnom.glif | 81 +- .../glyphs/nine.glif | 72 +- .../glyphs/nine.lf.glif | 72 +- .../glyphs/nine.numr.glif | 4 +- .../glyphs/nine.osf.glif | 76 +- .../glyphs/nine.sc.glif | 72 +- .../glyphs/nine.tf.glif | 70 +- .../glyphs/nine.tosf.glif | 72 +- .../glyphs/nineinferior.glif | 4 +- .../glyphs/ninesuperior.glif | 4 +- .../glyphs/nj.glif | 14 +- .../glyphs/nlinebelow.glif | 10 +- .../glyphs/nlinebelow.sc.glif | 10 +- .../glyphs/notequal.glif | 48 +- .../glyphs/ntilde.glif | 10 +- .../glyphs/ntilde.sc.glif | 10 +- .../glyphs/numbersign.glif | 81 +- .../glyphs/numero.glif | 90 +- .../MerriweatherSans-Italic.ufo/glyphs/o.glif | 76 +- .../glyphs/o.sc.glif | 77 +- .../glyphs/oacute.glif | 16 +- .../glyphs/oacute.sc.glif | 18 +- .../glyphs/obreve.glif | 16 +- .../glyphs/obreve.sc.glif | 18 +- .../glyphs/ocaron.glif | 16 +- .../glyphs/ocaron.sc.glif | 18 +- .../glyphs/ocircumflex.glif | 16 +- .../glyphs/ocircumflex.sc.glif | 18 +- .../glyphs/ocircumflexacute.glif | 16 +- .../glyphs/ocircumflexacute.sc.glif | 18 +- .../glyphs/ocircumflexdotbelow.glif | 18 +- .../glyphs/ocircumflexdotbelow.sc.glif | 20 +- .../glyphs/ocircumflexgrave.glif | 16 +- .../glyphs/ocircumflexgrave.sc.glif | 18 +- .../glyphs/ocircumflexhookabove.glif | 16 +- .../glyphs/ocircumflexhookabove.sc.glif | 18 +- .../glyphs/ocircumflextilde.glif | 16 +- .../glyphs/ocircumflextilde.sc.glif | 18 +- .../glyphs/odblgrave.glif | 16 +- .../glyphs/odblgrave.sc.glif | 18 +- .../glyphs/odieresis.glif | 16 +- .../glyphs/odieresis.sc.glif | 18 +- .../glyphs/odieresismacron.glif | 18 +- .../glyphs/odieresismacron.sc.glif | 20 +- .../glyphs/odotaccentmacron.glif | 18 +- .../glyphs/odotaccentmacron.sc.glif | 20 +- .../glyphs/odotbelow.glif | 16 +- .../glyphs/odotbelow.sc.glif | 18 +- .../glyphs/oe.glif | 28 +- .../glyphs/oe.sc.glif | 124 +- .../glyphs/ogonek.glif | 56 +- .../glyphs/ogonekcomb.case.glif | 56 +- .../glyphs/ogonekcomb.glif | 52 +- .../glyphs/ograve.glif | 16 +- .../glyphs/ograve.sc.glif | 18 +- .../glyphs/ohookabove.glif | 16 +- .../glyphs/ohookabove.sc.glif | 18 +- .../glyphs/ohorn.glif | 16 +- .../glyphs/ohorn.sc.glif | 121 +- .../glyphs/ohornacute.glif | 16 +- .../glyphs/ohornacute.sc.glif | 18 +- .../glyphs/ohorndotbelow.glif | 16 +- .../glyphs/ohorndotbelow.sc.glif | 18 +- .../glyphs/ohorngrave.glif | 16 +- .../glyphs/ohorngrave.sc.glif | 14 +- .../glyphs/ohornhookabove.glif | 16 +- .../glyphs/ohornhookabove.sc.glif | 14 +- .../glyphs/ohorntilde.glif | 16 +- .../glyphs/ohorntilde.sc.glif | 16 +- .../glyphs/ohungarumlaut.glif | 16 +- .../glyphs/ohungarumlaut.sc.glif | 18 +- .../glyphs/oinvertedbreve.glif | 16 +- .../glyphs/oinvertedbreve.sc.glif | 18 +- .../glyphs/omacron.glif | 16 +- .../glyphs/omacron.sc.glif | 18 +- .../glyphs/omacronacute.glif | 18 +- .../glyphs/omacronacute.sc.glif | 20 +- .../glyphs/omacrongrave.glif | 18 +- .../glyphs/omacrongrave.sc.glif | 20 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 37 +- .../glyphs/one.glif | 28 +- .../glyphs/one.lf.glif | 28 +- .../glyphs/one.numr.glif | 4 +- .../glyphs/one.osf.glif | 28 +- .../glyphs/one.sc.glif | 28 +- .../glyphs/one.tf.glif | 34 +- .../glyphs/one.tosf.glif | 36 +- .../glyphs/oneeighth.glif | 8 +- .../glyphs/onefifth.glif | 8 +- .../glyphs/onehalf.glif | 18 +- .../glyphs/oneinferior.glif | 4 +- .../glyphs/oneninth.glif | 6 +- .../glyphs/onequarter.glif | 49 +- .../glyphs/oneseventh.glif | 8 +- .../glyphs/onesixth.glif | 6 +- .../glyphs/onesuperior.glif | 4 +- .../glyphs/onetenth.glif | 10 +- .../glyphs/onethird.glif | 8 +- .../glyphs/oogonek.glif | 16 +- .../glyphs/oogonek.sc.glif | 18 +- .../glyphs/ordfeminine.glif | 78 +- .../glyphs/ordmasculine.glif | 56 +- .../glyphs/oslash.glif | 120 +- .../glyphs/oslashacute.glif | 8 +- .../glyphs/otilde.glif | 16 +- .../glyphs/otilde.sc.glif | 18 +- .../glyphs/otildeacute.glif | 18 +- .../glyphs/otildeacute.sc.glif | 20 +- .../glyphs/otildedieresis.glif | 18 +- .../glyphs/otildedieresis.sc.glif | 20 +- .../glyphs/otildemacron.glif | 18 +- .../glyphs/otildemacron.sc.glif | 20 +- .../MerriweatherSans-Italic.ufo/glyphs/p.glif | 97 +- .../glyphs/p.sc.glif | 100 +- .../glyphs/paragraph.glif | 75 +- .../glyphs/parenleft.case.glif | 34 +- .../glyphs/parenleft.glif | 34 +- .../glyphs/parenright.case.glif | 34 +- .../glyphs/parenright.glif | 34 +- .../glyphs/partialdiff.glif | 90 +- .../glyphs/pdotaccent.glif | 10 +- .../glyphs/pdotaccent.sc.glif | 10 +- .../glyphs/percent.glif | 150 +- .../glyphs/period.glif | 30 +- .../glyphs/periodcentered.case.glif | 6 +- .../glyphs/periodcentered.glif | 6 +- .../periodcentered.loclC_A_T_.case.glif | 6 +- .../glyphs/perthousand.glif | 198 +- .../glyphs/peseta.glif | 108 +- .../glyphs/peso.glif | 129 +- .../glyphs/pi.glif | 110 +- .../glyphs/pi.sc.glif | 26 +- .../glyphs/plus.glif | 48 +- .../glyphs/plusminus.glif | 69 +- .../glyphs/primemod.glif | 6 +- .../glyphs/product.glif | 30 +- .../glyphs/punctuationspace.glif | 2 +- .../MerriweatherSans-Italic.ufo/glyphs/q.glif | 72 +- .../glyphs/q.sc.glif | 137 +- .../glyphs/question.glif | 88 +- .../glyphs/questiondown.case.glif | 96 +- .../glyphs/questiondown.glif | 96 +- .../glyphs/quotedbl.glif | 11 +- .../glyphs/quotedblbase.glif | 15 +- .../glyphs/quotedblleft.glif | 11 +- .../glyphs/quotedblright.glif | 13 +- .../glyphs/quoteleft.glif | 40 +- .../glyphs/quotereversed.glif | 40 +- .../glyphs/quoteright.glif | 40 +- .../glyphs/quotesinglbase.glif | 40 +- .../glyphs/quotesingle.glif | 34 +- .../MerriweatherSans-Italic.ufo/glyphs/r.glif | 70 +- .../glyphs/r.sc.glif | 116 +- .../glyphs/racute.glif | 10 +- .../glyphs/racute.sc.glif | 10 +- .../glyphs/radical.glif | 28 +- .../glyphs/rcaron.glif | 10 +- .../glyphs/rcaron.sc.glif | 10 +- .../glyphs/rcommaaccent.glif | 10 +- .../glyphs/rcommaaccent.sc.glif | 10 +- .../glyphs/rdblgrave.glif | 10 +- .../glyphs/rdblgrave.sc.glif | 10 +- .../glyphs/rdotbelow.glif | 10 +- .../glyphs/rdotbelow.sc.glif | 10 +- .../glyphs/registered.glif | 140 +- .../glyphs/rightA_rrow.glif | 4 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 8 +- .../glyphs/ring.case.glif | 54 +- .../glyphs/ring.glif | 74 +- .../glyphs/ringcomb.case.glif | 72 +- .../glyphs/ringcomb.glif | 74 +- .../glyphs/ringhalfleft.glif | 30 +- .../glyphs/ringhalfright.glif | 30 +- .../glyphs/rinvertedbreve.glif | 10 +- .../glyphs/rinvertedbreve.sc.glif | 10 +- .../glyphs/rlinebelow.glif | 10 +- .../glyphs/rlinebelow.sc.glif | 10 +- .../glyphs/ruble.glif | 82 +- .../glyphs/rupeeI_ndian.glif | 100 +- .../MerriweatherSans-Italic.ufo/glyphs/s.glif | 88 +- .../glyphs/s.sc.glif | 99 +- .../glyphs/sacute.glif | 10 +- .../glyphs/sacute.sc.glif | 10 +- .../glyphs/sacutedotaccent.glif | 12 +- .../glyphs/sacutedotaccent.sc.glif | 12 +- .../glyphs/scaron.glif | 10 +- .../glyphs/scaron.sc.glif | 10 +- .../glyphs/scarondotaccent.glif | 12 +- .../glyphs/scarondotaccent.sc.glif | 12 +- .../glyphs/scedilla.glif | 27 +- .../glyphs/scedilla.sc.glif | 10 +- .../glyphs/schwa.glif | 12 +- .../glyphs/schwa.sc.glif | 87 +- .../glyphs/scircumflex.glif | 10 +- .../glyphs/scircumflex.sc.glif | 10 +- .../glyphs/scommaaccent.glif | 10 +- .../glyphs/scommaaccent.sc.glif | 10 +- .../glyphs/sdotaccent.glif | 10 +- .../glyphs/sdotaccent.sc.glif | 10 +- .../glyphs/sdotbelow.glif | 10 +- .../glyphs/sdotbelow.sc.glif | 10 +- .../glyphs/sdotbelowdotaccent.glif | 12 +- .../glyphs/sdotbelowdotaccent.sc.glif | 12 +- .../glyphs/second.glif | 11 +- .../glyphs/secondtonechinese.glif | 18 +- .../glyphs/section.glif | 108 +- .../glyphs/semicolon.glif | 7 +- .../glyphs/seven.dnom.glif | 27 +- .../glyphs/seven.glif | 18 +- .../glyphs/seven.lf.glif | 18 +- .../glyphs/seven.numr.glif | 4 +- .../glyphs/seven.osf.glif | 22 +- .../glyphs/seven.sc.glif | 18 +- .../glyphs/seven.tf.glif | 16 +- .../glyphs/seven.tosf.glif | 18 +- .../glyphs/seveneighths.glif | 6 +- .../glyphs/seveninferior.glif | 4 +- .../glyphs/sevensuperior.glif | 4 +- .../glyphs/sheqel.glif | 97 +- .../glyphs/six.dnom.glif | 79 +- .../glyphs/six.glif | 72 +- .../glyphs/six.lf.glif | 72 +- .../glyphs/six.numr.glif | 4 +- .../glyphs/six.osf.glif | 106 +- .../glyphs/six.sc.glif | 72 +- .../glyphs/six.tf.glif | 68 +- .../glyphs/six.tosf.glif | 72 +- .../glyphs/sixinferior.glif | 4 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 4 +- .../glyphs/slash.case.glif | 25 +- .../glyphs/slash.glif | 25 +- .../glyphs/slashlongcomb.glif | 10 +- .../glyphs/slashshortcomb.glif | 12 +- .../glyphs/softhyphen.case.glif | 6 +- .../glyphs/softhyphen.glif | 8 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 126 +- .../glyphs/strokelongcomb.glif | 10 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 30 +- .../MerriweatherSans-Italic.ufo/glyphs/t.glif | 87 +- .../glyphs/t.sc.glif | 41 +- .../glyphs/tbar.glif | 41 +- .../glyphs/tcaron.glif | 44 +- .../glyphs/tcaron.sc.glif | 12 +- .../glyphs/tcedilla.glif | 14 +- .../glyphs/tcedilla.sc.glif | 12 +- .../glyphs/tcommaaccent.glif | 14 +- .../glyphs/tcommaaccent.sc.glif | 12 +- .../glyphs/tdieresis.glif | 14 +- .../glyphs/tdieresis.sc.glif | 12 +- .../glyphs/tdotaccent.glif | 14 +- .../glyphs/tdotaccent.sc.glif | 12 +- .../glyphs/tdotbelow.glif | 14 +- .../glyphs/tdotbelow.sc.glif | 12 +- .../glyphs/tenge.glif | 32 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 86 +- .../glyphs/thorn.sc.glif | 85 +- .../glyphs/three.dnom.glif | 93 +- .../glyphs/three.glif | 80 +- .../glyphs/three.lf.glif | 80 +- .../glyphs/three.numr.glif | 4 +- .../glyphs/three.osf.glif | 94 +- .../glyphs/three.sc.glif | 80 +- .../glyphs/three.tf.glif | 82 +- .../glyphs/three.tosf.glif | 84 +- .../glyphs/threeeighths.glif | 8 +- .../glyphs/threeinferior.glif | 4 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 49 +- .../glyphs/threesuperior.glif | 4 +- .../glyphs/tilde.case.glif | 58 +- .../glyphs/tilde.glif | 70 +- .../glyphs/tildecomb.case.glif | 62 +- .../glyphs/tildecomb.glif | 66 +- .../glyphs/tlinebelow.glif | 14 +- .../glyphs/tlinebelow.sc.glif | 12 +- .../glyphs/trademark.glif | 58 +- .../glyphs/tugrik.glif | 32 +- .../glyphs/two.dnom.glif | 55 +- .../glyphs/two.glif | 50 +- .../glyphs/two.lf.glif | 50 +- .../glyphs/two.numr.glif | 4 +- .../glyphs/two.osf.glif | 60 +- .../glyphs/two.sc.glif | 50 +- .../glyphs/two.tf.glif | 48 +- .../glyphs/two.tosf.glif | 50 +- .../glyphs/twofifths.glif | 8 +- .../glyphs/twoinferior.glif | 4 +- .../glyphs/twosuperior.glif | 4 +- .../glyphs/twothirds.glif | 8 +- .../MerriweatherSans-Italic.ufo/glyphs/u.glif | 87 +- .../glyphs/u.sc.glif | 81 +- .../glyphs/uacute.glif | 14 +- .../glyphs/uacute.sc.glif | 14 +- .../glyphs/ubreve.glif | 14 +- .../glyphs/ubreve.sc.glif | 14 +- .../glyphs/ucaron.glif | 14 +- .../glyphs/ucaron.sc.glif | 14 +- .../glyphs/ucircumflex.glif | 14 +- .../glyphs/ucircumflex.sc.glif | 14 +- .../glyphs/udblgrave.glif | 14 +- .../glyphs/udblgrave.sc.glif | 14 +- .../glyphs/udieresis.glif | 14 +- .../glyphs/udieresis.sc.glif | 14 +- .../glyphs/udieresisacute.glif | 16 +- .../glyphs/udieresisacute.sc.glif | 16 +- .../glyphs/udieresiscaron.glif | 16 +- .../glyphs/udieresiscaron.sc.glif | 16 +- .../glyphs/udieresisgrave.glif | 16 +- .../glyphs/udieresisgrave.sc.glif | 16 +- .../glyphs/udieresismacron.glif | 16 +- .../glyphs/udieresismacron.sc.glif | 16 +- .../glyphs/udotbelow.glif | 14 +- .../glyphs/udotbelow.sc.glif | 14 +- .../glyphs/ugrave.glif | 14 +- .../glyphs/ugrave.sc.glif | 14 +- .../glyphs/uhookabove.glif | 14 +- .../glyphs/uhookabove.sc.glif | 14 +- .../glyphs/uhorn.glif | 14 +- .../glyphs/uhorn.sc.glif | 105 +- .../glyphs/uhornacute.glif | 14 +- .../glyphs/uhornacute.sc.glif | 14 +- .../glyphs/uhorndotbelow.glif | 14 +- .../glyphs/uhorndotbelow.sc.glif | 14 +- .../glyphs/uhorngrave.glif | 14 +- .../glyphs/uhorngrave.sc.glif | 14 +- .../glyphs/uhornhookabove.glif | 14 +- .../glyphs/uhornhookabove.sc.glif | 14 +- .../glyphs/uhorntilde.glif | 14 +- .../glyphs/uhorntilde.sc.glif | 14 +- .../glyphs/uhungarumlaut.glif | 14 +- .../glyphs/uhungarumlaut.sc.glif | 14 +- .../glyphs/uinvertedbreve.glif | 14 +- .../glyphs/uinvertedbreve.sc.glif | 14 +- .../glyphs/umacron.glif | 14 +- .../glyphs/umacron.sc.glif | 14 +- .../glyphs/umacrondieresis.glif | 16 +- .../glyphs/umacrondieresis.sc.glif | 16 +- .../glyphs/underscore.glif | 16 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 31 +- .../glyphs/uogonek.sc.glif | 14 +- .../glyphs/upA_rrow.glif | 4 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 14 +- .../glyphs/uring.sc.glif | 14 +- .../glyphs/utilde.glif | 14 +- .../glyphs/utilde.sc.glif | 14 +- .../glyphs/utildeacute.glif | 16 +- .../glyphs/utildeacute.sc.glif | 16 +- .../MerriweatherSans-Italic.ufo/glyphs/v.glif | 52 +- .../glyphs/v.sc.glif | 41 +- .../glyphs/verticallinelowmod.glif | 10 +- .../glyphs/verticallinemod.glif | 10 +- .../MerriweatherSans-Italic.ufo/glyphs/w.glif | 80 +- .../glyphs/w.sc.glif | 63 +- .../glyphs/wacute.glif | 10 +- .../glyphs/wacute.sc.glif | 10 +- .../glyphs/wcircumflex.glif | 10 +- .../glyphs/wcircumflex.sc.glif | 10 +- .../glyphs/wdieresis.glif | 10 +- .../glyphs/wdieresis.sc.glif | 10 +- .../glyphs/wgrave.glif | 10 +- .../glyphs/wgrave.sc.glif | 10 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 50 +- .../MerriweatherSans-Italic.ufo/glyphs/x.glif | 36 +- .../glyphs/x.sc.glif | 47 +- .../MerriweatherSans-Italic.ufo/glyphs/y.glif | 88 +- .../glyphs/y.sc.glif | 43 +- .../glyphs/yacute.glif | 10 +- .../glyphs/yacute.sc.glif | 10 +- .../glyphs/ycircumflex.glif | 10 +- .../glyphs/ycircumflex.sc.glif | 10 +- .../glyphs/ydieresis.glif | 10 +- .../glyphs/ydieresis.sc.glif | 10 +- .../glyphs/ydotaccent.glif | 10 +- .../glyphs/ydotaccent.sc.glif | 10 +- .../glyphs/ydotbelow.glif | 10 +- .../glyphs/ydotbelow.sc.glif | 10 +- .../glyphs/yen.glif | 58 +- .../glyphs/ygrave.glif | 10 +- .../glyphs/ygrave.sc.glif | 10 +- .../glyphs/yhookabove.glif | 10 +- .../glyphs/yhookabove.sc.glif | 10 +- .../glyphs/ymacron.glif | 10 +- .../glyphs/ymacron.sc.glif | 10 +- .../glyphs/ytilde.glif | 10 +- .../glyphs/ytilde.sc.glif | 10 +- .../MerriweatherSans-Italic.ufo/glyphs/z.glif | 38 +- .../glyphs/z.sc.glif | 43 +- .../glyphs/zacute.glif | 12 +- .../glyphs/zacute.sc.glif | 8 +- .../glyphs/zcaron.glif | 12 +- .../glyphs/zcaron.sc.glif | 8 +- .../glyphs/zdotaccent.glif | 12 +- .../glyphs/zdotaccent.sc.glif | 8 +- .../glyphs/zdotbelow.glif | 12 +- .../glyphs/zdotbelow.sc.glif | 4 +- .../glyphs/zero.dnom.glif | 57 +- .../glyphs/zero.glif | 50 +- .../glyphs/zero.lf.glif | 50 +- .../glyphs/zero.lf.zero.glif | 14 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 50 +- .../glyphs/zero.osf.zero.glif | 14 +- .../glyphs/zero.sc.glif | 50 +- .../glyphs/zero.tf.glif | 50 +- .../glyphs/zero.tf.zero.glif | 14 +- .../glyphs/zero.tosf.glif | 52 +- .../glyphs/zero.tosf.zero.glif | 16 +- .../glyphs/zero.zero.glif | 14 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../MerriweatherSans-Italic.ufo/kerning.plist | 2 +- .../layercontents.plist | 4 - .../MerriweatherSans-Italic.ufo/lib.plist | 4 +- .../MerriweatherSans-Light.ufo/glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/Q_.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/V_.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/X_.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/dcroat.sc.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdouble.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hdotbelow.sc.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/ij.glif | 2 +- .../glyphs/ij.sc.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/ij_acutecomb.sc.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../glyphs/kip.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/ldotbelow.sc.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/nj.glif | 2 +- .../glyphs/nj.sc.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslash.sc.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/oslashacute.sc.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/periodcentered.loclC_A_T_.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tbar.sc.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../MerriweatherSans-Light.ufo/glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../glyphs/Q_.glif | 2 +- .../glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../glyphs/V_.glif | 2 +- .../glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../glyphs/X_.glif | 2 +- .../glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.case.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.case.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.case.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.case.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdbl.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.case.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../glyphs/ij.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../glyphs/kip.glif | 2 +- .../glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.case.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../glyphs/nj.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.case.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 2 +- .../glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../MerriweatherSans-Regular.ufo/features.fea | 10 +- .../fontinfo.plist | 13 +- .../glyphs.public.background/E_zh.glif | 6 - .../glyphs.public.background/S_chwa.glif | 38 - .../brevecomb_hookabovecomb.glif | 33 - .../brevecomb_tildecomb.case.glif | 27 - .../glyphs.public.background/contents.plist | 34 - .../glyphs.public.background/four.dnom.glif | 27 - .../glyphs.public.background/four.glif | 27 - .../glyphs.public.background/four.lf.glif | 27 - .../glyphs.public.background/four.sc.glif | 27 - .../glyphs.public.background/four.tf.glif | 27 - .../glyphs.public.background/hyphen.case.glif | 12 - .../glyphs.public.background/kip.glif | 41 - .../glyphs.public.background/one.dnom.glif | 18 - .../glyphs.public.background/one.tf.glif | 18 - .../glyphs.public.background/schwa.sc.glif | 38 - .../glyphs/A_.glif | 32 +- .../glyphs/A_E_.glif | 58 +- .../glyphs/A_E_acute.glif | 12 +- .../glyphs/A_acute.glif | 12 +- .../glyphs/A_breve.glif | 12 +- .../glyphs/A_breveacute.glif | 12 +- .../glyphs/A_brevedotbelow.glif | 14 +- .../glyphs/A_brevegrave.glif | 12 +- .../glyphs/A_brevehookabove.glif | 12 +- .../glyphs/A_brevetilde.glif | 12 +- .../glyphs/A_caron.glif | 12 +- .../glyphs/A_circumflex.glif | 12 +- .../glyphs/A_circumflexacute.glif | 12 +- .../glyphs/A_circumflexdotbelow.glif | 14 +- .../glyphs/A_circumflexgrave.glif | 12 +- .../glyphs/A_circumflexhookabove.glif | 12 +- .../glyphs/A_circumflextilde.glif | 14 +- .../glyphs/A_dblgrave.glif | 12 +- .../glyphs/A_dieresis.glif | 12 +- .../glyphs/A_dotbelow.glif | 12 +- .../glyphs/A_grave.glif | 12 +- .../glyphs/A_hookabove.glif | 12 +- .../glyphs/A_invertedbreve.glif | 12 +- .../glyphs/A_macron.glif | 12 +- .../glyphs/A_ogonek.glif | 56 +- .../glyphs/A_ring.glif | 12 +- .../glyphs/A_ringacute.glif | 14 +- .../glyphs/A_tilde.glif | 12 +- .../glyphs/B_.glif | 104 +- .../glyphs/B_dotaccent.glif | 12 +- .../glyphs/C_.glif | 62 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 12 +- .../glyphs/C_caron.glif | 12 +- .../glyphs/C_cedilla.glif | 12 +- .../glyphs/C_cedillaacute.glif | 14 +- .../glyphs/C_circumflex.glif | 12 +- .../glyphs/C_dotaccent.glif | 12 +- .../glyphs/D_.glif | 76 +- .../glyphs/D_Z_.glif | 20 +- .../glyphs/D_Z_caron.glif | 20 +- .../glyphs/D_caron.glif | 14 +- .../glyphs/D_croat.glif | 24 +- .../glyphs/D_dotaccent.glif | 14 +- .../glyphs/D_dotbelow.glif | 14 +- .../glyphs/D_elta.glif | 8 +- .../glyphs/D_linebelow.glif | 14 +- .../glyphs/D_z.glif | 20 +- .../glyphs/D_zcaron.glif | 22 +- .../glyphs/E_.glif | 34 +- .../glyphs/E_acute.glif | 10 +- .../glyphs/E_breve.glif | 10 +- .../glyphs/E_caron.glif | 10 +- .../glyphs/E_cedillabreve.glif | 12 +- .../glyphs/E_circumflex.glif | 8 +- .../glyphs/E_circumflexacute.glif | 12 +- .../glyphs/E_circumflexdotbelow.glif | 10 +- .../glyphs/E_circumflexgrave.glif | 12 +- .../glyphs/E_circumflexhookabove.glif | 8 +- .../glyphs/E_circumflextilde.glif | 10 +- .../glyphs/E_dblgrave.glif | 10 +- .../glyphs/E_dieresis.glif | 10 +- .../glyphs/E_dotaccent.glif | 12 +- .../glyphs/E_dotbelow.glif | 12 +- .../glyphs/E_grave.glif | 10 +- .../glyphs/E_hookabove.glif | 8 +- .../glyphs/E_invertedbreve.glif | 8 +- .../glyphs/E_macron.glif | 10 +- .../glyphs/E_macronacute.glif | 12 +- .../glyphs/E_macrongrave.glif | 12 +- .../glyphs/E_ng.glif | 54 +- .../glyphs/E_ogonek.glif | 10 +- .../glyphs/E_th.glif | 24 +- .../glyphs/E_tilde.glif | 12 +- .../glyphs/E_zh.glif | 64 +- .../glyphs/E_zhcaron.glif | 8 +- .../glyphs/F_.glif | 30 +- .../glyphs/F_dotaccent.glif | 12 +- .../glyphs/G_.glif | 72 +- .../glyphs/G_breve.glif | 12 +- .../glyphs/G_caron.glif | 12 +- .../glyphs/G_circumflex.glif | 12 +- .../glyphs/G_commaaccent.glif | 10 +- .../glyphs/G_dotaccent.glif | 12 +- .../glyphs/G_ermandbls.glif | 84 +- .../glyphs/G_macron.glif | 12 +- .../glyphs/H_.glif | 36 +- .../glyphs/H_bar.glif | 36 +- .../glyphs/H_brevebelow.glif | 14 +- .../glyphs/H_circumflex.glif | 14 +- .../glyphs/H_dotbelow.glif | 14 +- .../glyphs/I_.glif | 20 +- .../glyphs/I_.uc.glif | 14 +- .../glyphs/I_J_.glif | 20 +- .../glyphs/I_J__acutecomb.glif | 22 +- .../glyphs/I_acute.glif | 14 +- .../glyphs/I_breve.glif | 14 +- .../glyphs/I_caron.glif | 14 +- .../glyphs/I_circumflex.glif | 14 +- .../glyphs/I_dblgrave.glif | 14 +- .../glyphs/I_dieresis.glif | 14 +- .../glyphs/I_dieresisacute.glif | 16 +- .../glyphs/I_dotaccent.glif | 14 +- .../glyphs/I_dotbelow.glif | 14 +- .../glyphs/I_grave.glif | 14 +- .../glyphs/I_hookabove.glif | 14 +- .../glyphs/I_invertedbreve.glif | 14 +- .../glyphs/I_macron.glif | 14 +- .../glyphs/I_ogonek.glif | 12 +- .../glyphs/I_tilde.glif | 14 +- .../glyphs/J_.glif | 42 +- .../glyphs/J_circumflex.glif | 12 +- .../glyphs/K_.glif | 62 +- .../glyphs/K_commaaccent.glif | 10 +- .../glyphs/L_.glif | 26 +- .../glyphs/L_J_.glif | 22 +- .../glyphs/L_acute.glif | 16 +- .../glyphs/L_caron.glif | 16 +- .../glyphs/L_commaaccent.glif | 16 +- .../glyphs/L_dot.glif | 21 +- .../glyphs/L_dotbelow.glif | 16 +- .../glyphs/L_j.glif | 22 +- .../glyphs/L_linebelow.glif | 16 +- .../glyphs/L_slash.glif | 26 +- .../glyphs/M_.glif | 48 +- .../glyphs/M_dotaccent.glif | 12 +- .../glyphs/M_dotbelow.glif | 12 +- .../glyphs/N_.glif | 42 +- .../glyphs/N_J_.glif | 18 +- .../glyphs/N_acute.glif | 12 +- .../glyphs/N_caron.glif | 12 +- .../glyphs/N_commaaccent.glif | 10 +- .../glyphs/N_dotaccent.glif | 12 +- .../glyphs/N_dotbelow.glif | 12 +- .../glyphs/N_j.glif | 18 +- .../glyphs/N_linebelow.glif | 12 +- .../glyphs/N_tilde.glif | 12 +- .../glyphs/O_.glif | 64 +- .../glyphs/O_E_.glif | 86 +- .../glyphs/O_acute.glif | 18 +- .../glyphs/O_breve.glif | 18 +- .../glyphs/O_caron.glif | 18 +- .../glyphs/O_circumflex.glif | 18 +- .../glyphs/O_circumflexacute.glif | 20 +- .../glyphs/O_circumflexdotbelow.glif | 20 +- .../glyphs/O_circumflexgrave.glif | 20 +- .../glyphs/O_circumflexhookabove.glif | 20 +- .../glyphs/O_circumflextilde.glif | 20 +- .../glyphs/O_dblgrave.glif | 18 +- .../glyphs/O_dieresis.glif | 18 +- .../glyphs/O_dieresismacron.glif | 20 +- .../glyphs/O_dotaccentmacron.glif | 20 +- .../glyphs/O_dotbelow.glif | 18 +- .../glyphs/O_grave.glif | 18 +- .../glyphs/O_hm.glif | 80 +- .../glyphs/O_hookabove.glif | 18 +- .../glyphs/O_horn.glif | 18 +- .../glyphs/O_hornacute.glif | 18 +- .../glyphs/O_horndotbelow.glif | 18 +- .../glyphs/O_horngrave.glif | 18 +- .../glyphs/O_hornhookabove.glif | 18 +- .../glyphs/O_horntilde.glif | 18 +- .../glyphs/O_hungarumlaut.glif | 18 +- .../glyphs/O_invertedbreve.glif | 18 +- .../glyphs/O_macron.glif | 18 +- .../glyphs/O_macronacute.glif | 20 +- .../glyphs/O_macrongrave.glif | 20 +- .../glyphs/O_mega.glif | 10 +- .../glyphs/O_ogonek.glif | 18 +- .../glyphs/O_slash.glif | 64 +- .../glyphs/O_slashacute.glif | 10 +- .../glyphs/O_tilde.glif | 18 +- .../glyphs/O_tildeacute.glif | 20 +- .../glyphs/O_tildedieresis.glif | 20 +- .../glyphs/O_tildemacron.glif | 20 +- .../glyphs/P_.glif | 68 +- .../glyphs/P_dotaccent.glif | 12 +- .../glyphs/Q_.glif | 50 +- .../glyphs/R_.glif | 102 +- .../glyphs/R_acute.glif | 12 +- .../glyphs/R_caron.glif | 12 +- .../glyphs/R_commaaccent.glif | 10 +- .../glyphs/R_dblgrave.glif | 12 +- .../glyphs/R_dotbelow.glif | 12 +- .../glyphs/R_invertedbreve.glif | 12 +- .../glyphs/R_linebelow.glif | 12 +- .../glyphs/S_.glif | 84 +- .../glyphs/S_acute.glif | 12 +- .../glyphs/S_acutedotaccent.glif | 14 +- .../glyphs/S_caron.glif | 12 +- .../glyphs/S_carondotaccent.glif | 14 +- .../glyphs/S_cedilla.glif | 12 +- .../glyphs/S_chwa.glif | 68 +- .../glyphs/S_circumflex.glif | 12 +- .../glyphs/S_commaaccent.glif | 10 +- .../glyphs/S_dotaccent.glif | 12 +- .../glyphs/S_dotbelow.glif | 12 +- .../glyphs/S_dotbelowdotaccent.glif | 14 +- .../glyphs/T_.glif | 28 +- .../glyphs/T_bar.glif | 24 +- .../glyphs/T_caron.glif | 14 +- .../glyphs/T_cedilla.glif | 14 +- .../glyphs/T_commaaccent.glif | 14 +- .../glyphs/T_dotaccent.glif | 14 +- .../glyphs/T_dotbelow.glif | 14 +- .../glyphs/T_horn.glif | 68 +- .../glyphs/T_linebelow.glif | 14 +- .../glyphs/U_.glif | 50 +- .../glyphs/U_acute.glif | 16 +- .../glyphs/U_breve.glif | 16 +- .../glyphs/U_caron.glif | 16 +- .../glyphs/U_circumflex.glif | 16 +- .../glyphs/U_dblgrave.glif | 16 +- .../glyphs/U_dieresis.glif | 16 +- .../glyphs/U_dieresisacute.glif | 18 +- .../glyphs/U_dieresiscaron.glif | 18 +- .../glyphs/U_dieresisgrave.glif | 18 +- .../glyphs/U_dieresismacron.glif | 18 +- .../glyphs/U_dotbelow.glif | 16 +- .../glyphs/U_grave.glif | 16 +- .../glyphs/U_hookabove.glif | 16 +- .../glyphs/U_horn.glif | 16 +- .../glyphs/U_hornacute.glif | 16 +- .../glyphs/U_horndotbelow.glif | 16 +- .../glyphs/U_horngrave.glif | 16 +- .../glyphs/U_hornhookabove.glif | 16 +- .../glyphs/U_horntilde.glif | 16 +- .../glyphs/U_hungarumlaut.glif | 16 +- .../glyphs/U_invertedbreve.glif | 16 +- .../glyphs/U_macron.glif | 16 +- .../glyphs/U_macrondieresis.glif | 18 +- .../glyphs/U_ogonek.glif | 16 +- .../glyphs/U_ring.glif | 16 +- .../glyphs/U_tilde.glif | 16 +- .../glyphs/U_tildeacute.glif | 18 +- .../glyphs/V_.glif | 28 +- .../glyphs/W_.glif | 54 +- .../glyphs/W_acute.glif | 12 +- .../glyphs/W_circumflex.glif | 12 +- .../glyphs/W_dieresis.glif | 12 +- .../glyphs/W_grave.glif | 12 +- .../glyphs/X_.glif | 50 +- .../glyphs/Y_.glif | 38 +- .../glyphs/Y_acute.glif | 12 +- .../glyphs/Y_circumflex.glif | 12 +- .../glyphs/Y_dieresis.glif | 12 +- .../glyphs/Y_dotaccent.glif | 12 +- .../glyphs/Y_dotbelow.glif | 12 +- .../glyphs/Y_grave.glif | 12 +- .../glyphs/Y_hookabove.glif | 12 +- .../glyphs/Y_macron.glif | 12 +- .../glyphs/Y_tilde.glif | 12 +- .../glyphs/Z_.glif | 36 +- .../glyphs/Z_acute.glif | 12 +- .../glyphs/Z_caron.glif | 12 +- .../glyphs/Z_dotaccent.glif | 14 +- .../glyphs/Z_dotbelow.glif | 14 +- .../glyphs/_notdef.glif | 36 +- .../glyphs/_null.glif | 2 +- .../glyphs/a.glif | 104 +- .../glyphs/a.sc.glif | 49 +- .../glyphs/aacute.glif | 14 +- .../glyphs/aacute.sc.glif | 14 +- .../glyphs/abreve.glif | 14 +- .../glyphs/abreve.sc.glif | 10 +- .../glyphs/abreveacute.glif | 14 +- .../glyphs/abreveacute.sc.glif | 12 +- .../glyphs/abrevedotbelow.glif | 16 +- .../glyphs/abrevedotbelow.sc.glif | 12 +- .../glyphs/abrevegrave.glif | 16 +- .../glyphs/abrevegrave.sc.glif | 10 +- .../glyphs/abrevehookabove.glif | 14 +- .../glyphs/abrevehookabove.sc.glif | 12 +- .../glyphs/abrevetilde.glif | 14 +- .../glyphs/abrevetilde.sc.glif | 12 +- .../glyphs/acaron.glif | 14 +- .../glyphs/acaron.sc.glif | 12 +- .../glyphs/acircumflex.glif | 14 +- .../glyphs/acircumflex.sc.glif | 10 +- .../glyphs/acircumflexacute.glif | 14 +- .../glyphs/acircumflexacute.sc.glif | 10 +- .../glyphs/acircumflexdotbelow.glif | 16 +- .../glyphs/acircumflexdotbelow.sc.glif | 12 +- .../glyphs/acircumflexgrave.glif | 14 +- .../glyphs/acircumflexgrave.sc.glif | 12 +- .../glyphs/acircumflexhookabove.glif | 14 +- .../glyphs/acircumflexhookabove.sc.glif | 12 +- .../glyphs/acircumflextilde.glif | 14 +- .../glyphs/acircumflextilde.sc.glif | 12 +- .../glyphs/acute.glif | 22 +- .../glyphs/acutecomb.case.glif | 20 +- .../glyphs/acutecomb.glif | 22 +- .../glyphs/adblgrave.glif | 14 +- .../glyphs/adblgrave.sc.glif | 14 +- .../glyphs/adieresis.glif | 14 +- .../glyphs/adieresis.sc.glif | 12 +- .../glyphs/adotbelow.glif | 14 +- .../glyphs/adotbelow.sc.glif | 14 +- .../glyphs/ae.glif | 158 +- .../glyphs/ae.sc.glif | 69 +- .../glyphs/aeacute.glif | 10 +- .../glyphs/aeacute.sc.glif | 12 +- .../glyphs/agrave.glif | 14 +- .../glyphs/agrave.sc.glif | 12 +- .../glyphs/ahookabove.glif | 14 +- .../glyphs/ahookabove.sc.glif | 14 +- .../glyphs/ainvertedbreve.glif | 14 +- .../glyphs/ainvertedbreve.sc.glif | 10 +- .../glyphs/amacron.glif | 14 +- .../glyphs/amacron.sc.glif | 12 +- .../glyphs/ampersand.glif | 174 +- .../glyphs/aogonek.glif | 14 +- .../glyphs/aogonek.sc.glif | 14 +- .../glyphs/apostrophemod.glif | 34 +- .../glyphs/approxequal.glif | 13 +- .../glyphs/aring.glif | 14 +- .../glyphs/aring.sc.glif | 10 +- .../glyphs/aringacute.glif | 16 +- .../glyphs/aringacute.sc.glif | 14 +- .../glyphs/asciicircum.glif | 20 +- .../glyphs/asciitilde.glif | 44 +- .../glyphs/asterisk.glif | 80 +- .../glyphs/at.case.glif | 8 +- .../glyphs/at.glif | 146 +- .../glyphs/atilde.glif | 14 +- .../glyphs/atilde.sc.glif | 12 +- .../glyphs/b.glif | 76 +- .../glyphs/b.sc.glif | 115 +- .../glyphs/backslash.case.glif | 10 +- .../glyphs/backslash.glif | 10 +- .../glyphs/bar.glif | 12 +- .../glyphs/bdotaccent.glif | 12 +- .../glyphs/bdotaccent.sc.glif | 12 +- .../glyphs/bitcoin.glif | 46 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 84 +- .../glyphs/braceleft.glif | 84 +- .../glyphs/braceright.case.glif | 10 +- .../glyphs/braceright.glif | 10 +- .../glyphs/bracketleft.case.glif | 36 +- .../glyphs/bracketleft.glif | 36 +- .../glyphs/bracketright.case.glif | 10 +- .../glyphs/bracketright.glif | 10 +- .../glyphs/breve.case.glif | 34 +- .../glyphs/breve.glif | 32 +- .../glyphs/brevebelowcomb.case.glif | 32 +- .../glyphs/brevebelowcomb.glif | 32 +- .../glyphs/brevecomb.case.glif | 32 +- .../glyphs/brevecomb.glif | 32 +- .../glyphs/brevecomb_acutecomb.case.glif | 48 +- .../glyphs/brevecomb_acutecomb.glif | 48 +- .../glyphs/brevecomb_gravecomb.case.glif | 48 +- .../glyphs/brevecomb_gravecomb.glif | 44 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 84 +- .../glyphs/brevecomb_hookabovecomb.glif | 82 +- .../glyphs/brevecomb_tildecomb.case.glif | 72 +- .../glyphs/brevecomb_tildecomb.glif | 70 +- .../glyphs/breveinvertedcomb.case.glif | 30 +- .../glyphs/breveinvertedcomb.glif | 30 +- .../glyphs/brokenbar.glif | 20 +- .../glyphs/bullet.case.glif | 28 +- .../glyphs/bullet.glif | 28 +- .../glyphs/bulletoperator.glif | 28 +- .../glyphs/c.glif | 62 +- .../glyphs/c.sc.glif | 71 +- .../glyphs/cacute.glif | 12 +- .../glyphs/cacute.sc.glif | 12 +- .../glyphs/caron.glif | 20 +- .../glyphs/caroncomb.alt.glif | 16 +- .../glyphs/caroncomb.case.glif | 18 +- .../glyphs/caroncomb.glif | 18 +- .../glyphs/ccaron.glif | 12 +- .../glyphs/ccaron.sc.glif | 12 +- .../glyphs/ccedilla.glif | 10 +- .../glyphs/ccedilla.sc.glif | 12 +- .../glyphs/ccedillaacute.glif | 12 +- .../glyphs/ccedillaacute.sc.glif | 14 +- .../glyphs/ccircumflex.glif | 12 +- .../glyphs/ccircumflex.sc.glif | 12 +- .../glyphs/cdotaccent.glif | 12 +- .../glyphs/cdotaccent.sc.glif | 12 +- .../glyphs/cedi.glif | 84 +- .../glyphs/cedilla.glif | 48 +- .../glyphs/cedillacomb.case.glif | 10 +- .../glyphs/cedillacomb.glif | 46 +- .../glyphs/cent.glif | 32 +- .../glyphs/circumflex.glif | 20 +- .../glyphs/circumflexcomb.case.glif | 18 +- .../glyphs/circumflexcomb.glif | 16 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 36 +- .../glyphs/circumflexcomb_acutecomb.glif | 32 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 36 +- .../glyphs/circumflexcomb_gravecomb.glif | 34 +- .../circumflexcomb_hookabovecomb.case.glif | 70 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 70 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 60 +- .../glyphs/circumflexcomb_tildecomb.glif | 58 +- .../glyphs/colon.glif | 11 +- .../glyphs/colonsign.glif | 112 +- .../glyphs/comma.glif | 36 +- .../glyphs/commaaccentcomb.case.glif | 42 +- .../glyphs/commaaccentcomb.glif | 42 +- .../glyphs/commaturnedabovecomb.case.glif | 6 +- .../glyphs/commaturnedabovecomb.glif | 32 +- .../glyphs/commaturnedmod.glif | 32 +- .../glyphs/commercialM_inusS_ign.glif | 8 +- .../glyphs/copyright.glif | 104 +- .../glyphs/currency.glif | 84 +- .../glyphs/d.glif | 82 +- .../glyphs/d.sc.glif | 81 +- .../glyphs/dagger.glif | 28 +- .../glyphs/daggerdbl.glif | 44 +- .../glyphs/dblgravecomb.case.glif | 36 +- .../glyphs/dblgravecomb.glif | 38 +- .../glyphs/dcaron.glif | 18 +- .../glyphs/dcaron.sc.glif | 10 +- .../glyphs/dcroat.glif | 26 +- .../glyphs/dcroat.sc.glif | 89 +- .../glyphs/ddotaccent.glif | 16 +- .../glyphs/ddotaccent.sc.glif | 10 +- .../glyphs/ddotbelow.glif | 16 +- .../glyphs/ddotbelow.sc.glif | 10 +- .../glyphs/degree.glif | 52 +- .../glyphs/delta.sc.glif | 4 +- .../glyphs/dieresis.glif | 54 +- .../glyphs/dieresisbelowcomb.case.glif | 10 +- .../glyphs/dieresisbelowcomb.glif | 56 +- .../glyphs/dieresiscomb.case.glif | 52 +- .../glyphs/dieresiscomb.glif | 52 +- .../glyphs/divide.glif | 60 +- .../glyphs/divisionslash.glif | 10 +- .../glyphs/dlinebelow.glif | 16 +- .../glyphs/dlinebelow.sc.glif | 10 +- .../glyphs/dollar.glif | 32 +- .../glyphs/dong.glif | 86 +- .../glyphs/dotaccent.glif | 30 +- .../glyphs/dotaccentcomb.case.glif | 30 +- .../glyphs/dotaccentcomb.glif | 30 +- .../glyphs/dotbelowcomb.case.glif | 30 +- .../glyphs/dotbelowcomb.glif | 30 +- .../glyphs/doubleprimemod.glif | 7 +- .../glyphs/downA_rrow.glif | 4 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 60 +- .../glyphs/dz.glif | 22 +- .../glyphs/dz.sc.glif | 18 +- .../glyphs/dzcaron.glif | 26 +- .../glyphs/dzcaron.sc.glif | 18 +- .../glyphs/e.glif | 72 +- .../glyphs/e.sc.glif | 45 +- .../glyphs/eacute.glif | 12 +- .../glyphs/eacute.sc.glif | 12 +- .../glyphs/ebreve.glif | 12 +- .../glyphs/ebreve.sc.glif | 10 +- .../glyphs/ecaron.glif | 12 +- .../glyphs/ecaron.sc.glif | 12 +- .../glyphs/ecedillabreve.glif | 14 +- .../glyphs/ecedillabreve.sc.glif | 12 +- .../glyphs/ecircumflex.glif | 12 +- .../glyphs/ecircumflex.sc.glif | 10 +- .../glyphs/ecircumflexacute.glif | 12 +- .../glyphs/ecircumflexacute.sc.glif | 10 +- .../glyphs/ecircumflexdotbelow.glif | 14 +- .../glyphs/ecircumflexdotbelow.sc.glif | 12 +- .../glyphs/ecircumflexgrave.glif | 12 +- .../glyphs/ecircumflexgrave.sc.glif | 12 +- .../glyphs/ecircumflexhookabove.glif | 12 +- .../glyphs/ecircumflexhookabove.sc.glif | 12 +- .../glyphs/ecircumflextilde.glif | 12 +- .../glyphs/ecircumflextilde.sc.glif | 12 +- .../glyphs/edblgrave.glif | 12 +- .../glyphs/edblgrave.sc.glif | 14 +- .../glyphs/edieresis.glif | 12 +- .../glyphs/edieresis.sc.glif | 12 +- .../glyphs/edotaccent.glif | 12 +- .../glyphs/edotaccent.sc.glif | 12 +- .../glyphs/edotbelow.glif | 12 +- .../glyphs/edotbelow.sc.glif | 12 +- .../glyphs/egrave.glif | 12 +- .../glyphs/egrave.sc.glif | 12 +- .../glyphs/ehookabove.glif | 12 +- .../glyphs/ehookabove.sc.glif | 14 +- .../glyphs/eight.dnom.glif | 107 +- .../glyphs/eight.glif | 92 +- .../glyphs/eight.lf.glif | 8 +- .../glyphs/eight.numr.glif | 4 +- .../glyphs/eight.osf.glif | 92 +- .../glyphs/eight.sc.glif | 92 +- .../glyphs/eight.tf.glif | 99 +- .../glyphs/eight.tosf.glif | 95 +- .../glyphs/eightinferior.glif | 4 +- .../glyphs/eightsuperior.glif | 4 +- .../glyphs/einvertedbreve.glif | 12 +- .../glyphs/einvertedbreve.sc.glif | 10 +- .../glyphs/ellipsis.glif | 76 +- .../glyphs/emacron.glif | 12 +- .../glyphs/emacron.sc.glif | 12 +- .../glyphs/emacronacute.glif | 14 +- .../glyphs/emacronacute.sc.glif | 14 +- .../glyphs/emacrongrave.glif | 14 +- .../glyphs/emacrongrave.sc.glif | 14 +- .../glyphs/emdash.case.glif | 11 +- .../glyphs/emdash.glif | 12 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 10 +- .../glyphs/endash.glif | 12 +- .../glyphs/eng.glif | 68 +- .../glyphs/eng.sc.glif | 65 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 10 +- .../glyphs/eogonek.sc.glif | 14 +- .../glyphs/equal.glif | 20 +- .../glyphs/estimated.glif | 66 +- .../glyphs/eth.glif | 122 +- .../glyphs/eth.sc.glif | 89 +- .../glyphs/etilde.glif | 12 +- .../glyphs/etilde.sc.glif | 12 +- .../glyphs/euro.glif | 72 +- .../glyphs/exclam.glif | 36 +- .../glyphs/exclamdouble.glif | 13 +- .../glyphs/exclamdown.case.glif | 36 +- .../glyphs/exclamdown.glif | 10 +- .../glyphs/ezh.glif | 54 +- .../glyphs/ezh.sc.glif | 8 +- .../glyphs/ezhcaron.glif | 10 +- .../glyphs/ezhcaron.sc.glif | 10 +- .../glyphs/f.glif | 58 +- .../glyphs/f.sc.glif | 39 +- .../glyphs/f_f.glif | 20 +- .../glyphs/f_f_i.glif | 22 +- .../glyphs/f_f_l.glif | 32 +- .../glyphs/fdotaccent.glif | 12 +- .../glyphs/fdotaccent.sc.glif | 10 +- .../glyphs/fi.glif | 14 +- .../glyphs/figuredash.glif | 12 +- .../glyphs/figurespace.glif | 4 +- .../glyphs/firsttonechinese.glif | 14 +- .../glyphs/five.dnom.glif | 81 +- .../glyphs/five.glif | 66 +- .../glyphs/five.lf.glif | 8 +- .../glyphs/five.numr.glif | 4 +- .../glyphs/five.osf.glif | 66 +- .../glyphs/five.sc.glif | 66 +- .../glyphs/five.tf.glif | 73 +- .../glyphs/five.tosf.glif | 69 +- .../glyphs/fiveeighths.glif | 8 +- .../glyphs/fiveinferior.glif | 4 +- .../glyphs/fivesixths.glif | 8 +- .../glyphs/fivesuperior.glif | 4 +- .../glyphs/fl.glif | 24 +- .../glyphs/florin.glif | 52 +- .../glyphs/four.dnom.glif | 53 +- .../glyphs/four.glif | 40 +- .../glyphs/four.lf.glif | 8 +- .../glyphs/four.numr.glif | 4 +- .../glyphs/four.osf.glif | 40 +- .../glyphs/four.sc.glif | 40 +- .../glyphs/four.tf.glif | 47 +- .../glyphs/four.tosf.glif | 43 +- .../glyphs/fourfifths.glif | 8 +- .../glyphs/fourinferior.glif | 4 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 4 +- .../glyphs/fourthtonechinese.glif | 20 +- .../glyphs/fraction.glif | 8 +- .../glyphs/franc.glif | 40 +- .../glyphs/g.glif | 162 +- .../glyphs/g.sc.glif | 83 +- .../glyphs/gacute.sc.glif | 12 +- .../glyphs/gbreve.glif | 10 +- .../glyphs/gbreve.sc.glif | 12 +- .../glyphs/gcaron.glif | 10 +- .../glyphs/gcaron.sc.glif | 12 +- .../glyphs/gcircumflex.glif | 10 +- .../glyphs/gcircumflex.sc.glif | 12 +- .../glyphs/gcommaaccent.glif | 10 +- .../glyphs/gcommaaccent.sc.glif | 12 +- .../glyphs/gdotaccent.glif | 10 +- .../glyphs/gdotaccent.sc.glif | 12 +- .../glyphs/germandbls.glif | 98 +- .../glyphs/germandbls.sc.glif | 95 +- .../glyphs/gmacron.glif | 10 +- .../glyphs/gmacron.sc.glif | 12 +- .../glyphs/grave.glif | 22 +- .../glyphs/gravecomb.case.glif | 20 +- .../glyphs/gravecomb.glif | 22 +- .../glyphs/greater.glif | 10 +- .../glyphs/greaterequal.glif | 8 +- .../glyphs/guarani.glif | 70 +- .../glyphs/guillemetleft.case.glif | 8 +- .../glyphs/guillemetleft.glif | 36 +- .../glyphs/guillemetright.case.glif | 8 +- .../glyphs/guillemetright.glif | 36 +- .../glyphs/guilsinglleft.case.glif | 20 +- .../glyphs/guilsinglleft.glif | 20 +- .../glyphs/guilsinglright.case.glif | 10 +- .../glyphs/guilsinglright.glif | 8 +- .../glyphs/h.glif | 56 +- .../glyphs/h.sc.glif | 47 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 24 +- .../glyphs/hbar.sc.glif | 47 +- .../glyphs/hbrevebelow.glif | 14 +- .../glyphs/hbrevebelow.sc.glif | 14 +- .../glyphs/hcircumflex.glif | 14 +- .../glyphs/hcircumflex.sc.glif | 14 +- .../glyphs/hdotbelow.glif | 14 +- .../glyphs/hdotbelow.sc.glif | 14 +- .../glyphs/hookabovecomb.case.glif | 54 +- .../glyphs/hookabovecomb.glif | 54 +- .../glyphs/horizontalbar.glif | 8 +- .../glyphs/horncomb.case.glif | 10 +- .../glyphs/horncomb.glif | 34 +- .../glyphs/hryvnia.glif | 100 +- .../glyphs/hungarumlaut.glif | 30 +- .../glyphs/hungarumlautcomb.case.glif | 40 +- .../glyphs/hungarumlautcomb.glif | 38 +- .../glyphs/hyphen.case.glif | 8 +- .../glyphs/hyphen.glif | 10 +- .../glyphs/hyphentwo.glif | 6 +- .../glyphs/i.cy.glif | 14 +- .../glyphs/i.dot.glif | 14 +- .../glyphs/i.dot.sc.glif | 14 +- .../glyphs/i.glif | 16 +- .../glyphs/i.sc.glif | 31 +- .../glyphs/i.uc.sc.glif | 12 +- .../glyphs/iacute.glif | 14 +- .../glyphs/iacute.sc.glif | 14 +- .../glyphs/ibreve.glif | 14 +- .../glyphs/ibreve.sc.glif | 14 +- .../glyphs/icaron.glif | 14 +- .../glyphs/icaron.sc.glif | 14 +- .../glyphs/icircumflex.glif | 14 +- .../glyphs/icircumflex.sc.glif | 14 +- .../glyphs/idblgrave.glif | 14 +- .../glyphs/idblgrave.sc.glif | 14 +- .../glyphs/idieresis.glif | 14 +- .../glyphs/idieresis.sc.glif | 14 +- .../glyphs/idieresisacute.glif | 16 +- .../glyphs/idieresisacute.sc.glif | 16 +- .../glyphs/idotaccent.glif | 14 +- .../glyphs/idotaccent.sc.glif | 14 +- .../glyphs/idotbelow.glif | 6 +- .../glyphs/idotbelow.sc.glif | 14 +- .../glyphs/idotless.glif | 20 +- .../glyphs/idotless.sc.glif | 12 +- .../glyphs/igrave.glif | 14 +- .../glyphs/igrave.sc.glif | 14 +- .../glyphs/ihookabove.glif | 14 +- .../glyphs/ihookabove.sc.glif | 14 +- .../glyphs/iinvertedbreve.glif | 14 +- .../glyphs/iinvertedbreve.sc.glif | 14 +- .../glyphs/ij.glif | 10 +- .../glyphs/ij.sc.glif | 20 +- .../glyphs/ij_acutecomb.glif | 20 +- .../glyphs/ij_acutecomb.sc.glif | 18 +- .../glyphs/imacron.glif | 14 +- .../glyphs/imacron.sc.glif | 14 +- .../glyphs/increment.glif | 22 +- .../glyphs/infinity.glif | 108 +- .../glyphs/integral.glif | 68 +- .../glyphs/iogonek.glif | 16 +- .../glyphs/iogonek.sc.glif | 14 +- .../glyphs/itilde.glif | 14 +- .../glyphs/itilde.sc.glif | 14 +- .../glyphs/j.glif | 10 +- .../glyphs/j.sc.glif | 53 +- .../glyphs/jcircumflex.glif | 10 +- .../glyphs/jcircumflex.sc.glif | 12 +- .../glyphs/jdotless.glif | 40 +- .../glyphs/jdotless.sc.glif | 10 +- .../glyphs/k.glif | 38 +- .../glyphs/k.sc.glif | 73 +- .../glyphs/kcommaaccent.glif | 10 +- .../glyphs/kcommaaccent.sc.glif | 10 +- .../glyphs/kgreenlandic.glif | 40 +- .../glyphs/kgreenlandic.sc.glif | 10 +- .../glyphs/kip.glif | 40 +- .../glyphs/l.glif | 22 +- .../glyphs/l.sc.glif | 37 +- .../glyphs/lacute.glif | 16 +- .../glyphs/lacute.sc.glif | 16 +- .../glyphs/lcaron.glif | 16 +- .../glyphs/lcaron.sc.glif | 16 +- .../glyphs/lcommaaccent.glif | 16 +- .../glyphs/lcommaaccent.sc.glif | 16 +- .../glyphs/ldot.glif | 21 +- .../glyphs/ldot.sc.glif | 17 +- .../glyphs/ldotbelow.glif | 16 +- .../glyphs/ldotbelow.sc.glif | 16 +- .../glyphs/leftA_rrow.glif | 4 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 4 +- .../glyphs/less.glif | 20 +- .../glyphs/lessequal.glif | 28 +- .../glyphs/lira.glif | 132 +- .../glyphs/liraT_urkish.glif | 58 +- .../glyphs/literS_ign.glif | 72 +- .../glyphs/lj.glif | 20 +- .../glyphs/lj.sc.glif | 22 +- .../glyphs/llinebelow.glif | 16 +- .../glyphs/llinebelow.sc.glif | 16 +- .../glyphs/logicalnot.glif | 16 +- .../glyphs/lozenge.glif | 36 +- .../glyphs/lslash.glif | 26 +- .../glyphs/lslash.sc.glif | 39 +- .../glyphs/m.glif | 82 +- .../glyphs/m.sc.glif | 59 +- .../glyphs/macron.glif | 14 +- .../glyphs/macronbelowcomb.case.glif | 12 +- .../glyphs/macronbelowcomb.glif | 12 +- .../glyphs/macroncomb.case.glif | 12 +- .../glyphs/macroncomb.glif | 14 +- .../glyphs/manat.glif | 32 +- .../glyphs/mdotaccent.glif | 12 +- .../glyphs/mdotaccent.sc.glif | 12 +- .../glyphs/mdotbelow.glif | 12 +- .../glyphs/mdotbelow.sc.glif | 10 +- .../glyphs/micro.glif | 72 +- .../glyphs/minus.glif | 12 +- .../glyphs/minute.glif | 12 +- .../glyphs/mu.glif | 8 +- .../glyphs/mu.sc.glif | 10 +- .../glyphs/multiply.glif | 28 +- .../glyphs/n.glif | 50 +- .../glyphs/n.sc.glif | 53 +- .../glyphs/nacute.glif | 12 +- .../glyphs/nacute.sc.glif | 12 +- .../glyphs/naira.glif | 14 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 12 +- .../glyphs/ncaron.sc.glif | 12 +- .../glyphs/ncommaaccent.glif | 10 +- .../glyphs/ncommaaccent.sc.glif | 12 +- .../glyphs/ndotaccent.glif | 12 +- .../glyphs/ndotaccent.sc.glif | 12 +- .../glyphs/ndotbelow.glif | 12 +- .../glyphs/ndotbelow.sc.glif | 12 +- .../glyphs/nine.dnom.glif | 83 +- .../glyphs/nine.glif | 68 +- .../glyphs/nine.lf.glif | 8 +- .../glyphs/nine.numr.glif | 4 +- .../glyphs/nine.osf.glif | 68 +- .../glyphs/nine.sc.glif | 68 +- .../glyphs/nine.tf.glif | 75 +- .../glyphs/nine.tosf.glif | 71 +- .../glyphs/nineinferior.glif | 4 +- .../glyphs/ninesuperior.glif | 4 +- .../glyphs/nj.glif | 16 +- .../glyphs/nj.sc.glif | 18 +- .../glyphs/nlinebelow.glif | 12 +- .../glyphs/nlinebelow.sc.glif | 12 +- .../glyphs/notequal.glif | 32 +- .../glyphs/ntilde.glif | 12 +- .../glyphs/ntilde.sc.glif | 12 +- .../glyphs/numbersign.glif | 36 +- .../glyphs/numero.glif | 92 +- .../glyphs/o.glif | 64 +- .../glyphs/o.sc.glif | 73 +- .../glyphs/oacute.glif | 18 +- .../glyphs/oacute.sc.glif | 16 +- .../glyphs/obreve.glif | 18 +- .../glyphs/obreve.sc.glif | 14 +- .../glyphs/ocaron.glif | 18 +- .../glyphs/ocaron.sc.glif | 16 +- .../glyphs/ocircumflex.glif | 18 +- .../glyphs/ocircumflex.sc.glif | 14 +- .../glyphs/ocircumflexacute.glif | 18 +- .../glyphs/ocircumflexacute.sc.glif | 14 +- .../glyphs/ocircumflexdotbelow.glif | 20 +- .../glyphs/ocircumflexdotbelow.sc.glif | 16 +- .../glyphs/ocircumflexgrave.glif | 18 +- .../glyphs/ocircumflexgrave.sc.glif | 16 +- .../glyphs/ocircumflexhookabove.glif | 18 +- .../glyphs/ocircumflexhookabove.sc.glif | 16 +- .../glyphs/ocircumflextilde.glif | 18 +- .../glyphs/ocircumflextilde.sc.glif | 16 +- .../glyphs/odblgrave.glif | 18 +- .../glyphs/odblgrave.sc.glif | 18 +- .../glyphs/odieresis.glif | 18 +- .../glyphs/odieresis.sc.glif | 16 +- .../glyphs/odieresismacron.glif | 20 +- .../glyphs/odieresismacron.sc.glif | 18 +- .../glyphs/odotaccentmacron.glif | 20 +- .../glyphs/odotaccentmacron.sc.glif | 18 +- .../glyphs/odotbelow.glif | 18 +- .../glyphs/odotbelow.sc.glif | 16 +- .../glyphs/oe.glif | 118 +- .../glyphs/oe.sc.glif | 97 +- .../glyphs/ogonek.glif | 44 +- .../glyphs/ogonekcomb.case.glif | 44 +- .../glyphs/ogonekcomb.glif | 42 +- .../glyphs/ograve.glif | 18 +- .../glyphs/ograve.sc.glif | 16 +- .../glyphs/ohookabove.glif | 18 +- .../glyphs/ohookabove.sc.glif | 14 +- .../glyphs/ohorn.glif | 18 +- .../glyphs/ohorn.sc.glif | 84 +- .../glyphs/ohornacute.glif | 18 +- .../glyphs/ohornacute.sc.glif | 10 +- .../glyphs/ohorndotbelow.glif | 18 +- .../glyphs/ohorndotbelow.sc.glif | 10 +- .../glyphs/ohorngrave.glif | 18 +- .../glyphs/ohorngrave.sc.glif | 10 +- .../glyphs/ohornhookabove.glif | 18 +- .../glyphs/ohornhookabove.sc.glif | 8 +- .../glyphs/ohorntilde.glif | 18 +- .../glyphs/ohorntilde.sc.glif | 10 +- .../glyphs/ohungarumlaut.glif | 18 +- .../glyphs/ohungarumlaut.sc.glif | 18 +- .../glyphs/oinvertedbreve.glif | 18 +- .../glyphs/oinvertedbreve.sc.glif | 14 +- .../glyphs/omacron.glif | 18 +- .../glyphs/omacron.sc.glif | 16 +- .../glyphs/omacronacute.glif | 20 +- .../glyphs/omacronacute.sc.glif | 18 +- .../glyphs/omacrongrave.glif | 20 +- .../glyphs/omacrongrave.sc.glif | 18 +- .../glyphs/omega.sc.glif | 6 +- .../glyphs/one.dnom.glif | 43 +- .../glyphs/one.glif | 26 +- .../glyphs/one.lf.glif | 8 +- .../glyphs/one.numr.glif | 4 +- .../glyphs/one.osf.glif | 26 +- .../glyphs/one.sc.glif | 26 +- .../glyphs/one.tf.glif | 36 +- .../glyphs/one.tosf.glif | 41 +- .../glyphs/oneeighth.glif | 8 +- .../glyphs/onefifth.glif | 8 +- .../glyphs/onehalf.glif | 8 +- .../glyphs/oneinferior.glif | 4 +- .../glyphs/oneninth.glif | 8 +- .../glyphs/onequarter.glif | 8 +- .../glyphs/oneseventh.glif | 8 +- .../glyphs/onesixth.glif | 8 +- .../glyphs/onesuperior.glif | 4 +- .../glyphs/onetenth.glif | 10 +- .../glyphs/onethird.glif | 8 +- .../glyphs/oogonek.glif | 18 +- .../glyphs/oogonek.sc.glif | 18 +- .../glyphs/ordfeminine.glif | 104 +- .../glyphs/ordmasculine.glif | 52 +- .../glyphs/oslash.glif | 56 +- .../glyphs/oslash.sc.glif | 75 +- .../glyphs/oslashacute.glif | 6 +- .../glyphs/oslashacute.sc.glif | 10 +- .../glyphs/otilde.glif | 18 +- .../glyphs/otilde.sc.glif | 16 +- .../glyphs/otildeacute.glif | 20 +- .../glyphs/otildeacute.sc.glif | 18 +- .../glyphs/otildedieresis.glif | 20 +- .../glyphs/otildedieresis.sc.glif | 18 +- .../glyphs/otildemacron.glif | 20 +- .../glyphs/otildemacron.sc.glif | 18 +- .../glyphs/p.glif | 80 +- .../glyphs/p.sc.glif | 79 +- .../glyphs/paragraph.glif | 34 +- .../glyphs/parenleft.case.glif | 32 +- .../glyphs/parenleft.glif | 32 +- .../glyphs/parenright.case.glif | 10 +- .../glyphs/parenright.glif | 10 +- .../glyphs/partialdiff.glif | 88 +- .../glyphs/pdotaccent.glif | 12 +- .../glyphs/pdotaccent.sc.glif | 12 +- .../glyphs/percent.glif | 108 +- .../glyphs/period.glif | 28 +- .../glyphs/periodcentered.case.glif | 8 +- .../glyphs/periodcentered.glif | 10 +- .../periodcentered.loclC_A_T_.case.glif | 8 +- .../glyphs/periodcentered.loclC_A_T_.glif | 8 +- .../glyphs/perthousand.glif | 56 +- .../glyphs/peseta.glif | 82 +- .../glyphs/peso.glif | 126 +- .../glyphs/pi.glif | 104 +- .../glyphs/pi.sc.glif | 36 +- .../glyphs/plus.glif | 44 +- .../glyphs/plusminus.glif | 16 +- .../glyphs/primemod.glif | 6 +- .../glyphs/product.glif | 36 +- .../glyphs/punctuationspace.glif | 4 +- .../glyphs/q.glif | 76 +- .../glyphs/q.sc.glif | 99 +- .../glyphs/question.glif | 80 +- .../glyphs/questiondown.case.glif | 80 +- .../glyphs/questiondown.glif | 80 +- .../glyphs/quotedbl.glif | 11 +- .../glyphs/quotedblbase.glif | 13 +- .../glyphs/quotedblleft.glif | 11 +- .../glyphs/quotedblright.glif | 11 +- .../glyphs/quoteleft.glif | 36 +- .../glyphs/quotereversed.glif | 36 +- .../glyphs/quoteright.glif | 36 +- .../glyphs/quotesinglbase.glif | 10 +- .../glyphs/quotesingle.glif | 12 +- .../glyphs/r.glif | 50 +- .../glyphs/r.sc.glif | 113 +- .../glyphs/racute.glif | 12 +- .../glyphs/racute.sc.glif | 12 +- .../glyphs/radical.glif | 26 +- .../glyphs/rcaron.glif | 12 +- .../glyphs/rcaron.sc.glif | 12 +- .../glyphs/rcommaaccent.glif | 10 +- .../glyphs/rcommaaccent.sc.glif | 10 +- .../glyphs/rdblgrave.glif | 12 +- .../glyphs/rdblgrave.sc.glif | 12 +- .../glyphs/rdotbelow.glif | 12 +- .../glyphs/rdotbelow.sc.glif | 12 +- .../glyphs/registered.glif | 140 +- .../glyphs/rightA_rrow.glif | 4 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 4 +- .../glyphs/ring.glif | 54 +- .../glyphs/ringcomb.case.glif | 54 +- .../glyphs/ringcomb.glif | 50 +- .../glyphs/ringhalfleft.glif | 30 +- .../glyphs/ringhalfright.glif | 30 +- .../glyphs/rinvertedbreve.glif | 12 +- .../glyphs/rinvertedbreve.sc.glif | 12 +- .../glyphs/rlinebelow.glif | 12 +- .../glyphs/rlinebelow.sc.glif | 12 +- .../glyphs/ruble.glif | 74 +- .../glyphs/rupeeI_ndian.glif | 78 +- .../glyphs/s.glif | 86 +- .../glyphs/s.sc.glif | 97 +- .../glyphs/sacute.glif | 12 +- .../glyphs/sacute.sc.glif | 12 +- .../glyphs/sacutedotaccent.glif | 14 +- .../glyphs/sacutedotaccent.sc.glif | 14 +- .../glyphs/scaron.glif | 12 +- .../glyphs/scaron.sc.glif | 12 +- .../glyphs/scarondotaccent.glif | 14 +- .../glyphs/scarondotaccent.sc.glif | 14 +- .../glyphs/scedilla.glif | 12 +- .../glyphs/scedilla.sc.glif | 12 +- .../glyphs/schwa.glif | 72 +- .../glyphs/schwa.sc.glif | 77 +- .../glyphs/scircumflex.glif | 12 +- .../glyphs/scircumflex.sc.glif | 12 +- .../glyphs/scommaaccent.glif | 10 +- .../glyphs/scommaaccent.sc.glif | 10 +- .../glyphs/sdotaccent.glif | 12 +- .../glyphs/sdotaccent.sc.glif | 12 +- .../glyphs/sdotbelow.glif | 12 +- .../glyphs/sdotbelow.sc.glif | 12 +- .../glyphs/sdotbelowdotaccent.glif | 14 +- .../glyphs/sdotbelowdotaccent.sc.glif | 14 +- .../glyphs/second.glif | 11 +- .../glyphs/secondtonechinese.glif | 20 +- .../glyphs/section.glif | 108 +- .../glyphs/semicolon.glif | 13 +- .../glyphs/seven.dnom.glif | 37 +- .../glyphs/seven.glif | 22 +- .../glyphs/seven.lf.glif | 8 +- .../glyphs/seven.numr.glif | 4 +- .../glyphs/seven.osf.glif | 22 +- .../glyphs/seven.sc.glif | 22 +- .../glyphs/seven.tf.glif | 29 +- .../glyphs/seven.tosf.glif | 25 +- .../glyphs/seveneighths.glif | 8 +- .../glyphs/seveninferior.glif | 4 +- .../glyphs/sevensuperior.glif | 4 +- .../glyphs/sheqel.glif | 60 +- .../glyphs/six.dnom.glif | 83 +- .../glyphs/six.glif | 68 +- .../glyphs/six.lf.glif | 8 +- .../glyphs/six.numr.glif | 4 +- .../glyphs/six.osf.glif | 68 +- .../glyphs/six.sc.glif | 68 +- .../glyphs/six.tf.glif | 75 +- .../glyphs/six.tosf.glif | 71 +- .../glyphs/sixinferior.glif | 4 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 4 +- .../glyphs/slash.case.glif | 12 +- .../glyphs/slash.glif | 12 +- .../glyphs/slashlongcomb.glif | 10 +- .../glyphs/slashshortcomb.glif | 12 +- .../glyphs/softhyphen.case.glif | 6 +- .../glyphs/softhyphen.glif | 6 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 110 +- .../glyphs/strokelongcomb.glif | 10 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 32 +- .../glyphs/t.glif | 70 +- .../glyphs/t.sc.glif | 39 +- .../glyphs/tbar.glif | 26 +- .../glyphs/tbar.sc.glif | 43 +- .../glyphs/tcaron.glif | 16 +- .../glyphs/tcaron.sc.glif | 14 +- .../glyphs/tcedilla.glif | 16 +- .../glyphs/tcedilla.sc.glif | 14 +- .../glyphs/tcommaaccent.glif | 14 +- .../glyphs/tcommaaccent.sc.glif | 14 +- .../glyphs/tdieresis.glif | 16 +- .../glyphs/tdieresis.sc.glif | 14 +- .../glyphs/tdotaccent.glif | 16 +- .../glyphs/tdotaccent.sc.glif | 14 +- .../glyphs/tdotbelow.glif | 16 +- .../glyphs/tdotbelow.sc.glif | 14 +- .../glyphs/tenge.glif | 32 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 24 +- .../glyphs/thorn.sc.glif | 79 +- .../glyphs/three.dnom.glif | 107 +- .../glyphs/three.glif | 92 +- .../glyphs/three.lf.glif | 8 +- .../glyphs/three.numr.glif | 4 +- .../glyphs/three.osf.glif | 92 +- .../glyphs/three.sc.glif | 92 +- .../glyphs/three.tf.glif | 99 +- .../glyphs/three.tosf.glif | 95 +- .../glyphs/threeeighths.glif | 8 +- .../glyphs/threeinferior.glif | 4 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 8 +- .../glyphs/threesuperior.glif | 4 +- .../glyphs/tilde.case.glif | 46 +- .../glyphs/tilde.glif | 44 +- .../glyphs/tildecomb.case.glif | 46 +- .../glyphs/tildecomb.glif | 44 +- .../glyphs/tlinebelow.glif | 16 +- .../glyphs/tlinebelow.sc.glif | 14 +- .../glyphs/trademark.glif | 64 +- .../glyphs/tugrik.glif | 32 +- .../glyphs/two.dnom.glif | 65 +- .../glyphs/two.glif | 50 +- .../glyphs/two.lf.glif | 8 +- .../glyphs/two.numr.glif | 4 +- .../glyphs/two.osf.glif | 52 +- .../glyphs/two.sc.glif | 50 +- .../glyphs/two.tf.glif | 57 +- .../glyphs/two.tosf.glif | 55 +- .../glyphs/twofifths.glif | 8 +- .../glyphs/twoinferior.glif | 4 +- .../glyphs/twosuperior.glif | 4 +- .../glyphs/twothirds.glif | 8 +- .../glyphs/u.glif | 62 +- .../glyphs/u.sc.glif | 61 +- .../glyphs/uacute.glif | 16 +- .../glyphs/uacute.sc.glif | 16 +- .../glyphs/ubreve.glif | 16 +- .../glyphs/ubreve.sc.glif | 16 +- .../glyphs/ucaron.glif | 16 +- .../glyphs/ucaron.sc.glif | 16 +- .../glyphs/ucircumflex.glif | 16 +- .../glyphs/ucircumflex.sc.glif | 16 +- .../glyphs/udblgrave.glif | 16 +- .../glyphs/udblgrave.sc.glif | 16 +- .../glyphs/udieresis.glif | 16 +- .../glyphs/udieresis.sc.glif | 16 +- .../glyphs/udieresisacute.glif | 18 +- .../glyphs/udieresisacute.sc.glif | 18 +- .../glyphs/udieresiscaron.glif | 18 +- .../glyphs/udieresiscaron.sc.glif | 18 +- .../glyphs/udieresisgrave.glif | 18 +- .../glyphs/udieresisgrave.sc.glif | 18 +- .../glyphs/udieresismacron.glif | 18 +- .../glyphs/udieresismacron.sc.glif | 18 +- .../glyphs/udotbelow.glif | 16 +- .../glyphs/udotbelow.sc.glif | 16 +- .../glyphs/ugrave.glif | 16 +- .../glyphs/ugrave.sc.glif | 16 +- .../glyphs/uhookabove.glif | 16 +- .../glyphs/uhookabove.sc.glif | 16 +- .../glyphs/uhorn.glif | 16 +- .../glyphs/uhorn.sc.glif | 57 +- .../glyphs/uhornacute.glif | 16 +- .../glyphs/uhornacute.sc.glif | 12 +- .../glyphs/uhorndotbelow.glif | 16 +- .../glyphs/uhorndotbelow.sc.glif | 12 +- .../glyphs/uhorngrave.glif | 16 +- .../glyphs/uhorngrave.sc.glif | 12 +- .../glyphs/uhornhookabove.glif | 16 +- .../glyphs/uhornhookabove.sc.glif | 12 +- .../glyphs/uhorntilde.glif | 16 +- .../glyphs/uhorntilde.sc.glif | 12 +- .../glyphs/uhungarumlaut.glif | 16 +- .../glyphs/uhungarumlaut.sc.glif | 16 +- .../glyphs/uinvertedbreve.glif | 16 +- .../glyphs/uinvertedbreve.sc.glif | 16 +- .../glyphs/umacron.glif | 16 +- .../glyphs/umacron.sc.glif | 16 +- .../glyphs/umacrondieresis.glif | 18 +- .../glyphs/umacrondieresis.sc.glif | 18 +- .../glyphs/underscore.glif | 12 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 16 +- .../glyphs/uogonek.sc.glif | 16 +- .../glyphs/upA_rrow.glif | 4 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 16 +- .../glyphs/uring.sc.glif | 16 +- .../glyphs/utilde.glif | 16 +- .../glyphs/utilde.sc.glif | 16 +- .../glyphs/utildeacute.glif | 18 +- .../glyphs/utildeacute.sc.glif | 18 +- .../glyphs/v.glif | 28 +- .../glyphs/v.sc.glif | 39 +- .../glyphs/verticallinelowmod.glif | 10 +- .../glyphs/verticallinemod.glif | 10 +- .../glyphs/w.glif | 54 +- .../glyphs/w.sc.glif | 65 +- .../glyphs/wacute.glif | 12 +- .../glyphs/wacute.sc.glif | 12 +- .../glyphs/wcircumflex.glif | 12 +- .../glyphs/wcircumflex.sc.glif | 12 +- .../glyphs/wdieresis.glif | 12 +- .../glyphs/wdieresis.sc.glif | 12 +- .../glyphs/wgrave.glif | 12 +- .../glyphs/wgrave.sc.glif | 12 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 44 +- .../glyphs/x.glif | 50 +- .../glyphs/x.sc.glif | 61 +- .../glyphs/y.glif | 64 +- .../glyphs/y.sc.glif | 49 +- .../glyphs/yacute.glif | 12 +- .../glyphs/yacute.sc.glif | 12 +- .../glyphs/ycircumflex.glif | 12 +- .../glyphs/ycircumflex.sc.glif | 8 +- .../glyphs/ydieresis.glif | 12 +- .../glyphs/ydieresis.sc.glif | 10 +- .../glyphs/ydotaccent.glif | 12 +- .../glyphs/ydotaccent.sc.glif | 10 +- .../glyphs/ydotbelow.glif | 12 +- .../glyphs/ydotbelow.sc.glif | 10 +- .../glyphs/yen.glif | 52 +- .../glyphs/ygrave.glif | 12 +- .../glyphs/ygrave.sc.glif | 10 +- .../glyphs/yhookabove.glif | 12 +- .../glyphs/yhookabove.sc.glif | 12 +- .../glyphs/ymacron.glif | 12 +- .../glyphs/ymacron.sc.glif | 10 +- .../glyphs/ytilde.glif | 12 +- .../glyphs/ytilde.sc.glif | 10 +- .../glyphs/z.glif | 36 +- .../glyphs/z.sc.glif | 47 +- .../glyphs/zacute.glif | 14 +- .../glyphs/zacute.sc.glif | 12 +- .../glyphs/zcaron.glif | 14 +- .../glyphs/zcaron.sc.glif | 12 +- .../glyphs/zdotaccent.glif | 14 +- .../glyphs/zdotaccent.sc.glif | 12 +- .../glyphs/zdotbelow.glif | 14 +- .../glyphs/zdotbelow.sc.glif | 14 +- .../glyphs/zero.dnom.glif | 67 +- .../glyphs/zero.glif | 52 +- .../glyphs/zero.lf.glif | 8 +- .../glyphs/zero.lf.zero.glif | 8 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 52 +- .../glyphs/zero.osf.zero.glif | 16 +- .../glyphs/zero.sc.glif | 52 +- .../glyphs/zero.tf.glif | 59 +- .../glyphs/zero.tf.zero.glif | 16 +- .../glyphs/zero.tosf.glif | 53 +- .../glyphs/zero.tosf.zero.glif | 8 +- .../glyphs/zero.zero.glif | 16 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../kerning.plist | 23 +- .../layercontents.plist | 4 - .../MerriweatherSans-Regular.ufo/lib.plist | 12 +- .../glyphs/A_.glif | 2 +- .../glyphs/A_E_.glif | 2 +- .../glyphs/A_E_acute.glif | 2 +- .../glyphs/A_acute.glif | 2 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 2 +- .../glyphs/A_brevedotbelow.glif | 2 +- .../glyphs/A_brevegrave.glif | 2 +- .../glyphs/A_brevehookabove.glif | 2 +- .../glyphs/A_brevetilde.glif | 2 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 2 +- .../glyphs/A_circumflexdotbelow.glif | 2 +- .../glyphs/A_circumflexgrave.glif | 2 +- .../glyphs/A_circumflexhookabove.glif | 2 +- .../glyphs/A_circumflextilde.glif | 2 +- .../glyphs/A_dblgrave.glif | 2 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 2 +- .../glyphs/A_grave.glif | 2 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_invertedbreve.glif | 2 +- .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 2 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 2 +- .../glyphs/A_tilde.glif | 2 +- .../glyphs/B_.glif | 2 +- .../glyphs/B_dotaccent.glif | 2 +- .../glyphs/C_.glif | 2 +- .../glyphs/C_R_.glif | 2 +- .../glyphs/C_acute.glif | 2 +- .../glyphs/C_caron.glif | 2 +- .../glyphs/C_cedilla.glif | 2 +- .../glyphs/C_cedillaacute.glif | 2 +- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 2 +- .../glyphs/D_.glif | 2 +- .../glyphs/D_Z_.glif | 2 +- .../glyphs/D_Z_caron.glif | 2 +- .../glyphs/D_caron.glif | 2 +- .../glyphs/D_croat.glif | 2 +- .../glyphs/D_dotaccent.glif | 2 +- .../glyphs/D_dotbelow.glif | 2 +- .../glyphs/D_elta.glif | 2 +- .../glyphs/D_linebelow.glif | 2 +- .../glyphs/D_z.glif | 2 +- .../glyphs/D_zcaron.glif | 2 +- .../glyphs/E_.glif | 2 +- .../glyphs/E_acute.glif | 2 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_cedillabreve.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 2 +- .../glyphs/E_circumflexdotbelow.glif | 2 +- .../glyphs/E_circumflexgrave.glif | 2 +- .../glyphs/E_circumflexhookabove.glif | 2 +- .../glyphs/E_circumflextilde.glif | 2 +- .../glyphs/E_dblgrave.glif | 2 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 2 +- .../glyphs/E_grave.glif | 2 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_invertedbreve.glif | 2 +- .../glyphs/E_macron.glif | 2 +- .../glyphs/E_macronacute.glif | 2 +- .../glyphs/E_macrongrave.glif | 2 +- .../glyphs/E_ng.glif | 2 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_th.glif | 2 +- .../glyphs/E_tilde.glif | 2 +- .../glyphs/E_zh.glif | 2 +- .../glyphs/E_zhcaron.glif | 2 +- .../glyphs/F_.glif | 2 +- .../glyphs/F_dotaccent.glif | 2 +- .../glyphs/G_.glif | 2 +- .../glyphs/G_breve.glif | 2 +- .../glyphs/G_caron.glif | 2 +- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_commaaccent.glif | 2 +- .../glyphs/G_dotaccent.glif | 2 +- .../glyphs/G_ermandbls.glif | 2 +- .../glyphs/G_macron.glif | 2 +- .../glyphs/H_.glif | 2 +- .../glyphs/H_bar.glif | 2 +- .../glyphs/H_brevebelow.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 2 +- .../glyphs/I_.glif | 2 +- .../glyphs/I_.uc.glif | 2 +- .../glyphs/I_J_.glif | 2 +- .../glyphs/I_J__acutecomb.glif | 2 +- .../glyphs/I_acute.glif | 2 +- .../glyphs/I_breve.glif | 2 +- .../glyphs/I_caron.glif | 2 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dblgrave.glif | 2 +- .../glyphs/I_dieresis.glif | 2 +- .../glyphs/I_dieresisacute.glif | 2 +- .../glyphs/I_dotaccent.glif | 2 +- .../glyphs/I_dotbelow.glif | 2 +- .../glyphs/I_grave.glif | 2 +- .../glyphs/I_hookabove.glif | 2 +- .../glyphs/I_invertedbreve.glif | 2 +- .../glyphs/I_macron.glif | 2 +- .../glyphs/I_ogonek.glif | 2 +- .../glyphs/I_tilde.glif | 2 +- .../glyphs/J_.glif | 2 +- .../glyphs/J_circumflex.glif | 2 +- .../glyphs/K_.glif | 2 +- .../glyphs/K_commaaccent.glif | 2 +- .../glyphs/L_.glif | 2 +- .../glyphs/L_J_.glif | 2 +- .../glyphs/L_acute.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 2 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 2 +- .../glyphs/L_j.glif | 2 +- .../glyphs/L_linebelow.glif | 2 +- .../glyphs/L_slash.glif | 2 +- .../glyphs/M_.glif | 2 +- .../glyphs/M_dotaccent.glif | 2 +- .../glyphs/M_dotbelow.glif | 2 +- .../glyphs/N_.glif | 2 +- .../glyphs/N_J_.glif | 2 +- .../glyphs/N_acute.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 2 +- .../glyphs/N_dotaccent.glif | 2 +- .../glyphs/N_dotbelow.glif | 2 +- .../glyphs/N_j.glif | 2 +- .../glyphs/N_linebelow.glif | 2 +- .../glyphs/N_tilde.glif | 2 +- .../glyphs/O_.glif | 2 +- .../glyphs/O_E_.glif | 2 +- .../glyphs/O_acute.glif | 2 +- .../glyphs/O_breve.glif | 2 +- .../glyphs/O_caron.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 2 +- .../glyphs/O_circumflexdotbelow.glif | 2 +- .../glyphs/O_circumflexgrave.glif | 2 +- .../glyphs/O_circumflexhookabove.glif | 2 +- .../glyphs/O_circumflextilde.glif | 2 +- .../glyphs/O_dblgrave.glif | 2 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dieresismacron.glif | 2 +- .../glyphs/O_dotaccentmacron.glif | 2 +- .../glyphs/O_dotbelow.glif | 2 +- .../glyphs/O_grave.glif | 2 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 2 +- .../glyphs/O_horndotbelow.glif | 2 +- .../glyphs/O_horngrave.glif | 2 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 2 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_invertedbreve.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 2 +- .../glyphs/O_macrongrave.glif | 2 +- .../glyphs/O_mega.glif | 2 +- .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_slash.glif | 2 +- .../glyphs/O_slashacute.glif | 2 +- .../glyphs/O_tilde.glif | 2 +- .../glyphs/O_tildeacute.glif | 2 +- .../glyphs/O_tildedieresis.glif | 2 +- .../glyphs/O_tildemacron.glif | 2 +- .../glyphs/P_.glif | 2 +- .../glyphs/P_dotaccent.glif | 2 +- .../glyphs/Q_.glif | 2 +- .../glyphs/R_.glif | 2 +- .../glyphs/R_acute.glif | 2 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 2 +- .../glyphs/R_dblgrave.glif | 2 +- .../glyphs/R_dotbelow.glif | 2 +- .../glyphs/R_invertedbreve.glif | 2 +- .../glyphs/R_linebelow.glif | 2 +- .../glyphs/S_.glif | 2 +- .../glyphs/S_acute.glif | 2 +- .../glyphs/S_acutedotaccent.glif | 2 +- .../glyphs/S_caron.glif | 2 +- .../glyphs/S_carondotaccent.glif | 2 +- .../glyphs/S_cedilla.glif | 2 +- .../glyphs/S_chwa.glif | 2 +- .../glyphs/S_circumflex.glif | 2 +- .../glyphs/S_commaaccent.glif | 2 +- .../glyphs/S_dotaccent.glif | 2 +- .../glyphs/S_dotbelow.glif | 2 +- .../glyphs/S_dotbelowdotaccent.glif | 2 +- .../glyphs/T_.glif | 2 +- .../glyphs/T_bar.glif | 2 +- .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 2 +- .../glyphs/T_commaaccent.glif | 2 +- .../glyphs/T_dotaccent.glif | 2 +- .../glyphs/T_dotbelow.glif | 2 +- .../glyphs/T_horn.glif | 2 +- .../glyphs/T_linebelow.glif | 2 +- .../glyphs/U_.glif | 2 +- .../glyphs/U_acute.glif | 2 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_caron.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dblgrave.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dieresisacute.glif | 2 +- .../glyphs/U_dieresiscaron.glif | 2 +- .../glyphs/U_dieresisgrave.glif | 2 +- .../glyphs/U_dieresismacron.glif | 2 +- .../glyphs/U_dotbelow.glif | 2 +- .../glyphs/U_grave.glif | 2 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_horn.glif | 2 +- .../glyphs/U_hornacute.glif | 2 +- .../glyphs/U_horndotbelow.glif | 2 +- .../glyphs/U_horngrave.glif | 2 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 2 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_invertedbreve.glif | 2 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_macrondieresis.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_ring.glif | 2 +- .../glyphs/U_tilde.glif | 2 +- .../glyphs/U_tildeacute.glif | 2 +- .../glyphs/V_.glif | 2 +- .../glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 2 +- .../glyphs/X_.glif | 2 +- .../glyphs/Y_.glif | 2 +- .../glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotaccent.glif | 2 +- .../glyphs/Y_dotbelow.glif | 2 +- .../glyphs/Y_grave.glif | 2 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 2 +- .../glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_dotbelow.glif | 2 +- .../glyphs/_notdef.glif | 2 +- .../glyphs/_null.glif | 2 +- .../glyphs/a.glif | 2 +- .../glyphs/a.sc.glif | 2 +- .../glyphs/aacute.glif | 2 +- .../glyphs/aacute.sc.glif | 2 +- .../glyphs/abreve.glif | 2 +- .../glyphs/abreve.sc.glif | 2 +- .../glyphs/abreveacute.glif | 2 +- .../glyphs/abreveacute.sc.glif | 2 +- .../glyphs/abrevedotbelow.glif | 2 +- .../glyphs/abrevedotbelow.sc.glif | 2 +- .../glyphs/abrevegrave.glif | 2 +- .../glyphs/abrevegrave.sc.glif | 2 +- .../glyphs/abrevehookabove.glif | 2 +- .../glyphs/abrevehookabove.sc.glif | 2 +- .../glyphs/abrevetilde.glif | 2 +- .../glyphs/abrevetilde.sc.glif | 2 +- .../glyphs/acaron.glif | 2 +- .../glyphs/acaron.sc.glif | 2 +- .../glyphs/acircumflex.glif | 2 +- .../glyphs/acircumflex.sc.glif | 2 +- .../glyphs/acircumflexacute.glif | 2 +- .../glyphs/acircumflexacute.sc.glif | 2 +- .../glyphs/acircumflexdotbelow.glif | 2 +- .../glyphs/acircumflexdotbelow.sc.glif | 2 +- .../glyphs/acircumflexgrave.glif | 2 +- .../glyphs/acircumflexgrave.sc.glif | 2 +- .../glyphs/acircumflexhookabove.glif | 2 +- .../glyphs/acircumflexhookabove.sc.glif | 2 +- .../glyphs/acircumflextilde.glif | 2 +- .../glyphs/acircumflextilde.sc.glif | 2 +- .../glyphs/acute.glif | 2 +- .../glyphs/acutecomb.case.glif | 2 +- .../glyphs/acutecomb.glif | 2 +- .../glyphs/adblgrave.glif | 2 +- .../glyphs/adblgrave.sc.glif | 2 +- .../glyphs/adieresis.glif | 2 +- .../glyphs/adieresis.sc.glif | 2 +- .../glyphs/adotbelow.glif | 2 +- .../glyphs/adotbelow.sc.glif | 2 +- .../glyphs/ae.glif | 2 +- .../glyphs/ae.sc.glif | 2 +- .../glyphs/aeacute.glif | 2 +- .../glyphs/aeacute.sc.glif | 2 +- .../glyphs/agrave.glif | 2 +- .../glyphs/agrave.sc.glif | 2 +- .../glyphs/ahookabove.glif | 2 +- .../glyphs/ahookabove.sc.glif | 2 +- .../glyphs/ainvertedbreve.glif | 2 +- .../glyphs/ainvertedbreve.sc.glif | 2 +- .../glyphs/amacron.glif | 2 +- .../glyphs/amacron.sc.glif | 2 +- .../glyphs/ampersand.glif | 2 +- .../glyphs/aogonek.glif | 2 +- .../glyphs/aogonek.sc.glif | 2 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/approxequal.glif | 2 +- .../glyphs/aring.glif | 2 +- .../glyphs/aring.sc.glif | 2 +- .../glyphs/aringacute.glif | 2 +- .../glyphs/aringacute.sc.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../glyphs/asterisk.glif | 2 +- .../glyphs/at.case.glif | 2 +- .../glyphs/at.glif | 2 +- .../glyphs/atilde.glif | 2 +- .../glyphs/atilde.sc.glif | 2 +- .../glyphs/b.glif | 2 +- .../glyphs/b.sc.glif | 2 +- .../glyphs/backslash.case.glif | 2 +- .../glyphs/backslash.glif | 2 +- .../glyphs/bar.glif | 2 +- .../glyphs/bdotaccent.glif | 2 +- .../glyphs/bdotaccent.sc.glif | 2 +- .../glyphs/bitcoin.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/braceleft.case.glif | 2 +- .../glyphs/braceleft.glif | 2 +- .../glyphs/braceright.case.glif | 2 +- .../glyphs/braceright.glif | 2 +- .../glyphs/bracketleft.case.glif | 2 +- .../glyphs/bracketleft.glif | 2 +- .../glyphs/bracketright.case.glif | 2 +- .../glyphs/bracketright.glif | 2 +- .../glyphs/breve.case.glif | 2 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevebelowcomb.case.glif | 2 +- .../glyphs/brevebelowcomb.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/brevecomb_acutecomb.case.glif | 2 +- .../glyphs/brevecomb_acutecomb.glif | 2 +- .../glyphs/brevecomb_gravecomb.case.glif | 2 +- .../glyphs/brevecomb_gravecomb.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.case.glif | 2 +- .../glyphs/brevecomb_hookabovecomb.glif | 2 +- .../glyphs/brevecomb_tildecomb.case.glif | 2 +- .../glyphs/brevecomb_tildecomb.glif | 2 +- .../glyphs/breveinvertedcomb.case.glif | 2 +- .../glyphs/breveinvertedcomb.glif | 2 +- .../glyphs/brokenbar.glif | 2 +- .../glyphs/bullet.case.glif | 2 +- .../glyphs/bullet.glif | 2 +- .../glyphs/bulletoperator.glif | 2 +- .../glyphs/c.glif | 2 +- .../glyphs/c.sc.glif | 2 +- .../glyphs/cacute.glif | 2 +- .../glyphs/cacute.sc.glif | 2 +- .../glyphs/caron.case.glif | 2 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.alt.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/ccaron.glif | 2 +- .../glyphs/ccaron.sc.glif | 2 +- .../glyphs/ccedilla.glif | 2 +- .../glyphs/ccedilla.sc.glif | 2 +- .../glyphs/ccedillaacute.glif | 2 +- .../glyphs/ccedillaacute.sc.glif | 2 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/ccircumflex.sc.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cdotaccent.sc.glif | 2 +- .../glyphs/cedi.glif | 2 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.case.glif | 2 +- .../glyphs/cedillacomb.glif | 2 +- .../glyphs/cent.glif | 2 +- .../glyphs/circumflex.case.glif | 2 +- .../glyphs/circumflex.glif | 2 +- .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.case.glif | 2 +- .../glyphs/circumflexcomb_acutecomb.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.case.glif | 2 +- .../glyphs/circumflexcomb_gravecomb.glif | 2 +- .../circumflexcomb_hookabovecomb.case.glif | 2 +- .../glyphs/circumflexcomb_hookabovecomb.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.case.glif | 2 +- .../glyphs/circumflexcomb_tildecomb.glif | 2 +- .../glyphs/colon.glif | 2 +- .../glyphs/colonsign.glif | 2 +- .../glyphs/comma.glif | 2 +- .../glyphs/commaaccentcomb.case.glif | 2 +- .../glyphs/commaaccentcomb.glif | 2 +- .../glyphs/commaturnedabovecomb.case.glif | 2 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/commercialM_inusS_ign.glif | 2 +- .../glyphs/copyright.glif | 2 +- .../glyphs/currency.glif | 2 +- .../glyphs/d.glif | 2 +- .../glyphs/d.sc.glif | 2 +- .../glyphs/dagger.glif | 2 +- .../glyphs/daggerdbl.glif | 2 +- .../glyphs/dblgravecomb.case.glif | 2 +- .../glyphs/dblgravecomb.glif | 2 +- .../glyphs/dcaron.glif | 2 +- .../glyphs/dcaron.sc.glif | 2 +- .../glyphs/dcroat.glif | 2 +- .../glyphs/ddotaccent.glif | 2 +- .../glyphs/ddotaccent.sc.glif | 2 +- .../glyphs/ddotbelow.glif | 2 +- .../glyphs/ddotbelow.sc.glif | 2 +- .../glyphs/degree.glif | 2 +- .../glyphs/delta.sc.glif | 2 +- .../glyphs/dieresis.case.glif | 2 +- .../glyphs/dieresis.glif | 2 +- .../glyphs/dieresisbelowcomb.case.glif | 2 +- .../glyphs/dieresisbelowcomb.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/divide.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dlinebelow.glif | 2 +- .../glyphs/dlinebelow.sc.glif | 2 +- .../glyphs/dollar.glif | 2 +- .../glyphs/dong.glif | 2 +- .../glyphs/dotaccent.case.glif | 2 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.case.glif | 2 +- .../glyphs/dotbelowcomb.glif | 2 +- .../glyphs/doubleprimemod.glif | 2 +- .../glyphs/downA_rrow.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dram-arm.glif | 2 +- .../glyphs/dz.glif | 2 +- .../glyphs/dz.sc.glif | 2 +- .../glyphs/dzcaron.glif | 2 +- .../glyphs/dzcaron.sc.glif | 2 +- .../glyphs/e.glif | 2 +- .../glyphs/e.sc.glif | 2 +- .../glyphs/eacute.glif | 2 +- .../glyphs/eacute.sc.glif | 2 +- .../glyphs/ebreve.glif | 2 +- .../glyphs/ebreve.sc.glif | 2 +- .../glyphs/ecaron.glif | 2 +- .../glyphs/ecaron.sc.glif | 2 +- .../glyphs/ecedillabreve.glif | 2 +- .../glyphs/ecedillabreve.sc.glif | 2 +- .../glyphs/ecircumflex.glif | 2 +- .../glyphs/ecircumflex.sc.glif | 2 +- .../glyphs/ecircumflexacute.glif | 2 +- .../glyphs/ecircumflexacute.sc.glif | 2 +- .../glyphs/ecircumflexdotbelow.glif | 2 +- .../glyphs/ecircumflexdotbelow.sc.glif | 2 +- .../glyphs/ecircumflexgrave.glif | 2 +- .../glyphs/ecircumflexgrave.sc.glif | 2 +- .../glyphs/ecircumflexhookabove.glif | 2 +- .../glyphs/ecircumflexhookabove.sc.glif | 2 +- .../glyphs/ecircumflextilde.glif | 2 +- .../glyphs/ecircumflextilde.sc.glif | 2 +- .../glyphs/edblgrave.glif | 2 +- .../glyphs/edblgrave.sc.glif | 2 +- .../glyphs/edieresis.glif | 2 +- .../glyphs/edieresis.sc.glif | 2 +- .../glyphs/edotaccent.glif | 2 +- .../glyphs/edotaccent.sc.glif | 2 +- .../glyphs/edotbelow.glif | 2 +- .../glyphs/edotbelow.sc.glif | 2 +- .../glyphs/egrave.glif | 2 +- .../glyphs/egrave.sc.glif | 2 +- .../glyphs/ehookabove.glif | 2 +- .../glyphs/ehookabove.sc.glif | 2 +- .../glyphs/eight.dnom.glif | 2 +- .../glyphs/eight.glif | 2 +- .../glyphs/eight.lf.glif | 2 +- .../glyphs/eight.numr.glif | 2 +- .../glyphs/eight.osf.glif | 2 +- .../glyphs/eight.sc.glif | 2 +- .../glyphs/eight.tf.glif | 2 +- .../glyphs/eight.tosf.glif | 2 +- .../glyphs/eightinferior.glif | 2 +- .../glyphs/eightsuperior.glif | 2 +- .../glyphs/einvertedbreve.glif | 2 +- .../glyphs/einvertedbreve.sc.glif | 2 +- .../glyphs/ellipsis.glif | 2 +- .../glyphs/emacron.glif | 2 +- .../glyphs/emacron.sc.glif | 2 +- .../glyphs/emacronacute.glif | 2 +- .../glyphs/emacronacute.sc.glif | 2 +- .../glyphs/emacrongrave.glif | 2 +- .../glyphs/emacrongrave.sc.glif | 2 +- .../glyphs/emdash.case.glif | 2 +- .../glyphs/emdash.glif | 2 +- .../glyphs/emptyset.glif | 2 +- .../glyphs/emquad.glif | 2 +- .../glyphs/emspace.glif | 2 +- .../glyphs/endash.case.glif | 2 +- .../glyphs/endash.glif | 2 +- .../glyphs/eng.glif | 2 +- .../glyphs/eng.sc.glif | 2 +- .../glyphs/enquad.glif | 2 +- .../glyphs/enspace.glif | 2 +- .../glyphs/eogonek.glif | 2 +- .../glyphs/eogonek.sc.glif | 2 +- .../glyphs/equal.glif | 2 +- .../glyphs/estimated.glif | 2 +- .../glyphs/eth.glif | 2 +- .../glyphs/eth.sc.glif | 2 +- .../glyphs/etilde.glif | 2 +- .../glyphs/etilde.sc.glif | 2 +- .../glyphs/euro.glif | 2 +- .../glyphs/exclam.glif | 2 +- .../glyphs/exclamdbl.glif | 2 +- .../glyphs/exclamdown.case.glif | 2 +- .../glyphs/exclamdown.glif | 2 +- .../glyphs/ezh.glif | 2 +- .../glyphs/ezh.sc.glif | 2 +- .../glyphs/ezhcaron.glif | 2 +- .../glyphs/ezhcaron.sc.glif | 2 +- .../glyphs/f.glif | 2 +- .../glyphs/f.sc.glif | 2 +- .../glyphs/f_f.glif | 2 +- .../glyphs/f_f_i.glif | 2 +- .../glyphs/f_f_l.glif | 2 +- .../glyphs/fdotaccent.glif | 2 +- .../glyphs/fdotaccent.sc.glif | 2 +- .../glyphs/fi.glif | 2 +- .../glyphs/figuredash.glif | 2 +- .../glyphs/figurespace.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/five.dnom.glif | 2 +- .../glyphs/five.glif | 2 +- .../glyphs/five.lf.glif | 2 +- .../glyphs/five.numr.glif | 2 +- .../glyphs/five.osf.glif | 2 +- .../glyphs/five.sc.glif | 2 +- .../glyphs/five.tf.glif | 2 +- .../glyphs/five.tosf.glif | 2 +- .../glyphs/fiveeighths.glif | 2 +- .../glyphs/fiveinferior.glif | 2 +- .../glyphs/fivesixths.glif | 2 +- .../glyphs/fivesuperior.glif | 2 +- .../glyphs/fl.glif | 2 +- .../glyphs/florin.glif | 2 +- .../glyphs/four.dnom.glif | 2 +- .../glyphs/four.glif | 2 +- .../glyphs/four.lf.glif | 2 +- .../glyphs/four.numr.glif | 2 +- .../glyphs/four.osf.glif | 2 +- .../glyphs/four.sc.glif | 2 +- .../glyphs/four.tf.glif | 2 +- .../glyphs/four.tosf.glif | 2 +- .../glyphs/fourfifths.glif | 2 +- .../glyphs/fourinferior.glif | 2 +- .../glyphs/fourperemspace.glif | 2 +- .../glyphs/foursuperior.glif | 2 +- .../glyphs/fourthtonechinese.glif | 2 +- .../glyphs/fraction.glif | 2 +- .../glyphs/franc.glif | 2 +- .../glyphs/g.glif | 2 +- .../glyphs/g.sc.glif | 2 +- .../glyphs/gacute.sc.glif | 2 +- .../glyphs/gbreve.glif | 2 +- .../glyphs/gbreve.sc.glif | 2 +- .../glyphs/gcaron.glif | 2 +- .../glyphs/gcaron.sc.glif | 2 +- .../glyphs/gcircumflex.glif | 2 +- .../glyphs/gcircumflex.sc.glif | 2 +- .../glyphs/gcommaaccent.glif | 2 +- .../glyphs/gcommaaccent.sc.glif | 2 +- .../glyphs/gdotaccent.glif | 2 +- .../glyphs/gdotaccent.sc.glif | 2 +- .../glyphs/germandbls.glif | 2 +- .../glyphs/germandbls.sc.glif | 2 +- .../glyphs/gmacron.glif | 2 +- .../glyphs/gmacron.sc.glif | 2 +- .../glyphs/grave.glif | 2 +- .../glyphs/gravecomb.case.glif | 2 +- .../glyphs/gravecomb.glif | 2 +- .../glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guarani.glif | 2 +- .../glyphs/guillemetleft.case.glif | 2 +- .../glyphs/guillemetleft.glif | 2 +- .../glyphs/guillemetright.case.glif | 2 +- .../glyphs/guillemetright.glif | 2 +- .../glyphs/guilsinglleft.case.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.case.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- .../glyphs/h.glif | 2 +- .../glyphs/h.sc.glif | 2 +- .../glyphs/hairspace.glif | 2 +- .../glyphs/hbar.glif | 2 +- .../glyphs/hbar.sc.glif | 2 +- .../glyphs/hbrevebelow.glif | 2 +- .../glyphs/hbrevebelow.sc.glif | 2 +- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hcircumflex.sc.glif | 2 +- .../glyphs/hdotbelow.glif | 2 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalbar.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 2 +- .../glyphs/hryvnia.glif | 2 +- .../glyphs/hungarumlaut.case.glif | 2 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 2 +- .../glyphs/hyphen.case.glif | 2 +- .../glyphs/hyphen.glif | 2 +- .../glyphs/hyphentwo.glif | 2 +- .../glyphs/i.cy.glif | 2 +- .../glyphs/i.dot.glif | 2 +- .../glyphs/i.dot.sc.glif | 2 +- .../glyphs/i.glif | 2 +- .../glyphs/i.sc.glif | 2 +- .../glyphs/i.uc.sc.glif | 2 +- .../glyphs/iacute.glif | 2 +- .../glyphs/iacute.sc.glif | 2 +- .../glyphs/ibreve.glif | 2 +- .../glyphs/ibreve.sc.glif | 2 +- .../glyphs/icaron.glif | 2 +- .../glyphs/icaron.sc.glif | 2 +- .../glyphs/icircumflex.glif | 2 +- .../glyphs/icircumflex.sc.glif | 2 +- .../glyphs/idblgrave.glif | 2 +- .../glyphs/idblgrave.sc.glif | 2 +- .../glyphs/idieresis.glif | 2 +- .../glyphs/idieresis.sc.glif | 2 +- .../glyphs/idieresisacute.glif | 2 +- .../glyphs/idieresisacute.sc.glif | 2 +- .../glyphs/idotaccent.glif | 2 +- .../glyphs/idotaccent.sc.glif | 2 +- .../glyphs/idotbelow.glif | 2 +- .../glyphs/idotbelow.sc.glif | 2 +- .../glyphs/idotless.glif | 2 +- .../glyphs/idotless.sc.glif | 2 +- .../glyphs/igrave.glif | 2 +- .../glyphs/igrave.sc.glif | 2 +- .../glyphs/ihookabove.glif | 2 +- .../glyphs/ihookabove.sc.glif | 2 +- .../glyphs/iinvertedbreve.glif | 2 +- .../glyphs/iinvertedbreve.sc.glif | 2 +- .../glyphs/ij.glif | 2 +- .../glyphs/ij_acutecomb.glif | 2 +- .../glyphs/imacron.glif | 2 +- .../glyphs/imacron.sc.glif | 2 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 2 +- .../glyphs/integral.glif | 2 +- .../glyphs/iogonek.glif | 2 +- .../glyphs/iogonek.sc.glif | 2 +- .../glyphs/itilde.glif | 2 +- .../glyphs/itilde.sc.glif | 2 +- .../glyphs/j.glif | 2 +- .../glyphs/j.sc.glif | 2 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/jcircumflex.sc.glif | 2 +- .../glyphs/jdotless.glif | 2 +- .../glyphs/jdotless.sc.glif | 2 +- .../glyphs/k.glif | 2 +- .../glyphs/k.sc.glif | 2 +- .../glyphs/kcommaaccent.glif | 2 +- .../glyphs/kcommaaccent.sc.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- .../glyphs/kgreenlandic.sc.glif | 2 +- .../glyphs/kip.glif | 2 +- .../glyphs/l.glif | 2 +- .../glyphs/l.sc.glif | 2 +- .../glyphs/lacute.glif | 2 +- .../glyphs/lacute.sc.glif | 2 +- .../glyphs/lcaron.glif | 2 +- .../glyphs/lcaron.sc.glif | 2 +- .../glyphs/lcommaaccent.glif | 2 +- .../glyphs/lcommaaccent.sc.glif | 2 +- .../glyphs/ldot.glif | 2 +- .../glyphs/ldot.sc.glif | 2 +- .../glyphs/ldotbelow.glif | 2 +- .../glyphs/leftA_rrow.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/leftanglebracket-math.glif | 2 +- .../glyphs/less.glif | 2 +- .../glyphs/lessequal.glif | 2 +- .../glyphs/lira.glif | 2 +- .../glyphs/liraT_urkish.glif | 2 +- .../glyphs/literS_ign.glif | 2 +- .../glyphs/lj.glif | 2 +- .../glyphs/lj.sc.glif | 2 +- .../glyphs/llinebelow.glif | 2 +- .../glyphs/llinebelow.sc.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 2 +- .../glyphs/lslash.sc.glif | 2 +- .../glyphs/m.glif | 2 +- .../glyphs/m.sc.glif | 2 +- .../glyphs/macron.case.glif | 2 +- .../glyphs/macron.glif | 2 +- .../glyphs/macronbelowcomb.case.glif | 2 +- .../glyphs/macronbelowcomb.glif | 2 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/manat.glif | 2 +- .../glyphs/mdotaccent.glif | 2 +- .../glyphs/mdotaccent.sc.glif | 2 +- .../glyphs/mdotbelow.glif | 2 +- .../glyphs/mdotbelow.sc.glif | 2 +- .../glyphs/micro.glif | 2 +- .../glyphs/minus.glif | 2 +- .../glyphs/minute.glif | 2 +- .../glyphs/mu.glif | 2 +- .../glyphs/mu.sc.glif | 2 +- .../glyphs/multiply.glif | 2 +- .../glyphs/n.glif | 2 +- .../glyphs/n.sc.glif | 2 +- .../glyphs/nacute.glif | 2 +- .../glyphs/nacute.sc.glif | 2 +- .../glyphs/naira.glif | 2 +- .../glyphs/narrownbspace.glif | 2 +- .../glyphs/nbspace.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncaron.sc.glif | 2 +- .../glyphs/ncommaaccent.glif | 2 +- .../glyphs/ncommaaccent.sc.glif | 2 +- .../glyphs/ndotaccent.glif | 2 +- .../glyphs/ndotaccent.sc.glif | 2 +- .../glyphs/ndotbelow.glif | 2 +- .../glyphs/ndotbelow.sc.glif | 2 +- .../glyphs/nine.dnom.glif | 2 +- .../glyphs/nine.glif | 2 +- .../glyphs/nine.lf.glif | 2 +- .../glyphs/nine.numr.glif | 2 +- .../glyphs/nine.osf.glif | 2 +- .../glyphs/nine.sc.glif | 2 +- .../glyphs/nine.tf.glif | 2 +- .../glyphs/nine.tosf.glif | 2 +- .../glyphs/nineinferior.glif | 2 +- .../glyphs/ninesuperior.glif | 2 +- .../glyphs/nj.glif | 2 +- .../glyphs/nlinebelow.glif | 2 +- .../glyphs/nlinebelow.sc.glif | 2 +- .../glyphs/notequal.glif | 2 +- .../glyphs/ntilde.glif | 2 +- .../glyphs/ntilde.sc.glif | 2 +- .../glyphs/numbersign.glif | 2 +- .../glyphs/numero.glif | 2 +- .../glyphs/o.glif | 2 +- .../glyphs/o.sc.glif | 2 +- .../glyphs/oacute.glif | 2 +- .../glyphs/oacute.sc.glif | 2 +- .../glyphs/obreve.glif | 2 +- .../glyphs/obreve.sc.glif | 2 +- .../glyphs/ocaron.glif | 2 +- .../glyphs/ocaron.sc.glif | 2 +- .../glyphs/ocircumflex.glif | 2 +- .../glyphs/ocircumflex.sc.glif | 2 +- .../glyphs/ocircumflexacute.glif | 2 +- .../glyphs/ocircumflexacute.sc.glif | 2 +- .../glyphs/ocircumflexdotbelow.glif | 2 +- .../glyphs/ocircumflexdotbelow.sc.glif | 2 +- .../glyphs/ocircumflexgrave.glif | 2 +- .../glyphs/ocircumflexgrave.sc.glif | 2 +- .../glyphs/ocircumflexhookabove.glif | 2 +- .../glyphs/ocircumflexhookabove.sc.glif | 2 +- .../glyphs/ocircumflextilde.glif | 2 +- .../glyphs/ocircumflextilde.sc.glif | 2 +- .../glyphs/odblgrave.glif | 2 +- .../glyphs/odblgrave.sc.glif | 2 +- .../glyphs/odieresis.glif | 2 +- .../glyphs/odieresis.sc.glif | 2 +- .../glyphs/odieresismacron.glif | 2 +- .../glyphs/odieresismacron.sc.glif | 2 +- .../glyphs/odotaccentmacron.glif | 2 +- .../glyphs/odotaccentmacron.sc.glif | 2 +- .../glyphs/odotbelow.glif | 2 +- .../glyphs/odotbelow.sc.glif | 2 +- .../glyphs/oe.glif | 2 +- .../glyphs/oe.sc.glif | 2 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.case.glif | 2 +- .../glyphs/ogonekcomb.glif | 2 +- .../glyphs/ograve.glif | 2 +- .../glyphs/ograve.sc.glif | 2 +- .../glyphs/ohookabove.glif | 2 +- .../glyphs/ohookabove.sc.glif | 2 +- .../glyphs/ohorn.glif | 2 +- .../glyphs/ohorn.sc.glif | 2 +- .../glyphs/ohornacute.glif | 2 +- .../glyphs/ohornacute.sc.glif | 2 +- .../glyphs/ohorndotbelow.glif | 2 +- .../glyphs/ohorndotbelow.sc.glif | 2 +- .../glyphs/ohorngrave.glif | 2 +- .../glyphs/ohorngrave.sc.glif | 2 +- .../glyphs/ohornhookabove.glif | 2 +- .../glyphs/ohornhookabove.sc.glif | 2 +- .../glyphs/ohorntilde.glif | 2 +- .../glyphs/ohorntilde.sc.glif | 2 +- .../glyphs/ohungarumlaut.glif | 2 +- .../glyphs/ohungarumlaut.sc.glif | 2 +- .../glyphs/oinvertedbreve.glif | 2 +- .../glyphs/oinvertedbreve.sc.glif | 2 +- .../glyphs/omacron.glif | 2 +- .../glyphs/omacron.sc.glif | 2 +- .../glyphs/omacronacute.glif | 2 +- .../glyphs/omacronacute.sc.glif | 2 +- .../glyphs/omacrongrave.glif | 2 +- .../glyphs/omacrongrave.sc.glif | 2 +- .../glyphs/omega.sc.glif | 2 +- .../glyphs/one.dnom.glif | 2 +- .../glyphs/one.glif | 2 +- .../glyphs/one.lf.glif | 2 +- .../glyphs/one.numr.glif | 2 +- .../glyphs/one.osf.glif | 2 +- .../glyphs/one.sc.glif | 2 +- .../glyphs/one.tf.glif | 2 +- .../glyphs/one.tosf.glif | 2 +- .../glyphs/oneeighth.glif | 2 +- .../glyphs/onefifth.glif | 2 +- .../glyphs/onehalf.glif | 2 +- .../glyphs/oneinferior.glif | 2 +- .../glyphs/oneninth.glif | 2 +- .../glyphs/onequarter.glif | 2 +- .../glyphs/oneseventh.glif | 2 +- .../glyphs/onesixth.glif | 2 +- .../glyphs/onesuperior.glif | 2 +- .../glyphs/onetenth.glif | 2 +- .../glyphs/onethird.glif | 2 +- .../glyphs/oogonek.glif | 2 +- .../glyphs/oogonek.sc.glif | 2 +- .../glyphs/ordfeminine.glif | 2 +- .../glyphs/ordmasculine.glif | 2 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslashacute.glif | 2 +- .../glyphs/otilde.glif | 2 +- .../glyphs/otilde.sc.glif | 2 +- .../glyphs/otildeacute.glif | 2 +- .../glyphs/otildeacute.sc.glif | 2 +- .../glyphs/otildedieresis.glif | 2 +- .../glyphs/otildedieresis.sc.glif | 2 +- .../glyphs/otildemacron.glif | 2 +- .../glyphs/otildemacron.sc.glif | 2 +- .../glyphs/p.glif | 2 +- .../glyphs/p.sc.glif | 2 +- .../glyphs/paragraph.glif | 2 +- .../glyphs/parenleft.case.glif | 2 +- .../glyphs/parenleft.glif | 2 +- .../glyphs/parenright.case.glif | 2 +- .../glyphs/parenright.glif | 2 +- .../glyphs/partialdiff.glif | 2 +- .../glyphs/pdotaccent.glif | 2 +- .../glyphs/pdotaccent.sc.glif | 2 +- .../glyphs/percent.glif | 2 +- .../glyphs/period.glif | 2 +- .../glyphs/periodcentered.case.glif | 2 +- .../glyphs/periodcentered.glif | 2 +- .../periodcentered.loclC_A_T_.case.glif | 2 +- .../glyphs/perthousand.glif | 2 +- .../glyphs/peseta.glif | 2 +- .../glyphs/peso.glif | 2 +- .../glyphs/pi.glif | 2 +- .../glyphs/pi.sc.glif | 2 +- .../glyphs/plus.glif | 2 +- .../glyphs/plusminus.glif | 2 +- .../glyphs/primemod.glif | 2 +- .../glyphs/product.glif | 2 +- .../glyphs/punctuationspace.glif | 2 +- .../glyphs/q.glif | 2 +- .../glyphs/q.sc.glif | 2 +- .../glyphs/question.glif | 2 +- .../glyphs/questiondown.case.glif | 2 +- .../glyphs/questiondown.glif | 2 +- .../glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- .../glyphs/r.glif | 2 +- .../glyphs/r.sc.glif | 2 +- .../glyphs/racute.glif | 2 +- .../glyphs/racute.sc.glif | 2 +- .../glyphs/radical.glif | 2 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcaron.sc.glif | 2 +- .../glyphs/rcommaaccent.glif | 2 +- .../glyphs/rcommaaccent.sc.glif | 2 +- .../glyphs/rdblgrave.glif | 2 +- .../glyphs/rdblgrave.sc.glif | 2 +- .../glyphs/rdotbelow.glif | 2 +- .../glyphs/rdotbelow.sc.glif | 2 +- .../glyphs/registered.glif | 2 +- .../glyphs/rightA_rrow.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/rightanglebracket-math.glif | 2 +- .../glyphs/ring.case.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ringhalfleft.glif | 2 +- .../glyphs/ringhalfright.glif | 2 +- .../glyphs/rinvertedbreve.glif | 2 +- .../glyphs/rinvertedbreve.sc.glif | 2 +- .../glyphs/rlinebelow.glif | 2 +- .../glyphs/rlinebelow.sc.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 2 +- .../glyphs/s.glif | 2 +- .../glyphs/s.sc.glif | 2 +- .../glyphs/sacute.glif | 2 +- .../glyphs/sacute.sc.glif | 2 +- .../glyphs/sacutedotaccent.glif | 2 +- .../glyphs/sacutedotaccent.sc.glif | 2 +- .../glyphs/scaron.glif | 2 +- .../glyphs/scaron.sc.glif | 2 +- .../glyphs/scarondotaccent.glif | 2 +- .../glyphs/scarondotaccent.sc.glif | 2 +- .../glyphs/scedilla.glif | 2 +- .../glyphs/scedilla.sc.glif | 2 +- .../glyphs/schwa.glif | 2 +- .../glyphs/schwa.sc.glif | 2 +- .../glyphs/scircumflex.glif | 2 +- .../glyphs/scircumflex.sc.glif | 2 +- .../glyphs/scommaaccent.glif | 2 +- .../glyphs/scommaaccent.sc.glif | 2 +- .../glyphs/sdotaccent.glif | 2 +- .../glyphs/sdotaccent.sc.glif | 2 +- .../glyphs/sdotbelow.glif | 2 +- .../glyphs/sdotbelow.sc.glif | 2 +- .../glyphs/sdotbelowdotaccent.glif | 2 +- .../glyphs/sdotbelowdotaccent.sc.glif | 2 +- .../glyphs/second.glif | 2 +- .../glyphs/secondtonechinese.glif | 2 +- .../glyphs/section.glif | 2 +- .../glyphs/semicolon.glif | 2 +- .../glyphs/seven.dnom.glif | 2 +- .../glyphs/seven.glif | 2 +- .../glyphs/seven.lf.glif | 2 +- .../glyphs/seven.numr.glif | 2 +- .../glyphs/seven.osf.glif | 2 +- .../glyphs/seven.sc.glif | 2 +- .../glyphs/seven.tf.glif | 2 +- .../glyphs/seven.tosf.glif | 2 +- .../glyphs/seveneighths.glif | 2 +- .../glyphs/seveninferior.glif | 2 +- .../glyphs/sevensuperior.glif | 2 +- .../glyphs/sheqel.glif | 2 +- .../glyphs/six.dnom.glif | 2 +- .../glyphs/six.glif | 2 +- .../glyphs/six.lf.glif | 2 +- .../glyphs/six.numr.glif | 2 +- .../glyphs/six.osf.glif | 2 +- .../glyphs/six.sc.glif | 2 +- .../glyphs/six.tf.glif | 2 +- .../glyphs/six.tosf.glif | 2 +- .../glyphs/sixinferior.glif | 2 +- .../glyphs/sixperemspace.glif | 2 +- .../glyphs/sixsuperior.glif | 2 +- .../glyphs/slash.case.glif | 2 +- .../glyphs/slash.glif | 2 +- .../glyphs/slashlongcomb.glif | 2 +- .../glyphs/slashshortcomb.glif | 2 +- .../glyphs/softhyphen.case.glif | 2 +- .../glyphs/softhyphen.glif | 2 +- .../glyphs/space.glif | 2 +- .../glyphs/sterling.glif | 2 +- .../glyphs/strokelongcomb.glif | 2 +- .../glyphs/strokeshortcomb.glif | 2 +- .../glyphs/summation.glif | 2 +- .../glyphs/t.glif | 2 +- .../glyphs/t.sc.glif | 2 +- .../glyphs/tbar.glif | 2 +- .../glyphs/tcaron.glif | 2 +- .../glyphs/tcaron.sc.glif | 2 +- .../glyphs/tcedilla.glif | 2 +- .../glyphs/tcedilla.sc.glif | 2 +- .../glyphs/tcommaaccent.glif | 2 +- .../glyphs/tcommaaccent.sc.glif | 2 +- .../glyphs/tdieresis.glif | 2 +- .../glyphs/tdieresis.sc.glif | 2 +- .../glyphs/tdotaccent.glif | 2 +- .../glyphs/tdotaccent.sc.glif | 2 +- .../glyphs/tdotbelow.glif | 2 +- .../glyphs/tdotbelow.sc.glif | 2 +- .../glyphs/tenge.glif | 2 +- .../glyphs/thinspace.glif | 2 +- .../glyphs/thorn.glif | 2 +- .../glyphs/thorn.sc.glif | 2 +- .../glyphs/three.dnom.glif | 2 +- .../glyphs/three.glif | 2 +- .../glyphs/three.lf.glif | 2 +- .../glyphs/three.numr.glif | 2 +- .../glyphs/three.osf.glif | 2 +- .../glyphs/three.sc.glif | 2 +- .../glyphs/three.tf.glif | 2 +- .../glyphs/three.tosf.glif | 2 +- .../glyphs/threeeighths.glif | 2 +- .../glyphs/threeinferior.glif | 2 +- .../glyphs/threeperemspace.glif | 2 +- .../glyphs/threequarters.glif | 2 +- .../glyphs/threesuperior.glif | 2 +- .../glyphs/tilde.case.glif | 2 +- .../glyphs/tilde.glif | 2 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tlinebelow.glif | 2 +- .../glyphs/tlinebelow.sc.glif | 2 +- .../glyphs/trademark.glif | 2 +- .../glyphs/tugrik.glif | 2 +- .../glyphs/two.dnom.glif | 2 +- .../glyphs/two.glif | 2 +- .../glyphs/two.lf.glif | 2 +- .../glyphs/two.numr.glif | 2 +- .../glyphs/two.osf.glif | 2 +- .../glyphs/two.sc.glif | 2 +- .../glyphs/two.tf.glif | 2 +- .../glyphs/two.tosf.glif | 2 +- .../glyphs/twofifths.glif | 2 +- .../glyphs/twoinferior.glif | 2 +- .../glyphs/twosuperior.glif | 2 +- .../glyphs/twothirds.glif | 2 +- .../glyphs/u.glif | 2 +- .../glyphs/u.sc.glif | 2 +- .../glyphs/uacute.glif | 2 +- .../glyphs/uacute.sc.glif | 2 +- .../glyphs/ubreve.glif | 2 +- .../glyphs/ubreve.sc.glif | 2 +- .../glyphs/ucaron.glif | 2 +- .../glyphs/ucaron.sc.glif | 2 +- .../glyphs/ucircumflex.glif | 2 +- .../glyphs/ucircumflex.sc.glif | 2 +- .../glyphs/udblgrave.glif | 2 +- .../glyphs/udblgrave.sc.glif | 2 +- .../glyphs/udieresis.glif | 2 +- .../glyphs/udieresis.sc.glif | 2 +- .../glyphs/udieresisacute.glif | 2 +- .../glyphs/udieresisacute.sc.glif | 2 +- .../glyphs/udieresiscaron.glif | 2 +- .../glyphs/udieresiscaron.sc.glif | 2 +- .../glyphs/udieresisgrave.glif | 2 +- .../glyphs/udieresisgrave.sc.glif | 2 +- .../glyphs/udieresismacron.glif | 2 +- .../glyphs/udieresismacron.sc.glif | 2 +- .../glyphs/udotbelow.glif | 2 +- .../glyphs/udotbelow.sc.glif | 2 +- .../glyphs/ugrave.glif | 2 +- .../glyphs/ugrave.sc.glif | 2 +- .../glyphs/uhookabove.glif | 2 +- .../glyphs/uhookabove.sc.glif | 2 +- .../glyphs/uhorn.glif | 2 +- .../glyphs/uhorn.sc.glif | 2 +- .../glyphs/uhornacute.glif | 2 +- .../glyphs/uhornacute.sc.glif | 2 +- .../glyphs/uhorndotbelow.glif | 2 +- .../glyphs/uhorndotbelow.sc.glif | 2 +- .../glyphs/uhorngrave.glif | 2 +- .../glyphs/uhorngrave.sc.glif | 2 +- .../glyphs/uhornhookabove.glif | 2 +- .../glyphs/uhornhookabove.sc.glif | 2 +- .../glyphs/uhorntilde.glif | 2 +- .../glyphs/uhorntilde.sc.glif | 2 +- .../glyphs/uhungarumlaut.glif | 2 +- .../glyphs/uhungarumlaut.sc.glif | 2 +- .../glyphs/uinvertedbreve.glif | 2 +- .../glyphs/uinvertedbreve.sc.glif | 2 +- .../glyphs/umacron.glif | 2 +- .../glyphs/umacron.sc.glif | 2 +- .../glyphs/umacrondieresis.glif | 2 +- .../glyphs/umacrondieresis.sc.glif | 2 +- .../glyphs/underscore.glif | 2 +- .../glyphs/uni0000.glif | 2 +- .../glyphs/uogonek.glif | 2 +- .../glyphs/uogonek.sc.glif | 2 +- .../glyphs/upA_rrow.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/uring.glif | 2 +- .../glyphs/uring.sc.glif | 2 +- .../glyphs/utilde.glif | 2 +- .../glyphs/utilde.sc.glif | 2 +- .../glyphs/utildeacute.glif | 2 +- .../glyphs/utildeacute.sc.glif | 2 +- .../glyphs/v.glif | 2 +- .../glyphs/v.sc.glif | 2 +- .../glyphs/verticallinelowmod.glif | 2 +- .../glyphs/verticallinemod.glif | 2 +- .../glyphs/w.glif | 2 +- .../glyphs/w.sc.glif | 2 +- .../glyphs/wacute.glif | 2 +- .../glyphs/wacute.sc.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wcircumflex.sc.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wdieresis.sc.glif | 2 +- .../glyphs/wgrave.glif | 2 +- .../glyphs/wgrave.sc.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../glyphs/won.glif | 2 +- .../glyphs/x.glif | 2 +- .../glyphs/x.sc.glif | 2 +- .../glyphs/y.glif | 2 +- .../glyphs/y.sc.glif | 2 +- .../glyphs/yacute.glif | 2 +- .../glyphs/yacute.sc.glif | 2 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ycircumflex.sc.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydieresis.sc.glif | 2 +- .../glyphs/ydotaccent.glif | 2 +- .../glyphs/ydotaccent.sc.glif | 2 +- .../glyphs/ydotbelow.glif | 2 +- .../glyphs/ydotbelow.sc.glif | 2 +- .../glyphs/yen.glif | 2 +- .../glyphs/ygrave.glif | 2 +- .../glyphs/ygrave.sc.glif | 2 +- .../glyphs/yhookabove.glif | 2 +- .../glyphs/yhookabove.sc.glif | 2 +- .../glyphs/ymacron.glif | 2 +- .../glyphs/ymacron.sc.glif | 2 +- .../glyphs/ytilde.glif | 2 +- .../glyphs/ytilde.sc.glif | 2 +- .../glyphs/z.glif | 2 +- .../glyphs/z.sc.glif | 2 +- .../glyphs/zacute.glif | 2 +- .../glyphs/zacute.sc.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zcaron.sc.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/zdotaccent.sc.glif | 2 +- .../glyphs/zdotbelow.glif | 2 +- .../glyphs/zdotbelow.sc.glif | 2 +- .../glyphs/zero.dnom.glif | 2 +- .../glyphs/zero.glif | 2 +- .../glyphs/zero.lf.glif | 2 +- .../glyphs/zero.lf.zero.glif | 2 +- .../glyphs/zero.numr.glif | 2 +- .../glyphs/zero.osf.glif | 2 +- .../glyphs/zero.osf.zero.glif | 2 +- .../glyphs/zero.sc.glif | 2 +- .../glyphs/zero.tf.glif | 2 +- .../glyphs/zero.tf.zero.glif | 2 +- .../glyphs/zero.tosf.glif | 2 +- .../glyphs/zero.tosf.zero.glif | 2 +- .../glyphs/zero.zero.glif | 2 +- .../glyphs/zeroinferior.glif | 2 +- .../glyphs/zerosuperior.glif | 2 +- .../glyphs/zerowidthjoiner.glif | 2 +- .../glyphs/zerowidthnonjoiner.glif | 2 +- .../glyphs/zerowidthspace.glif | 2 +- .../master_ufo/MerriweatherSans.designspace | 4 +- 18835 files changed, 125786 insertions(+), 183426 deletions(-) create mode 100644 fonts/variable/MerriweatherSans-Italic-VF.ttf create mode 100644 fonts/variable/MerriweatherSans-Roman-VF.ttf delete mode 100644 sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/E_zh.glif delete mode 100644 sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/commaturnedabovecomb.case.glif delete mode 100644 sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/contents.plist delete mode 100644 sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ezh.glif delete mode 100644 sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ezh.sc.glif delete mode 100644 sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ij_acutecomb.glif delete mode 100644 sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/kip.glif delete mode 100644 sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/question.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/E_zh.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/commaturnedabovecomb.case.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/contents.plist delete mode 100644 sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ezh.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ezh.sc.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ij_acutecomb.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/kip.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/percent.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/question.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/E_zh.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/S_chwa.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/brevecomb_hookabovecomb.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/brevecomb_tildecomb.case.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/contents.plist delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.dnom.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.lf.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.sc.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.tf.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/hyphen.case.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/kip.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/one.dnom.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/one.tf.glif delete mode 100644 sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/schwa.sc.glif diff --git a/fonts/ttfs/MerriweatherSans-Black.ttf b/fonts/ttfs/MerriweatherSans-Black.ttf index 6d99a37a483b93cbae414d33109e71aee0e9c5a5..68d7ed3034efbb110f7c2432bfe255856dbfc55a 100644 GIT binary patch delta 400 zcmexxgk{H3mU;$81_lNJAi=`G;1cZV4&*U1Fe+^T(j4wCu5M`#snZ!4o;Lu6-P{BG zg9R-ULm3!eoM2$kRB;aub<$*r@n&EYd;>J(h<~uYQLR^uG*E2^P=7*lZejtuRMcSx z27aJCCtG@AaRE?V0BBwX$o%x2%KEe;PZ_o{Fem^8m;A^`O-vCj4p;*;fCs3+ECVRO z>BO!K?M0<|_j;^9!Iph8ro){$P3n(~)zV4H%Dz yZ~h}ue{OQ~^CP-F3``7c3|tJ1jM)r~OjqH&93byH&_EWTOca!k*K&X%2T6SGP2W)aeWiFC>7%Ztem8 z!R_*o?=djEOkiNp^l%Rjb<$*r@n&EYS^+fVh<~uYQB70yd!X75p#Fs9+{6NQsi?yY z4E%2x7&zI|6N?Lg;sQYPfS7?JJ*Toh?cZpfku#4m-RunMLVmJnr z&j6}d$V<#kO%LyU!oYC!4A6&q1^LA#W~Lr985m9i)yoMN6d9!!WU%$L0uA^A)W8l7 z4MxV!#%STpcz&C&49v_xix?Pgq&WM7=?TX(HZdL%XWzm2zjXsk@8-i266aYN|Nm#; zpM2x_aoq_FObl!cTnvnic?^t9cj3HzAnzW~a2B9UER>GleC9=h6$j8*P!uo#0KU>< A(f|Me delta 330 zcmexzjAhL+mU;$81_lORh6V;^h5&aLSGP3N)Mf^T=QkJ_7~R|h{Da%&AKznOc&Wg^ zpy}Zr9O|UW5aZ3jD3rm#AaKM#Sl_6oDf&H7Z3NJigyh`B0(PmW!wd}kdl(ov+0t_= z)BgR|J;J~s4>WJ-u8h>g6j63RSD@NEKx~$gky@X~ah2^T&;SvjfJ#PgNd<#(jSrB& zgMopMB_}^Q@y0D?Zw3Ylpdsucxrr48%(EDd0p%@#>J{=5b5qm9JD)Hx9G$|zz@k@> zUtD5l>M@gn;UrMKoG{pPjEtSRtE=1N`E9;3Ff+dZ>SMT(;_MHmComnkwAq01i1_9| v65{74OTRdx+rz-bz{bGEz{r@*z{qqJ&dUMvt^*BZ0m?){>6pztFB7Z)GNV+3 diff --git a/fonts/ttfs/MerriweatherSans-BoldItalic.ttf b/fonts/ttfs/MerriweatherSans-BoldItalic.ttf index 09723f3a12d24fbf5389517fce80bb39d7b47278..c5b1a4c1d85ccf9c2d79322426d0e09f8cc1dc27 100644 GIT binary patch delta 5237 zcmbuD4NO$o701tgZ$?IBab|ckd@Q0841sMB2WCH!YNa$f3xx%*dQE(X5xK(ObTzq|7LHe-91fkTAU*hU-x5bi{dx zGs-tqR0V$a?n=aWiC*bi|H0~#n)Va1L`hvlF=-o0ssj2Ex`_F5lc5}wJF)5|JJmO6qOClJI9Elp^lxoQ?#`7 zhLq+>T6$XOo#wyCYI)xYW&H84lboWzpGJosJ=iXsM^YQdEDY5={7RU6iBgreSz|$u zZJwHoPVLot8dQLE>K%wF^&tAZK<1DHJcX&dt)juEasf1klsCBH=$m@cqJq-2i6r{F zC{{By_XHyEhwg0m*yph91@ptzN2~MN*D=vJi4D0CdjVdfAsfrE<;exrd?x!U&c!Rc z5Gn{WaVt^c4vd#FS75vzDux=~cwA<-U~tKO)qVW`;L#{`^$~scb9{&?*R$1`?(-1^ z_`p~jIu${+QI+3D){h%sIQir5hVDVPnUCdH4&w*I5cBR{GRcF_f=u+dm}y`Nq-faU zaTqTqO3q8z<&mF70`ax8;umo$=gkZ=p;ppF12pvH*cvU1Xo#}NUG6RN#(I~$EIm)2&G+0GTJO0Tjy-pn_jw)*4yhmSHLZm`4>_@q ziC89jIQBZYfnwx_-8}D)AQrSvELC1rysGKU@$64Fc`%Kc#hi`z6_?mMm#G>BTb%def$V3?*g!Xd2J(m6v=yRwUI*0dSMVKnKcoN>1HXpG$ zkZ{-gG=UOEcspK_7dY?AFucV+`g*V1`t}U^SkD|>aJWQO5V^4~Ze&}?Isuih_$Zv` zyMU{Le<>w+p$rJWa}qL4H2{;OVT&hVoC)PZ#n8eCPUkqADf0>-m4{nk)h%VJxC-$m zXf0%_fh2x0SQ9d#2CC&R)hUdxCbT8gGml2$AAd`JTdfzIkrG+Z1@Ut=Fsz7fxP2RfVy|*b3G`JHkxv!ZUOW<2}p+7&k$O!!*_486M-r6U?(%D1dP! zPuu(=d@Zq&ZgYv2acedB$TK|fQ)lBu?Nj^T`#ix1Sz#yAU_#+30~s0_lD^DSU5 zVM^b`CG#z}88TJ{>)1c(yX))n-SX{Z?tKaFM*eVl2f6-3-(AycT+PNdrd%*ugUF2x zmv@2ts12wEkFfta^Glx@J~P$0Szb__^*N?$bcGA9GdsdW=3Ohl2cxHue62t~O#cWx zjN`y0&|pqwN+Y(#-o&NpIqr>nx`!&qkFirn1HWceQMq~dWG>&W- zx!`blm$;9rR~u+#|CB|u)2|wy=LuDKmE&%l?QQ5D?xO}iVD>T}4~-LDh~pvL(!@Ln z_ueAzy~Pw}nk4SOl{gVp35qj0F^5?Su7c(<7c-YJ<$O7`aqz=seF?XOA7=G`!NfX_ z_aN6ifWu+v7<2+^f=+Y7S&Unu%g{Bbo&9gi8{Fq65zYbs=eLgEo+QMv;B2S(rCzK5 zHrV16mEuG&bAHf=^<_kKXLj{(&G)|2>W+dJq1XbO&c3M4oP7jH`w5 zIBgP+bAo|U;`_-}y0m8NjX3VpzrnFi{|v{BVDl(3Cix>PSY=f-X}2*^sr?hjw}U;S zME;C>)^a&kk6AkY<|Wdt)P4PLVLV$dDrRVHIR3yY`$}$r?w?s7Cq`>xSFk!>O!@Aw pWQo2AQ##G11r$#PrBE6Pt;Q+8&4;7ITU6?^3MyW+g47EblStd#?5(kL(X^=AZ;uv*a zG{m@$5F^${tg()|mKjTlj{-H$IHra;=L}QEI;M>=t#SRsjAMony6?I7cjWSTsM$vH zy`S^@p5O0x&b#;BL!keXt?rUdXPhw>&1#v-@^V(Zys~t4X&7UJ4;ka}IeD+o7)f4Oz=9eNrv7%(>*6OtPIvM+8KV!D`$~S-FYg?#o zXRNoLu>`O2;W+=pEB_we_M_>U|6*LdhdS0@r(l!d!Q@NIXwPU@m@h02$y1mjZ2aJ^ zsQshgG8Wc?`PagHfdZb-c|&8XvZ*mlEp^=HIc%{-_CU4zCzYo(=7w+KGXkf>!#Tg% z*dFl`&kQ_@ct?5RHd}2=XZf~1R;Z4GpCWE!$+quf{65RDrGkmj1y*P~ig*=!$(GFW z!&(BDr^Q4E2I77j#cv0W&Ku6PWzEWZKG3vdL{+k81&&m8hbhZm3=~$ojkxNq->FL4 zvcMAk>{RY+96T_a|0)pki|kb8x#t?!bu9n_d%OM`sl1#NDEj@M7X+UF=RO{GIKFvy zcHsPjkGXz;v3RLn#+b7qiznwoQ<+uA##Dx{)yU(R#W$eOQ>2ee*o}gHM$uSPu>cxF z(i_`w=uJIsQO**T6vn?BV3CTh*yl6mth8s^6Q01$Pnn;rK2)94x{i*%SPRmv ziO8F4$rB68`84unoXwbhEtG50gSXdHgYkM|A;#rUG1Rzys7!Ci;DY_Kz4^c3u@H4f zg8Ce!So&f;OPy{%8&uFjacdCeMrHn085(t#rq*BUdHzCpcqEYUC!KQ5pK4xGr2<4_Y(#HXNc z=o-`(MB$%?u?%%B%#0nM6ThH&EI6({ z$*CI)JHDdCM?}OT(IMke@`)2R97zkAzAMO(ad4uD4?_)pbqt6etQxfN=E3Cg^eiI)!10=VCk`%7hA`+#se=oK6&Z*^tb`BQWaL z5@lS4xEv~mbU6^*MiU~T8rnlARV&7qW3R@(O*|HYM=&4C7j;kY_1GsBHq$}}iDDz6 z@?~C&B~L8ePVrgd1!6CF3+l)DZw&4-=6VR@K5>vSEe7$BNll>`e(Z?p3rb&$pu9va zMZ@m}Ets0cpE)*<@4uG9j31M(dzc*6O0`AAtcmp0U_ONJiVW=={Z>$)r6yh95OpjV zvQQSRqQX340Ts%P7Lo4-D>R>01MY`vP0qNE?@%Ac^~6IMpMsi9>T)oF$0_k7u>%|3 zfpIX~EdEBEmZex|y~is#W33r$*FsYFYBy-&9I>1Dxk=GT>+yIeG@v^3@nQb6@pal4 z6n};KN08(LGj`d)QM~_R;EIIeT}iHF&`y-GpxZJ}F`Oi^_~W_^j2A--i6UMOZH92? zTq}udh{D%#%UtU$hKOZB8TqGOcU*n00oOia!!z&z@+ZqXO!bwnJG#+$7a6;WV!==i zf;Tc*-g)XHHy{^0O8yDr2QJr_RtvEl#Yh`el zF+4HmnF%_<2qMk~BNqM?C<@PiykUt^=+1=Fp*Ug!F^xEvDDvh*(id?qlnse`Yb^Y2 z?s9h(sLO$scx8-)VsJer77|6C@MV6h`?9CQebxOo@yH}RMt(JMk4fEKM}}kz#c1q4 zh{nMUgBP4E?=1C^^>PEvxXG&foXf zhVh^K)hWD+|Hi*-3jfR0Pt84e>kVgn66MiLed81 zYy3Z`|GO73_Nl$NZtv`l;PW{D(0^|#&*6XXOpD~7n6JaS=0CrqQ6!Ch9FA) z1lMAJ(=Uw$BJ03Ui~$$ zMalwP+mySw`oxZSmOmqk=S2U*Sm;HgX_mhsiqDSDFy=qT-Q(=*&aNmvUE#m<_r&nj X@FvklUF#o>;dA(>oe9(Vnb`jTl%!aE diff --git a/fonts/ttfs/MerriweatherSans-Italic.ttf b/fonts/ttfs/MerriweatherSans-Italic.ttf index 81e788991baad876e17cf33acac61d6c84062018..54a291b45e5ec2675079861a4ae0695a97c03418 100644 GIT binary patch delta 5371 zcmbuD3vg7`8OP7LyUE79_nE|`Nq`V}$s-Cx#R!=s8q)-(3ybjGq8?B41^qb|LHannA=jEOGqguEx8oO1)Yn@~T0!IHYhm}_-qj3u36 z?2g1o>YiwXpNxJPqW>d{SIdk3oVV>$H0x#Tu-mt=uEEljoQ?+ZNSNY-5pz8De#AwH zb9_ryta^|yZby8Dv4rl$%NEq>b0(Z-EVY|4L-vxoRgJp644ZKu^0SxLEm^qa-@6`R z>@5fGa8cv3CsrI8Z+VolcX5N6zQ*Nw3mbjWTQ{J=1r!(pPlNN{SACX$a$eH3uNl{2 zBgQVRmv9&0wsViR@u?EmtNFSGl95Z3*)38JMJ?k|IXs6Y`?C#M#%!sW-6xf>``|$R zZ>Vm=2tJzg&1@9Jg6w~Tw=r7;CHZ&9OyCcx9Wl>H{IGv+Tzb?_HbbAQu8Ye}Fr481 z8;@M&JiolA{JHXWN3_H1 znB!ROP#iBfUUI08-#FfLeBq38nw`U(CC*ysGG~+XdFN}g^KIu}oqZK!Dyk~#Dw-=^ zu4u3L#Km1Hu4%4X*Fx78*M67kI_)~|df)XASFbzGJ=R^}p6}l1-t9i@?sUKJVV-fG z8qbrSXFU5n$2}K4S3EZ>t(7w>AFo_h`C{dn%D+^8>y7fJd#8Knd41lWdJlMydf)Z_ z&HGJNMpa(bXiwGLs-ILHt?I7URTo#UuWqS6UENbNzNV(;shZbn`etR!dSKQQvs!1h zs%Nt7dZ~J{nvhcvC6(QyI!AY>%J>eDN~ON~;d|}d9X{6mSXUw;Mm=XO$*55BaFjA>LQ_5vM_2l}>a5kxTvychbM?xa9g=jHSzY(kF@rQYSDmuq7dk%2-?hmaw~L9* z7x$mnXZo*gvT~n4dh<+P>vwOq@?Gkp%?)W%>I}7`Z=#_{{Brl%a+FBC3mw}=Fhs(U7U|It%|WUFl8yU z0`cr1O*o5^7cpjP3*&cu|MYJjkUNpJ3faTK7U&goOY*k=fm+WHV)$hMPtiFaP&6cKRX|90_Z1jN((o*Mk%r z8aoH;P0!MLJMqF`Z0z(Ox;ess?q;%lm0aS$WnULh6}Qq8Gn<2;gvx6UEmf9|6ayq(|B4SV<1s0oQw5`p-Q4-h&Vh?#E(G@lph)kzY$uA z7jA0CWCygCsKtUfa7;}hzKFH;Gp38CZqrAmw%hPoTHj0DA4(YwG~-oT5RDIoG=4M0 z58ZI6JS{)`!cI`1(0ydlP%F^bMTu7!vwnp;{v1aE18;^AYoWe58gV?72~C5>gwaHC zDiL|IIVU7>3N1_|YH9%#fDob-bTdP9ca`F9)(^B(l#5s0i7hC20wt# z65k;Tzk_^1&A&wJ@-=gBpiwwK4)H%lGOc6Qi;n`ng0vKfS732lBw}_1#$Y{?f2YMQ zM_dpMbE#1x(Lxj(qVPL)TK+i7%OmE8)QP@D6xV>Y7P;Qy!(;`tG|03!@e`*D^EJe$ zG2aDkybZU~`gY<$a32)TJt6)Py#EyZm`bZisn?i>Pqm0G?L)AW{A0vZ#6JZo`dD6% zP)~Juclg5k1?0s25)*Fs%1NmC#)1e&TeZ@EuS|SghqgO#WW$MeCc^F6&BS(~y*di6UVw z3WiGDL=75&_hizSea))gT8R6VX z{vzUH;_@)AqF6LukH+DBZr!lMc1xZdQgD2Jif74gOhq}qg99ue77@jI z4OBaLJ_XJ@pZFxgUka^&)=>O3<{P1{&~|7SvjyDE0v&@+;UkptIxYOaY^Oe* zL1y4a#Mf<@{yhoG#AyB@-=mlee6;Smu1m=`@E7^-ln)GihB7jSPtfxwxRo*d(JWQ> zHskz=?gYk8{c{+N{r6!!8t@M)7h?F!e5KNK2mTG!tQ-Qe_UQ0GKVBr=jnO2%hY_y| zW4+FTah~$k9efUNRNS$=n2%I;#_|UYUD6l$OaGV3rC9zr?@@~4_)NZAX^!I~kk}T7 z-UpTLI6jOoQ2OHdB>pR9Vm!ZF_odFG%#Y{8tg}TuAEQ$+uGU?|*r?m0Y>Ve9MzQC7 zofTt^)Q)kP(iYF>C43yXunB>>NlIn{AD!^`fHgI6mG>U6O5je(ut2(snh%xMB>tdb Uk}eiO$MLI4e1$o1PvS-V2Q!_}`2YX_ delta 5339 zcmbuD3s6+o8OP7LyRgVh_Q5V73M!&dRDuQ{F%}V69{b(}9K{ESh$$jtsX;|AW6`K} z)VhurZFDSAgGQ0@5@j66QO6jf##fBB8EUO#t+h^Kja4*6`kmeH!n!Uo(=zkFzw`aS z$GLa!?s3KwpUZEblkgW3*IYI*rQzBu4m;6xap0VA$_VRg;BvWg23Ls3Xa#iF^z^2+2u zLL&AMqKI8sTvH|6O<))u5B0H?#S7;x{Gnk!A(tZvk(X61`gL{7D9r*wzN#Z+P`T^j zD8116n?s4S`%n50p)zk_$z|nPN1cW=2!S-!h{zQ!?{1=V#VsUdbAm^?ue85TS9yMU>b#h|q`V1vg?YR3 zzAz{Z4nvV)nW4e3$8gZlYB*uIVR&TpH)@PSjC$itW0mo@#zx~Q-gwP;*Vt|Pg(=@u zV%lVCHhp3GhnX`+nBO(eG?$rwXa3mSYCdhgWbQCOF#l+YvLso|mSW2XmYtRs%VkT4 zm0Cwy3$3-*E!Mr(HtV0P|Fr&K)7sK)6}F|eeYVeRw{0)&{`P456#E?e0{aGgll@cs zb^ASgr(>XFj3dG3nC)2W_|);2e0hFW{_6aX@=xbKFBn}=Sg^9-R6%#)z`{v|)rI>D z_lsRIdO7Dv6*J=|`*C?G;_8Hshyn0gxoqxVB#4kP!|6D`af5YKF-#E}N>?~*(+B3b z^727kJn4j`LRL)U3GMENHT21z_4uW)_{V$v*^)2bN&h63i&u)9mTsi7sV_H+vCFq| z+z5?$bj48xH+-yExq7?I`N2BPP!qSE5ZI%l`%8I@>?Dcj?6BQ%u8bD3d*IC60_Ws) zIl7syTp{M*X8<`1w_V(|t~8RGdO zPE&`4_76~`j2;#fM8wvnC81p7I5FuMAINdt;-S-9f;iO}amtsWoM^m!ZHPGh@ha+9 z8@+yDqS*ZXVait#5-n*Ktl@`F;K$wLNjcx-22_w<8Q?(a>WNA85}5M_@vjuT*VE8D zlx+ZmDd#cR_s#U)^iOX}Ni3HH@4tft66cJk9htF&ggFR_1nLSv@PfjoyQyk}br~V5 zeO`Rcch)|8hi`|f8mJxuYy>r{w}ox~AGqE}U%l6yl^9Dt?3WSd+1TXOunpr6y(rx% z);pJVF6H6;kBm~Al%eo_B*1u#-$XdlU42n*sHjyb`md^mWZMYKSdgOW}9OvpLP@|h#6Yv438QBWF20D&Bhh+XK^cf}pBIfzK>PN0Y z-n{AI--2Sy!|D;dV)%1YlfqtsCPV$yO^xPts=G89zI;unCWH5xfPtDQ9K<05kZeO} ze63HakHxxpWRgc8n>!xkT%bk67ifxLQ4T6`Gx7+0iP~UYiL8e82GFuMunzNUkh_2l zAa8E*@b|#`*JZ#)sk&T=k?_-DvF1b{JcIrLWDD|=n{1BesE>Z^V=oVO&DFF+J82FBDDTZnF*spt>z=wH@cWO91tS_Z zW&|UA1Skt+1C2tCMKV7PG|?-T>J8{`4L=`#GW=}#d&nhyl6M!ff+}d}tFRUaOhe8> zmLl1PzWTjytqYtlOUU^4pYz*MZ8Wm(4ECP$>V~b_SL%3=h7WO&G(ft6dh|UvVo$IQeW|Yzn1~x z(R*^aPC^U&j)GqRDgu>YTn_6>P&H^7s1CFSv;p&5VBG-P1=<5TfPUYE^B4Z!SlEJt zj=C8QPs0BGUlJ-*`_n(uoq|b06ND8C+DOj`u>o|7Oq5*}W(Cj`VOs#5A9+~T2LA(f zNxl=V%I*npZIxYx>wY1+A3a3h7tZ&i33QY21Q4@RMj@5KjfAV3`x>tBqTpI0)4+9> zFe#AEpo@ftK$=P8gj<319mQ4dJNPew-9l^-{S|#CYzU$`^bf*~AUYHZUj)JIPlUK& zI+&ISS;6!z+9cEj(~+_#GMmr@cK;cypC-x#xGt655N-uiT~Ig#1zbB^s|5cLIy>a= zuA3R{s!bLahtPzO`z~vo>(0g;YYL%8PEo==gr3_%SAY7hB3Tv)!G&XKVYFKPUta-` AivR!s diff --git a/fonts/ttfs/MerriweatherSans-Light.ttf b/fonts/ttfs/MerriweatherSans-Light.ttf index 026ff901e0c79473397590a8b9acbeb578ed752d..4d8c8ff9ed6ea93572c765668e98ccce4934bbc4 100644 GIT binary patch delta 400 zcmX?eie<`amU;$81_lNJAi=`G;1cZV4&*U1Fsk+dX%2T6SGP2W)aeWiuU-I!-P{BG zgI{M~wPav;W5B?mF~dDL)Jc;e#+!jr*J}vJGh71CaUYIhFNk4XN)-85k6Rf-B-OQWH}|ssca;@BkH@ zJlR@-d>0^JB_p?_V#%+0i-3HfgZNl-@{<#<&S03!z##F5fq`8lH?g9Cc^1PNpnL{U zy+U4MZfefg>G=!{Cx8~S#1!NgmzbG)%w%9V15_g?Tu@|`T9Cok1GGQ_Xek3bI5Zd; zJ9B>8-HqqB`O3h|477-W;YNzHKbW3yJaZG{5pnh%jQ?9Vu=H*|Eb-zZE93wF4E&Q< xygIHsfq{vEje(1Skui^fk?Ag+mk;FK0~*c(l!=AX@tfzo-eAcAG!_&E3;>qPXQ2Q9 delta 330 zcmbPon&r$XmU;$81_lORh6V;^h5&aLSGP3N)Mf^TS1TA87~R|h{DWU-U$talc>RHa zL1Tt{aHx|eLyR{Aqeuq>gTN90V11*iPtjk1Y9oNABqZl17O+c29cEzQ-^0Mb$(Ei| znbwf{zLbGM{ssfXinxr_#1xS#zcirQJ3wrfk&#-T$l=M>3N%0jD4>#&TT-#)*StkQ z{tgBPK9-#PC_vtSDff#c&2FZvj-Vke8U7n)7vfJ_ExEAfF|s zAiuc8%+zBh1H+jq3=DF@V9zl!c1C)xz8%kR^Ob>_`2|oP!;KVYe=t3P>B#NP28>6< yH~*1%esS{aS4VVv7?>E?7`PZ18M7G}nXbZlIY8cZpn)tvnJ6e7v-!^J4VC~zEm=|k diff --git a/fonts/ttfs/MerriweatherSans-LightItalic.ttf b/fonts/ttfs/MerriweatherSans-LightItalic.ttf index ba87f47e0769635d59d3aac07e5b47b395c5f15e..9744e1d167fc72422fb49aee18202d3ff7a2c83c 100644 GIT binary patch delta 350 zcmdmSlBMAkOFaW40|SEqkYHh8a0&Kw2l5yh7*&1%X%2T6SGOeZBvuB7&ntk!GVTHX z!Nrr`^Dr=cIl{moujC#a>Lkc4ox;E<{DOf&kk3C@->6zV`W;Yh2T*@Pa&BS)$A?5O z1_pkhdQQId#Nq;wZ9wxDfXq+NsjN?9iDWV`T(w|ekjp42GD>n>D|0o;>0ah#{d5r R_%~;K4lv{ZssRNk0{|dkN(4 z0J`cOe)AP zF4>?blF7hu6(}v20rngtxMX(e zGu3YwF?Mr0V_7xDr7sm^v3buk{_uVzIX1iW@$qlXdF4KQHz1&5VeS0-XwTfw7#nqq zu@Sb)`ES-kPhhO8U*xZ>`K7*OZGCz*V<`}KG*>O2zbNtVB{z^D4i0%$5bSNXPcSaT zIK8TN`N|_7HIKu%i?MjEX6eHDBN}s47;|CL=)~IjE9=#*>f!AiI>cs+b&MYui_ zY_X>V+wF0o4*M?UsXXS_zG0c#cwD!jm80FmxR<%Km%tygB5fhA@1k|1bz;0ev@tes zWb{Ek_)drRUg$H|k`krh$x!y||Im1R=w9ub5z2yRLvQ^;i{<`cLt_$O8fl7T6=6(Zp6k!CALI3^X#9RFzc6n6t;CB*h}_wz`RTLSx7%b?m)v*JPb}@ErB@&w46~}2%r?l=PI!Gj}ho$vc zgmzMD!g@}Um{VqP<~YwgFFCI|Z#ufdqyxK2?6b(pEOOknNNUqXu+v6b9MMBWE+Ris zI?-4nQH&l=m`CCiqIJ%SaIMY)BB6yNW|3A#G?!=zWvL-rMzoS>jZV0Zs0okWC9!eN z7NSWZmh{g-jtq|7)88X!}i!`o6sm+McN-WJ4raADNC$$A2 z@daanPBeUi0^LL8+B95q;q{hQoq6j8x~n71%S|)$ZjjXOPH;QiUQDoxsDWrbQ8Upd zqAf&iMB6RWUArxG^;;CcbgmO}x(-Wo9UwaDx?&b{hzOb)af-CFL>GvzQe(w&dp_{|7&Q&IdRi<$&o)UrJ$uCz;%AYkhq2^w$>X8y zH%Vv7b`n3eNNAoT(($;Zc_PSjM_Rum>lvc+M3;!J65S+1F`hfROmp87lNBN=D>GO2xjUV*MD;VY-F$Fl>-w9nk`!Dxx9la?(~2Z2@gU z+nyXr>!sElVQmwd9@vO#RtGlY3?NFy8y(h?&l2q>>L5BmbcpCE(G{W-M5l5QQ<3&W(L^{mk3y2<@ZaNBWwbTU3 zo$=!4nAX$2S-vvgTwjHEvqio*i@aNj+JBt9-7y)`99<5!y~@I`i#~5RXX5JJ5P09Vhyd z=nT<$A`x*(MqG{1Zc6R`aLun+nqQIs{`1?dhs!_SKf#}YFLvQiQao7`C3z?!g-B!> zM}AW!9ra)EU-4fD&mijX>y}tT;vAxRL<@+ji0X)z6CENF(>2TKR*|-aXuW@XxES5v zV4+`#;gC(FZ6RtS+D&OXhz<}%mJnX?39_CdIx9&R8*&TVe^A^LKTfkif~0<;0gD1S z*TU8SPB)VrAg_oB;D`#mDk+U9lL&{FY0V`ph>_FQiX&*@LN8m8%nAA>+Ui<>5(auS_ zCsk)!hL(Lx_P zn1$Z1{uli;^=sLGBYN$3LO0f^{I9WaWbML{RT?uiUdl%pZ5kh~o>Q+Ghc%uRB{Hos zZfSfnFEuiw_~Y(UnXy@BY*2T>-XLcxHtJ!9S9=uyDDVk%*PsvmSXC^}HE>(7tk^Y} zWz^YtsyZ3aY~wHRO5>7^J2d6b$_=B}#@`in@h4?ngGNI%e?+e6X}Qvw>Qoq?=F3s^ z`(jUciug+z`^q>K&9mH-)o&sFOuYxGOMP4N|Ij;)1Ut{-nZ_hL|8?pZ^**#DS>PBg z75uWg5B&==dW?F{xN7I0@u!WQBY0MFiTXOS{YEStJ+=}(Wmk$oAV*JO2F zvbt+>N21hD=+op>Q{?)mA)qmaKguhNju;-uYK1*V6Gi5TIQAbg5m-$0t&DcdeAz~S z49|X|LAYr6Lo6SsJc_0RC1ahhU%0H1HS5A^EZ^Lb+9Lhv_?{gKbODU7qD!IiI z<5*T^5`sw>?c2Hzy7IGHE29vCAK? O7|Gil_)wr0{QeI~QRArq delta 5871 zcmZ{o3s6!E0j zI@DUP@mOQ2wT@NCNgQr!E#nxQFpi-aYZH?YYZ)bK(Q%Yew2oo0|J`%Wcfm1tW_N%4 z|9{^;&e^+n=GK3#?L4dLj5Ed(SUpo&+03G6imN6s-@sVcX~uZ*%(6N2(^9_oN5*bC z7|Se~IsduBOt$!0#z&MfHmr5d{3o-2zVO99#Fk@}rOQ@T)WvugeZ<(%lZ*|CUQzS2 zs)pCoe!^I=ow0+B)ypd?N1iKPfY?hYxz*Ln^$N%DqyLHlMnXuhUbTA7>6XT6=$~LL zQLA}%S;dfsoD{~~t&GKtTvf5APTj*khCc=IDYX@=mcN|#tNDzbsbowmu6yP ze#=JEDUuI#?@d7p<+>LfBTEsDTc(eMv!k-IYj#|O_ zjZjIq=e2p;=`96hn2}sv4Hj!8>3~T-Hq}B z%D3qEFt@f4{2nXTmZ9B(atEao{kOuW;&KzheeUID%8Z=wvX%ePctZI5wd;o{6~*E3 zPqjE#P(8&m6g(t0TB+jCqK#30q|}AZHT=+(@ffdEDG5#7km;KB7;lcUKUBNnF#kH_ z-stDwgmX6@j#6eOgs*HV;%Gxxw)BNZH9jAsc%BKb3pJ-J)1L}wo%nlJNWIZIp^+&p zn#D5CUtwJNoO(6reTjFa!C7Rri$lFPK8V@-#NrI!nBC!)n;R7UI8MmGQqOos!6Vv0 ze=WRv%Wp#LY^IFLMwx<=k5a@`o``mqEEW1k-LBBe?iq@!FLboq&nrW1s2!oM?$7l+XE9?=eC1Gsl5R1UDz&5@qWeVs zHaRt-SfXJ>P9lu#^vOBWNE<^mF(T%Wh!k@P&H_Q9B|V-v+y~AjVv)fUp@yDS`abmc zh`tAdndB7OL7_R@P{b9(oVW)pY9 zz%CMR6Fng6B@$YpNOmz>b43%y6AdSF69tIUiNs=bbHFSTbBWfw7MW{x(mMK$gTMXmQms-(4&C_LTp03c|yKX&*vlnbdX^W7%exT-l$##A71bIYF8NMat zzAR~-`@Xy1qhb1LqFSQWL~AAKBCwvsO+<}EJBW4@UA8GGraLaDYqB->0it6>M~H-G zW}I~2*R8dFNcLHxb3_-2E)or1g1O`CK*8dg_SY zAX-Nx;DXt5p~++jTZYilW*Iirs@2Vc{gJJNZIb) zC8iJ`o4lVgmYkS863Skpn?x-{(7gL)+#%8ik+)sC?~?mIQ47wWHOXlb&k%h=gvD6H zbdYwHD6*_>((V!U*_5mhIc(CC@oJM(#Lkm5P_iYBw<&ciPW5)FO(DvM`;yekh>D12 z5k=gEq%9^|3tBDqzbV;7o2p@KO0Jc*t7CH4^P0+D+6% zbO7IfbHL;eNjySyjEII#T>`CA?)@aWk=(PSox_4J%D4z!AniKnvUGKUwp;3`H;_1peCK8IW^%U??IhYm zw2$Z@(NQ8S#v1PgX{U6;HlkJ{XjaM>q+KHFBxz2R8W`QM5&Rp+8oL(7qm-eye0_mAI%yPg}q*C8wY7yrM7*L zwqI)P&_0!Pi0EA++;x`QLL@Ry%ZxMl{#&*XKapa`punr7nRL@WT!E1RZ@_^c?2PXs zf4A-W?+NnvQHElZE|U}Oz(9(mroi#Q$pF6Bf$>C*MA<}Bi1LYwh-ML$5iKOzElC%X zi0NwObc@MeOH@tt5|Pl%jMbz?GU`d&L=;*64$`m$-P&hl#|OwhLUfGiEFS+(@k#>c zP~^oGxIlD~=rR#5I4iCPbYJ8KohZ0<(AWEI3~EHU$xJ(l`^zGcB5$@JZbnNRLo|^n zho~Gh52Z3#KqRg;Qxn%3NQW%~afg9$e?9sGBUTxFL)Pm=Ek3~pl+BX1f#mZD?g8zS z+Cfo^Pw*&8v!oMJ5ZbAM6nvr;Qd{sm>MvyACEHGyUpdiB-)hWK_^99#?N5yJO06Ar zx!Q}mSu2wK0QCl=QQ?06f^h_~{2k*Q{{PApf8`Wl2(BDb{v&GjcTiTyd zjM*x(#u;@gA2&+q;~r+B9-@AOdWMR>g;0MbYV94N8>dwMw>Si{KZrn9ZEV%}d>(6b zXnd3r6U8&4#3;Iv9mSvK3yj(*{v?{FDDL7V#&NTEJ&OO?(}FPfLqF=Vs@R9S|Bhfy zGg_i~s&OTnm-1>OD~3Cb*)jYrIV>|eV)zpy#0=Br`e&>8f*)oY!yG(`UobKpJd;l| z${d)_ZB&ciXk&+i|2jEI&NW&~MMAmSjC!v6Z`7mJKBI65|A^-s(Xj}hYh=Z85AQH$ z#qw9ibs*xJoT^Jsbxl4VP3?p}L+wMIC)Yhg?JzFK@(H}cNQ~pb%(vlWX}=J)$YZzE zm6GvT*(I6nk>iaw7RK>$lYS{eGzUV)D-%!`N;66ZW~u*$+p8I30PU!(e`7Sq;lXwo zopF3L|JaC)=P#mH70*Y-O+xf%V#(|?V`n^{IpMCBhR$8F0(M{dCkDuoljO)Z*sYX9 znJQm+j?!r)Cg9P%ZDb_yr>EoSa6`)wwfZgUd1@_caqc-!kxTT*iLS|orpafUrv49Z S8lFcJhTt84xtPG4oc{;QQlF~; diff --git a/fonts/ttfs/MerriweatherSans-UltraBoldItalic.ttf b/fonts/ttfs/MerriweatherSans-UltraBoldItalic.ttf index df51a3a64bc1c84af798332f1196cab3c19ab5c0..4858d702d99ca9ee3bf82bd2d08a1dbdc66d92fb 100644 GIT binary patch delta 350 zcmX?djHTx|OFaW40|SEqkYHh8a0&Kw2l5yh7?oRqG>5y3t6P$H5-S74#}`0h8TSDH z;O^I7#Tghr169ixxCe(i2{KEkFfa<0Ffa)6`3LJ8)pExO0M&K?^(Q3fCKhmfNc3W0 z;6K8^z{!`MSX=GLfbtnY z^$K~3xvAw(=C5O5I0tk9%cg?-;*t$|BAE;fmn#?;`E9;3Ff#)!Vqmz@!UXgMke+ZndlTalarPaI|64b(^ln}(!Euw7@&A7Y R{>>{s&N1WwssRNk0{|ApTk8M- delta 280 zcmeA<&T`}!OFaW40|NsuLjwadLx8)Bt6P$H5-S74#}y0=j56*4{=wa^zlt+3d^*Cw zAYb4f9O@*k~OzxD0>>hyVptGIC2QdcJ#{2J&|R zU3DiXKRNLv@0WfC28ksM4D1TIi4_IR3mA?82f74i~uQ_G*sU&p|3u7`nvWm7?Z zamfZfkxT}L%MJ_-av5OHF*2T(@N(gZ=ePOFz|8ytsE^@B3lq?hKzahxk$;;F7?+4| Oz9YeYbMxzuGYtW?r%hY{ diff --git a/fonts/variable/MerriweatherSans-Italic-VF.ttf b/fonts/variable/MerriweatherSans-Italic-VF.ttf new file mode 100644 index 0000000000000000000000000000000000000000..26c4831b485ff2a9f0a16bab8111eaf5309588b8 GIT binary patch literal 239680 zcmc${cVLr8@;|)$?4xSA%9dPZb=j6}*;aG!9UE7SO$Xc9#x@-SA*2AIBqW5?OK+s# zB_WOEQZK#d?$Ud&B$swcNC?tzc2{~VlluPgy%$&>>GRC)&d$!x&d%=h2w{X!68tBk z&ibB~CisRCxwaUt%BK2;M)juA?-1@BLP+*dQ)fp{PxsG-2=`?nRPlII&#cpVO+2Zw! zS7+Z@fZ_WY@I7^Ka`DQ|@_%(BlnD1#F-zh8uES$z!u`L({rZu`YgWQF4)~b|SLMjW z#-#@zSznHj9r%0WgAt%V_s79cf&MFmzi%8JUObezEzSn@Q+nSh0LlYVmGJ#+_--AY zT)W|{&eP68NPzane?GBdaB>nR4Ea4kuK-CxR{WIateZv`#+HK|$tQrI zSGEbQ?0UvyYXa{E4#o5Tkyip=LLJw`{W-E@Am6soJ$4ZXY1!ggXff2X z9LZQsQv@O+NE90J8E^*)rwIMQ@6il;MfrFE^5dCPqzGMx#9%ctZVF>Py>&)f-eH0B zARdo%0XU1^7xILIa4{kcITI}xRt8`GUnH_3_#jQfQsic-5ETi(mG&XG_$p7rK9mT_ z9dV_f-Qs4RpbYo_SrSl^K$9Hmpy?b`_?zhfwC7HsrPolxHdHRm;E8^YNO|yCgyah) zdM^%ABn^BHehru(u79OT7y%w2;SZ6UMDZ*Bh+hRm2v>yh;HP90iVr8@Hpl}qrPp7i z50Hnv6oFp>?fl;-3)D%|w7NwNd~X5XXzGJR@2>_K|4za|6!mA5@CM2iHY2OxK-EGP zs$p09`RH^RY7qXHsTx&~Ayj^J63T<`2+1h>PbDwH!cmFpm{5Wo|BFPjkb@?n7G=?d z??c(Ym4s?!7wVv0kHeLIj!0q(veN{8n*D#6EclV&VU`9^9fl-S0w2GXx>1fWl``mO zY(*sz$qApWkm9g4_zYarLy6MFLJHFwg$7h2G={$ipI~(6;BFjBLKM`+Qx@DSWoa9` z>hLA(ngnG49()V#S;L^lokYE5&j2>%nm+6lQ0Vv zuw(+e`&;QW!qDBy2(@;@?mKO@a~b{a>YJ$bi2EkD8|Mkc%c^3v&K$x&mnS zp=g+&Tr^Q$k4i=G-GEKO*WsEIN|YuBQkXWMe-3`Z?+5n-Jxd@nS2*EUQ9)z^pRhnU z9Kv1?eoU62m~avo}?xQh}#+;Dd~^G7E(cm}5IoH>6}pUPwwvZb%+T zGa;EFRYJ1E9GeSiF{DCB`H)cPa}8W;A>~1;fRs!56%;5L9}8nK0CVsM(EqaFfALe` zcLz`k_#w&oFp36$!T@x+KvxI273iFT3@L#w8NTNMT`tg>fUXGWW&zy<;O#)y3v`7* zR|DVsfNmDhwF2GTKU*GpCV0GU%Y)D1%fYAaKutiW4%4t}_}=AcKG1!MPlvMh1V6+pkP{Mte7}mr zxE^Qe3$zTz{xWF8IJ;7OckoHLw;XhGT=)V_QXJ~a0beXfC`AhdKN^DX3m^^Qb~K+{ zf>uF#8|=m;q<;Kg=p%wA$fal#q)%ZEKL*kg{57nNz6riUSMW3e9ZS$ggnohq5d-uE zU>L5~K)Q{8N9O|84hf3c{wKswC7BRyP?hjb>S^C4XhiPF)s-hxyH>2yf6p3fm&0jUDgm5|_G;8VCl z{3tjM$qnD%g=-?D1RM`zYa!U1laUF&{|r|v-i?ycy8$$)-btn?=Xyw#oz~Q zM{PiN8BzrwL@~i#!SjOG2X71hJ$QNWncx?}dBNL|8m?CaDbHST}yMq^m{%#I#4ju>T#?asMfe!vMsnEz2fs_dUQw>iZ+IT*C^(Cd0{w zJ%+Ok=NT?B{Ai3e#u<~02BX<%Hx?M(#!_RsvEJBiTxr~B+-1DnxX*Zv@kZk<#@mg5 zH{NT!-=sC^OlFhalyB-YEij#B7R+*UtU1A)WKK03%uaK&d69Y8cDe0V+X36Xwtv_j zvpwnf^so>NLQ4@cq5{yQ%Wx}e>t*;RXzRoHBm5cu5B?heB;*JMp|;*7+$TILyh0F> zLtEpatrlWuZS@}2R>7b&BpT8URzr><-{3Qp8mbL#hCag_!vezw!-ql z)&yg+(FkpI8H3;I z*)Fr)V!Ok3kL>~5qtMn*4&z`@1PvGd#aaxSDuB*{w(jNMr~U`c`YdqE)OWCTe(b~f z*n#cXgfnq^a5&f%YzS5b%Yn8wlJd7czn}M>h2DD~VzcZz2R?uE{-*ca-cNu3qW3<6 zzjwY5G1m8~)eZf5U;Dle{-XEZc<%^@-jgHr?st%0gY@pZFTH!~yHMU+tHU|oYI&>a z^%vw2zXpWbbP?}{m=63Q)dct?wPZC}OV*POa!D%!f?tk*2dl0lnfzF(Fnvjc9I z708NY9vQ@{r~b(DWu>x4xZ66F_+42&Aoa3FSu?#C{zD!oCy_hIF7mRd5;MpFau(>} z4)PV*OfH31oH4`Y1-Ek_&BCbS)0kN$>k zM0cQv&{ODRkl+{SKj;uSkDN;WLIUJ!aUKfbRGf}2I2Sj9ZRo(gcmyxQlXyMeh_~Wv z@b&lxd@H^mKaM}ZAHw)Kh`%G}h<0)=$mbzIj%XBqAh(bs5Soh? zphYMfos7;wJJ2cUDzuk;gRVp`qo>hx=wIkd^jCZzjzdALz=G&&5`}1uWe*yaQi>Pbc5v%kT^M3H&sE7JrVf!~cPpf)?yFLVBEtj5q^qxd~zi zX7C3MV7qPLV78Cz*u?@DenR$Iv7m#}jBJUXE7dm1q@sPiychbPQgHHiOrB0zM9G^Cp-b zPe7OAi_lJ(SuVyGpzH9}=qCJEv>)GyZpME@2k>p^9()(N8$7kU@Ezz;{2+P+W}S!e z1L#Bi9(otQg`UArq7U%9=xzK4dLO@oKEofQukaV>YxE<;AP(b0=qLOGIuCYOUd1n= zELd4O(F(Kv1?5*3}8%cluE+u0RX%9Pn!vqciYn=n{M(x&_~aZo~W0 zKk+l@9sDM`7ylhSh95#_;yvhE*p@mA_C&tN-->RrKy-=uqF3~Y1LAD4SS%EMVv*<< z`^358B5|R(Se!4GiREIISSQwtHDak)A~uM%Vue@@EAcdB!A9`z9pL3>!D=ZRHQ;Jg zkE_7DDgbY!33cO{Xg2Nv@1zSYhW)3t5FJ{N*P@O17<4S&fKJ4l(MkAtv<;txuEtlQ zYw$jFIYi_x!xy6)@U`exd^5ToB2f3?yV3pN;oOODM}Nl$&;$5h^f-P5J%JxZPvXbW zM;J^Vej9y`KSiHHME@ZE1bqW5+n@1|C;`W!MDQx2uo6})YKRs@LG)0AG~i8$;Hk>N z(^X&*RxC0k!vaLGN?}D(4xV}~M6`+^vfzQppcj>4A1cOfG>jLaLD)e$8}CKu!j90X zcqcjypMp-ur=mUJsqBV`+FxMhcmX~SU5NjJF2d)d^YOXpCHy>k1;2=1!!M&ZAo}no zehs~aUq`RQzTkhsv;G!;g}%ezpdavmVdlS&{Da(2o+1yC$H;@^QLwfTgS~y0JVUM| zmy;{VK5`SencP73lfRK0$zR1RF^6m?kBDmWI(eHMBp-v_eU-dLJ|iEHH^`ghdGaaw zh`dAIB_EP;vXZPKOUNKuN=C>i86(Tc1eqku$qF$>j1o0sG+1dO%E;H`3sFvfB!|Fa zCyPm9il`G)MZK7YpeuqW-z=U+O{x+6{$|t*)?_8<_fB*+x(xjl-H9GYFQ9kO=jag3 zDRE!{v#&aenG5AEclSjzEpe4yrM$UqL`yts#vYKL~*_14#k6tXBDq0eo$s8vz10b&0w`-KCzd z9#gMVpQJubeZKlS^v!e&2*F>KXy(jv@=xd^HjlMtnsp!{ZvSKD;PK>!E=K7dBVjhfnHs-aMk75&J zjj_40#j*9Vow4&`Ct{C_-5q;T?6tAC#Xb=GbnGj!AH;qY`*WN!E-}s+mm60e*BsXy zwjbaYy2VNyemgNp~eZlJu{nHuVCoNPLRxy-#0hTG$xvk^WtcMZGAc6KGX^q- zGgf76&e)Z4PR8XKf6KTl%Ft_AWSB49x&4(r|^8J0UO-&+N1j5XD2w^mzEvYuu=-+GmGzx7`06V?~4?^?gGDQsF>rp;;d z+iGp?wgKCuZL@8c?Ht>FSRXuLd(rlx?Q7c+yULzqH`(*-74{bUEc;^nqjG;}OTd9B(?laQv7h%c{%Tm32-$UZgu!t86ZZ_U0x`>E`gv)|ADGW&3jB1fB(nd8c-%9)Wf zJLmkIe>%0!9H-B@$+^RMmh)2Q4bB73hn&wjKh4$VX68C`i*u`U+j9GJhjLfu9+$f_ z_b<8oa&OALJNL2N=X2lAJ(&ALUTR)d-i*9;c_-!V%DW)%>bzU>?#p{3@5Q`#^8)$S z{DS=Q{DJ)8{8jmz^LOQ+lYd|Slld>XqFpI2o2$@O;c9UWxQ1P;T$^3HT<5s1a^3Fw zhwB;Fs|ButvVx|9o`Qu1;|0eQY%SPRaB0C!1$P%bR`7Dc#|1wWRu--+JgM;BqU55* zMUzDvi%u@uTXb>Jbw#%q{op2Utvl20a+kTA+&%7v?s4}f_e1WN-S4}) z-sin6uXN3#hu0d#e0gcD}JNIR?qywzpcuv8mih}byqd2wpP!t-dBBR zjkacX&AByC)f}u%sa;sRwf5dRp)RRzvhJ3;FYEK`{q@!LE%n{?bL)rdC+pYOpHRQE z{_gr08c0KX!>WdB8@^~nja`jrHD1(sRpX6~2O1w}e4_E+jjuO;(D+5;ca2AyWKGdc zNlh6|wx+x$Z&O9njHbCw<4v2IPHnod>4v7eo1SWVz3E`n;pV93v}R{>S@VqMh0W(S z-`xCuOKwYN%PB4YYWc9Wy!FJ^b6XFzKGgbL>)Wk?8R;`dX52F4?inw%Dccg;>f3tS zmb9JF_GH`hZJ)ROx1F>nwENoo+s|u%sr~1fmYGd6$7WtT^W%=_4o^pIM{7ra$I_0q z9mjQS>)6|Ie#hk<*LCdgc%kE+j?X&|b*6Ndb`Eq7cW&)GxAWT0+d3cYe75uR&R|!3 zS6Wy8pZvR|>-p}u?w0OryT9wH@7dM!LeG(2L+^0!f!^0=Rn1yA>#AAr^cnls_1)U{ z^X#hGm(KqC?6>=^{WJSV`#1LQ?7yM^uKwo-$UyQy@xY9Mg#*V9oHOviz|#Xi&54?0 zm~+gWJLY^p*E6?m?(p1`=3X%O%Xv-nu9}}azj6M;`5Wh-Isc0Jf1m&Q{7>c|SrD}# zd4X+#dqLBJxeHb-*tSry@Z^QpFUnYS+@c>AXD^<+cx>^y#akAiv-sARnp9v~%f#rK^_iS$g@>$CkdjG&qtpk~Pva z(mQhO$kih+jQltnJ8B;Fjm{b!8QnN~-snT4UylaH^2gf8#>Y+>J9F&Xv1i6UANy`u z`m*9>4a-KBZCrNhvYVGZy6nSc-;Ae?H;=CwzhwNwiQI|SiLr?*C*GP=O?oCbO+GmJ z&SYSD@$%KnSHn7NIjpA5!mSWJibcpBZ;H41^?rxnp>Qblisiy>M-E?qbNT-LRX5yJ ze$$P@tw-9&Z@aDh)|)DBy{&TpHAo1)43UT?ID4c(8U(JlTWfKc6k0cND6;Xy<{gt6 zf%khieD0Me3kQ!R-E|jM;m(qhV36k%4X}ei*Z2x?7#AamY;c^sE#YI4xOkm}pAyD{ z8lg#|cZjQDZAZ(Sp6^mA->KnzlyC9x625yHzDL4Oi@;mS4-!5afj5a*!bc+Tx5QBi zKRt|7ekJ-Tek1c85En@K_Js2RzxRs!CH#yCyhGe4;d>+S7BN%8m&4k1O1@L=UJ|CK zdy zT}DE@V-wT?=B z%qdFYB6;AW%omg|S#XysP?K_Sc<+-%PT_jBzmI%F<|qR{E9N}-AlBkt1ZrcYGU>qT zgK=>u)JBjy_@huNd<)Ty90XAzy*Xd7ShVhTwBJ0BzuW z5~>XujQ>GcSHh`JR1`cUc!7T_M5@dVyWQ*Y`+Ssjy}}OMD&+E{M4b+p_4)NN1Uu*W z{e>>q6@#gTzD#SX$34sIb(tEAGaE`{VxzLWwMtk1nX^tD99pS})69!a@_H}ss9#|LE2PDM0P^ZJP z%)A1#XOUN#3B4F~)(-FRY4zPDCBDSOzLo@UY->`P5{m>n3I1Gt_JV!KHS`Kz&%SvB zUU#0H9Jx=Sq^*Ej#m}KuJNyN`LWf|dM8cUg985~1UG=F9n^}{xPqo zssd*!Km9|7@zpIYf$l%YwXl_O$G8?pp-*UEg}8&AG~kW54(O=Xak{|}of~Wr$Xdcz z{9%Mg(3gUMb;wBk&?N zGI{%#gN+Ew#Z2y!=$Ay$Cq>|cVVv^IW*A-$&y~ubjKs-%624*@ zeu9KgMBq;Gz7XyZ8O|(%4_z+R|I7PB5L;vSgRW_OuZI%>>QFv2c}l8poYsdhN&?%T zAbd`D3iW2Y!*2ka&#b&%p{NpMewzY}KQ$i5B)ihoF`35b#^p7+^)|Qq{Qki0QFwpc zJ9X`*{DG4cqR=A{oYm^iD^3;C`z{<%^x?7BmBnq2l6iGj+6S~QBhxjy2c&=z7sGg< zGED_dS4C<%==ly+;DgNf6d&b+l8fJo^Av%6#Njij?cAMJhs2-sD4?MS*Suh5Vg4o!^d3mRIZW~#;T2w}>mqaDTc)gc))vc(Fi@&x%aKE5b#wG%9j0fi5 z!Hy~$EzFMz;nW}F_$c>pIL`blj*o=#zyaD8iGD4__^AYW`P3G1`oSM$5Rx{C}e zdQ!e!Gybh}I2-sA;SF zMQX2j?UNDsPG+w-z9Ir2BGg`Se1hY_uY<0LS{34Y*dL(w26_uxN9_%#AE)#%zy38i zh?UTPiO>a(O5(2+`B;n*Y7>%NPJ=8uAvRVUJz1(rl4+~wU7RO3=M^NCt=Y8un&E(B z>H7G}&Rl30E9Xo$a+a~)96?twjiF~kZ6!%*Y0A0tGhrO;!K(td>CHJc{#3s=FJ82J-SIb$d|j6Mv@FINB`+ zpE_O_@3ouTnvVP&!AIZ#syPS4f7$$r}!hs;V!(9@vWIgzdB4G6otdY8g38l z#D>}vY@9~Ffzm^d!#NdvFO(lmC8Tipp#grq0@gDg^BnClp2@shw9jRL#BhSG(v43G zTrs1*_ahJ;M)AQPNIv9D0E-SwbTB?{t)Aw$X#EO;$7jT5tXqEX-X?kS)0f0APmij2 zQ6=>%IKCS8nt)+8 z&tDMcI$SMf0{Zu#MrG;fqNOioL{)&!#Eu<{-+`KbTDvD;;{8piM%ZC*oAoz5>%#N^ zH1h)1-wX%)Gly|NHTDALhjM&0jDyAj2f!J}*TN2(R1Rwi#|Ojo;ITx~ucq|S5>Ie} za3Symc3tME6#Ua986)66F!5RHe?nuHhMKlGp?c00`5H%2I{tz-YO0a>b=jTFpXon%H1?(IX6yuHp>sA}xX~pi_ct7{{B+QXI|kOC zI&ANr@E6WKsk3r!g`r^XiM77&;tY%p)gEtmNd^|0m9tLon{&nS%|)|URn5I(b8}Di z*zwgf$GmW<+_Z+ujn&5Fzny8oFzkC%4PZE%vpGIC4X1N9$44V^W_dV15`iCPF%*uU zF5wzsi$qU7UzjPto=4_;L8LJho^Owo?~w2si=lA*j0k)Si=l9Q?=+moP&mFEk4ChQ z`V1VW`~6b8#kLR*^9;p-uL;=se3V|q@-SY8u8?~9m-mOH`|#XB zL@%$0GX!ezzAV89ge}Ac=VGiVAJz^IzZ7@TgL$WY2mZB%E-8w5)B)?@Bv;4}pXux{ zn)3249h&K{bvD~<&fH6vI$JU>t0^ihP7S;rmPAJj~Sn;a}XJp!d0bBVU1iOQ#Z=7Mapd3+U0v+LW;~ z2-x1~_xq`MW{jlApBZ;Tj4v+l_==;9pRrn*lXLp)<3UPobvvfw0moL>N1DOz zWpp{fX0~SFN{fulXW?PKBweVxh_(pAMBxaLdr`UCo|hfHVm-FoPaVi~Mw>S*Ss)1Y z%?X~wYz;ie3-PF!Q(Lqe7G(6Y%{QktmP-M`b1mUsYw={Pa z%*Z9AIjhE=T&~r4s&D!OV{^NyDo<&O!a|&AG^!Pf4ppq`Z@+JEpm%5&wL|Zi;A|+B z3@pZ3^p3?~VJ%DjSnA5sZu0R+9zZVZhqI~!RHXKNvjkA~K%Mc}(YD_~@Bd@Y<^n<~d3;maZ3&2X@$ zk@Tx0>Dg+8m$M>VK6o0D^cyHWXjT+FS@0Q1&&8wI5#bDQC16savgAQwy8MR#G4(a% z@(1)jPmbE8_En}hYwT`sex0>qS#9~OWJ_Y3$y#c`*yzs4tF<;9qf|!6Df^>zG5P|V zqs5w8(_T0AfCL02a@ygYITND?qlvlhErP22l zTWT`O8YyR1@IVJaUz}WDd|;MMavlPMNh`z~EK{l4=xD%5AwOK&>q$~+@q5vMS(37dZ}k!ZRhEEG;9E8N|7)F?4g2=c?EFcAh*wYQiFq0kM{`|%KQ4{M}{d~4bZg# z9o_w8kr_tIA~Sd7o~Sx0ljkvRRc+0~b6O73oQGNhS5xg_b+C2DL#%g3v6lIP)ez~0 zxRHhX$ zIO)m`wrZ$$z)lVQLL+opE7uTGHdz9jLA5pBmRxo5cuB0?zDc=mEXtgTp9r+1<;6GE zyGLi@TLKNM>+36_t*mV3>p#WXIvmkIX*TGr@lVN!}~V89J*i1@$mi&$EmN) z@#S!KmipAZd@37`FNrK){49i1Uz_gN&=}Mz=4#rca8kg$UXHJV=c4cD<&XjQ5@@wxyEv^Ql*2-o_}5KN zRK;XorWx}n&5x`I{Bv!tJpDXT`0~iN%f|2pYw1OZITDXg?d=V~L_y=HP#){UPeOfo z3)5+i(=ovD5jagub)DhNx8wMdNIasPA&Ntecc5+Kz;6`Y(FTU0X<7>*MjU_9hKW0m z4g7fBrgitgIrx#l2RJ>jHE<@*3cLb2VHZvqhJ0#j^TI+Qx7+rwT^Xmne|_LBJ2v8{ z0(WO;Pv@IMTiNsl3IKJdJ@WC(+{tECUm9rY2Tllql zhr;x<4NR|j`IC`2i`#R2Vj52Mo#W#aXMd5<%w_0yV86_7(qo9E#YE%dDgy_i@jcOj z?WK4))+yMU6mxTqyj&xnPx-=7e>0QEp^!Y_Buf})a{|Yy|2BnFJI3+BFb?g8`Xzid z`ku9$Mw9c%eSr6~@;9?+uYeq2BBS4soa->hI5O>(xz6mUbmgigEnA05)Qb2cPcP1`=t{D=Qn5D5={%vz zQk?^>VYQKCfQta*0#=cXJC55Vye8yzQd}!4Bz%j6YlL_brgw;~At^-Wix*{5zO7O| zXsu|M@NE%z4*5yKPmaLdq)x)CBk*`KOTw!n@CV7=624u+DZgR*DSjjK?Iw>&`F2S8 z4hd(I!xFwT0{2DmyDI`uV%DF_w=n{@kTj{B5(x*s1doI>IsQsNl}Yp0#po)IJ6lA3B|_l7tS`$mItb zTk~eEZ?;!BDrOW^Wfsq0Q$`Z=&8dEWiXqBXQJLC0KOv(#HO^?vghyC(#-!|=g66_x zRVvn4XH+>1X*zqnIa@hC+PZbHBwBB^6dS!gWmdVP%&0Y|l*U;zwKFP8XZ9pmii}w; zHO0xg!p5_{q!ZyPpez_MI%0&~8yH!1zZi}p zDWt_aETMUr7yxzt{5N5h)eR-Sliny`mUA!$~xzq`-gF)OPVY&Ai@Z<=c|FU6qbq7eFTb9T} zKQwAgeMgWk$R5u82p?4RIL)T5{fXJO=yXknIX*E<>nL;;8Y|4E=*kwQcd((iyK7Wb z$``3)RPk}9V_LeJOy&}8jsZBJHGR&ck=8iq$F^bvrEWV1GwXuXNWP!hmpPK^@?PDmh*2 zDX7*Pg#T8}EwnceRoQCeRE1v0Jl~*@*<;Y_DymYP14Rqf#f>JjdE3lPUv_$IhR2ke zlc3Lxi%GF7%ZJLFPFPZ$l3c$ykBsIGXBo4URf=R|f?{d@GFRcMlbVlNv}ARQv$?O& zqAxHfC8p0D$j|gTbacd0iM<5xgNlRmQ9e+jU+k{YDeCuyC|tm{-W0OAN(F4aY5!2B z_zS)(=Z&Jfat^vH_st)PnR7Y}eH%U_1#3e5$IM}m0_P|LOa724VYIsX$Qggc2Iw-^ zF{*nOKKjrHOqcE834rcNcq{rjgf~vZJ0<*(m=5g;l>?`rszdaLL>Gb6PrQ6M{RBAI zGW-S`-4F-Uvr~N#mYlMy5V@POtR%vOeqQIy&BhM<$+PmRGX3+{l;S)$*w56AC|7yq zGIMKnRz}E5W*P>|mUMT{4;x8QDHhgHGZ}Bm)Z#Rp>Wr|6)CPRdY(OsXN9P6}(V}>e z`U>zwJ;iI_Ili!MurS-e@oEWAkD#YEfLpbQd~l!I0G_W(%6CY(h0gsUe7l50lt7}V zb3b@wz(-`h&lYM1Kg%0iPgLenSNQUjjZs2ycqOKcGHA2(O>Qg(xv0 zggZorvwqA*7l!Kp;8*UK!F~+CpEZr|nXtPS?q@Ca4MO$Rh3c~ef5a~dUU*J27oO3} zdjO10@NjSvKPKeSxI3LYr{Z9C3+(U1sTw_@o1Zbl!qmc)s3dDjeyb-vvn(fPZ)xC2 z3?5H>KC9BH6WUKZi{M^SOv)~`868^pJ>FTyz`@j9U;2#6GT@2T^E%VLdZr82=pDFX zR0sbZARZcV;n5=qvq&LP1(;?QNNT9AjjdG55@XY5m+0(qsp@o{&81KeE5>T@>)kF( zc}jkfT+ypkTKaNHCgay+CpS^YWCHeBz$+0;F$)#nQl*~E4kYP)yNUiLarzU1EH|cV7tg((b zvzE_bKgd*KzcN}`S+O^_GGyQAieaCCT9P^$?uE6BQOXEE7I~4I$HGf>$Eqh}Duq%ZDir$E$#gKucfj+*RPu1TTSye6Bzy$+G@}^3W*U8Kh`t2GW+GOgp9ST} z#kt1`AV)ya*D%@$lOrif;9LwFpcr?(~Q z#|W-OYjnC8Co?%y&Ac| zR2O@a{I#tP-?Bb^;5EU0gw!o2|Ga@J(jBDFBNU46+u88|I;En#avesy<{`*|tukX@$8* z!K^I_TU+QClGQe%a*TQk{fexiqLSh$l_EZR0=6iWYM3|mX@*WSR>(v!z$)2X=F8pz3O ziZ2#@}d> z+PS=>q*$g@V3|y%R!jC?0YMY*vqA#cK6UE8L~ug{Cl%=R|qMmei`+?5?k zCcWO8lNi{?Ii&LyjTLNU9G2rG&LMDOWpyu>-9FLHgJ`YH)-}})V9Ty zJ56&|)%C0@<-H-odmyN_WW2+PIDYaZ3--PudGDOoR%+jPTkB|BVRX{9wE(>rj+ahF zHNwkix^2pu2f>Zcs{5Qa>z3}S-fWBI#9Bv*Jwcmoa+Eo=1PsGh454d}jon$<`|z-xYxiY!>Et zV+5{YvoOc$TTjFC&=5H56XJ{EFb~wjyG-aT%;f@4G=}b%(tPZGIeLNJhjuZo=H;?> zN%`pL;CNX?eFB@0Io=R~uNSVD=vyEL8Rl<2>#wtq>MxDJ={X)*ZzO$Wz3W-MoPJup zY#qb#x(I%%NteV=1zoR7?V{^1&VN$`y})LCj@L)vB3oZkoUXsP{K~O8y#5k|U%5}; z853H6O_T3T*x95JofJ5SrVx&U^WIi=>f^W0p@om3*&RgZn2L$jJ8M&tZI-QF9$SU8 z+F-C)PwcL89$RQJTNH|?^{z(~4TTn~Rjk%8%Ix#e5tT5IyudKOl8&m3LWg5xRc1j# z;P&(`TpOE}bzCL<U)-;sx=*UXu7r9E)}%wgmw*&O1zVqKL3&6(HD7?Kgyk7Tcc;g5 zb&83_3bqQfBzLZaIAVfnWhkDTmuro-#+rX5_C>j6E0@gbF79`W~&HU-x>EUIO)E>Z)nkw1OXYQeoDV`5|)3)~2CYDw$f9 z@_;=qHzn|ZcK)n&Ey<-RH532TJULk`>AFvvvhdMW+jBu|;qS8t-Nq?~YB-8xNH9DfpILU9MIyFi98_Daz` z=-N;|E=!&-EK8d26Hz7QV>rzR&!c?|`C^0VwB@1u3b7sDp zeH*%2qTkEL3#Ts)(?jn>(zi?u2HW~ zPOvz9bCt2m#W5-7+&HT>!B(4Y%+D}Z+KoB+GY7qa0sP3)J#FUdd|zW`vN16Rf?gdi zUo)5^IPC-yo)m7E_KxYPApSTSJc<@0^6eeAzjJkt8xtYRm*_F|Cv1+|td3R7i6$<} z;n2jy6xS%7E_qT~Jg)8DxwE@%RfjuGrb~;}sY~NcIvD@vP(2WJhid85$TT$d+qL0Y zQGr*YHvWE{cw)wk!0z9x7;2_1yqjDID?m5YeDrPv`2#ji2=7GDh1$X2XGd7{i)Vw5 z{~hLF_4O_2FGwHs_kN~7?eIP_s=t2F(@4CHK2HaD6}06tvRR@pLARqNfU{mC+a$a+ zg!@2$Bg<*!QY#}bfaxJV0uoR@{3U05dmdRzY zaf%5+5f!BpWU>rnN@=m)HPJexb_}U&TjMI7&hbf?s<^GQPHXeUTT+dF3tn>M`O%_k z+7?z9v#XD@wwGfiYa_?0cg*n`x>G07)15$$S5L#Kx6ARWX*i9hbG&gHPNV4@FNwri zjELe8BceF-56sLvrF<3A6A3Ke)ctDko~ZZA`2Lmr)Vq@IGw*kL`SsF$4VAsbS8M2G z>Ctj3i{zJinYY--EzDI-aHtV-vK7?myVLRM&R@ukE}P6KC<2etX@t(tzPDL zal9^qpK|8ia(*h{9g$&v(%Brx@ump+bmrZ1ygm{qcS!PQIP^~mE@a-TCzv%&elrEW zC8{0IQ0|5dSF0zgT;hrZ}68eMxYgX2Rkc8SHyxBo~2Ph z$ZAWPZ=F$|>#B^0o$g_bvCPr1s6u%FA0Ie%xU}}<)&##VPL&&5yXlw>ENvVUHB zv^KxiCBL0kHq?{fKc{dVeCTq`>~bd;<;BIAHC^XlH6-4?z}Yj`$8;9zW;*dV^h_J+;lk>KrpfrPjc-Hn{mPSQSv@{R91tN_QfgZ zq!;SkD>gO7|~osp-ICjjWAJ+=>qRo;S^;$UfVn?C2&&pENC;!!({PYNEUB1UMc=1^L{yAjs7d) zd{2_&rC}T@fV!b=9B+m9ZbF+`Ed8i`h2KQ$U@;m8duyQ`Fx&{g-bBlw`12C(;5bCe zX9@cm&vQvWi=~dwDGnvR0{?l0?Qo)8L(g0C zH(h~>I}};C=cJvJhQQZtE8g4hQNBg+7DDxJn}+vG_{kA?F}YmA zt0Qm^xmCieBJjt=6bauR#u>k1`YC=R^X(O3<`40;Bb*QTJzpG<@SPEOnK;Got_a*i z<6EI}8mHkKCA=hzQ@(`l63*l(^~Y2{(S2&EKgfp?eZw^TED3L#hL=freHafqrqw%B zFhQ+h{g~pPzCAfy@1%Hgs2qBR4shn7oQh+le5<8;>eziD_z38I5$NgBZ@Pk0t@KS- zet6SW8D6wiA?%U|zD;{d@oWaJRRube-krbm0cW<*5asKG-vQ{C|5HA2@x@=@7W$qm zRwmQow2%((16~L!2>v9P;n$o}z<&Fv7YVCQ={;BUHCM3woc@|Cc=ri?{*1lmian?D zw$hwsRu%OYDY9JIs^!aP)Kt#ELi^sX%I@rz7JW`qhAJ&1HQJEg*k948(51!51^BZa zoBh3U=I|eR|+Q$7r?xp z3vW(I6ZXOwy!s=(!ibnSMl;N5>y8uSzNpTFxZG z@luMz%E<+**iq=qBsv#Q^`!KwEBXK-dpQ|DbOyb6SZ6ca^zL4tGQ(y!MeRDpy>LgZ zqbAK$6s6X7HN?7Os*{S?JIS`gS`weOvwQbwX^&o)v#m3$A}QMI@zJmGVXsMNe00}yKJa>2J#M8hNINCO%xTNYdUX1n zot^ed9b+a#E(f_XIWYSNYgdqGHN2gQ_5;VMCULw}!ZlQG65fh={M!XP6_I#n2!|*E zw$S%}2(!6HqRY^HHkJ;FcYqA2{5^lN2V@aP)_?vrDIDD!`05xuQWAJvgZ~yCxX6pU zV_5%0iUj&+r_?_nl2#jj-7A}83)tMUc_4>^An?iLlgH&lZet?~o)E-`!R|!S*jwoB zT3~Zry?BEx@O3IPG&M?Ld!O(CSeNJI15~Co57S}z#B^7|WzBFp*KwS#3Rxe(+@NQ5 zbDXXUdEcZ%IbnJ_7Gha>5&7Ug9Sb}kT{VWwyPC~i9N!+s!GD>erx73STSewu$>uJe zZ$~&E@V9}@T^!#Tfv2*$i{rbdaHxmcevZ>sYnU$up>r3<>FP9u13lG2j+cgU$}gMK zIL`R}75UOt-BdYrPUG}+RX2sxIgR6Vl{SUbIgR6VH5SGL;>r+C_aFdg{g{q^4A=iF z_sd`v$L-6*yfbOD`~&^!Vc9Y;9%6iXu3};Bq)p2Y2Xn=EUCGI)$}*_Gn4B zxz?TO87L_k>nQ-UJ*d_w$NE9z2J8gK+k#9BpiQb@xG&8@U=G1YK&6C zD{(Y+Bjq`@)_m38-oQW9`1082D`r^oW^Izg>%BT*Bi~YKx8*0|q*;gO_|Cl&W9-vR#GHRx!E!@Ik zIqN+q^j<6U9$0wx?7qX!Ps`Dx%`99!HRVRWQOw@!_xl8#sL#E8IK$=4&q$B))tVgj zX}$t;gEynin7BgyidB=IQP{6=*f+I$m*)2m6J<1XU1D^SK5uJX`8V zBmjqu6J~d2gzQcU(`SxTJHqiA+#Z3`xtZhD({O56I9?UTVMiWXD&cLQzjV&#<&csDZ(XT}8H#TRy73V%8S z!|%V3-J_Im7wjYfAHZJ^lUD~lo5_1xIDy<1U0N( zyd83}bt2q4XGH7DLbXsIpoe@Q)!q=oVNVB7kTWH`DT00;DV6Ygj>B(=IU;I>(_UC) z_LH}6l|)}h=^-YtKez_{1p1_f$<{#wPSU%=DiYGl^W;%+G12krb)2 zRA0Dw?ASBs2HM+aC6qLS>k}^J6#D)nUWy!+!7Mz(OHpdnDz!RBIlUZ9V{?1o;*~Xl zmQYE+De!~0vUz!w=~Wf{Mn_ohmjjK<=An0vxq4URVEc)I52KTk;a3BE zx@|&YYO1Plb}Ed8XRtf)L4ql}JkQ^eNenr8+B0T73O(e4F$raYOvYJVZK1P{bgrSe zoZ*XvccwJ8dESF~ah1!w)AxNtEJIW<8d(lFH!(Kb;K$7wX7PsDa~^ z_yx3(;t=155+%GX6b%X2#OdYaWHurSf@_55q5e=Q5Y&1#gf~trrIVHdz40;pcO%fl zxOda1Md;}*_BOD>%-*EcdCMKwYadO)MDuw@MKL2MrjN@Z50DKVYl?x z-Uc?mJvMcG`Hg2cDRg&VDqpEn`yW-}=eF$#l!KJ(y1MYaU~~R)%JG3BXd^3&+5GiP zCZ+IeI8-JuE@&Olc8<5guhG!Dsnj=xxRzc*2C)>FRVJS>%L~VPmp+%N^g>Nzizo1I zsOjQmn*wX0M3$3De6 zVS0!UMAElXdf>PyxJ)=6I0mi%)wh1l(3*U9)e}aAccgdXNt2>*Y*t)V|GBwQmi%3vbfe z$BSM4$F|N~=6B8BSW(pONx?X?qM)eVoho2cg`#P5N9Sqd70sJFx=veG-cvkh%w07* z*FR^{Th*IG<-=-Ya^4b>b2*bI$LSo&@f!FAEGlP?(>apk)zfe~M{>L>0)LJ9-W=a9 z;qW9dvk4TZaU*`NB{JVW=6myeJEVL+3V&t3H^+BI;KR)K=J>8iocZ1yZ=8lx-<#tl z)9@o9obCugyJ2Rihu=*zhTAX3O7}~p`{S675GUvr^qy31c%68(oXe)wM}2h8M*}O5 zFgfoLz5_jU(Ao6p=mm|s@Mj{!?|L%`+G%e9gE!Qr*=y3gB}v-c^A~`EBqU{>*Y^tz zxl(QP+7ktci{hNdS&D=N%dy@5#aRoNg31&v&Knp%N@wt)hS*eVk|@J)UI32F(Km?F zw(Vi_-&r9Ys$jD?l?Ai`+Q#unSwzy8!EbcYS)Z3f=SxoCFb${k9LMV-@Rj5yNp=|$=ruF$ud?TBm zd7sk}&g-k2R^J&RobE=2>+8lTQhjg&g5{gKUxJrT-KX!lIqH5ry$=>7C-@_|4`MuN z+y|E|i1hX>79Ab(aqFzhMr@ePc+7Ys2I(+#I^nI+E$ZW8IclHt5g_`O+Ffi3*7 z6f6+nY$iRLq;vI_sjbee=;dp0LY(#F*%>)e8O!JQVO&!mTa;kco_Vj`D=q4U)wSd-lAo%wCc+f zv8Jf<`ad(ct4r0HYAnQvsi{i2yanE*b22rmHu>+qB}8(dnkdIo31XwFZnUYBW}(%AhF{ zP7z5@*UXhkYFloSz0MP@NV8-mWmaUtyR?453vAWdIZjwRzZvdV51Xg14cQpBzrr~6 zGk<{N)tJv;)E|Hrz!>3p8=NkhDu>2mINlhhXZr+_o}6=@+1cHhoei@&vjJEZ0m)G^%Yu?b$)IGxhsOkp zfG8klMN||KQA7l$`#p7U&+P273(w>G{yx8d)MdK6ZdKh=Ri{pUy|*yelpiy>^xf6YyrUu9 z+1;{RD3mINQxY8I0;_G=CrUqs9C$ayC;wf89cUuzM}d-?Nw>(iig+`yJH7 z(FJtFSQx>(qaGv=@G!wq{J}x~AlL~4Xu&B$2-%L-dJ9o?R8ivy<}8ED=}S~`eZI{r z%I}CPI!>F0`#CfQso#h*2JRfT+XyaAnBIxR6+UC0vpx%#;||1GW`ig1?#S>O3|f=&7KX4tzW>41}t zvO4hj2v+6uHC6KQ=>)6t>5WIF6WPG0lfCF8?<4)lr`Ik`XRfWJ6RZgNf&YqV200e! zWY&J{c@x^bozXvpe(YtxNjnWDZaA{Zn7r`{DbOtO0y_=aT$8IeQ+T z-nKNI0WYM=xN+&g7qxIdFu{wB;MKHr+y>x=+#~#cg#TKW*2mGyzh^1EI~jr_Njkxa z3;eena3FX!!8~6D^HT(C_(A}vdrsTlFZVsWxAYx+VX0|u4m~vwDm&Oi$|cx|Aoj%L zM#Z{m=k`X0?Fz-_yx9KW&eHGq#f0YbF}}FeGChq3c5)wIpWlP(y1Gi=A#LI6U2NmQ%_FC+(| z51+E>t^@Die%kJP(J0El^;YStrEmW0U!;w&6NSklt24@oPy5?m|Z;9Eh>bJX(bq!oO6Bi!;!TEVB2R`BVyN2L>sFrQwx zkPZ?TC|XSKp`cxh^^jKc`3npANeeiR=F{7cN++5PpWb#9tsy|U7cIW($Rx+w^B@#VPw_*-RE4W!+bbRuc_^d_)z97!kb=F{sI z(xKh({>AhjxT_aPf}5N-!}&)HwhsrKtL6^6bI5Zs@D)I3qOkB=2wyA|UCuonhJ+^D zH6gBQK$^JOFEL7^E|=SiHuttQHZ%-~1oG0RMytEA+VXRu$YEa?{N z^+oI2lYOB~FX^YhKw~bzzs3RvlmHk{cn5wP`ar;7?svA_gSX-|JQqT{iT~k0@C$gD zD!}aXgC_#~%M*nNthZ?=Y{{oVRRTXm!GfCtXe?kAV&DQlvil`Czf+GKYLdYGOrMkEq3$fdBF#Tmw(%9+wx1jpVLl54B!XtlyGt*2E|+d$^$CapP; zs#0sa8iPZ_L&1#JrmEJ5ea6}hqcF$%b`GMC>Q-Ci+NG_-Fs-0X`obeU6pV>R!wCRlIEqf4(56sR6n>N-%?{9!1AQARtFdMYcp~PmMHqw_Y zvt}J~S5Lbc)ojHxVmaF`at1Wgc?Xn%(_GjKWr$AeZ(s<(=Nw(gi1Cs5X`$B`(d2e* z7)cn5d1oQ14d_~?vYji^y2S9h%}KNt)jP&!*U!aW^?rjx*{F}$1I@jz%$5z)eHP6$ z;R|wB;`h)GDQ;Jg2e4cOSRc6fECz4k-pK`i6$o>D{H#+ANt?tJ(k7O*`E5VVPnR83 zU!5Djb&cpT_P33^smg}@wO)05s6|)o9`YN^4YR4-hOu<#p4OSWF57^njdrOm zQ579X`0Cpo-OYrK|45MkNRazytK}9WuP~-g zE)R{YizTXZd5b@KYD4WP6TKNr)EDaZITe|v z7HhI6lo^Sp2O{b8?KcUAF|C7*t5gnYR*0?MxV75tu=Xh|CZ)4J5*vUZ=`E4&ntVN> zM^x^{Nj%5x1{1Ucjua3$cmeGsOr@9g{`RKEM!5N`^t%7Y){VCPvVF!!9?8`2+OlP5 zeYn(+6#YW|hH&L0eCx(x?;=n3br)L4FM}V$JY3X@F<+GoAWvs=<3MeVwbL9JKnm%& zq4ZJC&{#FIB9(dIE>S9RQvX0G_qq7Km1j4>vY+kTtLkc*qOe5Y=S&W8oeZ zf_ONkfkRiE{TVut>?;H8A%s*wkFG5ikLNwxFCMP)wAhOiI{Rp%&hPU$90!`cIgdIU zs_Qce1=hUC<=owI>bCBEV}?e#+Ys4YW44(slbN3Oj^%y6hCXj&F<`OBOws-r^k|~I z8q2}o4^WTM&%vJ8S0h>JW(|5w^92vM{Vg*9<|zW@Mf@&sTl6T*bF`Yq-IlYctr5&a z^npdtLv%M}1kEiml8PpZn_6m?rJ}vjhK{a%Sx=qQRtUSYc6)vm;GK{&Rh<@vhig)! zaNv9()3iM9?@lGg>y?oe>DK9Zw=L^({PBH*_JAm$?GiJLjh(_tr=hrbbu$P60x+5lJc66=#B$G0D>`|62> zM-Kf&UJ9l^NraFX0RO^;1x@W!QHJe-VcWYyi>4O&z;d$nW;cD^K1G2JexayaFZ`5i;R zfhL$5x=+*Ggh6$B+uU$mn@M`=;+lZ2c{1BF7S({(xFLbo(G8A~ne`h}fuhssYJ7Sy&OU+vn1hz1>-_I9QsIiy-Cu!VC@U&Lc-0j&)bzSww^3I$sIg_TVX zBFCW34JXvvYPF>o^)+*Ib&00ZJN}jg5=g3=Zp&b4kE2*KRSfFyAI8#47)+2CY6 zc7wgg0pkyh%UdvDwfrCGY)9l55oQPnhnoDU;kY?eRovKGGnI*ThulR^``#LF-tH;} z9O-K0teuY4*ZY%=)`Z9qZH+?cYONtv?|~b3{GF-P1kv1@7d5wh%A$%DeeRqc%^Ak? z$wWiKo&jYIQw`;pFlF)WV>;~5 zdsHo9UMDtkx*N!`u6=DYcV4m{&FF1X8_2Ptl)t{cBF7eF%KsdB-TKSAUsQjRbV=fi z&_Wt~{w8jVhbmBa>s^NSG60F-N>7oS7c(w1eV^s2CuzH=u4# zew`4B9T8u|{Gh-GT~Ud~p-4=$_-fjF#Llh;U(6pFa5z-W%QKOlXksW{)8{MBoq3aB z1k?IJoi_re@M(e3lXg2j0aLfiYpJe}NBav(6l(R?E^j0@Ckjwl7EqW5W)h&VoaQJL zmNu21HH_Uck!&pe)b~peUi)Nw0fJ@EMba;XOU)_K&(yycOg}>Ut2~Z9(5C;P&1o00 zImxu5^xC0BO|7NN66{Ah3B(cnAZuu{G!6%fTQ0i`#1}ZNhnr(Z*_=l54RhU~G;onB za1|%N!05ApkeBl)g%OZL6u3VI65b9rGO$MT6#pBN3yHzplmxjIu4(|}1tv$%+|+e)9-x=A z;CEyk$ex>yHG#dUk=UCGx$y>#AyxD?EsOX%d3#fBYp8i;qSu;sy6dtQb)wPl&e`Bh z^JqR9Yaj+EOx43)nhnO(!bQpyYay*Z^alyf!@`&@17+d5Xp z8h2jbt6-%)iV@OnpL&SQ`xOk*|yznGk0CO9xbbK$Uthv`y!#1 zZhI?q6ul@nXwViwxjF`YEqZVAmTOLWJVD^si6uw{e|?%9`FAwc`#@egKS@*NyaHZP$l=8cf z=P52vMU`_RLX(p5<@L8)7~Qr(plIoy%&fOy}_@_ zc1GZKFKvEuZ3L;3j?tCNy!N2prYI^LMq9jK%dQ$}GfN0?24A!f(e2RcrMn5d8Fq<& zy=46Wk~ws$z^AE028qrs&yB=%VNa95Qk%5<{DzQU<&fulf`P7Ruq6<0cE(1wur%sN z*c5fB?RumbWDNFzp~@`NN?T=SttsjAH7DfGj5X8}10c>JQy7T^Xe_V>x+`dYLBpO` zylJu)3dQOP|BszF=-292NLMI!rh_wcTXI#U@A!qEmw%ZZ-%08*LECP_IW8U>hqqG| zXv%kB9u`>GpjdEY6ZC>#oK&n7dit9K`k+H!qYf0_5H*{=i- zi%%yLg+3HaA7q8yo$YJ0M5;%Df4+(PDpIE+Za!72|Gs`ClwNtTw<^+C42Tq-up!y% zw&X_B)__HkbXx;vAHO1k- z+>rLRD5B|)^y{mkuyNN<+td`frL9&NHFIbZm3ltAdM=DD=8I8h6O+~*^8~n9QY02;CDr$!0$Hh zcSQ!kZ`gl==b#yq`3Ju{xZjm|1iw4E-xW@W-(B4A3ctZ`IQ0kRE1U(td$`|~afIK! zWG}dUdigo@6#aGJK?=_IxY35Gl5vXu`bSDAyS4lr{SG|y(fyFuPtT&2@F}F*Fr0#{ zJb&Rh&)X}{`^(QUySV3|mvQC6uK~)p<7XGk&mX6JN2UB2ls|`iK3FOLI#<4<5<7&@ z_uO&HcP@GVj^n()v-18V)W45=4se~&hgq)vPW;0~`u=>J`nxLiH$(Xq-1FfIeb6q# zG5ETL@=Wz{%6H?93(x7dj`O@{N&EM5&yQ|@Po@3j{VR|2{+`PF$Kkn_dp=sB?<|hK z9t`z;!ua-9-VgoD?*ABleuzK=;}7j@p>KuH|Lo=c#~a{3-T?pc2Ke{A0T5WJ--YOj zXA&e1*ayHqV10l(>&%|G%TXPXIn9ogv&sinFjRiOEP;rPXA^6K(a+-zxMhYwBiI_L z_F=d^QP0#kLmI8NbK3Vi~M!r@cqy*lFORcoFzb zk(z&sWe`R5ASd5Wqr4=YP=_C;&La6C-49X!$(@x@4q_dVTi;%U=39gy)sP; zp$#0A1&a3cp0a(&>_J(N!;Vn;ZM=8>qJP?}T&Zf4ml%jBe>sBO_y)c-#44sazq(2f z_;-x=2JO{Z2m+gX3GbV~5dYS0^2hCF7bppsS`Kf18Q$z8I)j!+i~LR;2dklXD)ws< zB~M^5(n~t`AS<;MBCfbq7HRj{V^)o%;OgF5KQUl%TU2mH2G^L~Q8)BHLUNzooK2ZD zfpEkKF84z5phy{tS#?oY%(jHAu5I-bgL;oe2{DHXRTZkP1ganukWm{5MU0`G z8K@E~fU3Te!!o0}S_@Pm@dD$(D9)ld^)`Bf8}B+)fRWoxy^mVZ_sE&uJl8RmP8U4m zO*(6wzJw$He#-5r^~61nIxtEhY75HYRdkeC^iVzz@d5LBKZJWQ`m+$#IZqD!8jV7~ z-)KZYK^~4#w3_pNW9!DFJ;Zx6*=c0Hd^#5czf`#R{{_DssRPjVIWT_z zH~ov?q|a*fU-SgG*Uh;(zyWhIso=O5VzRyd>U{6YY%(|1>{i-i_Adm_zHzYk>WfdF zwz&MKUU%nYa`W6IFb#s)xfTu4%ZNr#^tfy$#+`y9=HXalZh5m?WsloibG^RU(54$* z!Belgbu_zc^Q6@sJm;42v9EmbOyC56`9}0jdYstNKwjsyaHYJTgstTS4iE$$rC=?u zhUhVAnC*|o!)zEkQwE78=fzG*eOTcSIz^(31GGJEvj??wyQcJ1QVuSlsQf#4`4ljfck4Pm@ml&DkX(-Pr1Th9@M+t)gSa*G^4-d-n`(y5Prnv{{2 zP&Cvv!`Fp4Aqb7(gd=GKAsz{#GPGJ8uT#}W>b9dn zEI_xxO85m@$5A^7E#ZDsZvu)#r4rmZemU`rh5${xk9Gw%3IxM` zr1Kf2dO2=01kL`AQmIxdNi;ZhK8H+Kl%!jnHPfA>kDwOxbEw5f-vxanguj2`+A)K^ zfo1dJ6@MAwP0Ke!#F=e$N@O1Gi;q6h1;o z=#2Z3-fJ?#$^UPN6RqyzOq;$2Xlis;=QKKK57dl;P&28a(w@cUToNQ@4LaOn2taGl zlYB{6O0&?IE~sG|Jp^}-^@5Fk5jh$`dVwL)D0~X8U~KfoX`j!g!RR5^#^%ISQP8W? zbccOyN^)o2E~*PoR>4jR{UAen;z6_wT861#QC$$XQb!3mROQe6^DKc$k{qHRcFuJsC$HZhwFEeE`fBy|A0`o`uC4O z%53Q-D06_i6f9FKNQ)F5T#MFF#CzzE)TQ_ty!?1Any<9vE$!dF<3%3nrN_2tKXoa3 z3+i0bqQeUO=4TN1D5;_oc7RxXAO7-vShL5wlV=Iay!vN z+6!}y{D;o3Q|Jp(h$J9oc8lcQXRQA07JWnMT`77{QraUyw@XFn@a(2wVAE=E?YhhQ zZ@a!Uc%Z-kk%0j?Gn+2o1~==C!5f93$0@;1Tt|UT5&<$L{}BT}xB>}j@X5us4}OH#8*Q6L$TjI50ecEGt` zgodvj1&8?lK4aYA65H%1xzpY=)6y+ATV?pW7hUwx&n|-h(cX(Lnop1@ly71NhkBE} z>kPtRQ)p~krr*_;Z7RY6_jfT(qjhMoClkjIFo5uO5A09xrT0NEg4LF-IE&<=O_gY+ zG+6A3?;d#CaB~@Hjs0sALszZWwrgS?euu0#F_s_n*epA`OwQ4+Wx?9JZkJA9G_dQj zlU3(`7RhB(GTrcIRxHY{w=n7Lu#M zV|^>4+|A(j9J_&VO&_%N3}|Z*ycpnAgKt8G+wLq zfu|ybi};o&*Y4~%d&W|0mixfX#Vofu)DB_5x+~aNZ8J^RJ8SF;m%>r7+BT%Sym#yo zm@R@`it4)_H_n{WxaoldhRe=@5VB`qfCVDKlu*UYf0Z@q+Kf)Y?YGkO9q9M18|>I@ zoIbDg2%dytntxcp!bokW>fyZmI*8W?dNIfdPBVs2BZt&Tcs`EtKv(177F?pVaNL34 z-@l`7l}4}Atg4;06r8RG>rCy8ORJf!o3#|3j)Hlwx54AB_xc;$-iG?R8B3$fRc~2U zH>=j@v@><9GEL5+Wwv$}4*sis{$^jGiTr~vFp_oUiy?OAFc(`C`m_>%fMfKE`o3gb zftLuj<+pu=!bdfZx(Gxe$Tn0t+hVc0_L1a7jcQuuE9zW|NXqE0b0cKW*kY}o^vXuf zo~>A+5iOG$6vm`4)aH+E>Z%z@3D>MMxqV5&4s+qQQsA-UzQVXgHZ=ei@!|Q zfusnKovTHy*tno(0>l;Od6&*SkWb_YEEqzN9rJxN9S28KKFL|qGi4j4o28q&Rtjx> z)t;17Vi#E5id2U?@Uk3B3*-bc^6JiAu1jAbVz ztE#3y(_5WNm>rU2u`1e?RU=wl`UlM-BovnfZB4cPew(^^LfCzGO^rdjYP$g(?w^F--|D-HAOpCCs}%#KoYO-9)^Rxyyssh_;jf&`ut+dR-(zz zsyB(Zw4-yyr8la7BmS-GO39U)^M%#2dWQH{@G^;)4P<^U z$_4`w4y5<^`-p{bo4R^%eKIn7a<6i^(iTlR?TT!>r*Wpi?&zqs54jAxrN0VE9r{3% zU48m~(Ta(tqM+X_Byc4zx`EG+Rpa)nlkfLd2M2r~RAce~&OZN&ySdhvk zrfgz)VX*Xp6b)$@#*%es+s$I#WK(#k-X_E>(-857{#+;j@3$ zgw9f6s}jFix(|Z39V(rMR>(_VK^?QRq~|3Nzv6cAB7~heUK1qSpIkRDGU_6qR*W;8 zR$N)wIGbff-4h53daJX>qtgq7+r&F18^oLB9Xoo1gZiY<9x_%JqT)M6_eyUQeOaij z(gvGy=Du#TYDDkQrnXFEmX8K?4HAQ1@2+B1&4EZqOUKauX1!rZtW(Cva_}=$NLl1c zVJ4!BNE%h)q^V{kVz7v-oTMGFGl}oPZ*gZOwPbI<5vPTDC5C_8jxI@C z^Y#f#a?I1!4}A}w6ZpHd8qRFM2~E(`xw8U7+P{cOXktLEj!K(mcGk^a*sO@`i;3Ms z^@W*waqRQUb}vKy!zXn*8_wGbK{e1s>!{B++FJVZg(R>gFdVTUgX!VTMHB*-I!kBPp568Xhq!Lz?1q=CrS(sYjiFtmqoqsv z&-s^t8I+q&MZcccqYw66R)QX+$*wMb2RNY$`VjWUD)Bz~s5}N@lv5C=C+^-kH>{lg zG#^iCePKp2ZEesN8x8&2(xP>eIo0^7z4oNq{@E)$C6&0^l_;b7UR|Re{h;fI43k~c z+658>;SbTkS*L;i^S#by0Yfp|`~L{i(gmn1LDei!024l6iRWYlBDfg_e=DTGyyR&i z+{(|zHJMS-h-^YQp{-Z=!y)yWeX`A>86;rW2)BE$n6@Vs_JjFB(;p-vn=|)M8G2v% zrnEV)DQM8;nW^k`0H%fqv!;kXGcbkmUrvR7Z3pGCfJa|T|g-fQ6*s> z!u9Y%_DIYr!er1-w3hH4CsYAL2wAj_Ej=?^l=#58V#hw@^IbG$56fLAubIKPtxJ>9 z1!d9IGc&6>IJb7)iuU$C8pEw{L)$htG_Y*x>on*nh@eq8)BYzSDV=0Zfq(q_^8DiA z%tKHNKl~-DiJtE;SbpIjIxN*`#rkTkIaB3ml*tq;YMNK-OHW8px6)Ypu@sx6J7x0a z(kW$MozAY;ISu}Ty<=EMg5-}Nl&=}^Cgg*I`h;zuFk#YnHrDq8V`4Jn=nPP#<+%n- zWY7cTf>(ee(0(^f=!ET%EX)akjyN2riM(=dMExTj3}R5tTn$Eoe9fb?$eA0AqK3H! zvU2r0{HNXlnN?Z30nJL(q8jh~W?Oxnl?u?6r9G?&8=M+^!@L3drTiYqvD1Ki zK@NZ%%M(|t1vyq(;P{oETj4lK0DN;?A?5+gcc8|ot77#Nk|~k2ZD+r4z?f#L!-ind zFBV=SIxLXTk}8v_p~cqKWKj?49h&&sq3Fz%M^`T~=&S*~s?~E!S90(`ht||D)+-?f zbfU|Xfs-9BwN@0%>HOkGl|N<%S0|-KZFWL0#-S^(1r3Mj9o*c50iuNJwyjZ7eY1R1M&$nXj?xQz!a~b+#|oey;J4@hzIhY6 zeh>M;ig`7L%LKnWz`q#+j8wJ=Arm?a!XmKYLcgSMot##f!Rg0`A1KZl9ufS;bFhz9Pb&n^Fg`Uhy$=OU`S7I^NH zcN%t47voyIhFEL7u+IW5F%l^b*JcRaen2l0g{*a_WM_*&F(a4fPM4gXV-y#kGQdm- z2KVe4U?-S?Q-Ja3cKUeNL{Mb;jXSP;bb`HN zbid?XtJ@qf*c~~A#RCVs?e;7h9v}auy~^M-*{eJWbhh1M@EPr7E0Dy%yA8dG-iG=? zN|M^aUrabGL7$V92FYJ^cx>#SV`D&l0-Eq9KA-f@QM*8uA@1p&lbqH2u;fRbqn(>2 z=k+}ydA0Ahv0KLu9fCi%LHSduNxTcb`W{?kZ5w_!;j2-&x9)f%jxusGcnSQI}sH^k~ z8G2AK|B)EIAU;;%=hf)K0fG6G z>VIYRg%|yVD>X{VDx6_FK5vjdJ1&2e{v<+oi;v-wGoVu7R|9oEoCeYWpMF&SX*mM+ zyN})#Lk|?uN(?|0_S+}~>rw@<@5!m-;HH5=_(TS6NYCz@QAh|Or%*pixnFwu-w zRvENfn>A=oRGW-ijnx{2Fb;$R*Hbs*Hgq$w-hk~T@1)Up^`-O0=;i7gzdBs{2y%>2 z|ANzv+-Vj7MOrsak9@fP^cAyD{|o)Cq(JAEP9gWYjQ*gy-}Xq%55%S#A^(N^zBE>#tA zYHewUGi|eH?2eQzlTP#i#j^4bfM0gNHzT?E1gAhserXs; zp>n$Po8so7C_>S}O~vA-!B})?Q+;+ciIQX4%mf^xN%--}{`m)@gPV)R&4bZ}&)Ljm zCOeshfA9r*HCLw5&*?mWdjUWIfZ>(3j90*qXmmy}W`OPuqV5$(Q(6uI00X8(Lv1ix zn_S(I8qn29Q}%og)dcLZDimHZuePYWWP15Xd*=lsE3fM4+EQ@Xi%LUZZ_A~F^_x~F zySI{EXR`2C z3QNCJM0>Kf%&Ml*ZF!wH<1mew+J;B{r+j(Y;Du9-7oO^$=rRth*_!LvTKOzd1Q;VF!dNFGG zu@;qNrK=t7*{$9#&+W~D(ckO<{gl|$-H+gw4$5J-BpDY5-w zJR&oz<+7sOs*C!ixvrsJThLYIH=wf*+%}gMD^zMt4m`VEZi8KobgCB#rJ?dWcpKe7 z6)PGsuk;X)S!~s( zdeYz=9BdmIb!(jRhD}3JwXEG-)pOdRfyrxkHvw6LM3)ab4T_g^1+D%#{uuV{!jIx;IN z$q9oGzX|%)`pLGMHAR1Gs4!RG8gF+7;;~joC|TO)?}*i`h6lmoToE2Pg5cQW3?^aS z1lpPJ0PPB}((<$qP%C-lvSgke9YBic|3qvqory>1ASS32KYgxc0NRykw5L}jTv3C| zPTD0#PmY(`(e6mIn>2c%b>txkyhB_vG#bhrY4iyjJW0C4eu7rFo**4KFHbcWyFTGUB`U3n9WFcA8;nW(@ z8UXz}Q5Kj$kNoL;*6$X=m(sgPh5-k^i}7{W;p@;|0oq!+N>IA!&@b`JF9W0`=SLdQ z+vra)PpG`wscuDgH=w&qV^H^zCqN5%=5?x_@Vs;ZYAJo4%aui-ZXwY7{CEnhp$r9` z97HB$@}obMh+YQXU60}#@JWVeMm1WFe%XclOFuoPlovTsbLkD7fMQUls{AP2i^G)x z8z=f_$pytA4y+GqIr1*R9Pl;}{oD&nNwobD?yWVb5%L{*FXV$avtBQ}yfg#hkG{c? z@X#ZVksds%K0=4KLQ3h4M@mtY^-Z?n^S(Hw|#BBI_Q;;3X}@Dh-R$mkX_w&+SsbYJL|hI zT3g-OsMfl6PUsSefQ6Q(41xNfUT*&J+OM8`;Kl35`!8EFaOhxfO++3r=7u8fLYJp` z-*gUa$qGaN^r{iFN*n2%ob;~QlNq}3{#Bc<9g?WTS+gA_G9xn+HkBsYJrN8Sz&u8S zcg=hFS+J25sBUUWEJUX>*TiK~vrTDhw|GYU zRWY5nCS?o9;{CEjhd)eUk3tj}X^!>OnF1@k_27QgX-^M!g*tYI%}qW{wGs)KZW%kE zHJs6_5H`^?)~ZzMUXjq-+MBf2dm&gK+E|s!yMrlDoy*w-{0n_nt1TjOMy zp>f14;-();T03-$+$N_q?0JCHr2Dm`-9Tuj0Mttq#I;XO$ z*`D{(jJ>9Vf;ZW z0xJ~Q$S;DGEen9w95UjpV7`^jdk#-cUB9=vdGGa8Q-}97w`XV1>hC{uHk+M2v%mkW z+3ZC%TL)rAxkj6FH+J;Y`RX+W<9M=lbq2jMb;I74mc2JjP2I4swRPVOQ+?;m)z;3P z(^vT%YTwqR5lza~qfNs@I!TMp+PnqqmMehz`zqA;z|Q`s(yvvg$i6UOBW?o^;4#bs z0_cFtT>_U|pEWFO91B6MS<%8b2}t9b)Y6`VCiR^)n}g3jXj1N*QmsVekC<1CLP$lc zK_=8_H%pZwsorj6HF}BAU=qb*!Fr`p4sATVucc)l^wF_xJbSLLZtm>TGw2nJ25PcH zDtRETS6HkHo7#{J2+;%YA>@mC!We-a5>w-76a5Te6gAk3DMU;`a9gL*2!=g37&~Zh z1!?0$EgE@jr0asXV$Y@W37JrN>HIU1Q>Ca~bV?X)Lel=h(ue5uAGRSw>8v+4drHqU zDBIm#dX~JS7rlV4qE)~b;Pj_;f$Eyg5FwF*4&ywf0pRe`0GQxUF}F8pF!Uv&UQgI) z=#K_7XGfp&BiJ`54y2#aC&lbda$mv7T#ShmH&pra4#|JDdzc@kT4}U4@yo~0B_35%0f0J$PAj9 z?LBYTSX8PsrQ$v~U}@EwV}9joslTQ#>263^tl6HKTy4Jh%-glK@skdod9YUDsh>M| zR>9u@F3GLFDr--B)Y-bBqxXi-?P?vUU;e_78=60<{X`J zt86D$pDaBK%ho8Z=SdGT=3TO_Y)utnTl;6*`KGnc_P3TkB>h(lJ8yfyH`oDtx3Fir zFyi@~fy@zbvv4j1{sz%TJF{dZ5TY%sTRXbkt_#<>TdE74G^R@o%;~@S|#35$A;H4B=gc(Qw1IuHs0z zaa%*Owki>U!@bHB?80a^A3(nVE#V*gFE4rFA|!QsMRD*zXKHz||6q4dekxn+bmTky z#V%susVkpPAEJjLqN^3`TB!VYd=9mjK7;dq^25Y{xv=0r<&9vC%%EbLwHBodpHr<+ zIJG7p?Fz}A0b`(taMIG!i%wIp-3s`mHHx)TJ(Sj1l`i@WyIkSYnEZILbY*V*0_KJv zX2tz5D+FYY!1;rR@nzH#aJRUCY2$w11s1xC;2v-R19qKCIWph4{6NJjxCe=%uO@Rr zU9sEid4oy1XA&j4{U(pj2N!bmHpL6(CPlT$&qZs1Qa4vhWjP_>b7#ppVuK*$(|Jt( z?gYdfJGaHr8y@gZw+ zo3sV&4Pe~^UV;APC4G9y_kz(AskV4R4;npD8@MIoD?KJx$Zc{&7e3)F@8Lt#XK5F) zT<~VuNbT3~h(q2=KXX>s7!9`I8Fe-v6%SsHFBAsTDP{LFq)i{f zXuL-6Czca(#iN4pg|8bFIwOe?zR>$jx7-`@fnATZVFU7khXP>?!0Sw1L%IxHoq4)v?dx(+`JEIw^PqSV zYU(i>`$OSGz~ReB@w(<>wAx8+=JQ2tAkGl<>dC+vx=O7JmRJr5fOxCO zZ+yBXu2vY8F!ch;CYLdxR_J94qgEUcIm7s5qgtudn_`Y^l~y5>o79P_5Ltj1<{ih8 zAcT8FB@w<148y4WOMEf)Rr);QHwUL{z(85qmE_w5FdJZ`v5H|K%9~MxvDu=As730G zK3~t$CWk@->cz$2ETJ{3wJM!X%C<@*>9E;pk_tWGeviuq7>!>*Z*jarbG&Ed{>D|& zm`B)m;7)Zo>=O0u!>5Zv`HZIcf>j*Ol21bSrC^)?KAq*p2_~@6&7*tx%;j>aHV54q z^jCWf!uCiXosA5p(oqs(n*qX;3 z`_OCMs_KAAAcBb2g8D)5e=6SsH#Ek}SCM(i@15}T(pj08@4~cKtXn z=?3)8BZ&I3a9Zz)RYhE}I*m+i)0vFTug2_#fXA+=GCOi6twJhK=|JB@<*u@TI=B2F zk>gO;!hFk<>E=vz*afYuHxP{oV77e_8%!qS*>HLQBF2=rlsl+xA>X;!h=XK@7)Sq#f zD+4=}m#-+DGmXRZJ4t;Sc=i|Cz3}X^Ri$%Q)9#N>hG$^=SqHJshB)cT$+@n`b%Wwq zp$4z>JkzC4X2|@dRQLcIp##U2DR-s1oT3iK6Rh^?g+!(tNDRgjaZ|)Xm=#e@ycJyl zn%ohYbq$eO(HrsBMVa*xjL<7ELZCOo9`=GZ2h$Zu;>Nj8?z9TzLcPHZ2ig#J*~E(8 z*BQ91lc7Cvn_GghGVkbyg%_fH;3>GRG*fvWk)s2lTPIhg=kQcTj)I>Pz6I^3L;Okw z#?Qr-3RKC(@5obO%6BSEif`e#68L-Jlf2IaYtVmZjEHkhMeS2XILfokEYY>W&MaUhCzMeYKB1HQ8Zsfur zaH9=;<)ljtzMIHHIIj|*UgNo*^LY9g*RKg@^xg%oS5=>w>){qO;G5b1$x889Td%ol zDAd?vF!cw+@qpc*i=23+p!)F1fUdcfV#%J}u`2~?vc^@Fr9#o{GR8G>IOb#0iv1!- z7V>^OR_Ezu-om?Dqi2M$@{sFlb@k#9hJ^=!r>5}_`eh!~pK)aEbk$)VY zTzU*Xq1_+HC*^DD2=!M6FzX`5XyoSx9r50GpX(&x=klGw=w2Azx!q!#4?EEcG3aD-A!-MVQHeXFmmFTzxF#DByTng>mSFLBnH=3<&t87~?tc8hxJr44G3j%&9cYDLMth8kOII z)_jABd@{xed=kc>lTw{R2N*-CCm2I4&4kP@qg3SPFvdzcO_iAHk7EqQQj8(&+e<@) z)m&CxeBLGr<1^JFX^1bp!~`n4k%gWs9tFvdy_W3Zk@kntLTj6|YpL2gT+Wfw!s z03~RT(UO)g)smP9=vbg7Ezz-H&3y|n#yfy9z=VhhCI9~*hg(XI9E}_}J+XouLRh2J zDd_Q?1vg|l-0+98xBPAJeOy2^$4F2G{#rP# zaVBgLH^4l(s#?%qc5-)*o+E%+lHqYZYLVClDc5_HbRX@ig#m-pfi zz(4DUmHEQ0ov;B0`rC@cwe7-SF7s&Mnht3=o5deEA1SJ0NuSX9NWCr|bCVHy0pjeu zNME-w&y#@3=pN#^QoaxN;eHSG%8AvFZ%swHC0nVBwz$T&zVu+Eu_xXa3@3uH)`ju+ zTME&7I|!^|b>1JX_W7c`PINIHKzjO{$H=Q=yi+c-`?M;vT5Huuq>&nn)u&e(J;ZD!ooAH&t^g5iVbk4^TgYyKguPCD00(l=vQ!9d&|A{ak+}Qtg0E zH6BZ~-@vqnd!vr4(_+w<@c}@oo|xVouLhj@d+(VwDp$1$dVtjW3d5eTRu0b`TdQ6b zi8uwtQ;x3n1+g;_QpXN2*6M>=;iUX=XeD|Z*!ekg*HL=gv2QAZjHN9WxT2&==@AQ+ z32nNDp$%4rSVEwE|+%0m3j5_$G0ZXJ>=n>fhJUvkZ^f7eyyaobcYP3F$L$6oK zB%pBy^lm*+a}e)G7t&vYSq9>wViO?FZVGxCZyC6ij9CE2Y`^!;J6(Hx-m_{|PP>WB zK2mm!ej4Th5jEV{u)I|P#VTV`8slrBWiT8;P3(pTxmrl+)1dT9`a|GN7xcpk$DmT< z^9(q%9@F(KHrV761zq}5n1Jtfv<`aRXwqr5(ChUQal*&-x>Iu_|5A=(ssw#+B@x_# z6BeulOJ)Su(*TGGs6SNcV2j)>c7%+2(!mmyQ3JMQTcGq_rD-Q0w{J`3#g^VnTdB91 zFQ1UBx$bU*rBVoU#atcG^K<2zlnCYu4f^tiq~WUicWR6hQuS~54R+}u#P#R64An}WFkVGPAe#((VF ze|Um{diXfhl$c9ly!g3tqVf7TIftr(3b{_Ms|=kksDf=Al~FB%p$l$1h8{+$Rmxz~ z%Bykm(?h55>)nR8kD=xe;Nshv4ab=)MVJk)BtCW?99e$WEhZf47!`%NroGJhOq?vNKGE=@M*2zp{rf3%AlieT@ zI5l5dm??x_BXcXz3o~UwE}VG6R2ng93Mq(0T9_~a)sYDkthDUB<4zZVK2#M-!AeX( z5T`v1eIE(JTscqLu7 zz%tI)sh~38!Nz@u2Fd7eSH2_4LBCk}jwu8EPUSmzLN3q@8-pfTZ~3w;C1LE7bDK77 z+%vv)&+gSNJGQQKbnjWcb<^4D3u+1j8G;Jfbha#InYr#>& z0S6%yR1&%_TKSfP1AY!_6iV!-wm|;v@M{dp?xg168>xwu-Ov3$MxC@I-=0dY7}UH2 z4sDa#_d^YP;EfJ&TAhR3b5QF(_`42LIw03}j+OxkslAP>-%s^(c?hNZ;oEAiG%0oB zCxqJ7P}51U(XG`W}if zk5bPvk1>y<1oJiK36y4@WWLV)7Zqfl0v~9IoQ7(d|3(Go8&nw8Gv7pw%(tirY6kbX z@1s`c+thQ+cc|x?r>PH^XQ&sL?=s&*J*XG;QBl-S#h7QQIP-lpgoc^t&?xgf^8)h& zuuvwL7nvVYN#;l3HMfF!iFuiM1+8L!%)AQBoT7e!)-XSzUSxjC{EYcI^9$ye%&({o z%&(c>Ft1TRVt$LZGp{qhV}8&4fq4V%Vg88rF@Iv-Wd2NDj!vcSW8Px^!n_UpwrS?C z)LU?lJBvPp&S2hwBe{QP-evv)=Vi`i-lJY;{z-j^E@0kg{>6O2e8_yn%!A9_=g{R$ zi7B(-1;=7Ir}q-NmZhneS%%ukvaqu!WJRo)dWDssn^-9;W96)ZRifKj75Xx(Mt7pS z(A}&C?$NG8_d=ZQ`_Tg+>Wb8x=quFMSS_nV53zdIz#6G~^ceMf^f+sRcxP?YCiEm* z#hO_QYh`V0HMNDcvkunDx>z^sp|-MKYBTF&{pdOLJj7Xf0odv$^aHA$4FKDh5Jl}^ zgXl--C5Z6#C-gExY={lB5jM)k;6&X{^fUBxHcstk6Ks-Av1vBLW~r0V>uiqN#pc-> z^afkY)}c4q0$XJ3*#@ecZKQgrf1!8K-`FPfF53*gD(|r^=zX>oCfSdvJ?KNWjoQby zQ~TKtwv+9m_Ojh<51b=pFbg-33aNg!7mKL@whv3GL5SBUXZx{|9bgC9A?ml(5If9{ zP{UY{4eTg8#*Sk%JHbxE-KQheDcHs?qYkiB>~eMmyONz|XQFj6NGr-g7bUe(SNu9x- zMV-lhmOYz2hdq})kNOOIK3>jVz+T8+#9qu^f@j%F@f!9rybjL7uV+6;O;O9i2X+(Q zjJJUA)JoW|*-AamUd~>Dcd%EoSFu-9)A%In4|orI4V-P;k59&@z@G3^)PLgxaKi5( zdo6n%dx*WBJ5xyd>;SB%x%8*Uh58>`upElWnl4KT(S1ICzUzz{+R zAqfyd2%(1%k`Th5j}Rb02rWP;#yDWytMvV5-rK#EFlqnq(`t9#yqPyMZ(f_-yL;<- z)AJY4Tb{pq-uAqMAFaIWdC&8{2zdS`qCFpYKJvT*^O`--u;+;9s3;TV zVx;Go=eXyD=cMP9=d>6v&K46yg{NCod3x~LBhAwBR#bu45Kpr_Vupn;C1RfoAATb_ z*9wUFR#2QP7K-z%XmP$+ES89+;sUWu)QUP$FB(Ln6|!PPlND>lS@EJptQM`J%}UU| ztKDfOT1i&2_8oDdl_EMsC%y-kh-Z4qc=4(Ao#Hxiy|_W#C~gwF#LeOsajV#k@73Hc zz9a4s-xYUacc#0<_pMYb%}Td2tV}D*%C`DhIaaQCK>QTnRQ#EENc>zpEPf##5s!+; z#N*-#@uYZ4{8BtEekGm}zqazM{#L#DP@rn2pcOOB#eR~;x?=V4pCiaNW#a{7+*r&x> z<=Vse9>AB@NNbcXvldzBTZ^?TtR>b`>jLc-YnfGR)!_-vSK5B; zikgF8gXQ8Ie>ZEpw41aaBRseVfzOTRAngvT-fGZp*YHWB)u`>pr$os!>?N*1?X?5Z5(5GFcZPTvNwre}I%gwRoIDD&TkG92Hi_a{^ zTkFgT)_QA$wb8oBy4bqJ+GJg7ZMH76wpf>2Tk+BAEb9tun{}mim36hX9ly@J#$0Ia zu&%XsTGyFNtm~~CtQ)PHtX}?L+N-?JaGm_AY|?zu}YY5488R zzgo9j-!WI3tE@Y$?^<_S-?Q#AFSNdIc35{?Kd|nxerT?@eq{aFy4SkTy5IVVd8xVC zyv*EUUT$tRuQ0cnS6UBPKeZmTer7#n{oH!k`i1p~^{Dlj^|@_lGN1JwyL(S%_-K|+|tl!Rn*tEx3$Jr z)Hk=+cdcID(zu?*CAczdnQkT)oakb5q`SFTg|DKau7&xLQs((99R5&6bL-m1_Rhuz zu9LT7b!|N?@>aC1Xlrd;<*#UOZe77Pc`Ird`YR!(w!XfxwKKY^zOkXXrKOe$fvQL? z{8bKKbY6|^Jbz8ZSV~G`Yn-B?n%;h_k$wy+$cEVn8{n;x z9=2*&lc?F)6or#3=%45)vnFv)U{a)#!AbRPt5?J4)CB%X4y$*P)M-wxt8EWVX6MM> zI5|?-H`zAcm@+juW$FcN83fi@Q>2flutMJyyXK)O4b6@1jUCM$%nE{C`zevyPw8Fz zDXJGuQFWZcbqq|6*b$uOs)R9psx_UZThm#4aJq|XPKQPxU1YbIzS2M4=_LLc$d|70 zQBtzZoNCRK@@7hTGhOohGb2SP$wfp>>k4D$O8-npvNcQkV-`z@ofWa2B`3HtY$0wY z*~?r^j@3Grnc<@hHrPMQ5$Hj(y_GWBTiLc~PP#eUTiKov z6P$vw2-|=nT^Q)?U8`GayE;R&dbj5+sXeG5E3pyTn`g!COzU@8fQ3qwd2$kC-#-XZyGvCoP-)VjilIS;lWtq{O zbaUGMh6zqVSw!}m`Mvth{9X;>oiDY=C}>x}J74w|&wN^4tobY{Ac5=v=Q0SK8)+Wj zxprymT&`l^ya>^MUc{%AWS?5+F`xfD$8PU=(jMzP)@UtaE&fH3!j$B~=9I#&daIV3 zA|L@Xhh*AjQzYqgNpiF)np9QGtrS}uv6;msxH4>+ZYCC-=wfoDySZ3}uh#Am4Smf$QjRaB_TNKG z>EA}fMsI^!)*EG4Z{&i}jlGuj#)uN>Dp!UrHrACVUFFJfs_y2Ju0pgUV3u3$*w|FGg2*$9UWG)ba69l@-^EP4>jAvNwzidt7Vju z(htoMKQ#C9gVDS)*t{|lJ9wK_Z)#SxZ|2%ZtyES7Rz{2ru5#5dxN1dvV`FOzrqJek ztA%Z`TG-ZLi;K@}fg~SY*fOJKrN71LQU2A)SH@G4SuD8}TCGx8t4o-_HNsCx<`<0! z09sf2TOF}hn{-_pONecYR6+JfSB5Rb%_RGyi^*}On@je`HoIA3+U#bL4vlSdOqCfv z%8;$o<_Pp4iHV%AY+E!Z-JJGB&IG5REW$RRh&upi>($=gHmNcNk}OlgfMBj?q2-uk;aqJYK#Pq z{Fn|F?BIcpNUH`rT-y8{4v&wL?DBXg>~LKy&DUkuH`HZIkgjx4=8I6dAz~b=>M&i7rY@)5JxHR%@RemobJERecNiu( z1!WQ0VY+&Cn66$e;q8*zV-&P2;O&y##M8wqe-}#%NFZB&9fQESNW1vf*`=*@T*bhK z2+_YG;!{e>vA==&{2Ls*y&I%G)&|ySZDcL}jgi8X#`g&oA{=ZUP@fDKm=LKgPq~Y8 z2zE94u-ckaT&#|F`taH|1f7Ti3_#RvphT3nfcR={;n9(B1Nm{iBM#*FRnWmn*%6S8 z;?M($=tv9#%vWpM;i+xp5;817(ySxyNO(e7^|<)zZIAfsd2AprV23V9$J%L|E#!)1 zK#z_DGr-IST&%{>6D&b5kVr3xjs#DV zb(@70ft;58l$}i zG3FRpYR70u`G?h`tJ!7ZuUC=BeY$p$8Tz#p{wt+%V^`sjGqd49~LPn%^onm{%rw-Yc z5!X9Pb?CP3DDH|?L5}Mkt|G^;B2^?~+(D}gx3&3I=n9fghNVcUc-1yIu6Ov#QrH^D z9iBFt)y*}yL`ULTU{ReEYZ2{2y3pj{lTj|G?4A(gj&(r^I^nKFBEF969rS`69f^B^ znH{+JWZ;Wbe4h}QiMH1GKJhS!2#Mv=gLKFh9s@=69C`8#JUS920}DFQF_0t&ae59F zSm8V_17^}F_Q}{8sem0mBOT+8pn(USAR0(?B#xG(h;O1J(KJYA7cRaoyAgddzDAz6 z8BceZW;-I()q9F{f^TpIosb$xoP*e6BRRIPNRHjd;+;}Xhk?|H-M%iHlOl1~_~Gyy zYGr_KtBmaxt~+E~MqKZp-Jv_Kc#PCdYR)HvvV>uP7%yq4)5&FhKYfsYwmDZ$_I zB!*UeItCb2@(Kw?G1Att+)L64l6XL$l#f&tE8qlaARbadJW>axq!MCcEl5P$l39RV6x?vv41)>Ll${3r?^C`C@f1c5LcAs^Xk z=_3bYsW!$wvJtYnv#Ghg!3V23(Lq_uo0oSsQ5GjU{M0ZqNmMB6Z1Pi=Mbn+tT z(uYW}U}9wdVa{n>U*A%@8V`PARH|)VYhitDM`PTDU5y=`&20!jRZar?xPd+d#>cY_ z%oV8XYH4Zgl@5hFEkY-`1L*Kz;k zlXNs`K&DuCOr#{^fyP!Us?w{Sbo7N?ZR8R>80=_lh+ff!ZzwdbmPUmfj4g_HP{-l~ zCo5tzvvuI3DhN^)V>Zr;uq6?-7F@WYXEzLAUEA4|%naYiwi;Jo*j3x$ZCu^41}?>| zghX2zMIR*Ba5_Z22#u*YeNDB^?M#Snt!-~dcc^15c1>4neP)tsn?_S)6MYui_Q>zWa> zHMg1+J^Jd~T3|)1j)|pl3O*~SZM8a@8ZT^Y@pR%I ztkLR3{M5WktZQox$sy2&dewHewI@)-+Sp#-T-!3ExwWffE^LZ!XkOdgL2jbYs-qfL zuj$+XO=4ElYF~3}JsgcOM#>{oIJ0^w9{EDQa&{1?zC%x~jUlb~OfQ za9vY#XQM&_Oqq+eZEp-PL8fE6)>KlNdF`kRdQ3bk=#>>mihAde!d^KLb1rG?Ev8o% zi|L(1VtVCRtKpl@MysQ-9u@GlKw>+2%13h!I&ouzg~=WL!CNcmf#}*bZ5^HMZ5YO@ z+ZsZAThQ6n-rCqeXhR#d)|&R_)kKY5j{e%&i7B!kT@P&59?kwOzJ354gb9#A)Rl=jQuosyW(p*2!U zni|2WjaM~xKq=jj)rBOEvCVZ1@c?qD(Tv(e$0jPslXQG9|8rKzX#|NnEx~9~-{#=l zgx;+n3p!09QKvl^<&NZ-5pr6Fi7}DpVLZN98*x^gyP-HI`5Udp*=bPnjV5CXEpXg! zN}#$kag0j-Mhh~d>;v-2i^Ci1YD?ydi8LtV3B6lYO6t?JoatvqnUwc96cWTl9Lyxl zm+}i>jA3-EM?s9nx!Z_y0#XyFeKZ_6<(D^~Bww0G)row9?8*!4=Pp5PGR#qN|jnf(coDtn00;FSWPE z+&*Q$skU$V-nzYAt<6RFBN(o!sFAR;TtSszS*-9641v7O+Pa>7+*Qhr#`D^)$Jls#2S zZp!Zx(|SbkBsa-_7cM(GJFdy19(Vx_NG*jm$dR43P)v|oCY>%R1S-leKsDf2S^tm;{=%9Shra+NI;vO?H88xqT;Z!tK5dlo^r)sT_W2%tlGa?wPW>Y&JS0!|BJ%as(osdT{Uc17<)*| zdQVh#*?y=|dSw5D9g2UXvSXwwH%iraqLMpN)we{|Z=zj4g;#L>!Zosg1FHT|$@Kuv zcA`HjxfROp3VS}_`k}eFet@!m#YIX^g$fYZ9bM?R9q(8t9Uf~sVH2d^o5mO#Y#`H z(p#+TFIN7N;|cne-r|YA=0dtjpEqZkY~d9oFJ;s5m;*jw&s3rBb>ZC=b65qqm5=2Y1dz+hLCW)VkNWyG9H+Z-@NgoRy6 zS25cLnpzx}j4rm5Xg^0q*iNECwuGW^am2FXh`q&RLjXZLeI1lOl%SSHXDhOkn1LL@ z#UwcB%tKCom0b~3+U7=`>|C0YY;j?CvdYPIiqX8}$SsZ7S!!Ef6fTXlOsQQxOjouF zBpn+tNjbu*Bf_d}2AZuR3=v_~wlLHp;&}EI`=_`hBCN`0K;>=6(=6u5t#PS{@K#57 zYiwcA7RfD(6f1KWFuOT&OC!Qc?P8c-Be`WxEy9r`<~v71nJo;ngG-w&40Be*C3xkV z>KvE>9SP+TVdW7CCIQ z=Y!0~wvLn`a`8yHaN)u>Nqdlv`|9714byJpk`ogI|aM zva5ZZq{q`TMNPuR%VZEj}sVgXjLVpPs>z) zER(kz#bv5uWioun+@|`SyuB$ZmJR`A-vi2^s@M*iWe|;gt~j6!%8KRVfTH3mn_sq7 zvAW$Zk!@a7BKrnlWq^lnQ58K2CYzBb`)-M9=Mv?#5_PLyBKrmSq|Oo}e-3a(k4Ub_s}%e8xPy&pRp z=-N-Q!-uZ@7JD1$+VA!L8s6-t*Wp^P*K3B}fc?*OeYM_+>soyiuA6m~#cndc!u8ks zNnB513n9bM4QMpx8{ow5A>cGN8+YS+kMToXe{4L3>(j;&T)T~KytoKEFW^f1Ea=!p z;Uio>5uf1tx%dKmwH2D!dDRS?<+zSAN8vi!#E$glVskOlwPr1@b>@2HY%ozH{8s-4 z+W(ApGr~R$8g>-YwV*lGoMuipXPC3h*=D=hVRo8b<~o!zG!ydZZI5T0lQj<{tF%DM!CwtIIDCKMer_fM?8Yg)(g{0vM0xN+4s6;H=kn0 z<6SYR5{Wh*4<-CHHtp^7A%9CA@IlhRkAwX_&KUY>DD$(J?9Y4rpPO-ey;*yGp}k2% z_NMmV8=kti_?$0N27i$@?2DZ67kOj$9rN!?Ox%}IxG$%8UwGO-0&)KcPx~@F?W@?- zud;@Hl~=a^>%;p)3Hy^X_xCIMI%Uw;nT20x4gWg3@PHXQ;0YYaEIg1k{6O}I1KC9f zJ+TL^;6Y#TU~JaGq>_W_gAZm5IhZl@VD^YZ{?MV=^h2@z4khIrN-jH;9zK*Y4PGVaHSRkEabko>6!_ zYuE{odBPKQ!W%f@k2&FwI}waM5sW_(OgIspa3Yj+A|~ZTT-u4a^b_$JCzAS|NX|Kt zTyUab_DK_)xOh(bV^0P`Cj+>~oeU(M491@fCY+4Mf8xpLq>~~1C!dVLf6B?2)RVFJ zPdgc(aWWzMWa5C6X~RyY7o5x*eoA0B81E^s?^IOqlrQ>}FLcTudn$ncxKqLSQ^AB& z(TS&Gl265?oQh356_j^}_xk&Z0^3k|x=pLw z9~u|0vfo?t>xFr_Ctp(nXN-m{rw7fo4Fy4SD!0=hp& z560?o0}PL4czuQs@7E3)Ii;fekm%_a2KIRp!t@AFqKNVfUyAUjm{zhG9Aw6%naQI) zd%pGrvpgwdEq}Zf-Ou-rLq1=eFNnQ(zewphnW}r!4jfF6OUm@={gP916BF{h-FYb~ z{bT(3-tPQpPkw630Q2|&zZmE}JuuocFmLprp05Y_dJ4?r1=gv8sGb79Q4kOXvGIe& z(ZS~N!Pcq4(LTJucWC!lLvi(-9;P1}78@LX{IlWup+a$NgmI_@+uZUD;>YeWyELPE z;`Di1sHL{E71IS?l!iURqAC{EcA9Y*01SUqouEEY{w>gt83d=X#-cUTD=Ne)Je^Br8&%CZh|J}Kic)TNc(8y zxY5VP>}I--eP6H}HfY$ThPid@?WP&W@wSK4z=;|KSc+Z4H0*G7F?7=e#(zB@*(q4} zoJyaK9cJi{-ajxJyBk%BDPo40i+zihsGW)$urpB`WLlu&t@5Bx!F8^{S_7UXxGodR zG()t3i)#C?_`Vchg3Hui*o?`aHIvmr_`=kajXcos8c3`O8rF{4S}d;&DOfw!<6U&L z#ta7s-b8~FO8`m@#P*GIu^A?Yvc+ig&tVbu|{!>T1-| z>S}DI)z#QWt1I@}!s=?gL946rCatc7VO-2KCD^h9R3`yo0yU<)DWjOnG0!i&j#DDd@T1 z22-B;=k))m-0gkz+^=xh(M!*PK721n_*kD!-=p#so{E=wq!!^sKPFf*5$9~ACn$*E zBNdxNrq1gFzb${M;=2*>4xBdZ?1OJ|;a9o%PGF1Q#I*F(H~({(`pOx~{iu(e#}xj& zg3#wKmxj5Zm;MhFzPArlcG~=D`Irarmqv3b!SOg3;=~NXum$jToORy6 zKfO=+e1#V(I9@^0=PrMj%Ac&@Vi!()Hojct+pw>_n-zU~A86Na7kM9bMqgxT>%Cv` zKce6>3cd_KqunylzZfbxnP~USsW{PJdO^xZ`(&cOaK4S(e0DkXi%j&7%mxJ)eGA@~ zk8sQ>ndnno-i=fK9XKDr`8LjvaXzh}jT3wYC&oY1ZCuf_mS%0qx-sjHtipc|GY=`c zsbJ!_z{x6~zYKQ+K7sRI1z*s#oFLM#DY#ETQf@oCeM znyB%gggK<|K(3L4c4CP6;u~-o=x55`{w?_=?@lFWrGjW@mP`81RLNhjcsn7pu+VM5K>N*gr}^%7;_>quq$ke1t3h{^ctFnBNDMDxBobgWSII`s({Oz8937CIxN%TNHkyg0{RT6mFM$OX7pF zHEj^a@F0xaK`l5jZW-1oIHwPOG4O3TpT*gY^A-hPSMWy)KBOS=y@=DM+wfyW|5CyN z=q-Q^1tA4t7vr#vA<NMHvIoZw&MAOh457a-EVu*oGvxQ>>x=)>a;P8k?@$nS zoRQz=dn&@m<=$5KUI_yRYB5srgAp_!;0@|1z&QNBe|bSd?@CZp#yQEKJ+(q z0t0O*>Na#GPSl6tPQc&d+^8VzV7xCRzTG(QR&?0Ge6IoS!)ZgiZbrG=aoQ05hVe%LpTSA+egz5t zXxP4CuyxoA3fee9^d*~)6lxj4hr`#yVe@d<&yaBVemML(9DR5ALb`f5etUjqu`-`4TtXq|F`fJZc*hQQSdnhUzd>dovD0bsIandPGQ~f zZV4GrEvzfdQ@9O_72Yo8+4>51DEt-$ABgCq`V~H{@?TQ$T?G#)z9{%24`;lB$}c0x zM|a{}uHae)DIaY<0`1N8GvQPYZ9U=uPRt(+(FYjrQSfyIiSK=!c0TZ;WSnSk=6B(o z-vC-CPV@tYgcso?xCrMMoJ60hpq;PEg^RJhF~`KnyFN#XE&_z9dZ;Disu zm`50*O&EUE8!v{xi!*W7;rtQKVG5$%86T(M90iH51*c87A^HaM-=g3VzT*{DpZEG%bp1 zA&g15`f-|Ch$%<7^e#}6P$n^ZJ4(}AlO)fB%yW%+AR`@5JzxcMFGuPT=3b1{gH(s? zIgofixOKe{rG@@8@oL~TolCmx9F%q~VMp=Wg5N~T_K?2B8LosB%ajWKQk=dBk% zQCj~DIYQqk9@qT2A;{gxIMFAAQ`fDY(V%Y_?e9 zxXcB{7kK*zNxKx>vQDppqU$-F`=;jSXS+h5?r^TMIrUU<3VjOdoR~$Q)YMT;v#52> zB?{ivp!Gvv2IXGys$Q2h6RE3>efq+zYNUcaqxG3gy<0q>S7#L=?@nqvyw%Cnu4dWj z?fMYrc@kQ)IYn=>%IDPWuu0ndx6Py_3-y-xON48$IrJMCKOkPgTaAeF6?~V7=P*JK znRlRvy#S44m}g$k=!_lAb5OjJyoFPr!+-vMPl0DD^So|+k=(?TL*QA;sSn5tnJtjr zLwzf=4%`cvyA^b4)zgIQF+gLfjNWeS^IMstQ08#YXx}N$n~l<=GV_u52x=qyN*J>9 zGh@*QW03M^T9Cb&WN9y>jFkNZ;pn3eq%P0+6tXYv8J#Le#^d5uE0jTX{keF+GBc?E zXY`EroM3&s@phd38IK_E3Gu4u(~SF(D$_L2yG(rmE&5ubJD5*#+;#T7x7441b-KBIrQX2vQ6l>qupc=`;O{2_|%xoJ&c;J%@_lod(rBX zjaQKRgW0Z)H=alTyAHB+Xr@|5Y7upG@JuY|Z)Zp|mx^WOX)l|y3lJO1Z_54jEp)W%j_6^=*q9r^GKA~5jwDip) zXKb&fa@uctMknlKo+h?D5tb*gM4DS!gC5WL8u+F-?GU7`L|YZ4?M3O=VW}J|=b&_A z+MCGx(k`bR;Bw?sf7;V%#d{ckh-OxuW|Jw5!@tne4SXTvaXq7xcwF$zHZyGtG~Q36 zRZj&^BlA2*Jp*s;G_?u9P0iq3o)gpNfd5hGOvI;WLVq3Y=*Q=2rgkmy7%x&S@j08R zwQ`xEnwBJMuvN1?n!=Q&Tq6@TI_Xe8X3BnJU*d#R)ZYkDU9?I_+eQ>4M!cFhFqL}J zwP@{3loR@5V_!^s>eG;OT+?ErIImGWkx+_~kj@h8;n6v%cw@Id6g&M-KIzSj5(_;P4pL%8-n zN^WA#i$tQDM=lmgYUXS=UI6!F;9kw8ml(s9g_kh?tnnV`D?#@&zEfNwYpCY}H}y=; z?J)L$YZ16^B3vUIWj%GKWA#vYJL69|S~?iNit3Q|KI9cMj`&6K*D`*&!=K9dodVxb zN!ty5{Rqc54s8DGnO+V4LgWcOo+WR^_c>%Ar1mXkN*%l*ZM>DsT);A`A@c*mwU5Ci z>3?E+zR=UM@ky}IK7vOn!qIgf^tiRJAWq{P$J#+$GShe??gPA{S?E;i4xBB)uGk$Sz=hM!JF$d;kh!FvswHMaz2He z-Hgw0YrU+!&sS*ckM!A~A6xr!Et^Z$}Eo zBUX_Y^w`vN$a%B-s{qT<{x058Gnxn7`BXxC4&OJGHdk&Y{0p>?#DB>6E9C2xdC)qS z@$U)D@cxPL*-*ykVvc=Rqmplk#Dv#4^`=Nlc!5(d!PnbU5cg@X2|emSN*+>wBrm4W zs947m9)oYPnfrCLRwAb+cS9>uruI1Ve1J6bAUgVs;(6Y&w2FC-im$Zn#0AiB9w^*T zwYLOXB$4K@bBISj$M}Pio6Kc8AXn-c&-7!|laen6|L2U~1iIAw9;{^B^bL;QpE6Gt zjS|E!rap@C7N^fOvoxBI_Yg(fi;{9=&4e`eKjtcUBY81+p5@Y}W?OVG;}?+slU@h? z2;-e%JNoQ6;GZzQRv_}CzM=boo7!m3O@d7qC%p)rZ}p7E`^>2Bc)>f~i%6+PjD?w; zIv?#bB#G9&Av6|P4tdkmnsF8S1{x8p{Sf059WRVSiaaMY(kt`;c_C>b?3l9Y7?tTO%zqK;`z*{X{X& zR#uqWlZ5M&flI&ElkXEBhU8~hMmNgKmcEENYrrY{T4V)mV$Kh#CW$*?=>X;|g5L^I zT4>cy`-R~_*&E^=3$nQMQgBK=GZ>fBCO{hZFzuAM598-v;MGLer-?mUWuhO_Uq?wf zSCK~Ub=pJ7E5%83vAwqZhRY47`eD48+DXE-Tby3`YsQ~IsWmu-c2JxHi)i*34hp`* z$MnOZUggf>+!)T?2q|MUD)qK;oubp+XzBr?>yfo&G4t;NudMA;OkYI3HDMrhl`}qs zW(y0kjXsd^4FaoKf(7~z#@A49#w&JBP5L^Pe4h{xexCicPhig@8fm@&KAFdmmJ9mXQn@-0SpucwJgl>iGJ*%rn$@!IKyF97+!(FU8%1(!XTNC7NCTSiY4!&)WN8?oJS88_orHn6O{vSd92FBNm3&6h?_^%kZP)Pc*5}cEL z7ehuI%Pd9&CuiYU$ds+H41UP>Ed2OeqX^HLA%rB&=h#`7Hd`;6aA z9`%JF=|++i^)YIoF~!?6+LR-69m$B=3mNY)B^PeX(O|InD=3LkxT_FHA;%x}JnV=g z9KyC$5=-ywug(-`uoxLL) zq)Tu8o;ja$TKRj7&!w7s_k;g9^Pg7yLgN`%FEzHSF+GdtY3ff|Tym&!P3Sf6W6(K~ zYUSMlN;J!OL&?AoWtg)2|V!v)ztpLlwl6%F9_FmiDJzkje8iKW?I}giRr+z z!9ShxpNc~$Pa}rreN#{8+z-T3aD~8iBja<>UlwRo{_o;Kya|<3AB%Rgm{V_y0pP}r zqD^D&cSH^FJm77Nze+vH+J-V;QBSfcipymR^#E!8PR1$5J%l`=pN}$o@h(`Qdw_pH zdD=eeZJuse$!nNKvydD!+2GE%a2KN=LdtKYL&N!-sSM3wQp0w__0!~O&)cA1&iD?{ z<=Fg)N_sv3WhPVFAzhZNW_%WF-wf?z8NZWS)bkKzeurgZe$b9GCDyTPGuh?Y0iIi^ zcX~3x^BVIE(QLaOVZ559^LO|e-$~=g#J#zi+3rC!;ulRQ{}I!FC{Cz$qcLe}Va~<4 z)|YEk&znTMSc*5M3%!PVKwu&4maFVq^qp+x0XP5JLFl_wFVZzRKkT3u3@n4((|o9=;~FCebgsExED*2jkvf0HJdrxbGtMiWfY0<2 z#xI2riV>j*?Q8hCK%-XKj2SLl(EMKuTN1&6_#713&#s_yh(pm{K8iz&SWc>Gsk)2= zZt6*#yTYsy+kEsqmTa%YiD%eoMQ&N`&%ou#C`4;Z=?$BSXA0h=J=0f;a!)$_`%9)Q zqW)}r03Pt`Z$g65=Tk2<5cO#H{%Xi!SkE;68hT%%sGyF2!1nZYVQ%J_9mxgVf$Mf0CFAGoQFlm-2zDZpAXy)P`D#wm~6}T#xi~7+ioI?K| zxTVxY;@5*rpF%xD$NH}w1ef&G|6$7Opp4hYqvQ{$&X_4peF9VdLG7figpU7V`~Yg6 zs3(GRlOy9@rc9=qX(zy0Pq_BAL+@g`hb7+*${39`UU zrQe29QvZcaxm=7_xSSL5X$Ck~f-}b9`~h=LusQX7#@93F1aKy4w#?r$<>yQp2+B-{ z@&;4RXBp(@Ji=A{048O_kD067)}-xa{9=-4;Q6KDmH@Yc>QjyxJoC9_*BUTJOehCpEekG&3V7MvI2oxL2N=-Y2aar?klVu9Mcx zJjnP@&M5H5bD4-dlI@o1va^pJ(%yfjuK+cVMQt}}SK&E9w@$0NY)5+P*Q(N{b}_t- z8Ogyjfg5O#bo5}Fp|{bUnz$1^xR5xt)edJJ;riRSD@#P4&|93RatWXq+JoA2+5~Mj z%G{$prIl+FwUCDP7EN{uk?qK$(IN1A#~ZvAB zokp{08sqs6JqEY|DfGk@^N$g0Yt)~2c!n~MU(3O7G$%s3pS4jhq#4lE_TehvJG<}y zk#Hl-I*Dr_(+#@nFF9P>dR_CmerYd%XTJ_*HEoXT zEOw>OoKL^H)3B1!bAUv&V7imidp^aSqk|f;kAAZn#Gz{i`at;W+keqth*Eo8=Tk_( z=)&E!Go>-c__MKp7rqYu_f?rQ$#duZGnt3bf}_#)az;(sOf5PLILQ{;P~!`IDW}FG z)qs?)4FDDGh0hEHUG+7{E!383o%(ETyLOj8n+}Yp=e2hM4`>H)J*H397r2gmJzo#u z9HNf_g-f`uZq5bzV%CG_I6VLD-;AE8dvF!n1bPlaxq66kjvlor8jYMwaf+$ank}@c z&U2Vf#;>AhRxB}xxn$X~^h}0xyD3*IWZp5x3!JNIw8EI$NL+QT8c)seq@2F}z$Jdh zG!s{$%@sR17xM|{-h!*HEyZWAWXUU_k!7S=XiF51-!U`Sxq^1gsDiyZ(}YGjR06$` zIWXSz7X%`5*YCK?VHf^*w+`Y&U&RVx@eCKI#cK)Z=SfaT|JHjG|JM5+ z{;l_m{9Et+^jmK|nSSf7kE7pu>vb-<_;mYQJ8B(*F4Xt|S8cOHmwGqqpAstJdN`$oJYKtm5g%~&c!&l;JhE_>t4&77`WFv-rL|^ zA4PxnM12(Xk+0RC>YwdjH-u zH<}lj7n_%uo6Jki&E{q1cJmr@hk32J)4a~S-n;>JO~ScN`z2=KZhfA9x&DOyTM-aj z#8z>I*e0$KH;G;1W^s$SRqPhu6L*R4i@U|c;uqo(@u+yg%tRD9#vE&oGta{AH51GV zv(l_GtIZm7qB+T&Y)*03;+eef%>wgW^E`8rdA_;CTxu@EZ~V8Imz!J7E6i=?mF89E z)#yvoTe`jtdm1d%ny}t)MJ#g{VxXt7Qoe;d(G$9%`}KG|UC+bHP^^#9_J1=^ujCa2 z>jL&QXwqA;qrpZ@i(Zi|a>Yn7N>qyJVgdGOND+D1@1Y8NJ)8?HRrD8QM75YH76MBX z`C_c75wpa3z|zG4F-}Yrv&AA{8DgL~OH2~yi1UGEia}z$m@MXq#lW&e0rrTPg1sS@ z0LvDG#RM@`%)?VSOY{>%M1`0p=Hq_H6gs?}BZjHeP^1L54G9W-VvoOQfv3g76d^GJ z&?90*5uhbvMHtX4;_z%ih$s<{dn+M)B0(U|6n>E?$^ZkXYdQ9#2#OS3qj85|KvEj6 zF(Mt;SdoEi96pyfAR!Ca1jLaBO83KcnYaOc)&mQ%ra)3Z#ICtw2=1ANL3*~>j?a7w zuyWw5FBpS!v`+NzN3_?p{d!O@fcF=}<2&@b(W73{KhO^trjcmmqkRKWMc+J(WW?*q zkVUfzdVqcie4%e1$R`fJcVFK_#|}<7=}$^{7+f#)J@ki}?(;s-`@pjeou6;mr8_mB zcW3WI@8q&k-Zkz+Ux1PeNUhR4MvL;!b06rRMDuz_MGhT%JK>C!GC|Ld96GJicxL7` z?L*s(k-9fh0-m<4ef9y2_&wI^^1xk!j+6f6h`I-~XXL^AoM3&n?xjQ93C^7^&W)h# zqC?xrrG>TG+N>=H*K!xvJWW`wR;&D^P&2H>cxHurQ5Oe33$dolZ z#eC4#SDF^+L*K1=^l|dgK4OmOJ{)T`3-gXTv}c(orVq~?Sarm8+`(LNeYl39rmyrm z)-qp0A3hUzA@}wUVBV`ubCuVzF6-v)@Co?^ za|C99N-+&hwM;C7+(--P<{Iz}!%2}RewGhj9dqe?qzRYL8Z631{tH|Z-%i$Yw8gkr zmc5a7tr^eUSt=(H{FyA3z6XN16syq+vI1)etiZl$=y8m@_DVyJuD9?hb(1u%iM~i# zgZT`Hdv74yMnhYK=aTdFrvK-ws-gK{{XCeo0(GF>;?6=n&c@RfuZa~`X*8N#UBLaZNJ0CfQt*9KOqtJ>eFlY4;{tAxzXQ7SUg(xeXo}XI_cx zSo11eYfyi~ta5Q|VUEk01K*4T#}$1zb^>oSufw&$ydKxp@Pc8ka>>}v9M>?%4(7O) zIdt5ipN(i`h1u-*Jez%PpkK=84CHlMuc$?)a$ldy9v*Nq(@DN;E&5yzF(E~ROh+_EaTwCJ1`Bfl$)D%S+oO$iVQ*{motlu< zI$|Xn2_ykO3&E8}K{rz#`UYj2emV0w_E4P4u`1b15n?wuA~mLwPqj8p#4Gyc;$ozA z>@*eOC}$22V*W(*<~%$XIStN<7#FYsaJ7#8mjJO*p+3)mkJ)#+J`v?2wXPtmWd!2R z@A-oBDJGHilXe#(Ho-P+h?`8rN*3ayD8xj5#4ag_>(UUvWgt$=LOh1}25msmjKU?wAeW_)W%QiF9)X5|?;e6nu5!jb%a{Lf#fnGIn((LG z!Z%0Ecsn8Yz1V*5g~NZ#E&JQxu^;4*_%NsJ<1y!bJa+LXu}PoAXM8%e^3!1zpC$MI zY*_W4J@4!pTD2!Ueb1~7pL+wJrw{(TXxiuD>7SR+{d_{*-uSG&$piKljNd!>?7d~@ zeBrUah)wz;Dd&sQbM__V?n_FeeKm86|1oO*m%;ci(+7Xqzw9e-;H#vZuaa_Uo6Vf! zulkqmkI&klK6roO#QjB6_m|GzUv|#^@;P6h%Kh39UkBp8j!ybIA@A$tysy&>u>I!O zIrtBMJ^I`O!gC<6^uX|%1LGDS?CCzJ8waC;2Lo{jV^R*r_dA%7eK0ZcVCK++S%uh# z^I%T+;Lxf=QNcq|(T9AYLn-|arDh*WFF2Gr5qv|B=LgN0M@mq~sq-#s2`>lQXyENM6~I{^dsojXzQ{>*%Qy zN4&U!)PDQenr@d^XP!WqooZ;$1FN_`s6Wx;8=VT?Yfzib1Zeh zvGl>mGKL(>9D1zZh~r1TKCbJ>4RJh}ay%xM_S=ldf5!2o9NKR)b-?k|fydJePI$a0 z{K+SRDZIgE;)zi5iTKPD@mVL5a!(#Te6r^sCxz!^RPbadk+#jmo|$p!*faA~PtU0+ zKkbm|$M%>puDvl6PKA4~DhUbz45#+%h8vQhV^76KrB>TC{y-D5)nVMc?zTe(HpN`jp;%N>3PQoH$}+4HNtK zi|*5&6GuE5gRJh;-lGSi4juH9JN!YtDAwbRJ6)KVkeM}WP43Q}1vlS3>5)ff{PLHG zyA8Ge={=WdDTzIMwC}9y>Bdt&baDRsvJN3YJs#%&;J-L7H!jEKft!rSdL54%eUF=r zUB(0d(Q$`yhw%p-xAr=A<4XX$`Iu~E;h6kSk86!|QgO3U3H+Qs2XTG#=x@AX{L*+BXXLoj`0tLN7(a84 z^Nm}+dC-#y`3Db{{1->HQEk-X_*1W=$~e!MVpOT4&?q#n`VWt1jAyVB<=w`-UdN?| zeH0nrek9?eElIt|pd$lEx`E#c8?UG{fw8sN@^Y=w?m9Y*p^QCZ{I|z1j9)lqKf=bE z^WmEsV?m!|hjFH(&bas+2lbu*=IAuioZ~{{>N6Zq8umfHT44l@Xd}nSH8%Vg$5dmg zaRH9+^*SEH7c3r9N2zfqj=TP&<8kA=#tp`AakTb1))-5TH8@KD<+045V>KUb1|N7T zmx@jmWW*)6W_I>iC@zInKoUYhx~sa>$w0=lJG$r<^!!vfBG-Fz6`dt4zDE zEk@*U=TrJ-Y};xd6~@MI9<&3p{4*{wRtP+T(=6i=cxAM}O&#Ey#;eB9jY+V6tMRU} z)7X0EJmeM|zcOwz#^Xcjg~niGh_MdRd}lh05obEU9WdTD%8c2@kFeG3pN+p7?-{TC zZ}N%I;|C8{7|$Amj8(=@jq8lxoT)Yl{^Wu1Pcw`Hqd?Az zSQo0L*s9_et`2uq*L+pS&w1C2kVWqXgqVN z4tQ_5(Wv>b!L*L`S^XJvWC9P8&+uowV{9=(#_tV$NDAqH$766|j58iI{s)^>Pshf+ z&Bg@7Z{!=786O&kai8%74xjOw@i9Ja6vk^fUoh@Bo`-}NaM0TNy3!YAq=5PhZ0#$I zfq29_4E^S`?>L%vB&t7_>3`%DwWaElp{r}*K9~j_Vjn={+-Nn);HFTdq-FZDO|uQ8zyGAfM4#yT|1PtnXD;Z8b7tQR-o`AehunaArH ze=ME(@L?5tl8EZ)?shJJJeg_y}-NPyUY7O-cO?RsH~{bQFEi(qP9ojB{W|nc=x|J2%*vSUF`vhZ z*nzPVV$Y9#JoeStJ#j`{cHF4Ai{gG4_kP^5_@el!@s07D<8P0DH2zNs0}?6{&QDmI za40b*aY$lK;3c~}C104lBl+Is-zC4Fd^{yF zWkkx^_iDs-j?}` ztT|b&S=VI!IP1Br_p^>=$7dI2PtI=a7wC6qzZY{tIfHYma+c(*&$%(@f!t8;;N0rm z3vxH+-kkeT?w@my-s z28|o^=%7~z{iDEFFtDJqU~$3vf?Wj<6}(jN`C!lB+`(rJK5uZ>;OhqeWbhvb|9x=J zkhCFXL(U!2F?8k7ZNmb?1`YfEuwM=P>#&2vV}}nLK6&^nh4+qV9C4&5rf6u;Sv&HQk-JAeHuANRUykyR8aS$Q z)Y4I#N8K^%iBYeQ+CMrtx_I=g(W^#ZHTs^>&y7hQQ#|IU>Db`dp<}m>y=&~V zW8WQnY+T~FIcE(!Yw}rjXZ`)Gp79yu%f_EGe%0B*vkT6yJbUTcZ=Zc+LfnL56DCcl zn{erb+b29a;gtzrR9F>*DkfFbR$N?hYsD`r{#5ZrrB#_*Ij(YHWk==C%AZxfQn|P4 z+N%4io~!z#+NvH@J-+%k)$i3b)qFLveBzvmtrM@Bc+bRVCcZuK(4^}o{bbS~Cw)HI znw&Fv+~ft5+b8dseBYGTDf_0bn>Kh_^|TA7T{`W1)1I34#`Ia!S53ci`VXf6dip!l zkIqP&F?Pn18JEtuZN{TBUY+sfO#jS*Gb?8<3ov!9-Q{G4mgx$m6cpY!24r{|>1DVZ~C&Z;?A&iVD6cjg?On=p6y+{tt6 z=UzJZ?zz97`_9~>^9tupnb$Dy(s|#X_w>BK%sVhYdVazDs`-ucH_!jh{Kw|MI)C2+ zYeDXUaSP5}(7s^Df*&t*0|&R^2C#cKe#LHM7^OT64vkyVg9l=8ZL9UAXPSyDxn1!VfMy z-Ja53(mtcTx&89?yE@M9Skp_I1Bn_wKr*>*Lp#t*=}E`1-%B zKe{1h!^jP78}8ij(c4(=}tSS-B&;(xbMcvH~#sikvCm>)Bat%cfEh}%3ES?8Gmcw)}QZA-+jmKhju@=`>oyoxJ|z; z<+h^Rs&89zTi5^P?Mv_n!2$?@MS4DHQv@W@O}AndvImUgdJxF6=hOHU=6q z3>?6~G&IbKCq=nn=1eo^a87pv##P3E!KSgxTVuf37`!i)cI}l*?3)x3+IQ)_`R=<{ z5m8wRh3qq@l~tKig#P#6```cm_uucIB>pt=r~l8No&U2x{D}D@pZUnEfBxS;I{(oJ zKKh=I{@O>M{OF&2^wS^x)<E5T$KK1V$6%<41MkGVfK@v(b9_TG>EA0PXFKlaJL82XE!`HPo7 z{^5_m^q24XEA3y+|CRFBAOGv+Pt1Jcfls{u6Tkh5fBJ;-H-GoH@B7=|`rAMF+sY^H zpNxO1z5Q(Iv!2gRe)dhDefMWS^x1EJcJp)m=fa=+mCt?k z^VZLgetzlmpZWaF&*#2i{le%MmcH=p7nZ+J_@e*t&%_t$pEF-<_2-%Y`Lq9X`yYPo zOXt3{_K*MlpXUDQ=0D%{&rf}M?8~qIOZQi_Ux|O^wXfd&)z|*@zkbd0wSV}x2mXEV z-{1G|AOHHu*W+LR=GWK1Uj4>fzwx1OJp0Z5Z$9zOPk!^&ZyCOI&$s^1Z>@Z*@$CAh#`a56x&enH-=XxEZeeEOx&zZ`h^k6!-km%se-3$O66TzVz>>OHUi%WLm@?L)79`G)>R z@W#}QyKlVh#(%qU>!$bSxts64`K6orTm845xb=}+*KgHtkKF#v+qah=T>jseUt8&2 z`Q?=_tSGA&SN~*neYLpujb+CcRV}Sc7A#1bGzNUPwxIr!kzdJiH|4tlbYm}@a{g)3M2k$)i-Gk-SL#b!e{`5a)-ka6fb=_ciEP*T}y-xoL@WHX5Z8S1o1>* zoxnA!^-6=&#_jcbtyZt$Z}q==E&j*$YPC|SR`9p_U$qkdV-*83leun&p_^f_IUSpO zc6~XKGI2_st4d4y0AjL&-`5ql<+3x;qT=ii$Oe;@^Wt~w>s+l?Di`Cn{ltT_X}No0 zxM6j8xnBJ4`RBQEIh)JIITf1$*bEGtfnvkOHu%%1!iUXe1dkW77|tsU_ma<%j-aXx z%E+KB9YGy1C?|vRQ79WmXk#O^F?uX&8VyiE;uMLmZZ2xfNK(Wn+)ZM1FKV2_n5p_Z zOZbhLP48D%?f5Lq3^V49|Au=Jg?b}g3+j{@oQ{oH>EBbw|_$L4`61msKe9DNuADEwd5!GK!w1P)6{!k@2>%$=d>9?Im=X5X@vZbM8gK zNwzK*?qtWN8Kxg^$2M2|$D?3TaH_O$3Oy<x33fIdsQPBlSIYMs<6W>QtgE;vz7K&tOCzB2pIN;*wD1v#1#+GKK!OGa0zU zX6a+IWKeU!J;!j*G2A{=x7U>`Zm#4?>no+2-c(*o>J1I91cYvU`whhaP+Ao(CVh>s(K`cV;@;JHTB8MB+fwudcXU`D`>I=~h;76s)er zeHzXa{O$kkH-6_gKKSdu^E2<5nK<+CgSZ2mdp96%Z%F#!b9h({+IdkR8mAkKAyX(UFbMs@pLZ(nC2xj;2+_{DE-t!CNK3BC` zHAW+YGiSLeNx<`;n#5mi1Jk#L8$)4>h_pEA)d68BaV!2eK)rq(yRIj#K!@u||)wHF}i6 z4~e2yqt$9Pg3_qxvo%pyQ|kG><>lqgY#rC+X_QhnFLQOtfQ+2hGwI=g1P8mXlF=kwCC}ywMV3Hs>#l1Z|}fFq|f2* z8=pIO?%eEfB7#@?W~h_E)&AjqPNa*Bb2*7@@%C=5~D8+Qn!2Lc{Lzc)Wo~ zq^GAR((SS7xhi&Fxn>E4`uYZrzrn-muS>scHwTH%WPHh$<@`>_4QD9B*w|Z zPERQzq-!plr*G!$)HE*Mo*e1!GV!HUDwVIeM#s*~pPvhJZuTT3B*X1KIo{vx^vVY- z*RNlH{`t}IDLjduX=Huhc)r&$n|@9l-vC!S1v%B|5i?iNZ($aYFe-Em5q?x3UyO5V9QC9*dqK*c#(!uRn{ zN4QoNg+p9ntlA;2aSGpB4h5IGe($% zbH@mWbU=L=GCvXjAMpsGBArzy)F-QEP^sv^JG)9n^hh|B8p*?PIuG%M8Qck8hZ>em z!vFj}9&aW~AaPoW_v4e#3&av9O8h{F&)DnW8Lj1QmF!;*_NiT68Q7=l?nRe}lcgu+ zoZZ7YcOA~TDVrXE^n8Fx&j*>qU)jC#E-IMCnU7YX_G2lllK1L%cXdEvPYnb&Id zUBo5k7IZt?+gn>(d+Ggyd@(D$b}<-|456K(mM<17jisn)R1n11;UelPY>aHFs59zQ zg2AHqcwBb7-Kdc`6Q08hP_X=df5TT0aeRDqczAduBv!U>uk87%FI<-lUoDmeyGP$> zEVbhf5i^P-GklTMSK}R#su?^r&Nrp150vsTO8FS2%m!Uu*EK1$HY)5pLf`o z%+L_^y@LT)Pn6T)$Ezy_!}jKqIbHLa&zv9bo}T55`0@20SS_!;M9-EJy`v?Ws1Pdx z3{7HP2`(e~JWl6As=waF#`I1$rU_XPw7C3R10xSFl9H)ts#4k#R~Jy?~-)U zD6*J&VQHe7?h1co#q{-Py&O}Fev67ZN1aUvMixn7mgP{-YAQL3sYZ$MoxD6DYIH( zn7}FOtQe=90+nD;E(V38g5V;(U;>Q40!`h@sNdM|deeEIe`^aPjq#;YoOd{uths7` zZ@w4}q*CE9;Q?M0AGVGy1;1BV?1WyWAufsFcvHKLeIO1f8G;c~fTG9D zIme9wYI)gUka+yBF&LJYCEeG)#_hp7!F*M%*R7$hTXj(|s_SMTI_n_T&GH5beWYE< zs(wqfD;f>f_L?8XwQ`6n%5cT`rsmgLXDR1_ zP~ui3)Fopfyg(|!MZ=HcQz#0=5;r9A_cER3_&kraV~U$-k93|835-5X?XeZ75#2Tm z9szecfmO97gFx6`horcO4oPu!y!I+xi4IBO#KSSR*C8oBqC?u%^&mQ=TV0R#IwXZ7 zIwZwMbV$lGO&zi|P0(Wo6oBp)R%rs=ZAzs{JKc@qBDx#JMRYfctEsyk_wdiN9oW_2 zEpE5dWi{xHR>yw&AeG8Mg(ypAC0ESn%G}OZKJlp+B;KNz1W_l%u)V#q+^E4#p3fJn z@`x|c+t=$6xgJSdfchXy+VaK=KiZOXUwoy`75CFI$N_J?Q7;$r*)pfoHm*blXXodm zMs8ZtrfRiXL(BQZVi~@Rn z@~*%$fR;L z9$>lcL}??n6iU}F-NoJi(3{`<@Z)cJ^uDX-&!y5;t$~ls%wkK$;Q2OctcKF&`dXqO z11z<&ntgtYo^-8wWE(!c|n`?&?Y0lf#fx8V(?^(h(y5;j%s$;&hb7Iiv{6*|jS=qy_ye}?0Y zh%7i9wn8bN&t)=f0%ggO-A@)2t)^Nnq>~$ad;6Ifzp)xzXKw45= z4`(^WK+p2ll9{YqoG(Bx^n>5xxS5Hp+1+q`g4okJl^LsVBu(3hNXRp-EBDAm3(W#+fj}0EZMRP^)T6o@X zmo;=iHkRD2CZ6hS?}QW=$oN za@lVta)$8kra`OCZ-E3jY8=(LP+zXaHDyOliF;&&%j-%OF7`!xEDt<7Fg0`SD#Yxf z5GaS^f{;ViSG4S2^3<)NX!lC$-Se|Eu3!7@bN4^^fuH5ximwglCgOr-PZJkrb75vJ zp12FjX<{?12*G)3myNuYd}i8q>z!U!_Z!xl9*9`$5#Vi}j5tBKFq?U}Nq>WGOJ}sW zGdV{gmE0yfUij{F-;N7ocY(@;5$>I*%Y=q%QDp>ckWj-bct!{{ zm`pg4h7_vCpll3^SyZiQNOf$8Dy!-`#vZ`U4H(}kwh_g&!Z3vyrnaj^F=4eRCaf04 zM0e&aR%@26)+}4C#V(z}hH&^nVoNV>iUzYQov9%cJ|`IrHKbrwuxfF#elbC3HpRHI zPp;H;25rAD(pTYvqQStA^^Zi1I0_A0nOsTMVI|{aO=Ci3eYD3U=9z_09Mof>H?36)PxcHCS;D z*{ud`Bb(UV+D;ZZy}LWw6ZXQ3CyCWurcje(ey!1JGb5`m5{ZO77G-Z8udV&OArc=n zXi11JU1(@Ts~cV`pWCXdC2qa+@++_GaOUvX?99{_DI)t(9A-o83MyQkcS#yDnWgKjD-+ z6mpLBN~KoGCHKpCmCBp9*E8Ht(rrd(KgihuZWL1`&mN`kG5)7A%;bQx@r4--QmrgIsGZEWy!88OL9ahA+iLXmQhufP*2M*fa5;E_V>@R z{XLy3qhB0(p`C?j1gy$D!1w=#(?yQY>+AcKdGc~KZ?AgT%4p7Z4z z*MQGZ8JsW)ck+ zi?&ucKol(#@&vP0&S3W)??Wv ziplEsffAqT>$A#GOj4ZKmD4c3!|Tk;9ApeVP&UxbZ&$R{{+NcQZpGl!i7r#@x*^-t-2 z{ZrbXqDN!t==}THWBm64#(y(fG<{WHB5$;r><#W9(ct%YIjz&lVN&zVrF7! zd?pe=lACa+9vpPQ^@SYCdLff5R%5)`D;;LYNS;)Qsl=r%rV{Iek@$>3s1+FR2}Zm1 zfy-}x_{|sZd1!h_;AHKc+VKRs?EyohlG@$N6l1(2ax5v>vz=p#a_KduDBCBPrhE<5 zyT*3!HAcNYWcuVv^+vgr&1N#0e6g0@+$;$GE{}ne%Ui1(8RYc-fe%bA5Nkqb;F8I@ z$)S3Q_V$wTzCuH9KsAdaI5;>sG}IUD#pa4w8j7qlSR?&|{Sht-_*%JItKp0*7C4Vr zo8QNN-G-mh6Yopc%sPWJ;2*ts@xsMR^P}hIW@jh8HMy?0c&5)@SeWEy0bfibcACrO zGAXX7$C%xG<&{@nyM^?@V|%J)Z467W6&z9OW$@1)^D;aFdNi%3hZsEu4Z5|}t#qlB zN2L7VAeBk&Y;5Edj|=`6xspw8Zmw?ba~UZXEtB-*O1X-nAtQNl`v+BC2ag-^ySY-S z{kXT(7#<#vI9%O`sgI2Ihlh|55VgT~V=#)Az|h#h$WWBH9is5w$as7O))(;^H@HB+ zP$Wjv#^%<}E{Gi;%+~I@d}SgO8ozw`@?BRJCKhHE&QAM~g>143w$XbYICs}Y;-y%M z$aq3Ni`X%I$#B*U58LwV5J4}#{K}162<|hA{T}B2`-~TUpUwTUsKZ(sL^K^DuRN9v z&*F6*>T6v(o!*FqO=KS{axJs7v$LBdTywhC7UQayOW9q7%(r$(jUhRx};$=MFI zxUQX@)mzKkxf*Qj8uV0~&1$XW_jWqaE?Ws#1*vISSkQ)WR+T0i91Zrx1OrJ!7?YGFM? zZW*}!{d|MB;ao$u$o~F*e6A?_gI>F<4}38_H8V9eJvkJO7V?Esozv)y4o`11>@{kT z`)zjydiw_l`;gW6lu53Z3dK^ToXeDBK?Si?3c=gp+Z`{0z1Q^E4tu@*#sqIrWVUgs2s_{@Wo`0Gq zOyNkZk;0LJX!V%;IE>%sK4sxj`3~tM4lDlb;4zZ zr7EvA`H|leblK1rM59sQMXHL}(#74C)wR_`sfvP*dL758BzeicUnjL18;N2=r!$&O zMzcW^bK};a5VC6gW-gnr#}1%nng}4A>{@B^8P-&dVI(^N6Zd6H}xgwtsBU$S>8;5TV<7>7|!$tnHOx74o(&Pfyrrv0GdNb7$r!2YbVQn6?g7v8c}%&MlmspP!%U z?{ZelgMoNHG$grx=?&|C3{E%~jNAflY#|B(O<% z!iyLttDiVNNkrsE4B@nFC~$?Q%UR9{9T{9w4N6sK5I-o}=0ta8YYHlC&4^o$tr_vju{EQRAH*K}d3HAZBBRE9A(hW=CH9Is zmm8*#$*2$cEkb2yd3jZ@(<;?cDVsS+CiZTxZfzrXFp=Cp$Z<(YLTSd^C}h_B(%+9GVtZH?O>0L0p|tBKWW1@+z^CfB3U<< zZr?~Q&7;|?XtqGtEv5JN_R@82I#((xwqPiTg0Tvx5zSq}aJXxD;a%^!>UO(tefrbO zSazvPmL0(DaoLP|C7*Y#!Ma@Ctr~$Oj;TO*LHnciZ+tstS^Jy6_#WMH?*c8~&1m`4 zjFyvpdao#2bPY`+vA(*`iLOXbZ^UminyqHNNbW7h(2xlT=THL^mZWZb?^x7if+%s; zFt2n~5$!(6sGio%0w*w!;>1lwq7Wph{WZ!!&9b(MO-LW6|GswX37e*B{L2_ zz(qn{J7lsHt`&=%*__WCyL(_ZTPwv}VhytCwHIEfHDDs@kdcV$bmd9A)vB-O()mKF zcOYmpx^z;gQLl4)n_YnFr?*<2f#}4{nfbHl&WuJ84VS{zV#Um{FB{coj5+rwZXpr-riof#n3?fs0XHZz`=PCnNpx8@{&n|{cXX9 zh`3})Q$~zxsas#m!yL?4F3g{uo0|>03?y1KGdemlQlOUNyt5xFx!%z4d zk|vM5*HhNN3ikks8QIX)p2T6jJ>>IgK5+_FWl%;2bz01bLe&_QjX|9jGonxegVHdl z(_%)%?Lqjuq0Y-7jH~lHEiOWFEi+ub3|Cu^PE}1tQsW{&gvMdRok5TRBrYIW4Ywyyrr`&k`Q~F>3l=B@v<@)QN@)M5bJFkBViS!(s5sUP+-cw{7s4*Hd z2%_o+4v?a$8=NSQ=nACS3jBEdSYS{(wr;0I+>9!ZAUde>NLA3PJaR17(9**~M|i@H zX{}!oTF_VnAqI^#5Nfu+zKb`tO`j&QezFT5pK5A{V7WPAmL^Y-Je48=WQdaU<_tl|uL} zTg@QOv^#qRnVhy{x}taOk+L&nhzOP275p3H1XH%s??WGm$OsgSm=N_wKWs`A7W$*z z$?3b)G$ORn`!Jo=44yp0PRki~T6&$<1TyLD_Wgsj?A%{9ne^2pv>uo@n&PdTP7?69 zBr1ykoFCQYymznMZ#9_maNT^u(%-??oZTcJD z)!c&H?o92Dy1drp)a9*WE;9_B1eTU&dSd1|Nxu5!vL@WOF;&2f08BlzXx@V&?3&vpc#J`Ue%{H^lGtaht; zqhLXvi>^H>q^vc2EnO&7k}o4JKsg z4A+le>LqSmLIxUlgX$op?)FX{+hVtyHuGi9mE1ePR~HG}B~}w)yCq91%Z=GAu5>ig zja2lwFd3eF%CeQ<-qhvl-kzNrho3zz+&ghEtw=a=H#IZO%xXUv^v;H7{B#Y6LJ0ze z!ez25)M;7=g<57%y$p)!52uW9g+YZGR9h|gFxTv`503-nIQ4X;<4ZG4KOQa6EJUTC zj*aiM)0N^%Fen#;VzT-aTI?_=AA@32i*Rg+$(F;)ZLO|*SmYX&S6(F7TA&iAqz{E9 zjVZaYwq!*QmfKau>kf~I9DXSY<&{;m7w(NNS#RII`Q4%tjZ9wAqnr)D%KzYcOz1i@ zN4d52?luw(L-D-F+D2k+Cq4kH z20j_lY;$_NLqm$pi`{-WKg62e;g1fDjg5`;gY6M-!R-=!jF%fRw;eT3{=Vr87f3t{ zDUmX7^~VR$bp>t&y|XLW6TNf^_f6=>2O|N8p=|OG&0c)do8ENw95;stX^`-TC~2b> zbNg-Fz`(i3-uIq87;wo9JR#13w*Gf3nGj!5=>yTk!`J}L=J3whwr-}P!V!jW6OpF& zF2KDqcn2O(DcpKxC>+Tup>RluL;b^XxYi!HR|y~r`{99e5J*(^!vhx}peXI9c5-JJ zN#zv92(3vSDX9;?GiQeQF;nnavSAViqCiX!YKNI`AtFt{U% ziXFiHq$_d6pGV{Dgs=Ax$4P3t==>sVoUL{AR|#8_Ix>0`!t)a#EX};p?YQNLCS=c2 zT%GJ$5?i8c0CR`Ib;6xL>0U1!;yW5AZi!OYyfsbADos#f8dTK-%c3x?(uDSSYDbe+ z>y0x-#nrlo5Wevg@@fU7FX3zGl>*5OB~Z=m>^1I9D)kTFxo<`T7NI>*=1q>l7M2>T6MK0c%~>(Lu-aB_My>JsY}9E9myxyrl3 z(1Da1`rGAlpinV>RY#gyY0!0`X9({6foVkYu0H(s$KLkv<@tpxcgTHaTQLBg5E`(P82yCoezp_yZSv&DA`~f!IyugfN=T$@Mbg>ihfaD=P;y*S$4| zTCqa(q$TvAC+&S|Wm9w4J_as%oN>wHj7x^f#cWom+t^s&*xB3PCmA2e%Fj1Mq}zM= zN`61Fv%Rtdqes#UT7#lk;dVuapCCx~L?V@wHGbr!gnD{=G6{6LC!%_I@SSg$5f)GT~g%Vz3rqr`Nvw zm9JP_>H~-SgTV%OZT{lf>FG0<(XH>|x!Li7E;H)oOS0ABi%!npO^SdeWH;z#`5#|g z$;Y}-4~F&zTqxwV34Hmr*IxV9XFmE74}ukPyM4BYX~uES;i5oBh>9@0o5Q1zx>r2d zN~;5_5kEE*Eo3m_3NlQglHS`y6TT#(K76If>7X1FOCI4BIo5@LksO88GQY>#sOFF; zk=R4u;iUl`GY_`t_G@ zk=J_N;)iRzr%U9Or2&&k06{sO)nY*ko7G`97%ZN^*ww37Cx-gRf&;ySYO6U>XViFI z&R7>l{>3l;>vz8Mop1d6ce1V#c*+v>z3Jw>lWy&=9s zG!apSBbtb)!U2ye%Ua9q2H@2AiWy*Pe8mZkDR ziNs?hl9-H0SSnZ0rNk-lXsM&q2wWnupRJp_d|h~s+vT$B6_GC_a73Y*O%>@IrAl#U zE0N)J7QIHPlXfjOlSMFC?G`n*P129K{2mfHSGG%NYU=cnSbC4&x(GL!q(Ki(UOI<^ z*yz$1Gi6>cY@R$?5V2BR;WMEM_2wOS0B%v%?nU+y=9N zALde-Li)9rZzToMuIHt3x54K3xx6~7*VomBY%p|EwHt-Z`YS*B(f41;a(bt)cM9z@ zr-!^~Mkn1>m-R}mfpOSErtDr`uxQiiOx|ima!pMrSCQ+yyO~H8VI~G3q0fvMLErV8 zH&)ULqOyJzm9yRXn^>>kX6yCaY`xBJ%^b2ga&LO);;mLMIJF5)h z?uFFWZOF}=+r@HCmW#;gtl!>g*rA}UTe!=FQ9J;_s%IlaN*!?XIwr{S6!n-~lPdm>#?w68J`N9{7S?y4e~ES^D} z%INd}WgJ(J#XMS^bb?SXAim#VO1#L&%}6O$HTC^OvJjs$i-KIMA@|yB_4h;9oV#)_ zM8UPY&kl{uO!v)=_k~=SXS?djWU?d+R$J%-6yunPndr6J*nq&-WPz{14$25j7uO=Q z2l-n}N~Dw#NYb@(5hpoNlD3s?IFn)|dJx4(^dO3{y&gp2i2vu# zk+%2$u#pn~4;v}*|FDs^_5VOg5ryl7mOtq}B7P%^?`WJ&zfo&nPTfuiq9@`<%WjSuC1?2MkB0~ zT3xPH>M>5+hZannK`S;K9z71YT!AZn^SN9p95jUndVD^Amyw&4(9ltG3=hDc6zwu7 zb*+KZfB#26l8h!qLaV69%@;|Nrjt+Y2APp+$97>dAM0hO*WDqUfx zZ@1O1*WmOt=+J4ufkF|XAr}(6yR`-~4611Q;`b|@)rg8Xyd>Nm(dF|QMD$7ZBR7}p zF2Ye)B0cr1h#SFJaa!%Z-e|<{3HP9%=^~%WNDeamDjW$79M5p+DDXXI&=9D>b!SqA zY8EGIzG856fr25ouWxQ{YOrT=2IXpt{LYT#&?<19zud<~6+AH#LUG?5lM z7H!f^Z(B(SMiY8 z8Oh2pf{hll+s@SsO)D7n6~@i&T^#CV)VM6E7V(qlWrPl>u!eVbwl-|U9Clh&b2xsE zhe`qGjK+xaI^6AqRxeH47+pqCtTxaWb%cXnbcQd>#v|J}EZOP^Zz(>X3kl6S&S8o* zmE0govz%5eAlfD(sCFrzIkJ_(edpi{LMQ%))@Id~3pL(!r0;fhhb~;Ybnfh#04!%z zq~{yfRF{?h{t$d`CNAWNHTB3iu?hfF{89?F8hj8fHrs5;s(#P2DeT?niK~aRAzmd)sptq7&CgX9~ z-Eebzp`<#+>cQ69I=Kf1Ijg$8Yz)2xtq3Q!MzXKIyi+SL7kGmmsoowV;;9NZD08Fz zLs5?_fNB(o&Az^VsNirDR?*G+tp<-HWr1Kz$?h7Sp6v7M^C`%V z-JD!kA6MtEE?k=J2@jLvlkt(!sf9dtdnSE=t(3}^8iDx>m(ZnV5q_DQq7LcaHF^8% zfA_b~Np`fcO`+NE#>OqUnv&HLeEgIO?*tX@^jD4YO1aV@C17*v>=0%hP-9e)1Az`H zveX$xMrG7qc1V?_AA>5bb*&m!9(EiKX1kilsGxVLPwfgMvn=4_aC*j5ivo@(z!7bp zB;L{PrM-ZAvJKxeTu{&$E@)^B7qd}Ml+=8RNM@S3q9D878RgK&gh^@#*4xOqzS&V; zH0U=r5XM@BS1txmkeJU$d!Q0LB_15i%|I)7s@)E?0P-iXlFACPimBuxe&tTBBof_g zp34O8jaJg}RXD2mp>R}k5x7om9STP@dXjb&=Z`Fp_8L8fBN{!0d!t6*T7xW`)rcZ8 zY%o?0(vOG+>6FweFNayxAP1$x&Zh0=N~I$~0 zxDYQLG7N?7qA)oF~k1UreN=z&0U_6oFO1s@yz))~b@gx^ymb}AlFvEBd{EaM^a}+ZgyK_c1#A+2BY)Q$`MIQ?9ca6)?t?{=w$X(T z4uCIm81^8FP02{kfIep!ea^5I?^?m73uF|Eyn$%Y+RBPLG)1!Lc*W@U`)oF&Rw+v& zk4P{XtCsKTLp}s-m9DP9u$s6xpbp+HdEU^Qm4cvzW zPsDq8jt~z!!`t>8Npag4TOE7Ri|!{lx3Cv`xi{lovuA5-iOS{)&pex_TEDK&lX>QQ zv7)_Zp(62*;+Z`#Xkh@KVZ23kl{x7asBpM5{;Ah z4sv;N_hK$vEMz=xTn^!LB5%g$&~q8|UfJD4captbtJSE-rEDkyHgb*J?%JBL#uZ5| z0l$}v303qznnU7#UFi-fN>LN&GcE6HR8z!>lG~DHaB9SbAo0OV&)qK84GyFdcrCb8 z5Lu{aWqD+5INCQnH8nOeK7-5q&YwGf{(=pi)m+GYL4ya2(>pjxl3!-0C#Pmm^)JEz zmP|bSI-ckVcK;c59I#*Dtyf}mxHXYe#0GLnf<57&Uz1gBm{e8{jPyH|d;#Tt8o7{0 zmltB&q{@vt8OPN|(eJ#pD$9XB`@yZXW%~0pITM-ZO>gU?;E%U3{&)-Hk6}?~5?P9*FUYY@F8#NI=mTt>{>8$LvvetTi}biTY5IyfiG!!(;t^Ul`7?!T!O4 z0T`k~xHv|Gyr@#STt&KYXn1TC3`}mLh?!u9BG|*1_qI}!-8M2CR?2h{(`8%`Gu&w0 zb?w|>{{(3ry>Q|D!tCtXOLzufFXyvp-O$i@$1bC%@EJT!uaBAJT0N6egyawY^<~K( znm^;0v)d}gw=&gAyBrj|N^KHl@T)S5=t*{!?(MZox=PfZAToeh2muui(nFQ+?N$j( zO3nlICO`s3vQo&I&|2~^jsOM%L^W-StG)mIkRvEA$VZBc=D_|OIO69RNBkV)h#7MG zX{~{dEmk)g8F!PmWqLW602feM0;Nf1mHp&Ca=c0)o*%(Bje45c>e3YDs|y#;FPyt{@yc0*N&Rq$)N#42#bT;%3N|^hNt_s4**e-< zW2l%#P2n_!LCyq7yqRtx9L8SV+ZYo0IdI0MHET`in0bhT)$ zbUV%5(#`Y;{c2*qMio1iWa&BWCOy(t@Ji)Nf-63NosFRs3yPzw8*TS`A}#}; z+rmvr$%fvJ1iktB9@5wV>16>@UFSriO1tkU4z`tO1%iAdcElvAW%)~{A4I1At)4)5M~uuQ$m~!MLY-; zih45%u4c6KWGEuV?!?tLR*I7hQ(NLmtQ6ge(QAMwu~Nhy+~lWJPMnO7L`o?>;;*1{ zgH@^Sjgz5>1y7;GLn!f7C=w;T6RH{6I~f=8sN6Zi)7OmnQz#Vir_gydBc#?S$JvwhxqY4g7!HG{u zIwaum%?!3ZSB~8qN?Jxh)*rt&^kfPhtp+*y=v+_V3&fj3DMY*}6soxzCrK)@hqU;% zRoz2`S4pQ5vKx=+a_7z?-ptc>Y-@ak9>53dfK-IsU1VVvC@IYnb#MVHHA z)9dTW4TH-@di$l)`C`KupB)?Xk|fYVL3SVsxMK96dwwM1;yodQOs{rNj`d9DYkE(3 zgv5EsO`5vx9bBJ-qZLjHo!P9A<2BZmL5jK8YN_6S-Wu|4-7MdK(r=9U{GiY-h?K0v_y=6ApPHH+O9LvXnvU%vbD?Cd3UYCOL%JvubDaMxY^ zUK0m?6}L23w(y=hcm&P?tm0W=XBZr~m9v-M&zaE49(I zD{5RiDUg#y&CIM3N76L-%#8zz*i&x<^`2nVdxBAK1Y3OL^`$E1?9Rs4>S4i3c5j!~ ztLWt8)hcn9Ai6-qX2nW`6|4v&aMs*Wt%3yTfuXU(niYF6N=sItbhCmLkru4P;4)EA zBGs%~S^42N)uNT^2oePDs8|^un>%;uO^0V+Pw234^D=E8qI1Vgd*Bp{=tEZmnKG{ zK8vP+6o~NT#k38jsl!xtuB81o1AdOBS23)7j<$-?n4t;Uf->t zKOb81A=fR2;1hDxP?MFb3liBfRm#$g)n?M7Gnr^M zh!D8N)P5Ge4z10DWDp<9Nn9@Mn;|$)M~A_4-7a(miMa$Jih{UM$c=(V4M|_dgIxUD z+6KCp?iZ`@$M8Cf3H&+Z@i`5mmGrt3;b%Em-`GP+m)_UY9UbiNM}}Q!5dO9M9=d$( z63RTryAfeT29!oSJ5TbgyPXcJ$*4im40-$yfAk_6*RMgrsNqf!huy$0Q4VU&c}IE8 zA&i-FY!{w?qyyMM?K|xtL>foc+(xa03z7O z6CM>e;rghGyUF#fW1px^B00`UJR7Y}yYUt=Z4DwpB=G8{7+dqO3P`U91{mo<8YDoh zvaB_Q=qQP$Pe(~CeLBjfrQZ%0P!MKN_a?>F&VxvCVPXsyiPckF?LCNeUf7!y7xpH_ zMfYZVD#EAWVpN1rA;_pmA%7QZ|DV}T`_F8rT`J_!E4^5%i3r0woL166T&oE9V3aHA z-Hp|C^cmvn6;j%?zq_*qW+^Dw%5FIM8t47C9s*DaHmm2c?zt?hC(v4sLbG?CxI zH5mCkYMx~Tv}1adwiOFVHeJH;USGexd63$J)Z0lU&{%Xpr$FSO{c9Q4kzt@8y+e9? z`}zk41_nol`+Fiok$@8&u8h!r40@YCh^$kRm+Q*ln$NmuHmgRH%Y{}aY7}h1gubl# zA`)@YK-F??VQ6Un4CzXG?%ajD?pm0hyf`%!!eSVq_gF3dkx`_f!q$>pJ3A|zdA-Z& zC%u|OA=Hx`#mwGJcmQA>rUSjxs9j%DX7m)8G$|!CQ{Q>rWpwP8K$594&0r z^n_?PSLkmH3JM&9q8i-8pwI)1cOPK9JAl9qHlZk@T6g8O7hbxtvbwUoyu6bt8=+nu z9N66s9)u@d1Gu{0q{*Zt+xI{DxtC>=My{lA%H;SZ!EYzAs{xZ0d%%F+?s{>0YI1t^ z%o*G^#)7{zD_Vx-=W12?Z9Hlt8ggu0#gu6gJ@A>DqK^GZ>`NxIKv?v(YYvG zQ|D?2M>3-*KB5ItxTY4=4z73zN34y`$GLw9M?Cx#uIb@#t(WF?AdEyh7GkWL5V2ej zUHq_Pu~^*TQO4v6&&W2PVIl@X^sgCqqWJ)`?|&uD)qeg1G9 zpx=qlxX{)@B)P+Cwt*e9P~#26{%U3$v|F?CA??kFv~O?4Qr;>Z!jYH*U9)D)0le8l zGMX^PMUsD|11QOACBX*bEFuYOcz1Hd{U_Z$G^1Jvu|~)OBoJ%VE^S5~{#R3`9lpdN zMM>;|QnY>Sp$dw|`842q)%lUw!;DJKX6&IIzMoX8kXSmE4o4i*j6a;POGpl=T4lFN zIGg~h;RDh_aEwe;4IfOj!G>Ov}}q$}dOc5eVzk=R}7$ z^z;R7H4-_I^jd3`7h(P&`^pc8$(h-?h^0nu-%5>*PN6N*^l%@ypsMPInfaiuiY%lG z+61|a^-8Wlk~vhWy&WU}DK_$Vu#u18hN!jO12cLk>4oK;WVV8P5pcth1~$OWGs9Nib^q`*w z>gpn)fGDG}RjE{|1On)b6SSN2Fz4WUgt`Q6LDKa^I9Q+?lCdYk7jbhEt|FGK4KAPC zPb>V|m%p)6#=Mo0e4#QwJ>xV9XjnBpGGtK7C1la$^TR_E6EmX$=RpNE?$&PH#jXx? zW{S&h-g-eY&P)l}94#PrM9_IvHPQ@jG~?Mv zo|o3VOEY?jKY}V(G((cWwLgg|9Eq7zI1li7Rea48wH-bZYo%~xoD{Bk8bq<`QMT$) zw(3^24cI6+_7e#=ze$)B{DvHPc#)NE!erKLWk2K-Mn=ve4~av!CX_CM3|iR!o9geA zg|)GM&6O*U8(b3@C5rkaD7+}zmtQ){%zHO5znfuxH^V%ZP8AA!`+KR)wN%+^)2$w) zGo=Qs8wBATDYQDtK(Acc+)a>{)>iO`qTY^j>o(eMNv0dOZmsR$)(JsKOJ*dpDH&WS zSx1sO7-a0?R9|RdbneV(q|08d*CO4aNHpTp!NXW81p>iPWMW}{dVGB99Osv;^}1jP z2jSLm>flt6OaX6X>g<`Yrh*K2GdhFex^1@>jueunH1_WM=f}=peal-%?=Hty6c{|J^t{$ci;a6H%QtqXsuHtFu#H(I1MDzaPRQd$KNugFO;)* zvRD?n$9jx~gA7S_Zzs)|?+@$g!GPiWLk5%)2*81D;Ye9CxD9X?6^>-dyHvPlmV9eY zqHsi~qi~)>xJU>1l811%LpV2sYwdwc5H}&Q)8;VDCC<4hJdRN=aiKO6o{o{|K6H$P zCUkC{(1hqd6i#;thx;{8#YaxgJMnosfFmang|i>x^D($q-K`fbVrbYXHYzt>ER<2x zyr`)nm?vpO*iYzgT`Rm=thybM^KJ*Ch>My!Dj+3<&3k&5tf@-sYw2PnF!ip8A5l+0 z8c;!v8@^^{+C@ZMYUMPMa&A15`j<_BKTXOVuec^~#7=RmaNw;r^rUb}eA}$zBOX)= z*WQCFW1OmFASs2pqJ>8`sbhLaHCc(8>h27aV_m|&Y*#Y5b=1=KovlNLVb-znqVaVH<1I0$CPg7qJAnGh)}hIx%@KCS*?Vk+ zZZII?i5%T>(x z_DH&w6?COtU5)!RoG0|3e&siR_d~z*q2GDW6El;)Wii~Q|%N&npUL!tEE z+>E4q?m4bpzJC3*)4`mjr^C=?dO8fe=h*2$avSfA;G8e#OLe(o5DO@K#S1ai#C8I0 z9gx#sHNrQo*Oj)n*4Fk4YbysDT*~OwRjUUZ8wdpam*EByoH=x)MWM#d&VEVJl0pd! zIyCPf>nwh-hataw2xZM?+ z2Y@x26xDId^uf_rkexzZ)qQ7G%0j zoJE${5kk^A82NutNR{#N$*7qpH%umnN5{s=72M87ZU^_Dzwp9~1R>?4lVc*4JXw$g zNzO&j4Wb@d5fkYGJ~hDNMAI}#9^%iqGXrZ>qtzhA6J84x%~dP8bWu?%jdE^(7txB1 z4Eo$Ce4|{f@o4dbmPd$YXay9?#ZZ95!}$^p2Yp?7QOJ@)h^=kX$Y^O4foBBN!qh>=#iXnlvR+L(Yi2J8%Is8ohTdUHiWKcQUg9Tuh@I!_b4RK*a?b zxTurozPbSC5A-hzzmnaF^7g-~n?$AFuGc&g`F&_-Y=T~mN`s%CKX2-{T zHuzSpfY(q6Y$!_*oKz}J@kr@k|Nfu;>7V}jrw+9<-r%lndd~HU*4MXU= zlH@c_rmocbJK9#)|3dvGp$%>EbZtJblCLOheBY|5T02E?pcfI#zfAu3nP1JiQw80x zz;ZY=;ir3|F205Pez7QGwXyI_bjEy&zd7Vh$i2i=2vyi?ME{;CH}%ot$I?dIHAZ`t z)}Xh_8m-($E0H|FPW!9uw4X2}-cK0wx=hYI=}vYP4#R#EVl5);wR)@Ck}YlkO2CdR z{Z@@a$Q=OAn{2Ot76on$jNlZ?q*A*(u-SclFBVOorg6C}J3Qt_Wl(85NCFxe9p#{o z#Unl^HAd^WMXI%yJr(fZA9W^wrezKcUxMuETvWt4sam~Pl(gi%jWvo zy3^uLtX*GR0*16W6(%25s{(&ksJZ6m*4M8u$C=@O9<>1{l;pLwh1rBZXsZ?;e)Q2t zpM1Ksvd*Klw-?Maf5UkDbHCwww@=;Zr)Gd%$_!MRibc@9M@9lBF$4R|KsTwD9FCHt z&w>C`oStTLrA}9}+5At;!g|1m6E9$EH)P<5o3WV!51JHthMt-fKTkIE81tDZ0~-uy{A z^){Df&FLBX!j=zeT&cpAAJe!}&uw{egZ`qiZ+_7@H7~cD?QX9NKu9(98n|!SGb9#P znv&VYp22-??lr4N`)6(09GVz*YUMkhG<$-NO`M>_Gf$Azw+dH@xpaJ#lH`}!LY;=9 zZ6Qh(KiWc$^DWeKXn0uOa!1(vPw%iT zF&XFkE5eu`?XNkW|K$FP)B1<%QQ6f>{q&&PI5}u_dD7M+&1@T|?^JAJdOR{d?RBta zwlo#2i3&!cs``z&Yq!>B)^0|;KnJ%pU8|hGVR)CGDT@R8wFBj=cH=06ktZ~)XSUL1 zaYwOet*nYwYju^Ca(+wctrVk`aZ5ep#u3+)Zhv#6;2Ae=9FDF?ml@G-9Ov`iIC{@r zqvz+laazV(o{!g}ul!Zx6?W?5@d`Wj@p!MaQ}vlD8$GMWc(1Zk^;QUXZB@)htE=o( zy;bk2R#(|(daL?VBYeIcaAvd$8Y499)GKyd)@bE6S{XP0#qv_uZU|6|9iz!uv02V# z>=iwo&!EHT>G`y;hA}>i(dzkT@Gp0UYDQn@BQ&hri)~I#Ys2Og;Zydm#m$uPSMpK> zBEvdhVz4<~N!jq8JmV?4j2BPgO3}CW6HgJ-`=zH`ye>kbY1wLG5SpbO)Yjz+OIzP< z8RM;~GOo!R!`c-U>i?E;i~Vim7Ta8@6j~OixrdQ+azaf6H}R!t&|y{`K+vf_0(GE> zc{b_@S#rQlwqV4Q90`XVU6FNPm7#nP1?nefXUvM6Qf1j9?56Ei759I$(H(Tc0(0)L z^qO^Y(acu2h5u`^+0hM&YE4a3lLva2WE?Q8H5lx6y;IYqrV%bKr$yz3yPs2_{sWke zI-qE`S3MrJS1VO2XVY_Wk0WU75;<)Q9bUhsQR~}WPT%PC`t_GzdG+S<6j8k7Shv;l zOilHAqc?A@udk1EN|~LHsY&uDe;|s}r_e~djrL%$txKw}Ge6%j=I0y6{LD@UJ#GQn z4<^PYCdXnUwz@ODk^r>ZzQ1$UC#eOtG%lZ@tY9TFBe`<3BbgQRiGOr7X-l+Ftb3F_ z+@7^zSq)8)DOv43tnJ32>u}rJW{1}ii-bkOAM-|L9~C&v2{HrFoBif)F`KJ+I!Aj+ z+vn}J$>jmPyFD9@LbqX7yknzdRx-X6uR1#ElO4hF=*?F)NDqkEtYS(-idkJ>TZY4Y zan#a0+If%;mOuY6Y5TuxwV^j+?HPD65!?J(8-tX}i?|KN`~?0@mey+WxQ<^0bjlIr#AFjOF*w0U~w{pM{5Ew817 zBD%I`pM4%}udB7{C@!rPs1>c%Rd>DK%4)Pyj8<1g6!cb*tgT9O{DZ@h zk`E8{wFUF|L+GX$yty2K{R5vbcUEnbiop=2j{G6v))YxT{XS`c{UqhnLLtq+Yq5kv zsaU&PtqtYnrEYJ58f4Rx_3GrzT(dDp!p){Bo3&U30Tj_~OE#NS@7$59)oeButG9B6 zf%NV>t+Qt1^>!%wM!U;n{CYbvcX~T9ce-ETas-s#PGmmn z?F1HCZ}&Xo6v!#PoxmdN?aq-?7u!-z2NRmqu*h5;!32}~2#Y)xVPe08MZRoqQCN+> zf7l0d(LULP%-^U58W1Zlct+x4^)IdIpwADY%IHh1zy6-jv;Kl>M4ul5NJcyL(ip$q z-(Pm$2(}BozsKV|N1I+eCnZ6dDwrlFWFcN%U}EK$`NL&wsrncN+kxH}rj+q+=Lp;l z&fJD^=FVeP;XWz!9*@)Q3;NyJ0?BVAGb76!P~r8uO4qmX?n+Xf3rn)iWhWVblhos0 z8~!!2s0T|UadKd7f?cwKk7#aM3{V|~+*4-tK=E{7d@Ki89^ zb?KuOWS)uzK8q*DJ7SEtOLZan$q~DZ5xb^e`|5ksUmEj>G3K74+LR|pZPrGel&Am3 z`_i`bFQxw#X3)oj$2)I~{$g)tN!$@a;c7!G@F<$ob&3^(i&QxDTOmynKN(fLZoGXA zaO%GMXn%Ki|6q@NML>dfxz|K%#C-g^J*-+23_8`*4q zsB~g0D+Eioq}46eZtG_7VQ*QAdwZo%j&&J*@gCOi8gvCa-D$dlM~n38{@RP>Ketm- zd^;(=sm;Vi7P8f5+25+`A??BvFk2NQvRFY!scEwol546u^ z&uoCp-R4M=5FmsD`)F4B>-<6ALzj&M@3sKrZA*B!^>OIl?J34FYm8&g7>CzplQCcS z_gdA1ho!ov=QzyOX3}!juntd;x4rF-!!j5yFD+f0pAULO=9jZ=3IkY;di$n{Nnxyb z>n)!R`iXbm`P%Dm5Uf}P&ssN61_?Aqx|WR_1nD)*7Fx)K>JUu@U%hf8({UedCvZN%|IFTd1z46w{e0rChHjuGl$^tk^MGCH|85 z=~kA$r5R6`tyi5PYsfwQg5#!JqTBPE?nxBn?D^c=)wI>>@DufJ6`$TNB@!W ztt@SOEA3F9*zN3?H14M+e4Ky$`WtVjlt29b$J^d)eH!Su9NR>iKhQWTHY%CJSA+>?*_exHyO zai)W_;bFYs?hMcWGe@ZRMRgagFSpUx1>VZ1`@&mkXTCIT!|2QK$O*}N-8cc~k~cE6 zSSfy5%%_i4(+Q%d3&JK`ujRoz+N*bxA^#;DNHH6dAO-W}A67Ix*dn;%2KV zFV8HF+mQXX<5H z)A0TMBs24q#?1Vru|GFw@euJbgRba_>8b%o}7rd zBn!{#HlbS|Y(;HwtE&R@8xQ-vgPh1FFE(55#6)TiYApO(WeR|*T1a)oYw4u#e}4PU z-HaSsx_~cnuCnv>R$u_MRzzg9 zR#!!2^j58>`m*RFyx58W%feD?3Jwt&lPVTV{7pn;%vLeonu>E3a!~KNZ1hY-MjP){ z5gENz(`ZFRMr(zk_8c>co~O;td8@1933^}kr$+dEt9NF!A|j)W(1^&08T}zlvJ>wlU!*Nla)eTEyxToLEd zS{du|PnoNyxjr^uH<77@D6*TALXan%1|Y2tG9J9^8=N(tcP(d0;)Wm~|g0z1f`9)w4)%5aZ~!0AoOi-lC#1Wal1am#J4gIXpVf z)Fd0e#)R3?zg@_j=E~Kr7381S<+dOI*A^$E&3g#IPwyNG0hopP z+%f={0NAeG&L16TF<>sWmP5>_?wzsnhI%GNjSjE!&WIhBk}Yg8MQexLfd5pqJI{4} za+jUocfzBcA}+A?sIS47`g(SorqM=t0rWQKUVvw}5pHwwPQtp@+nih1qK)I*I^OI{ zITVEbI6Or~6cB;T7{VC0wwo=_C7b?ocSOxNIp^o?(x@fDNliW&QA@C5nwU9{TK0AM za7EM-=h365HggF@#MOEX^wSykulzy zsHHZ;hUW4NsW_sKmy@K8S4$+4hh|W94Bsm2Z>^Qie5NJ3NmbxSPkAWb+OEGfPl<}B z7$Tadtnydx_GgUc@l#H}{1k00kDoHFKjr7yYrkaZV!veQV(Z91I3SRJlzOx}>+S4m zvzDB0x#lnjOw*>{Y3<}kD~3)$h%PUr$hIBk3Tn+?C7_X!vnv2*h)R%3sMKq=Fk8*H&i7n(&M5rYlwN z(uR=K`rN(G+`Vti-TTJe&Dhmuo!g?-C>9IFLcUaQmrjnWgJ8g~4!ZT@gQGJ1b-xuA zR8PFWAe)!+`L^n#s6ix5gVao=ZBopliuyDV)|u(?DEv=jaVteDDNG%on3^2J*Z*5l z0Ta|H>YH^b6f!pj9mr`K9=Oy@wr&|Hu5fVrrI&8Ka_iRG+|6sND+?a3qk-yPxps47 z2?ns=iq?zOc3o8Zs}z|?TlJKeyuSl1@G4EUQx$S3tB@DWPogj@LQ^%YrJrI}zG=+L zd0oK;{4D#Yk+~j;zKB+ zYjOyNk`URfsXOn(}Wj!O0C=;z!cx@_6I#_VZmEJ_ze8@?YsAOVB<1oZi_kC zH0B^>?2LCTb`aurs{pjtp#Q=tir>;irq*+58wdxh!{G_|%qYT6dC(NV^QvODI-XED zV$W7NwxovIJk$2b_RUry*S9-ej$uQE8=OtRr`Fc3B`@^%kIg0f$T;UP?nfAfOC=z- zt-jD4WGh57He0t&2<#c|2k zbR&z}RldhomV0s)D{E~GF&aKS-QPPcw;Pmlhko4Sal6~K-0740N9@`9$Ceb+B&Xm~ z`~_ome%@G}>khTl?KNt`Z+&oZoP$cNQYwT-A|pPhQ+lK`&1y1WW>cxh@Z z0Yh#DSc+ozCB{a5CW=s~9Q(0x3JgDWN^xTH=cf0ly;&eAEC z1)o_a?Ih56JzGmmMSS5k=-=LZ|10ml``&vmuded%nKDMOJG#2E7`O6xOCUJ0x_>3o3&@&m>x|Uv=p~j zNCSs5AjJDPXLrUj36Kkzfhr%NkPZ(2{P z(UW0gU93CkJ)u78J)u47JzZg;=skfB(|WQ#e@}Q=^q%mr=soFP)c=y5`g6uk{W)W& zu81@Yv$+Md$0W*`z*XnL{7|TCTyJs1b?O-~6i1D!Q1OM;oD5NqXn1fy^2JfUNyRyA z8<*X*X$qz4+1B3%)Mi4~Vs*pHj$e zjDowndu6^adqzT&3A-=o3e4TSd2?xI5?N2}YgK!;^2*CEfv#94>8jBxS2LxKc=q@I z>ryxzKp>608Pa!q6@t*ysdg)`gy!~HT1qv zla0RgTy-%c=lJ%^`qB(K@m`!ry)XSlUObCKV-|5CX}vLv_>WA+Eb1+Pi4*p1C@i_vzu@4kRDR5yWe; z$nBA@wyE&m3<=szwQ!PD4iCyHmrz6^xY1kndaJ*EJxo32Fc73r&`Y+O&l~c1L%u+C zd?F#qve^}iOfFx)dF$G>YcP4P%_l@PxUKMT=s_HNomTUp-FAVD%IC{n_UB-@?LxyD z905jAluo0&eLXQcyE;EL8xKW7coAZegwH<~iO;UB&!a}0-Lc8F*T3?$uf6@=TW`Jp z{`=R6alI$rU@(XZuwTGtfiT#AA~-_wLvIqE;o+8>)T(axbH(bgsb_~J{ltZty|6KR zVPp2}fsle`RLl#m1sUKWzqaj#vSRZ(#$qt5Z_0anNq%kH57Q>sh-27P?`p1$mzxM}n@+%$R{ z{ib=7m3-4!$@3_AVu0<<$Fg@o7Sw*eWuq=%NR(nje}$VN39$`jn39ej#f}yz9z@u*)Uoq-;eY?RS6+3m6$pxu~nkTkdO=nuCO z)^@#03G&Wsw{G3IaeXwP)^q9Nb;5#63!@+eV8rQ2UIk=<%cG8frCW*glV%F7_J-S6 z=_+-xZ(2%3;~;P-u8HT-RoYssj^fc;S(UKX%FrM#jz9k}{^*(OuRq;tJY6xKew8m? zZ`C$hb&Xb6`Qr6fb)%K~PdN zGw2LWyS&(I-EN&fMNEfBY#jY5g7G>m_JaPDwdZ__n4Tw|B7EOZJmq=E0t)Anr<{Ax zFFu7`UP$wOKg!@2b8)5bTVJ=Pu>uZb1+Maa>#Z6_D~r*}@O}RxC;nHA6aOoQ?4G;q z#M@MVB!CIz@ot+5!V$E*Pyj?U0U+Vxmd(I`v54)T z`B{QO)dU4;@E%2Q%<}=+e(uY@cA5A{x9nsm;$88quP!gf9E3xjAy6WkK#_#gT7};k zr!~AO7|@#2`U;E4h<9HoWiHl>^g4>dV=XoYj4#M^u`@3ASbxc5+17gdk@tqy>KS|E z*^)qOl`(dd$JkMZcT{L$=YH$QC~-{;2qju`TZcoqt#y$2m?lLn9Hz@6mHHljhU|Uz zI5mk~d+NMg>burujh1npONs48_bkH z$_41^C`T2@!S#2p3vRsdS!>4aa5ljVr(V zJHM+C=n3yvUk-ZxrOa|5?8;qx>x5FAi)48ak}++pZTv-2;rAppXSR}CtY%*y>BVTg z0OQiocrD8Pxad^-ivz8(#}hR)p0}^<@{8LK&fB+XZ$59|)wE8dee1c}pFP<=_+D$LK7jtS8pL>pICw?~eq=POe{Dk*4^cUtRsG zjvRmHY4SC7Eio`6emWF&>Up%pp4O_ZKsZIKuHw^LU8RxftAL8H}GHiOK(C(M1t2Gb3r>4=9!|3TM%|mb1Fj`rRR)*&B%z4*a)t>6hklI(Y z${4LYMqkFAbWyf8w5;)2i`;4Me9@DkD}9{gzU|0n(+|2*I5fV*{*{xD)6=)zySqC- zXiAe4>+h)8`ux**V!7dcntT@X9dO}MNglQozpU>k8$Ta;NFA58Q)y>a99la?q2k12 zYxl}_S)-lXXlLvW*pMZ=A;%wCl#-m%v{IQD)Aok`2i>0hDlN{L>%VTC`e{W(%TVwH zhC2hnhpILPRtpHvVXq-P(?!mvg+Mi)$qxV*${@Q6g+|@s!gJ_xt5T}~5yrFy6A~zd zKQ=lsv9U59_E`hCMEs$#@v+4CM}==*uG12fBn^T}0$OJ6Q_K5^f_C*J zphyYW(l8}f$t0Ibje%?x_3DS+I{5XW;-I!kOoicQn!Lyf)LSQ&Jba-M_GTUdMP_19m&MgpkM?RG;hu&}ziItfLg zrQNOr%}xbXhYc4Ig-XI9JFi!&)O*e?$*R4b!rLjv+bPD|ZEGL>jsv;yD4*v1-;rmy z6}Lq~;Pzt=jm3D%YeCvo3Q^US&a$7oQWhRc= z-X!>DPVueX|NPU>Z{L5IDHaY7k54n%GL$}j)f@1rg@e5Z5BClQ7f7%qLPpg#u7eRO z>X?`rXpjB&i3#=gzx{t6;F!xbdX&sjw#fQDq*L z1k9#FF!A^#Q|NrhUm(=oVu3}hG8iB@+uw4TZ4QUs(kmVx5-&uepn9xCxV4~4z*RfI z^282!ytd?#B&A#8x1UZvzMT`sx=tAD>g>zPAbnQM`NQ|`q&6XsL4VeMZM%JLi|x%< zuibE{FTW=J61pc$tH!TwS1e?8{oK!d?Weqszy7zScclXV{OPAjjeCybmQ5 zS*#{mIy}raOg0f_84bClRyBK=n#CEcZMHsHq3mJIT(eY9AMEYzWjmJO*d$93bEH0y ze6V--lOIri@Oz&goaD>p8Ph9H$aoPg+wZm*Rbt+9;d|`e< zf9HS1JO3l&o&T}%&bJ7?K_PE8slHJb9+GTD@{CP!b%p%qPKTmI?2aygW~kabMAk&Q z6XJ`7m1R7pCnslhNp3)pOb#W0AzY;R zBS`SCn0$Cvx@8jmi-o?K>!Y9aTRf!ilamkyE&+ni0b7yQ7jAv>r2~Ko;n=Ifdf%;A z@+^C~L`A-o8(=x*kbsmx1vJ$98b~Ihgcij%EIfSpFlUK^&2D9OcXv;ZdloBIQImdK zh`}yytjq{1si|=vEp4;Ts43GiNm*deW79?BkctN_ zRrULN=Jdn8Gav+fDwP&CYmmb`6j-R^Y@PQ9>*ID0Q?`kTipU-7_K@Ki%?kqfPPnyO zIzpQ4m7x9VmkQmkspSlL+(D~ZfG*5EhRO4W!$^b>Q@}3w1#4ohZb`Y1k5v_=!e#4s zxL(B*89|*OYdd`#+451QP^|UR$L+Sc>Q97&V@?%i%xURjcySDegJ~c~Gov24D>&mR z>yvWdx#O@Cp$fQqttLo$BaZm@nTuaD=Hl0kxwzi$5s)DkIOx?VL4EJe?Yl?30RyO3 zG1nZFaTpCdmB#7b?w;62RhY`Jp#pS8x#>QXDB-nXczr!GG+D=L`EodSAn`mEA0DOUd^n2iLDH1!ps zRuVgUKXcOYj*U+MB$|w3)QWD%-0+4&rBbo!S)7eA01spfTfzBxl+t0F;u6KKjTl)d zFgmZ3xu9`QGM`WTR;2&t#|OLe79p0`hiQ3ZQ&N+g@AiM)H1Wq$5ys&+9D?U>mv3uz?TP%O{Fxq=I0e+M7vyB zK5i0_5Dpy1b{OW;)t1TTMP5)DfXWCK`OSV=P?S)vEq%(d$P|$3h*GQylS++4%A7Ye zw9*-HIM&wEtFWwvT8DmQt|Piv_@)WxZ(jlyOH=Okt^_CvU@RX{$cVI7y;AQg78l1y z?p9HSYfS|go=JYQmwU)A+_`sm=N^~bLrRAac{CGYu@hsp4Ljun7Wn?bS;OLTyKS8_ zDnFkTTI?|eC&%jpJmqG=D&Ou65dh*60Q4ujU3jpWnE_g<16f--E4IwGz&LKt<{5@U zp=t`yz0TM8tE|ee8mscF#;RQFnAp;Z$>|uXCCfuS)_z;;O(0J=+Bos-HNcnc{2@Ba zDQ9SnDthIPGa3;qAd|W&^aXSh{t5>`1qEYZ@kVGBa>?Bm-s@raS}m8$rT6ZB@$ig& zO4K@EX%Dg8u%cSSTIT5BP~1#;Y7>L_q_ciyRm9Bn|BjRqD8P!Z9I#Jjhff(HlO zSxrMArU`$WaT*S7*NXcG`#T^1hd=r7Fq7dRQQ);Pv}3T?hxK7`_s(aZGoyEp>OD;| zP$4q8R*OZWzUG5twqK!8tu&$8fv%8va-G`<%a-wTcJg~sCOvO;B z_*~AuMd7D;K8GJfUH$&0Uccvc`)N=5k$it&VLr~$d#`+3*92i{fCUT>buywOWQHBd z6~U7UabqQo|LZWHN(#2V4~U0g{7XkinM&UrjK||69#g+pJW6d&ihtqXa6byuUY1PV z!ZGOb!T|Rg9*>YU_0K{m=@J2rpwi9Wy?5_`e+x~|rvkvsO%^OIlW3^Vp`Q#@KtXcz z&PT_6`_jh7v==wmVDNgP`Nx0qA5QFJ8?Wp3s)#c`?aOrgqAE@eOhg4AP%*h_UKk&N z8coC|w%x;lY;&mMbygOM8Eu-=gog_$N!fOTuQZVhtC*Dc-zE&SX}))VcmFUYnRUO8 zi1xg1?4|b&Eqa_`I^7}OFktE7zrfP%6X$BR@^^nwYYOvv6bvMF$5mm{MnfUZNh`5e z+QrPVh=Gh#?7mvcVl3x6gpMp^5HmuY2a(mcC*zVcxf#%Wz}-d~GxWjU30@EC+F1rY zQ(!c_MHb??j0Jr9@Z*m^-fMJwl8vf)uojU}viOZ}-&mG>jDh%@BDYFA|B=tfU%+>O z_ZlaGF2Uhd{6c9Qn7e65X9XO8x2T)deZ!rBR;E%jDfNZz%!y8pJ%?z z9E&}P-$*!)pfrWSp)cm^CR-g7)}gtPGF^XPIeUP2J5wzU6&K75Y&=I4-}J)LY&1SM zH@C1fMvB;Vo<|zl;^NGx+gyP))uj$v1aerEqYV3&=_Jpq-E3fk_Xe#-yDLM>r+X|{ znb}oiW><}!6LGn^B=T6CK3_Xm*t5IN(&a`jhs$8gT+F0P?JcWA&1Ou}>G5~)L#o|I zrIda6>4=(0SWNTFiRk=1n`6roph!vFyQPdpV@Wv@`A&r7tk(X=AAa~}|90BGx@xn$ z@!snE>#vKsvWyKY1FwHeS((G5G&^IUYQDwjzGaN=TgK>cS0W3Bvg#Jc+;5foZHwaf zwuYyNr+JMuzFe*m%M5U4H3r#yxvwSPdELV#h`zD0YLf{8q|1rM{vOP6G6;LhjY=$NLNQ$Mqa#5pdvykgUI5Q@(C@L^`Xc49ir0KFI6TyRE|d^uTp-yk zCgLGVazZX=k8nZM>TIz>uGe#QMwe$M=Eqp5>2X2OG{dG$uw%zZsgTnpD3Cn^QQYr; z@`;s*n}gJK>c6s5dPMivn2Wz>%*Ed`=HdpzM4%IegF}r>0$ap=j&Y5tp;sf6HQ+}pCFpGLMA=RpMOX)QI zOE;X#K=b>z`vC7fK7SxSlNe(r!no6-qhZQiH0ZDnxO!|1FHJlI04TL8L*;LCdp*oR zt8Iw~@tZgucsG%?qg1D`YDF6cs>|VtCNy{D4L|NCQUYr*8mlB9jE*h6d~J>NAPS+( z%q>hh3033uDOTMRD=Wf5KSmHUwMu@o!ySx{5F@VEY|9g3iF{UM@=#h_Tp*`Xgva}i zfG<3`xR{hjbeS^3eBy+Z2-NXYzi(`(mJv!}r@!AJ zm6Y^{)4d1#tbL(es+$P4labUq-MN21UCnlwFr`yF-r3nXVMNJSVOAj603KB(fszk5 z1&6!WYYr4ClPT1@1GB?r8#Jn|N(SH=E<<=+?54gb<0@IgKEnHQ@)pfi)#34n5=fB6 z<#{rnW(X+w0iq4MLz^cy#V0WyMi99JktrcpARu!il_6dhai9*bvAr-LrPXGI@_C^7 zDdkS1Rw^}Ri!(qXh}_W@ihIV52mj5fQ3|sva7BoH?Fo%euD|x$Yj3~%#;fG|t^(lPR!LivJZ@>Na%hHXcn{jo9%CH6PLbWwWEfU4HcwG*Xk^6&* ziHJjiQtvcfQEdLPiIIrh$US`c@B|!H=-k);ORUDZm-3g5wf<4Pl+C2qQYdO(O6CtQ zCGoA8thp!+ALa1eN2#E(vTuG=7iCYlDE&TXCsQEER;w}701kC@GV>6_e%OV-IER+(TK!L%Ain^z$P0vv-a2 za;~3kKZkzy!R7iH;#|a)uGG=~=V$6@C}@9K9ZlRXKViJn`Ta6)=-5zCWqKO@jx(KJTATve-X&FKOHtD4?O>&nCUTw29`EJLRMXmX`JIl` zrZW`EpzPEe7FZZkawxPN%$@Cg_SyaYhhKbjnA!d4!;bLHV_aV~#x4RWh9YD69 zPp8vaJvxuneH5LaN*^5VKNO4k`Gdl7w%Is5Iyoy9Y6FCX&FLRs^ixgT@ACWX{c5Qw zWcfoQHqW{Ka%^5iB+sSP-!avj8tGUN)N`>J z*^X!e$#HJ;4l?lJ!%TCidcA74)K>Jkd`QIQx9q|c(h%(M-wk@A;Pf)XE>?@#(=)*Z zaMaEf3rAlNZoRXUE(=+n%@!KWvB_o`4xl|Qrp5`Y_z5U3FVDsN7A%@*#HV&^)U-Rw z<=D!geh91~@NKG<>I8oOmQ-B6eed9u8}I(%r+@f|e|V>UaC&^_Pk!(Be(&FZ|3T&q zn{03Iq|5;^yWlh5A{+QLHI6zFqw3r{@4P%eYD3eRosQbu1)xH=_xH6>{9tHS$v$+6 zKEl!1mLxbsh)0T8{JODw*3Wl!2+c&q;)j*$fzMw!tGA0qv0reumd?t=;!$i*>y^`E zBIdzHM{X3dM|WbjNVMM@pY}NuqpYRhKRcTM*&wYgFHcM?E%9djC0K4KprP*k@tk{R zrq@}$8TGF&@a@sjmtS5H3C3S}=k4|Nx852Z72noIC_Df^ZH(}zjSivVbOeNaPHg!DChfG`lWk~hK9@_gU=j(K-o&@~O(>*8 z%N&xvg0#r&++p61a-dH-XF1f@rk#`OHNjZ|ol-Lu6yay>_78jPq)!s~ej+08_1jgJ zlC*$1!LdXR-NPUJ`#<`lKe}^pn69)A_s{a?ikkyXA#3)&sb5V6MWFdQpOwjwrz^to z#V6wNBQcMIMca}p+H5?z`_ChZ*NIRH5*MIx?MC6`;m-Y?Qy>>Y1U5T8lQ$-mXRo=H zJ32hVOwBf#mmeh_FP+EZH`m)0EV@dq)g>b9ij0p>#^LpV?85C-v`(3-GJib=05|6k0 zLO!pg1?1~($OV$zw{Law2fLtN9zNXVPT1MmJwB_O(c-J)4yF-RB?DffuB7FZuOukmk<%!9AqvMegNejxC z8?uLJvZ6=jg}(cX#u}a1SKC~-qg2l=E=@Qc0%*bnm?ew{7}SOXM}$gfEKt;Cm8w}0 zyTX+5-WE z0Kqw|W{!cYrPC+5R?jSGPb?{48(He;KvUUll2Q&o(pHR=coQ~;$HNWK>NYzi4OdYk z9uM|+?d;*+{=?6||EGVxpFR=OyqBvF1k}Mks1EYGUwnR>Ilp^Q>#9EFp*7{Jb9wk$ z4^9w&#bQmj}C1w~QUWEcWB`YKE!jRSg%# zm92^CE7im2(hnEKaz3Aq_#-HZ`fc@1X64$qb$j{xw{?3NeN<>(Sh6@91X2w9q-zT@ z>-Kg%`;g1#enxQVV=N`@!jcgdD>kT)JzpMJ12`wgLe^eAy`SXd`Mj|DQSS(MD_;^W zI4_$}{+7C`TzAH=&^cgQDJHvLg`F4mlv9qLe-1yV7Yy?NA=%9t6az(olH)K zUBX+6$lH1FaQ_H7w?$DRgH!ok#&eGK{V`)a6ZLji4PY0zfr9074a!B;Yh^Cb!%zO* z9~_D)-Sl#!_f=<*DU3%WLf^8H&S2_R0H1D8)XMpz`%FKyt?gDjcUFWWhXe-MKC-X@ zDK&$R<9Fqb62)&1Pfw6|!Xe2oi+f}=Bz%z*h0M|IKjVJ?@UVa?uzzrp&6axzB=^)C zUmFw7kj*&ynA9roe)!>s0AUbW>}H{bs==xGiO1gCZ}W!#(3tUmXuRQ#cB@gTf;_Sc z)?2T+SyOy)Nkly6WBltc(l7=|cyI zL_Tn7Tfi((OzeaYZs6DQbFYq&-q7#c!=UB>$dP&>y8|J+9SB@7F*`fExJ0>7)aixU zIFqu$48?^x2AWPdZ7Ucq{aQ|-i;G1zDAS{%orMubtx8a)IDCdT!r?#+(uv8KgVX1p z^o9h?y45nt!T30N9-+|K3gvj;c=OiHmnh=<`pXNl*s2fNUh zot%h!2f5H`Qz;BITb*ed&{f}HfEGJ=-k8sMV?IMxD;P~#J>5CIXR#gcXYxl!V#bt0 zx&!H!DScv+j*q?*BBMg8AAb_WzU+6$r$W9&f*0RX0+d)%fR<{G+7QecQt^x5AG6%J z-fOSk7>};3GG@LIk8df9GqXu~dipz>*7i3T%ilD{@;8mKEHHRLWnJM9p@rAdMRQWz z?t1@tXZJKOaG51gYz!|ftPl-Zm9I-CJL~WE;Fe9gCnl;osFcfJ7P*cKtVV@xSO?n2 zEmEsi%FRr=*SGd8UWdca)fNnT)ei5X>Baml81#{xqSZ&%{j>)M_#>eW^4gSMM|0FJ za7pFFXb!#*L_bB2T4i^q({*-iBVOOACxALLVsG;5b1Zn9zY!?$yIpM2Jld}C)qeJw zRnUk9BW`o2sX1$PX(_z5=eFFrHoMX2z;HqorrR#%PafR<Iu(R|F7|TbT)NJ156O=yE70NLM_y5ue>M z2QT+R@Z04E}NgTIGG43U0l(i^UfrH6i;t7Iu;b$ zXT^ltOF9ql+wfmo9cRx)@G_!W%+F6n-PVDQD-}#Kk@-is(hL2x&9Ny}rsP#IX;SLr zvZl7Jdk5!!+UbM3EX^)61hww`_|w6l_SjD=P^C#@|0a$7tJJ&0 ztyk;}&xtgFUcaG?9kz%T3mP4qa|HQyB79OSgz)D94DBQP7k_6Qz;h zNq3@XI>{k$I;{w%hcExGjLZOh)W*Rigg>oDAN`J`h5*HP=Q^v6-h;Pa!`=k=q^KxJIoanc7x~7 zP(l}mowaT?y|;IeBP=2uvBZnaVj10Tm#tUKrcXs#!kTRLM~DsinDO--&O)WSe=IIa zamdBMM5Ptro;jDx)T)=OrB(^GnjVKL;N3xZ!y`-Wvz?DW{&c_85=4l_e6>qycR%+< z(A7D`d|*HA6%}V}nrkA;ysq!#QZnT~`Qn5ZCUA+SqFod9b~Upf2$<`oEM`%fYkxP} z8rT8p_9t{{^fS!mx$buJ+q&+yh(n<9eEOS7sFlyH#4*dyuf+L%lKm+y&Zj)B#%+H| zjnj6=PxD6S`JCsO42$e^#n91#g^}+LGNomg$fqy#fDWw50IQ`-| zS7b|lcTy;`T5#v;Y^f)6$t;HK!hxJLa>;}er_I&H-?JpQ!P|@9s55iP_q3e3fcRd* z_@0%yw-_?>alh3h<+YPACGbtyU@m!LSA4}Jeq#)ezGpR_Xnpi1ef=xiV~Hmkc^enx zP)p*i1uJ|KSc52CnIt`F3nJ&s-d`I4^va@*K8lN<%m1oFEi&YRSnI zVhi4{ZC^TF?h_rRP=sG?*IVUuN^GmGIH53odtyL0vcfG`=-Px)KM{4Lww!!NY$}L_ zvBZ32Fc4cPVUVBo>~2S3jI%AS37$h;Sgn{9fi1bbE0Xz++OFxfjg5^tUutVydQBGn;X8=7H4Wp)sO3VI%d#>;^Kn|#w_ad>RqQc>Jng_0tt?6|4Q)?i zMV9x4`FqA{2AFom(k0E?;|Wi{^gb##=pL`l7k0JNnTNRBkJHG^ExU!Az0?aX%uN_? z_m6qI^E>c7=6|c-NAtn6+fwj+I0uzBtgb*c;CKai&{0g{vM&=+&QL2Pub~QRkd97@ z1ru6XuF&k8p!aw7`jW*??ay!+m6mOX!@k!ho7n^%EYeEL=DKBdSX4X7ZXN}VqvwjE z7@E8Mu|=fUqW1elCOjitgVPJM<8fSi321f$$&^3=kgY-bNCUqBlDOBXicBPwC$Y`k zvheHydm(#H;0|ti0$yJjA7;#o#?uckqSHFM+;Yu^>h<|eCcDocn_XF1dG+1bZ(d_F zUSAtW$ZRFBp|IY@VcIPh3k9nxb;|i;VljugEU&QTCUoU6_u35{6NKH2SzTdPuNiyh znz3g_R7>AVxO;pq-N>XBIelDfWpX5RY?;fLVeO=~ojp4{InC$4Ga_>Iz;@jKc)|`D zpgfjv+ec#}Nsst?z+rRR$kH1f89~bl6Gj*jS$dh>+u!>)8{U-#Nm*GBdKR@bJ-#0I zy8UkQ^cJV5*H)*e__`(!zrhHfjttCL2n7lA76TpeFhc6RDnlNp_N}#iwO$sg3W0%s zGUdx_w2CdTQNq#Zu=i4qNCZ`<(`k|Mvpp|7vfSw1vcSRZXRxa}1Cq_UO3Ouc<^Xyc zp*0Su2)Pc!6sHdR90aR`L%Y_nq?{)wT8f@U;BW|V&ey6u0V^ea8>H9A5ApIh`stHS z+guAU2V=NwJ@!735US-329wiT@D5LCfwdM1dd@Gta8Sa|<>)orB0W!+t-s0~{9R*} z&ZA))@FVa=I~l29*=lE}C#MArGv1sk6$8mm4rb#Yu zl_eF9I4lbKRv?!ubBDZcRy*!YUk(yW5l1)$Ap7?lzlSGj)iiJl&`#{Nz1yw0EJqt52;Zjy5 zZl%E792kp%DD%^?+WgoG@wrD96s)8_l$mE+omZjc09KgXlw+ewgs|=4vqGUKyF_3> zK0JotX5043?;js`DT)SKQ2y+;NXFCl=Wp=D-!RtZH;fbXs^Vfe{?LfX+6@tmBIk;< zP|lrLpRT0XIn*JNC)q2qlZA5I6*l64D{_>34|REf(k3YyG>+TIJjCkl4U=FKN~QL| zY;}qZ$5OokFb%;+b&@*Q&G4lG#bNO~XHJED$qMhBh#YX6YMy6eH_URbHV~O%+MkPn zqEuDf=PwIG$pRCpfYmUI+>yBZ2@rD5B!UjXpp7~qH7eUUITlh!AhGK$k$Wf0ulDnM zySon`KDZ}R>_qC_fM_hp8ZGtCE^E1V5A%K2o4h;B#FJv14LCr3c$xdtYIUmc>kAeK zu2dwpNV{{2v^xpw$Zcwu^Cgpm{8n=A@Z=m7Yo-vUnQj>g*1KOYX8#wA*x<&#{t1y@4_F5g@`pm(-`v(QhWl_jiI}#NT?KmE!5(FaY^yz7#Jrs;0Dx1~U z7K_v&)}lH0LDg+V#C~J4-EN9tHih!S%2YcRAVSu);{M^mgHOKqy-$v^Sr+o>Fh{1H z2zyBNVfyappEHH`j_N}%ca0sD%2$sPZ*Dv|#d5-zRBQIPB8mX9v}%+cZkDR0T84XI zFW<0&0&+gmGJjZaeW5S^e^+0&u+v|xn5b0${}&7ALdH<}>?|p24Q$Fdm~mwA2jR2x z^M_~fCZYmRD*H5vleuGo292K$D;1FqT<}Gfn${xwRExRGTa*r^+oDAvAzc$c6YJ7X zUEYFGRgFGu;wPhWUEZR4BJCS}Op2cq8x-NZ>OE>kA9kY;&*d$6kB3GdQ{pG@aYY~9 z0_8XPrpbf4&QEZ!iOc)o&D-LetcN0g^5&+?Tl7mn#>KOJkX7^37NeT&+? zg7ZW4;bFI2-a;@_h!z%fbp$gkCTRp|r!|&*ue$&%?`b++vTvN0&UuudmR!Vak!DbL5L(NyL7f#HzR!7 zi(n#zC0P9dJmh;Hq~xf~Z?n38?V|5*DiCBE-ye$aTg3PE=L>7}>F1}UUCLY?^uDvr zqxtQ8w&wWm)7UNl(ERYI(q=vyXNULh?_{LCBpN;c*>Fh%&`akV+um9+1gRa~wD!;p zAFGCzO>!4wQc*x)`l)ML-KpZz_x!eF74M88@A&s%n#NF8{XLfLA8j-?ZXB@w3jN=~} z302$2U{uepYPx}34 zr`dsjOrlyyBoYgccvQ0U#SSHM#>=SKv7w>aZkF4nY?(y8AsHjb0Mq&@7yj!Zu3S=v z$YR~Hkz6hUVP5<8Yyk)9>E8GL)$jbf9ij`Jex;7DT2W=YC`Y%kv^;8sxiabQRe8mh z;sj!(N--h}l-4wN@<&u2Z4L4}00h6->8GeP+xN}Q&ctc)Zh^o3#{9X zVrGBcnAu-HpV`b2vf$1q4|shf|GkG~o}N{!#p7(7RhLMB=m{Ktr(nAscS z6Z4a!v8ma)neowB*g+UdRVT-Z_f1VF;v<1jI7}iijMroHtJg`}ytTeaPSi-e+n2nFSVqS*aW!2mguU=CtIH%H&ck-zwyQ!@Bi$7|4+XCRp@6I=Qk+K zJ2N>3nJwR~v|85DMMw;%XV%CwT^tW1Jw}=18&E~SPd$?GbFfS!^W-!w&FS6A=IYMw zgG|TaaeMH;cdBV1=7+f&`$o|-=!JFu^y!zJ;&jS~-R&)oKffVaWJ-JyiLu)l3E2ul z;)>vNEkpIusLRsNRDGGWb}~h#)BXBUl^jzkkevO zEU83+kaz{bESm^!bFyp>iw6YYpkL`W+l8bY2qbF6L-KpoLhUe3=%(X>!!$Yxv*x(Z zYBgC?iKAMjkrk;EmJyrR6^{e99I=3A?Pgn*+Hq2j$F(;U2olwJL)CagcA50&$qxWI z0CdoQ*S;&5+s{22KW2P)irFJlLCrpMHZwBP?-8PBJ_du4NH%vGjOB?CY+B9cd_E8m z$R&PRd%Zv)pEsM61P>`!90;T)8h}n)wV~W)Q?q|7gCFqqFrB1O1cNIet(VALiRbMiEn#N=|9%c<|0Dpil0A7^LbP)hgj zT>Ncksl?a1T?#0FmjaAbLDs*0p{%z^CwonzUAA^5C-5Q{%ldS|=GF@J)_a0!z{B$V@HC-@{>RRf(Q?xw9oIIo)XI|WcQA1Taj+Q zSZ#t5=z#m>-%shlWU32+WHLKRSZDuPO~XOEAVNtwv;?R)NR;Ui?r)3W8ju>NZv+v9 zY!MP-aBD)OyDz`_&7XRE4X|oFJ_%qoHWG~bg)~7R*>r&fBR$nX!(fXY0R+-!s0)*$ z)f@H_ER#H-T1R6M({RfL?KMKP)|TOLwrttD^&&$4tlZp=-F)r!*I$3{@BEYh?&p7; z47i24Ypd5+rYGW)QTtW|Hh49*K+JY(ZvED+TT2ro+$wP-(Yy>Mq6^&8W3^l5pvVDS zm?0_%f@P?b?h!_8T3t>Tnn9~{LVSzhJ(5N{C;#c?&_&S~WZ9Rbn(*IWychq|?A)8| zn489qxoMn!GR)8p#K-5Q9=U+7me?h!u!(!HU#1R1uV-@%t5ujik%b)pez-ze@_asf za&(%7n#jbmI>}K>g$@IWk-V9vP1+NEIt|urb1OE5b>H#HgmVtx3Tfb z5@-_!x4F%eHY!qVK@ua|W)_yj4Yn|o3Z0o_aW{EdKm&RdtUz(9Rg1ixQNc;zLVv~> z>(3aoyEt@>gaZKwbuq}R^#y!o>;iNQ0T(^Kd$5}Z15$5whWNxsd_LRI?sR*-@LI?w zYgGVa^M!)Iyg9g~JYGn)?QUOE&J-6NRfG^eQl6aBPSl07L&nS=NaaeUUd)^vAD)<@sl|X2N7R=HM9B*ta@{pB7N+3s z>6S}iu1Mt|+rUn=Jj^G7&$*nC(%bDdLiqK39px7QM4o9#IsjLJO>DK?K9T{Mo%Nfq zz4pc%Z@&HZt8)}4-q;w6gehIzH>2Z8o^hC=_}IP6(p$;-$;p7<3Tna%=-G-g0aa*v-1*r=a#W|UNZJhBvTa=F)*8I>C?S~v*PhSRZ7+1;SM3uS<0TLGXLW+(8v_*j(G+el;-UZZfKfbrLC*_>$kd_+Bw za!FG}B6h4)K4#VDjZ81E&R@H+Jhw1IiTm*JaaFLEy9KFJe2mp~LRoMuR1aM%7UO>D z>2ZVJ7oSY7ZLxaL0qjtE)dynS<#NyJ^aV<2KLL-+%@}OWYB?#F3!(6celABmJ{MW> zWR*aooD>5O1mJMC+o;u|eR$cn*9RV(gonu~&gSyc>`XKkAji?vX%1kQ5(6jO3+iQ8 zRir%fvD@ol9O933rWca%g(Q3-313LU7n0DA1b>>{VAI^UISI>~+|??^TD5AC)j=C9 zfT`wk0bp~vEXx1O-g^f}dY^ZmZ|HtI=Y&Qh1B1z#oEdUR4k?O~ElW$wk}X-XY+1o! zo!0j5t=GO?9K_sEs)@%0!$%x*wzWFQ%w}vQUNozQ6YwYlKzcmj2 zjkjt)QAvK2cAMI_mvqnWE@t#@?@1swN)^e`CnY9Od@H?Ca8VQ%e#^f479LEsiW?IS z^Wu&I@ty8QiVXC^zWKqWsN^lj&0Dq98~uW_ZVzQ*6e-MrYd>~$em)iti}UPLHqDe? zD^+a5=ZQ=@hN-4|ARRRsWSQFLCVt7v$}NmgV568oow^j6w9syY$Iw=F(e$jdZ)P0yV)x>%3~LaTXnGK)(M{9S(93R*dVFo1Sn&p zy$J@nie3Z_YNshg5F0oe#ibu7L^(c^qdom-RkYzD3HTQWCFMQ2>olne*l41e?2#i! zPf&$$Vs4hE^iy2l@@u|WWYMETNzi%yxlVI`r`&ejuQW*KNTHm->pyeiL~bO@avnWUS0`xdBIO%a>jQxI^(%TyB6%bn01BUSD0r!y(U-Z!5hKJ&A#Mv|$LrfYd zAvLtyFj}qc?qaRtvmzfm=xr93ZV%kEFCI(9=xm;TzZIn(;<$U4$KBp0Y{pPQgKcGX zl~D1<&MsIk3TbSl#k!qDCKp8lV~>+`Fls{psxfyZ20S965ddQGK5+0vJQfA)ELGQD zFM2e3ax5;{onUxsYMxd&eB=liGNgu3j2a<~hZ`KiE%(FG=ozfF2aO9|YtdYc3tR6` zK}<-`z_@u%Im^4St2mDe`fI+)J?;~|M|nweaLPr+EE&j9h$APn|hw8E?4ZLGK(C_gT=|1O}d1&_bt>UPi!xF7J(Fz#j`T2GAaM5F35NC>V*CJn4f*!9m$i zQ~6)nDs^_}A2yc;FT?$Tip)3Zjr*MD&gWmcs{8>Xn-wqAUsUu3wd=8zA0pqXJ-MJZ zUVA@0%R#&P0ycxSfc&@nBH0%CoOCSmxY%uyRk`BMt}E{Bnm|1@W%TQtx367;aYlz2 zsJvH3#VZhx;FNpKG1Up?i3E=ZA?>EHMCDUGHB_sGg5`41B-k@S2|8iu#KhsFhoywm zC;X{1wmOn_w9y>9<3dEMEVB=-)+nLtwR?*}HuODR->Y~$6>9==N!uSCJ$B)~3qE)P zqPZg{PM%Wq*-2ZUogx^v5V5yjp_1^`ZTr?OrPp5!_EhCot99#Uy?%4}WdAcy_LJ_D z{TuhmEFWYigTuPNi^^QD#OhmV{m6NxhSgZEv!c+atEtxN)!yz1d|7cU&2zI5Suj)-C>Fg0=L%)QDd%wLlj z-jgTgL>^DC*P#@bnl8sVapFkca3sXGefY?+69dwWewCuv=bwM^MK^aN)##7AJ@7ua z2j&|s2$rd<1YJ?D?p7(#t5!C)iP%8`zFAjlx3J1qF{vmDV!tQ6=hdvNri_neb4AD| zDN$4GEo2bmdSipCxOqdU@F2tEK(Vh55icp3ey2|}Ich+SO+pipXX#}3^}@ zQCBL(2u7QnkwTq2xlDE(CP+n}xc2hPYqh|%NplTn=lf`j_ubtVL@cqge4$t((x4cu zC*e#A;23jvcAA9#fPYk~tZ{Q*3Xo9}g?LAVHWhnniX2S={-jQo#L8Ats+=(;I^FqQ zc%tQ~H(E#t2Llpz?P}3HQQdSbnk4uP>j_hMt^~7*MhR*knhs$&g3}Uc!&==N7IM(Z zEDZFrttR91t6Q5S38)<`)$-{~94eX~WR$si@;BqTOd*WaawI?<3Ad=hs&KZ;8X@C z@SuM>4{1`eFg1U4?&#s8r%#?daV%Lld~z;e1mp3em}?_uK(B)nLL<;annYEfnCBko z8q%dT|Na@Q!YO~na_@m0$M>ebnXxe zhw<2%`SG#IsiUVa-hck$h5H}5a^<1R<3}%DIiK)H3#0encSV^nBP3e4t9_syC~i~q zcuZaa8Z9s1UIuzFL4_Y~49is4Q*ZmD*REdQ%%fO)=XNqp$)(d9j!&tn{-KW!aZ*3( z_QpLGxNs>(gsX&RXX2`=T@vELS_S5PBO)RRiRxm)15qB;c3u$&fT+G(CS}oTPERSc+kg&&bR}=eiVR+a{fsx7 zM_m{Pgu;1X0z?ncry>4;^MY%!iNTl5#Z5nFrEXF2Yi5R@b=m8<5vM=WCJ|avs8?Ok z>TDK~ey^r5nIMn`3g%fHC2guu39V@Onawrk!8-It1xb(wtZ-fNlT(+EhCTXXMECMp z1Tpz&4Sj-y-J6>m4MHC!<&5%cbC{Sev%yc(sz2?{`k&r!RkCET*CKG>F|yO_qPbL< z1uQutl<+K$xD3$H2;1Pw4s2Q+EePDLdswMhga@np>JFlQ6bFlwV`$wjqg)X%2=oXZ z_A@Hc>j*qFd$z|^yS;nhGhuMDbGKXlJs$2lge$OmR!TLnJOMxJakpy+5=p3`LXgSg z_d!l*-BXjYYJGNQhIW`p`t>deXGrV2b|OJ$N4atBI?0e*8`Xx62C)=WGt7x8CBpZJ z_V(tc>Q|{Szs(Zxr?3%U>3?g;Rwp6GMQSfuQVE&bS542L`O5D`BXe%5IorI8G0a0=@nAD9Y`)M!6Y#1 z%zP?^%wngzyu7lpJ(6dZ=3*#;EJG~6$m(*cEOpcH5}^&Uy}h=oD(v{4;`Uxc@9(W| zBb13;w`912j$Pcrq=!O)zV<9?056`%_j)WBKApUX?hzRZlnFFFlmx%Abc*~EF1yAC z#R#zNBlF;x=Ew&b*(A;cIsULOG9sS2M%q?6HPD!cTx?MbLWDcG^$x(PuH6NgrRk+T zQE{j=TU0iYSmM?PZT2Iy**@}Mf7YJ|;$@(;3BU>`3*Z)hx83OgN(w1z<@U{XcLhc4 zX8ZQ7V!PwfL|2#?UJU!dZx~e`HyY*2{U-_qG#^Js5^P!URx&0H1CpoptxcQF3N)5Z z#errX7t6v{C^-(rlDTv&5k+Tu;?RlHr}BBAdGm#_`T4o2Tq>DK$Kw`P!E9@ZN!kQ6 zhvqN_d13kX9bj2oe1n2_EK;D6HgUc8t$(O4Ww8&7zB*78I&Sdz#Qpr$=hp>0s-OVjh zY7MrYQb`DIMwXXtb$w%fw`W8`v5sN~#%B-Bs{QFHYee1HAPbGSv1G}w-(Z<3W5920 zsCXJf?AB49;Hdiq`^@JHNd}_QuQp$Op;&t5<)^-O^<_dI)QL?70%l-hf-Gnv5SW~V z&3t3CxK-*mBXJ)%Im3e=-{XVJ%aw{5SYPw|ikp?n^72xuxUsggQ}rwPv3M|x9BnG6 zO!L9(*P&+)+`JJCtS@)F*RKz2>wk!Q`nY>fpKx3Cj1Y*C5cc|5e9Fkd_SzZ%TBW~r1bvj+H(ErB%1+l@I6?&O=xD`^_HW-k1xquupFmiyPY^7(qbac?~Qf(*RM>VBa*M zpcM24k8zuZ-q@=(yFn&JI%XQ9qs(jgYj6k`PTOsvJ%AOsNAL=1@MtL5Z$P>g8!+|- zJhip8+p963pGgum{6yjxd@7NqGHiBc&cntJAKtUiy~GxDd#h4!!xT7~PnpKd3}%>I z!!w-kKTa#|>zwbSO7E?*f3Ww8Sc?5BSfiJUJ7k#QkANR;Vsd&W7s9AQ=SL@2FTAF# z-NJcq3PS*wmoRe#>6ErLhtn&)eS~c<&EgZa@0y{f>I?d6xV|C29hw zG&Zxt&kXzcH@S;ncW26PxHIKSU-*`>mTVlVYDF_@6%QctZlkyj@nWwFdgEHPcJpej zcH{bu>(`!t`bJfV8}O6XSD6zpzU<##*{qgpZOps0u7l^=SXSPlU3H^`7oUoS|0Pt+QI;g{e9w_Z6*$^V)`&fZ3_3rLwMy zg2SFCo?xM7BlgA;aBj*!;=x(9>jewkMPMNq#vErQ1f$6kFQeBqA+S$mA=uFSCJ;x# zyd(mPv1aS~O`#{Oc>!C4^XKk~YG-6)N(b2=LNR=#SP&xHUVrI|-e482wrc1fZ0l-q z&!b@`m3M+!#O4Jo9ZF@&l}xH!Nv5)+lR=;vitN&MBqjuVnGyeJ(!+F9@ik3UV)By{ zg`5|VrI)LxQkl?Vtk!tp#5On|9uBxtCyR6OX91{U!ay8YqG z_c;Bzug38mZhzvT1&qoa8=Fu_nfrn)~&?b-*v(;LNEW;fBce#?Kr!>e&^=K>dhOgcYLAcl~81L zJscjLE@;i^Lf*gF<6~O=I=e1p;Okr_O%tFkIL-w zou|HZ=f;=5c;nST%vNGa)ssk`|Bgpf&waJoEdRyAZ`?{TtT|Orjcc{0x7V8(9myX7 z^EWy9=s*3Di@5R6e)>OfSFT_35Kn)16n+f2P{4}{8=l(+hM*7Hr}FyhS}3r#L6~(R zAfT+_Vfq^`6*hUFMq^QJC}SXj#Xz=k+!fH?%f*HgNvE>AJ1nd<^WXVv5Ji>C?OyGd z#$cNSYS~hVF$9*c-?+89+w`ZBxy@BJwH6;;-W5suo!#YM8qU23x!VWbx%Z&kSCgu8 zXZg;G#xN~2g*3d0HMWXmsS<~~XJvaAmgnMLvvm9BZZvx9+V$1l8{w3Lr*IqW?81>4wv-@H zIlNxSfzcgzAsCJ*JG-$Mq^A%>M{r)oLB?y!@eV-{LK3-jdiwB*(1{x_sZI(=(GZM-HD##*Uphed74>L^3l2775~m1rI5vnqy8&bi|`c zFt5sZU_>YaLXtR9ttO$Gl@+oC!~U0;#?QFz^)qgJ-5(0|I)Px9TAZOWO}koI+rS#% z+1M;qxc%1JO54cdldtSF@1(Q2<=dkLD&zYr$~OE$B-)eI8NGJk48vlhnF+XPS;g|B zO1q;YO$S2O48o?PAeV z%T)}5ni;IO^sX9B_|oI!rcURMnv*a-#gUI0OR76t<5LqOsmW5UHZ@hnhS5hS1y1Z6 zl&|2qK6$v0DNiU*zA;cISjF5%U5-eGm&uD{&_I)ZeSH|~{dU^@-EO<@*Yz(P>fT)O z8+G{Y2|dVjl&L+btghCzk!;$p*sZnOD`nO-9ZYWImvXf5AScHvu)W3hn4@TmnxM6rCW3$t&*)ZhUa0yS$9zHas95Qu!Mzx?t&!N6T$b-m>SDBuU zb_ZNcJ5y8B*8E=UzB8q6$nYofBS-JQ|GxV#Upo1~g?rDQ&3Ek{jJK!neenLX?CrV_ zs(zEs=4=EW2i%AGobup<(|UytSXqDI!3T%W{z;zw6YjHr(j9YW&fk0S(xrQjAD&K! ze4&unw{bmj@xh?~{wwEChWy#Quyp0evRT6uU}J&p)_6p_g@H?F_( z(n~MC@WSmjHAB%I>+wnvDYn{>k>%aPo|Mr>Be&%y` zu3fu+{iUlfU0=g*5}(Vd3H#F3tJiPcdG*;p`Ag+5Oe@->+zx)PL>9ph)->EmKBxEw zi7EO?rO-P`vA#!z%&{ zXW>c!w(PJ6uggGMkOf|Mx}MS=;ajCw-&$R{wN+f%*xlRNyhVDtC3Itc@7}KHy}(7) zh$ia#0M`STVW(PLTU}j8c$Er}K7qB9x@UZ16n7ZvwY@#V7{B+@WOHLvO3L7Q!-N$o z{Fd}YyV)DslYYCxdeP_+?J8G+W4GGPN+Lf-o}D5grVuq++0hBCGT7r%F}aywbbMll zz{>HX6Cog)ET@}O4&W)$j%!H|_R4|zv!^as7 zz!R3tV9W)KMd%f=+pdId@XgTZl?d_{OMBH?qgu?*A4gBcqlCte9zSw;dgjm(R0dBU zof*%CvCZSz6Q_j-|DnsL^U0J4Vm;6xW-O5}Oia&As+1K@PF_5bTs*W_{@mX`ON~Qw z{KVvBqXCFL5*#~nn&WUX7V;IQ&?$}j7onPN_grSj33_hA?YRlJ=OT%$U+*|O8}f>; zvEZAUQq`#`vbV~l6+z4&6I@#2e8f_ck|+<0NT+^&Ywd$nFu zXhVH}^;hfbfAv?&^QQ8=>kA#?nupwL9&)cKgL!ZyQdF%vdqwea3Z}0Ruh-+sXaP{~ z=u$%RU~=5JRc_gB=g`*vf9M;}@3r+#HpN{~TI#!T!*OmX zPd{U-&pbV}U?c~1H)rIbs7%AuRF@z8z<1w&X>w|{d0#e} zsqCE0=Ht6(AKq#=YsZz#Z?xWqR-DJwPoFsRw5joGq7}5Xxa3(>Tub^QEpd0v$Y>%N z4aMS-;7D+-(N#0W+k2&*?Gj}nEY=G|Dr+@^iDqieYSVQ88Q@1eCwzn-m@nFTaMHlp0pos>$_%Tja@8suBouN{bn zLnz6E{&hGS!H6NE>!5Q;_oVP%BYdlhs6-#DHxdb{L@nAqeAH@#iCeGLiBE;#!VHCj zbWEz&$9`kaAp#ZT3;*d8uOA6#(1$8RXpayXng4h`8B8Q&bW3WthZTS|8K0Yzx&i*v zBi=qYjJHdRya`)L8hq(BkS5SdA4to6s439Okp4Qfa=5EZbCzj$otWNVoBqRRFXr#O zkzda-7W#j{ApT3j&hd+Ml;(Yxf#b<_g$G-Gu zSI>@aKl1*QFG)fm^4p(|>}r!<7nRvSFPdNIKYQ z?rv0+jiR>;%E9kh%)-hVrI{09;t?K?FPvmAOJi7%*Anp>@#@{G(9Jf=Tg!evm>r)& z2@LHVN=e2iTk8BI)e{`p>{t?`DM6DNq2w6Jm`U=D9muzIp`^_;M+ezn^dnRbLw42sXjJ=Lhv zRpW7f9CgBd^^ai5)~JN`(Xm18l(CahTF?>l!(SdObgJh7?ehgUTmh$!@+_IMbh%rm$uvdh=?!^5ivhgZFiXT8sT z*8Lnxez*=Q!*#IR8LWfkuc^!?1b)C;sPF8M5NY@G2d#&;?ZX8$a|f-7EqoW&MSuRF zb+O+MNkSuc(AroFg;-GMhG=2NoDy=MA>__HRuzy~lwR+VTKDia%4$VX6>5U`zv_|n zU>r%z>uyZeLS6$c3jKVygO5Ql8kecp#~W+bJ4*$$1%)FSr~;4?Oke;YymmW2!k|p- zN+A{mgR6*vj-Yl2{W&l0tf6}{>150*pmt1jgQJC@2QG!sPKOa`X|)^d-r-0g7x#f0 z>3M?wO?2t%Hp!@P1P=76sj(5OP%M@qw}u+J2GcQ)OaxgL#KvQ_dZ|ctw_8;yxc&-X{}`5tqA-1(=@ zC!HU4e#ZHE@9#X{8higQyhB-3{;l%w6#{(9lJbQ2-~96*9^3xIw>v-Le8l-4=Y!5C z2x3q<>-VYs@(Nj}+gnAT1(XLi+GRl2o63f1_JsLwz0nDR$_^yBJ3SO10j5wgUPQlLpwn4V>qnVP!i z{CS|(q}eatd-380<#E%qwRP?9Kl_;Tb56nDl0VLL;K{GAc<>!(F1_vT%Krvzmp{ty zP2W4w+aiiqYf31-3&jAcF#ud}NhMM3jd)lO)7f{ZKc@bO`bqUe>bI%qlpESVJA3Ur zoDVr(yTZM0aF@ry7$0(uIS)7=Rx2NUOnHGj{dM*C)!$JUCeNHabpmaLLP{NdM+I%PG$C!~9988I-Ssx}Q@L@*_A_ z_eNudd=jPr8DW#t)ao9dC!d`(7w0v7mT>LVR8;SiZN~d2j!mQAxK7NptPxLxi=3>Y zgf51y^u4sw_q(mMAAyMkyt&N464JCj(%K{SwObTC8~&sS)#afS-@I|-#>!5;CE_Uy zemJtXYPQntE&4RFP>5%&nMtD4YA{U1i?B=($UUi7=c(S)+2df&6RarN1+eeG*ktLoUj4?g(dr86@l9yz=J=+V<>j?PXO zLW{mwVI)6$?9d@I$>L1Xu5t~%k?mk&WF!?&54|E;OYg4r;#veBdN0iz))Rog-fsC< z*W&TDwfI*%d}C_r8HSV_hlsh&T!sN%dcd6#h zU4LZ|h9-=Q1iAcMilE7-+;e*Vm}Z|m3p910j4SH6{9B4deI50^@4EapPyZe7R^DrB z&U4S1#&gd(e0?1wA=eypuQ}#kGeW7eq1)zIOY$T~%83wa1^w62y$ zYU|W9FL^bwEla=!iF|-%7&;NDJ zR301dO#hl^`33h`e!+c~2ZADF3*5sG*30R1NmL<+etQ*6LdTm(<(mKrI+aq9g8t@S zwNAMaEILiG(PbS#I&7HlLql9y8@`SU{d=0bcRrm6f_`0}rg~E7#JeN*{ z4e;5aL}7$Az*-m^M9MLlNaV8&5-r_XUGFAEg%T{I89DOE#Zk&pf{+jZZCLaRDve9q zgFxZ^xZu#{y>jjP@>-2cgC3Zko|;9di)qs=t{pyg;li0?M>$T;pFkP~OJ5Bp3P%sk zfJ|8!qnWt%?c(s#9@VF{8eZ_vv$NAv(`Mx24}an!aZS`E;$FpG^aF(^vqaeOwO!q! zFHE;DOt&u{>cU-tEee+f8UP6d<}yeF#{BgaqG+q7ayP)jFg`X`K$9q*itZ#SCxj=T3U}P$awNNUefQ??;ZWWHA(&|n_(W5!; zDHRm)DD%DmvD{JU0>Hc>-Kpy+%Ayg2B6=#zKuP)pE0<$OxlS)4BYwxYg_*~mqTP-$frLAjgW$5k- z(^C_fAkG;#5E&bvof;9WXCR1hkX_p)e$aA=UyrftW{tgPKlk)H8&;7XT)o-z@JXJl z1`K{tjStuN1$t-E?VTsw-tjj4rE8!>FRFG6wUK61l1d)b5&|8i&LBp-Z4k&W4b`hR zI6JDDT4%ew4pik1^xRfZ%nt&J9DVboPVQp2t_8S0B95Ihts@hF|6-e_b9tb!{_Gfg z$NUs}R znN)n31BDAIV_o?`f8^(LlomL?L}vUjf!t%$*)%PHXvp{^ng0BTzyH0DKKkgpzUO;? z@W+4lXMgsmKJlRsemBPlKlIU$f9zu)`+i0FXWYT^@@5OIYmSK8-d^^yS7W?m*!M8{ zK{^G~V@CmOpFKL3@c|znAIT&cOv#ba@hOw(JFtoWhW_~*w|{QB{iC+Ki&y9y!IMg* zL{sO+{BGYg{Cig!R+4CeBtq21_xq>4U0$PqZtv^~96evJpt(ebkZOVLCc%*2PIZ&i z$qFm^H}ziZ?%uO5zjgn;^-n3m3@%>r!by{7jE-e#bviaosUrSK{IZ&U-`gL({LP*F zFvSrMT^V-n+kWr|KJfVCkLTb2y&w94ANk3j{K+5t7OZmOQpWjw~O?g5gR`33?_}{N6zlx(He|~x4 zVdZ}@$KG;GS(o2>RK4|2UmJ6CjJdmc;=-*KtSlYS!RLA?4?L_;$mi$P_`Z20)91g> zRGY0|Q9f(_>fmKKb|p^nrt?%r9{<^1_h-Lzq_U+P0lf7}ESY@irE7^Dig$MOUr|0S zr{HBU`VTzA$v`4sKYr>I6G?fe87$={bEVIGIvV}-X9%F&{uSlVK?x2^b4mTVCnAck-)p9$p6LIS7B5XsS4Yl?uv1*=)Og z{km9c=)Qo{vM0f7M1Tyi|i%PN~v zKuMg6#ZI4o{PEMLPmPV8I{mh{VXej3Pa_eecg~&DwCA1!sH#TP!99JEXZu@sZTK5^ zZMY(_7dZ&@i$e=sSqdF=pGZ-OP`SiCP9~ zT5#h4b?>3g6$HfUfIx!pN9eOzq(OJm>imoW4 zK89Ln5rV;z??>>e5+SYI1dG18gTCEjVtE;%z%c31begO5e63~cO30_OmD;*L6cKei zc8esj!+}CA+Hn-~aQ{B3zzv0x>73X>I7@IcN?{a*t)UrQs#FR~Jtd_9p-?szpkNN< zh!!3Zy0i(YK9Xz^Ib3X3$&o^e&?r^=pE`kGiGSrD;TV<}RXKubWkVYXD^=PWP)b(y zbSkx&n43eQu*q7B;a6ixpPaL<#6v1g556yvnmCN}H8(XjN%P7|kw^rI7!3=IBq2OL zg(bxu%^*e`(rGekY!fqsB<5HyH9^*qPtACsG>NSYyOCo9!*Y6EG8~pIx*@kZ>^H0 zxwU1-#!p{zbA^A(*!pvKZ2kHE*lOFNX+~;P%K!adwYZ7-)vm2=YD%-Vvr)vvU7Upf4AB2xz2l9iqTXJ6Z?g!AD?-w_T+qQD zv95G>);T|c{cX^~6#I(G@f26z z@J1Pp!o8(p5!nhPs}$!{pxh#lkVm%)>?UU}_w^70P|lUc3ha4TpZ@xdTR7$09bF6a zJjv0Mheu;x@(Lsjl=ikk7K*bSxm$)r! zQLDLzB(d%-Z;Q9cFlB1#+NacH4lVcmlAwL?9-Kfblg<@J&z?GY2KOdM9r}W?zP4Mh zb(~MB8=EG$_@x{xnGCk%+|<PFN*2%c#b5W;Irg<6Bei#IVoAv&h~m0WPl)TOd$Dan=j5QqX# zkW6hf%Ju-XTEHRzEV?~zLtl!IQ@=EpPelVF&?YpMRsbY?AWB3z9=0Y}`fUvaR@7sJ z6Zxa}-h1J~`7_6l96B@??gCXZ&(NE)#3qw0?O+T;*>u?NY~Q$c_1eul8%1z?dU|$l zT$b+~4nc}VStp9uUrN6GGM~A4RwR|p0XlZqv42m$?^hiE+((Cc(uCOw7qS~JU6Qq)|F#GZ@(wH+(IOUT zeDancRH$Y_0FP<{W^o0|H0r&iv{mW}j^SSmD~YhsLZTy`$_z)BlyNRf;wW0;kPnCW zVy4&4icc8q_c+tmwoE||@S9@oZ+BkSWcKr)Kv&EH!)ae1ltZX zO+JNzEA2qpyzKmBhUhz@3erZb4{}I*QKLaO4dr6xTZ8w)o!Rd8n)NQ>29WkJzXk#x zd$&B=X!7wEivcSk3!2j;WmBaYbUKv1fWN;R^!?7mg=n1T7iTfE?z1LR}*eJGxK~c`{}ab#INzo^Zz# z$0-fc?3CIumpFi_NhW{V5Hpdj+Fb|ky6llLQNT5uQU_8+jLc<6b#ZbYQ07% z9;A++W;4~|hUv%L4YYNgdO3wu(Ujg+Dg zr{Ye?Dyr!q;8n5a3`H1_`u%K%W*`wVn8cD0;gRHjDL{2NrTM~?FqIZksqyLYn3(}g zjO!~Cjy)Yl#}@UtfuMVm;X*)On%`&F=Oh5)Mn}iSkDWYw;nKy4iP@v)PvuO~_Z1tD zfb3?l3!WI8I;2G71ApW|TumZXYg5u z4m`I&Z8&$c2|gd{=}Ic)vPh?B^^`k)Qp52>`J^I@kHc>bZ5+YIjJszZcSmLn4FJt%8zjeTGaPHy zg2yY_Q_ItA#$w*3ShZg1D^-z)i0F#X8?hENP@_-E%Tlbkx7}4>whu=#9tR#Qen^Jo zNqHICE>a=(6Ye#C!oBAC29%ychc5Z&c6AT)mPjQ9j5}Ljefs%V)_@=dh?KEU8~t4p zA$QhGa8!*4`=0pN+~L`If^8E?U$4DGq2`@C8#~(&vO9}$T%2;l24Z0t*_p%BSs*Be zaz4|z@%$~cv8hi|eK8Ty&Lj&*PLZd4{9WJvw$r0i8C61@MHGE=RA!w#I)Tx4R*ST+ ze);b{|K+Dim0a7^66vF7j}kf~+q1Vvc%3cD36Djkn6pw@dG`71TfkZ>&iVB23txS; z%*G3gNhCXfhK)=fKX>86h4+8gd%x{$VJhYDu;jOU{=$Wem+n0|DHrP}?VDfu+~>aV z4`2M^7oT12Mv{lgh5#5#1gOW89T8E8RL~iO%ywRQ`PL>AzUd76RCrd;y6wBqca{&v zq5@zb(L`DuR^gsQ62I#-YAtIaKw`h$9wf-EfON6mZWG&G%EL3Yy<6h74hNRkOEli2 z1(ONB(5cUX!P6SUZfBLKR9;-lqh@exd3|qfdvASj4>@FyW9YH5QLh8~K>G{`Jgqz& z3T0E<+WNcUcz750`%d?M-|dcvV=O3Q%t}EmD+@LO$Li{40~9wjyX;Y`xLbB}b5$mo z;{4kzQ{3Th5TD*9NvV{})Q~3($2t}O=qQU1$a|I~+4_P(YWq@fFGRxVTtud~wsx@l zrwM}pdQ?)jdl+O9SQ^NYE_xxJuW4!PSR{nG#^E*COCs1H9OuuU8}mm~>EzV-Xy!b1 zK7st{^C0}Vp(o=QRO|tpHlBMXkHWNf(HqA^)JBInv5)iAA9tVnaA7=@PGB!*$+Wzq7jAwa%@qq;Xkp zj^vAn;;C^(o1GRDob3@;V+wO-#P91s#j>TQCXb)yfXJLn{QM97n5BK{_kZ8yZgGPV zmM(P`(*WTcJDcq8o}er*%P)T8mDTpJ1--PO*KI+s+k$9kn@c8!H!maRaC{vU>x%bC zn$nwiH&mgrYt^iHkSu%{ZTA2T;;2f`hfUOo6K9e5avck#(dRcB)75=>If^DX0V3$c2mCL!^n(4JSeARiP@-0VlZk^_ws4Ll*B0D=x~^cK9BJ}A!fDe?RLOEKbyihwg@VNvLQVwC;`uM}?AdW$H7V05v$ zp>89fCJH&A`4Af{I=s_2-pTy_c=Hm>B;i8z3baPEWyL5}g%~Kl$(`^i);dQuQLB$9l71@&3josVl$20e>Qh?)rBFj3 zwAvdp>ihe4umZ?H_in9imFre8fj&a7i!3~qSP=dM;YjH~$Dc|jVpedEozEZY)_8IZ z#Y8aLC{reuBLbMPg4EN<{Wubff{KYCdOFU(r zd!qBz9ECze-H~-M3!h}e@1z@&Tk`v}XBCrG>iW0_m)SOgxK;=~*4 z9TjtByAIeJDr$gpL@gNC>pefqxM5e|K}rpI zkg{BLpM`E8lPatYnbDlOsV2Blmov%Vs`in1@ zG>bZ;I!~P7(+PJh9)$n((+N}))mmN4@3-M#mp}waNhswVBSY?yvEnDS%fi`j!$kq# zK~f3L%uSEwl9s<}CwzVn;wN&E!T3AO6C8Hi?XcVHG3d{(T?YZT-EQ8wb$e~gigjxx z+y-6YE3Ud^D@xv&udk4>krUG;$eXj?J-4goO|wH0C~A(dBSaG`l;=BIPf`kftr z2yQ$pw%hfwsNjxveJGt&!N~cN3mOpoyO}HExq+_@Fv5}WejX||jnKCl5+E3L;*kIt zQXW!^-^ZrRT7+5ifE<@DSa_1U86y4;276{Q*KhQpuksGZy0G@$%}eR6X-1{##X%LV zAr!h*_^h-lD^0Cu88-WDw@1$dNYJ+69WA!`rUYZUH~FNi9CsiuWjJIz5xZp}Hs-JT z6X3i3HKXf|db;7hWigxRpNJSaI8^IoPfF~!XbD? z%1BI9fpZ%k%gjR?Oz0n*IUJD6upq0wEbh=$Kvk*~dV`gR0EeGh9rD>8qAl>Qp@R|h z^V|InOAgN+Pe%P7^o|08#qHWgkh&9>Y4r+ieZ_sIEABHDU=Lvj&{gVnNh_&f1IQo2 zb=F~2SOpy_ATeRPP#(z&hI6&GRcY*W;Yy$!re9#A1W-*Bv?usN(1sFRhu;*=CXZEM zdBifp8n;7n?m7Y43`J#>ai}(~PRuBDLM1AR$6 zqcx~1#km5tL?ujF?C@RckWpJH)*Qm8g!M=YSj4dKI5PxvWn1rKtT7NIO$ipAk!Uz$ zY)-`@8H2U8-R;f63A$9`!yA=}#iMcqHaEjR<~1`L-Mza`FkBO4CET}%URw$Mfk+~q zlENLKM5~mn7+53%fsHQXk;0Hh7c<0;bvrdMI!rIMhe)0;W<_NPE7UqjW)&S7${zf& zYH9t(tJgXVgm!tS6v|rIrL>A3!N!;TXGBuAF8kPlwly#tr%QRRVpogsZF)TxHf*B} ze-yj4pZFgs2fY%)-5`y3t1 zjG!O%>16GEe2@TRoexHn7`*O&bkIHhzinF|bWc7_2}R)FgT@ePp8q$FRU<4PkXy@v^L5Hdzb~YEWelW0$Qox{ckfT~3Do9@biTHQOw; zhPMB~-OX)2IJD^|SQYQKMFz5@vO`f=r3bRUX0dJh3xxy}Hih1*kbjm+O;seB0#;~e zr#^@#<4IsC22vrrK}Nl*3H?ya3N0^}ngkVMYG()FW^8;oelKv<28u!?-o8 zvPX>uGhKo(V#@dsjoUHfV~HM$n`6{E!C4xL_f~SvD*iOtep$W&BSG9}1h`(*g0ZC4 z)mWFgGd|LM?LBvy%vFlysWz*C@H7=YC*0S7=mBP}-0Etr?U6g~?vPrpy6<;axqDZ` z<_NQIe}~)Wt%?H@RGDo=B0C~gi6B;(8uSk4p&y31w!KIfL)T5#up{D1t#(I*M4@8A z8-pT{Kz*-IFoK~^(X|@3<2}gjYOuuC@kF?tARoj(&|n^P90H-SC?!;wMsB=EJhHp} zHvFrevt*&>XDLH%Rk52dxNG7CcTF5gq@{WcvT%Q|hrtT*9^9Iq7-8=$Wl6Gt_j>KV zgVH5^QEzCv!RYCXtgJ3CFR$%TRPP@!VsyIrPJKq2nZ;9Xcj2uHD?y=$WhwOd2`DTo z;gP4G{rcCx{^}MHcteurKu3Fy)_O&L3mvfr0lrL9i3cSA)9DytUwd~^8P)+xtM9LQ zN8Ec)V5>uqhWKee7=j}Ljt)sy27D$If#|}S!nClcbYgn1*|xz_7|4%>LSa^FS?o;m zF~Ok61jE)^RESiy!LeoHnqNaPC>9UN**Hzh^a#w)M|o;R9%49#5AtM4w4kKGL`h(L z?di3aY*NiYfL$pN(6`I7NtI(U=4mW8tOW?rZG$Mc+M}v=8hWYW*$?90eo`;RWM-lnXIf)xq4u_2=PQUFatn4+XP;NF=nQIe>cCkZ}+&Es?z*=mMuF3)|pXN8^7?)W=Ay=nL& z`mWAKrRr_}URy(vtITzcx=&;3OE@UxFH>Ps3RSs`(aA<;BN@z^h%x9YtXLnb{vaDhCxGd zeToBH0!y){P$o@FWXXO;GRGPITL^P@yK1>DEzxBMYqf8)ta$y#j-v!h#H1j%>>~4ArQ%;j7rVX2Lib zf_=%UZwCVkvyu7B2Ye1`G}u2?Gf*Wk;A>ZvXe44cWE^NA_O&>7|E93OaP%JJxd)*C z_Jtr=qm_I%K~l}L$3WfF0%+L6C)D<`3ZTv^^nF2mRpxD{wYz%rb}Ph%2oE$!wI}hs z-FbVE<&(I+x%my@61=sy^U@1^;aUg!?unz5hb{sOI$DTk=a0@$k8z0uz4ydp_dfLD zANbz)zVp=B;YS{OrU{`J9thT-BnYr0BQ%uuTZgl?Wi5Xpa^dH?-#e>}Uk{)))-9khF zJrYG0lu)-1-xJ$kkQiFE+O`U^w2Ch*VM=Bjj8y}VIK&=XlT~(npe8TQqj>Fz$PfHh zoCitl(VG95Up(HH6i&5;#4uA0!$E+Dpo|2yV$k^iU7oRce~&yooKO4S-#E3fYKV- z(qg5#$lG=It$ItzIie!pa`1HhIu*YJ7rYXR2v|8F1qo5;%x5F?8nm+RdsCh2=6XV3 zSm}#8xeuGhj<$vb>EK=M!HZNt~Q0KH|LuDK1CKX{EY>} zNO@|T4aM{}Zr?5`w?nGL_B$TQ`-XWGe>lwsOnz!n9aBQUA;I|@QTY}>jHIVdoH#L& z3ofcBUf-Fs?kLE*qZ?q1Hx!RF$>A8VuX~I#)>&EcsgT_7?KvUKM8C=7N#k^;6+xI5 z*Edy84?MzWO!6p`udkaU?zu=-_3DFF$l z!8(Bm<@|m}%$;b!E3O@+P9 zt%}Z$Mo!|ucxRxkP0miFLzSCbtn$6uw}^Mjdiln9;eKVb(eZ^_y^vuc7(lX1o5aTH ztKPb)84brWh+x6nyk!!OHG*Z`6RD|iH)55yJJ%K!eb|l?-@Lox8k}sm7wpvm9T>g! z9!)|iX3rD#bizHpmy8r5NwL4UK2gY2m+y_Gj;0EWXuk~4Dm%{IvEl_3R#km(t7R*p zR1EMVWMG(el3bG-w<=37;#CrpAO_j!4`YzM4*6ok0!K(XN2E|+HxuJ(W4G2#_#Eum zPJ@InQM-sNTHkCW4)%!4+|S*Sx`k08>Bb_)$Rsuk$$@yv0jY@5APB?luT2*JB*AP9(w@jBrPs$tW^M|&U?uWQbmld%T@ReXQEn{F478p zjB;yzl+kBe+79XM#zb*kczb(kd{^1+YT*7o~iQQXLGGQf(V(95(8vQ^3x^o*^ej z?2)LUfUYE+sU!RCvCI+Tk{p^h33@V{8_CH|HhP3jrH4CUwWkoi`wSOon;afl7hu{@Hr?o z5IgtLctjkZ`qJP0#h?7yH(q)55(eVsQ^kv3dOaa-`y<*XLCEkwl z7jMP2NG9R0_6;1KV1$rO*CIiahR)3^)(9WWj%KjmTZ4N#C?*u>6Dnq&ku5U^I(CNT zuQWhhgJP~OdO-cc)Wzl?sr-OgT!U0T^Gs6t)IpHS_Y6|`copnBzzdiNNjBCH)BuLf zAaN{kb6OxmF-O<~@f{&lLZF7b21-oG=gv@{J41;Hc}mKPwMe8;`K)|--T(OiCRlUhfL_Gr$t~#GFb?Q5Sd6;EeNQ4dhTG?c+vkdxer7G~ zSww%72CuJ21K(sv4x)i6*4MZmWY(~J8-_|kTe9e2p8#Vb<$_V~aPLGc0g@42sOIi0 zlWJctwfh~9&12Ua9a|-ZU9@sYH|>?FpJE;B^8+#G0Kx2F6*RKBuRVj*#?@UGLS3qG z*SDbQR@$XoRu0LJwVjUFrr>GrG)o{Q+zP^PU4d=MQ1mP@cE{a(fyu#ofy0co}#;+rflnw25JMe!RJ z4bWe9<|D)Aw|lObV;+0iAQL}d`!^9DK9fY-`k!j;?LCK#e2Pz_lE3nZ3_c(@fZ zZ?p^d)$NRMm|S$Di3#ZGu6E%{SGzijWZ`zjQ%B!Wg_*?*-o^17d%aY%=qr(2_NsX` zNDxpRvV9$R-j$5Poh;#H3~+VNV9UJzdT zI(AEEFm5hPz1e$`+=GNt2&fQE;UBpN&?I)T=m}&pK~Xa`;|ZT$?kS0cug7kx80Ebj zKmrb5km(*9go?`Tu6X@c4y?u?-=M(|3*xHh5!=nKb8CS_Zs0T7p%^~XNL9ENHtQg} zb&OxU za*(ZGS7Pm*TMaTM-HC{n&g2RcR>;Ba7n?-BGEBftc!x2-19QVVo4=)p>veX?dQGpl zLq4*N!5|67pjR(764-3bc${@NKEx=9HGbJ$B`>?HH{_-VK)h$BYL*nrJoP()$aVS-Jpx*gp|?FmY|}5SFH*QmzFLB4XjxRm$!wpp2{=o zN4mBr8pvjdEEI0vMiY#H*sT>(L<~h{CnpJO+dJz7fIX9gG56pb`sX#@!d7Vt0b&yL z4u=6s=tkI2x?3m5#6I~E~ zrlE&e1EP@7HF3>-5mu1CMDT|z*+EYOGVkuEF#(cE*5Kf$L2pQf#gUnC;L`xOAZo#S zeZbR*6GfKO%QAn^)6m!8JOl@E_tSWJ8iGR9>I5(`0>h{I7=5#kS^lIucTT_gY4G?E z45NcR_!_BLgo;#*7@;?LLzeEf{sQVHwUY*b3DJEfgX^*U60B1(K>TFzPQJMV#o3`? z3ui)!@EIGZdR1Wo^BODAqCN`pLEJGgS^qV_c%&vj_ zbF(I_EX}6Qu9?n`j8gme=H{B9xwrtA0#L?+&}R z54&x6#`f~D;rLF7ww0pe(y+aEDSSeYv(xHQj467Sy4s@b=?%jKhD#arleCozg#l9^ z>P=Vw(vhVJrXm7S%!Gbtdf1Q%uz4sxB0mjtl+^h3&?D=J*#<&2$VKQ0xV*3#PVqPd zdVP?*D3yqQus;pQ z<00DeklU7r_SbTXOKWXv-Ms7vC=FOqT{zjbw5qh_Tug;_Kd4pEysq|88>0V#|140l z9qil17C|iX&)6rr5>+=lUGH{_I#(u_ah&o zrcR|amifv30D~Id$Gd5deT{%0k3|MAT2!Olo|%2i zne*E7_xrQVWYR4JOIp~=EOLX6A=pNvY0iEhPQ2wDc|#M-vYEiFObVh=DmOVDz0A~L zMuo$$F}uAz`<8P7K{eF#ZZaiYG{`~rO`avrkJd)5VMpNP!D|301I3c!#nK>5ht!7C zVry@3H!Qo2`d*WozW=MQv)fG@2%@l!e{gU>G*Ag&7A|@PZ_<~j)c1h8k6Wo}aIgV` z`<>l2s%*EpsH!NkcE;X4XJ+TjfMUP=j9q-LdBL0soEaiH2)ZSlF#Ja1(o_vO=QNGt zgb1f|0t~d*{=CU(gI8V1QXwtJYml6D64RI(shy}13B`1##={x?dPj_&eOXc6B&b^1 zs!dtaswP{emZ5wgnND$S&muSzYhWUXrvd!CJrtmCjCqU~9fGnj;`yR%0Uu4@sR z)r?b*J0sPlb`8oiE{|BHaAyzRXtZv!!zZ8f3oc$R95#h~|vs97JwR zYGA-RhG+b9iw+rF`CH+T9!TpXZMHWWnIoG>XLCF_-~k9BZRBVic90NQmRjPmXYf0WpD{Ee4i9Ad21BmsiKPn@o@j|-*i36n}D#VSWE zU*!o{DOKX7{?3*DRr`#5K1uruJh$#6;p}~qJe|4kN7c{i-?vME{%5L^n`i6NA8VQl zs7{XZB;lpOI6#Yj*+iYrI$5<=X01y|=`obi;$`VPpPPr_3rgMum?oe9c$o7753|;5 z>RT5tH_k$ChYW1e9NxetH%cvRGJI&iwl+dkNjr0E!5~vZt*dwLpf42dFalF|RZI8X z=vkOZT{K+_{lhcln9;A?kkXDe$~VqT;#+eUC2py6QAj9m8RBam7u`0_PC_}V%f(uY tcX%=Jk@zI{S3t}--#lKorK+bZfxB+o*tROjr^Cb*f;X^M73;_TgwHffsfMR(Il7f@(RDHJI4GFtZD zt8Dneg$rCRd(TqlWfU%}Kx6;El8#Rt%DSKTegE&Tpd9Xu{bw}w_SX%)bABJ8 zSG`Y2#N*8awUg^_Z@PfcyRRf9?w$hrg@k^5-@=#9%}EuELN zv$&X$pT8i)FL%ZA(bcI_AJ`0uB@@z2SFD=1Vxj-;Q;>c==ykx6l%6`eyryABc;)wm z%AW!uug|UT;?Fam9CaUbf8_Up@(#ZH6N#bthjjAm?!$m05nt{10nbUq@xRJ;hA8Ke zB`9Sz@%vT0LS&*yE9jYsA<`~sDiXDcCmkV9+Ub)O*-sSDBx2m?#d`bd37JI5FOuLv z*+R38gzjbWQjYWq9!3%(?GWq5*)#34lD^E-47=nh~xTBwtG^yg_n9Ub7H~=dXhtK&C6n!`q}#`hw(3>qzn+hUZC#^nWv4NCM@Xj}6ie5-lx2Kl>|T1Idtn70{>pAREX3 zgP{D?wDMw-%YrnQ^sqp`B)PvA5buyW(eEsH&O>0|)u1dR4i=;(tNQ^QF&` zOau#bu9XF8h!p*9*hu=NjU*BQPtQB-NwY{3!Z1QL&GLMT@D9Se2s;tp76FqCr}Mmm zrvuohQVVH9KpGN;?_VGsqz2Dx-XK+z$vo7ODKv*nM`#9r>^X)0#GkEF8-Iq=JQ5~9 zMFzY9eR|;cf_$z|+!V<7uZ6U~NcZRYO+}e3{Hk2^d)D^6&!|raJsUV_%%R5M^H%K3oX}=i`lWB^}C+-uB!~Z2gei{8`4(h|gECj~a z9y}+8mI>cYumk>TcpP@XOxOT_7Vd==t_HNrZ13m)PoF14FPsUz@T&kl79;f#`7edJ z80)_Z^eCyKzmP)NpQOmlzPcE;>QPd{zq9_5Lnd+jdg7u_k{XQH8mR!b(gmbMnoj0O zmqQk_NrQ9}X_jt+uKX|Pq-#h6&vP}>vOLcrrN5ac=wQQ?BXlFwBGe!_5Edc05Lyu$ z5t=HIcTo}KUZO1y^3S2@N7fqMd(84L1;QN0_ywZ=)w~$6<4xXnX ze1-4Awxb`RjN}NiiMcA&);P+L2*+%J-0U2#-k}WF5k0X$9F#*OJZh-4k*87W%^5#Liaw zEYR;nfDGX_K&V8x6PO*(Ys6>voty`(1HppNKL6NvxdQ74w)VXlb4VTf;@RlKpOaZw zx2%xPfE?dLKdVHawh$`4g}7X-)USX(`iRs+x8%sVWU^e&+c5xnL}EP@glC@;O~g@o))QDP4l~z$Ii9p^MW! zOcqKkJV(}|ZCA)A5ew#%5VU(S(*;~NKrcuhvQUmBSzKrABdzj_#OAjOw#SXc3H~dk zI}r{coQX9E3#}v(r)mgu}*#z z>*G$$QAuPP`r9QeNXL0R^aoPGg0znmVqA={JRo=Yc{~r`IgQqm1blvkea3U9Xdcfa z`20_VXA$5x^W1?j3E?_~HqgZ3*@DoF(2Fn=p&elZ!i9vmzr~Z`4X!vB}$k&+TFUETR7Gfa(BnfD{1o|^D@J!1Q7Q(yt z1c^nuas>1=4}4D^_{&Hlp6~>D`Vm+;GZCr~)*&$dKF8C`-;enGEB-vMsqxF`3E)MP zF~uYPYw?Kxrg-{*%=1k4bbGp3$@quv0RI&D$6v~yO2B{c{FIykAJ{^C3MILujBKIJ zbPL@>&!(5rTj@RYZTboQoF1m%N=fiT6-rKNP&!+BKzdmEr}U1j$RTpL94RNs>2ikb zkn`nI`5gH=`2qP6zdZ)o5N?Pwm<$#}mLb>RG*lQ`484XahG~Z7hK+_(40{ZF4d)v! zHT+}@HAWa?j0U6GXf@^;3ytN*N~6m-*|@^E!Fa0iGUJuTYm7G=Z#Uj$ywCWc@nKVx zDb{2*SxpYpfN8|E*DRU+&Ee)qbBsCBY%ph;o6R%L^DLKH?y%frdC>Bx{@0W5{NH-=Ulj(iqjDeS-GT9DF`{=#)eKhb)J#{@^hFd-PB>u*UJc z4y7DQJ!Cu-^ufo6bOQY#f{=q~t%L9bAN>5_`v)I9i2UB&B$Zf6K4~TGq?b%3$H8yCjI1Xc$#!x*xry9N?k10sXUHee z0bi1@$PxK6^ytf#0QpvBK5^4TnoQGZHf@AP=%Rge0X>c`rEBR1x{Y2#uctTAJLtpo zAM``|5ys8u^m}=qk|*z1{NJ=uY+9~OQVPkB^gJfiIJwj?lHl~WF{tRz`D*t zvZxjQi)vB`yQ`X(!A7bjMKl+4cpL1Z7OV?9us&=j19URxzizUK&L<1#T&#tskcD&} z)`Gm+1?nleUt}=|0jz8;A`ydM4(< zSdvT=$d&Xm5TCq}}Sbdox(!)DMSGM~;OXVTNjrSu|lJLb|mVb4ELpC#|pcgTbE zKJp}ejGRsPkZa-F*$e;K5A<85N-0;$lv1TesaEDFvy?ieLYbsgDz(Z?Wu9`JvPfC1 zEKnMhMx{mRz({RVTuQytrL-$eN-I_kNhFOLNj9~S9L(s<>TRHtuv)5t#hFLiXcL(X zYh?=Ug%#aHW?>I&HC;v4($!=GT}O_m>&XdpGdYoNAt%!l$<_1g>;E14CV3au_FLFn{EmJ@ zzNKH2@9BTYkMukFY3S8wb9VwE^0NC{QKrz&ZR5qjIC zSO}WJbIPsC=}e^>p-);!Kbb{VlFj5)=#$H!6YnKYkypq;jEONC2<>5l<|v~L^b~p) z?4g_JoAhI;TxygyN;{;z(mv@H>3-=+$t?%Tv2s6j+J4mXfc!Y>{x)herUZgB3v^%= z`r;t^=SpR>a;kE!a+z|Ia&vE(tzs&?hg2$fNulk z!0^DNz|O#-!1;lz0=ER75qN3f&4CXE{wwg!z>foe2=Wh#3^D{|29*TW1$71u1J&kwyK^p4OU!V1G&VbjAFg{=uYG3@lP3&XAo`$yQz zVef~15q2b836BUjhUbM(3hxdd4qq6)I{bw2-QgF6Um1RD_yghp2!A>J{qV2Dk46MU zL`S4YR7A{;SP`))VrRrT5%)#B7I7%zaKtZqojyvRs?X9p_4WGc`bGLR`V;l1>o3%Q zqW@O!i42ZRinK)*M%F~OMNWyF6FC~WHS)B`^CPc_ye0Df$R{ITihM8f^T;2gc?nXbYXN&bX)Ya=mpWE(YMCL$E3$Bj9DFXLd@=%3u3N~`6%X_n6cQv z*o0V1Y<_HQY)9;1?7Y~Ov72L0jXgK^ve=tq?~VO?>?^S!#eNez7FQm(IBs3sC2`lq zXU3Pr*Tr|n55>=qUlo5r{NLkWh<_*kv-s~4NJ2Doa9LA zO`4IkIB8wdwxm5tPbIyQbTH}5WMgu6a%r+FxjT6{c}ep6Y)DG@2jDH$n6DU(v#Q>LaYOj)0@E#<+Kr&3-?`6%UkgP&oU;YPy&!&qu% z>YUW&sT)(br=Fd9Y3lWP4Z0a-3FfBH% zGi@{NG2L%^()5z)J=5o=AI-8k%A95{G}oKE%+t&Z%%kS5=F`mQo3Ak6V!q$}r1>TD zA@gDLFKN28xHL!Fl(ac%%hNWd?MS;J?d`Nr)4oe5=^^Ry>FMct>6Pit>9f<9r5~TZ zJ^k$TOVY1Rzcc-j^na$mp8lbQT0$)e7K^3WQfuk33|i({R$4Y&PPbfWxyo`IRt-;C zUa=gsd};Z~>SxtkQ>;1GGV6TnD(mCc=WU8D!j^2yu$9_ewr<;Y+vB$9Gr}?wGprc} z8PyrB83P%MGuCBn%h;2#FXM)cdorHPcq!w(jL$QEw9EEzdy?H|FSOU#+w9Zqi|y;| z+w2e9pR~VZ|JeSY%{pP#=fe@p(Z{PXhP&Hs1)&jtPku?6M=M?rZ(W5MKt z*#(yu+)?n)g4YW^Ecm+MXkkEMbfK}Zwy>jcuy9u4(!vderxc!5cv<0Xg^w1#Q20*a zXNBJv#TJ>197W|tjYX4-Mv9IrT3fWe=@!aujqxMpNsvABa02inZ;eji;LG4 zZ!6wYd{OZ=#dj1xT>MP&YsKFbkCgv!mwznxm6q zCoP?H!=%q@ZMC_z&f1#VrrNIBDYY|d7t}7VT~~Wu?c=py*Ok}Js5`svg}Tq`%j?(I zpIE=EesBH7^;gy3Tz^mfBlSau0&UwE8A7>YIO~{j&mLF z+U5G2>w4FHuBTmZy8i9@xgn?_u_3deyrHw<{CM+wE!LKTmcEubEz4TYYZKk*BaYuYPGlav`%aN zTkBP=Pqn_>dbG{It)Z>EZFSq$w%u*#v|ZMAbKCuGkF`D1_FCI}ZJ)FqZu_yFw1>7Q zv|HL6+UK=zZ@;?zsrGl;KW+c6L+S|Xi0rU-wcw&^vv(s+w(}z(a9B)&z}5rZ)k5-@A7mohrZ-LRoj!B=>go4Re{uTvBY7hyjO-k_cI5eyw?;l4@yyW8Fwdx-(LZC(jFmIa zn{o4uzt4DQX24AA%+i^yGZ)W1f9B&eUzq8cl{u?z*66IWW?eh$*;${@j+|XFd)n*; zvsceParU0sm(0F%_A9eLnG-h0IHzIG^f{~N?47fJ&Qo)~otr$jcJ7q9E9Ra$_x8Du z&wX|7kMm6PI_3?{+d1!!c`wgxhg)dc(v4PWVlKcKiY{4Clh>c{!@(vS1&o9;Sgx|Z&2tS&XVDEl;guTMGGDLYi$ zrto|q&ozj@Rg?2~TDtYV>E!!0e2Eul{7Hv3oXb!cI@R-&Mt@Ml zH~7-a7isufhNJ)KJpR&+=t*&~;nSISrKH5^j0=-uVq*&nN}MtN{%K~b)#BU5=p)o# zX=sd1Ei%&d#0YalOiilEX>vdItFCvBsVpZvEI1<55pRgr`B#O9#X0W!?f&?s#@A}_ zmF2C6*6(Zz$9aFfi0t;p%g<=(Aa~DqI0pCzDzyx|qo^4PX8!9mxGrd1nvD$(o!%5< ziYbgq!(SVnH^+T|*4fsCKNCay^pokW?!SNfDIJkMDH-dMK51$idwF2se(95;gF`hHkLJRA|Dspyraayx8NG|Ad)Gw^?r}R3B(mGdJF_q=9$NdzkqRmxBCCYj- z=aY{lrh|0KQrZZg5GA>uBT^@NfSHh}qH6FI8ylx{NQ}prXx3wWeiC&e&LIwS<;qO{W_Pii!$~FRL-# zdCSn1D>G(U10o`p#n-3SEhsNr)t8bVA$_7K4_>$Rt{D>54f^>}T6NOG#ao?f5xqJBkwhwTV)kp0Pg;GaK&0uaJ3X%MesguXDzAWo8S!;vYjyjKS{%XP#zj@ z3;O+dTPP37&E7VmKQbI+WdvF`AKE3D&)S+U8G-J2;=JTMy&w__lNWzZ% zy!31y%;Nd^rfcT&ph$PNPktSI9u)XqA3R@S^R~dxQSoeEPd5Jve7!F{pZ^5DWCG4w zRNza2ds`F|*Kp3SCSNu$3i@Tf`6z5&6!pcf zh2vbu)RK$5hkh4I)fY&9VXqSHyIL$KM}rkjw8>D z`4|`YN-qu@)0ch|{O*k7x%m4Qc#v7E7wYG(lRg@5Mx+YhR_u2ne{vjr`z-%% z;1_Y-#%z9@vYhN^@mNdz3_A(&$h4Nn^K>E}5#Ivu;4LNaQI-z)_rP0ue-ijA75@tO zWL^(}uT=5VfVap@w+MW_ieq<{&gZ&C;7fdQszP2o7>7xCAEU#3yN;C6vXw-h+j zJ-r?~`HIU|;G5vpX8axo{rfW0Jpx}Q%3;-dvneGwz29+MxDYbLm zBk;8<9_b0CFY6UE3a>58KCP2JD?xjoJdm{ce%l(qm(%09Snv|<|O&J+92S!E)2F0-+HG;8+vLK-)oQExB z3{O7aV($HfjS|KIM#MU5M(UA$YH#HE@P?4aZ(iTpE$8Xf8_m-<7np#IgT0u zx1$t+Hxr!M5T&zHG<*xW%S$f}Ab*>D3SC79aIypG7`?|nfqoPAlms3i{UDn$UReG% zx{&b$iO!Si)%Y0`(w)T8LDKlkYbi6m8)b>}i{f<+qT7<(o6AsRI&DwW8Sc+T#VM)q z{3I^{Uy+bXRAE${6My*npZ}@oxN4gXvUJmu~*t5^N zOX$=1TZNkNoaEb3^Yxt5rSw(Le>iSuC2062>{_YqA?-)WLRYb66*x_!w!%35$YSc8 zlNP#kh5MD!tPqr#dhhe}X_WZf3kTh`TxuioPrS9*ds?iu+?tg4^VZ@xw8$wwIMd$( zU**NoSHOdYZ^7Oump(+fpO0cezZCRd3&NLv6Lx=DU8Z}S(hcAz1yW3t3)RZ7HCvdh zvsKH*tXeOO(q*(}rX_4O_0t8Fb_`@Br`DF5-LEclusSB)^&EZ19pmU}G3RwU%}Q}# znxiO@KK#_%YJZRq^8Ua$V*LR%X8l2Sc>BYIny`K8@tUx;t*FTwdJ0CmL>yQNyol3n z;W#Hn{QRv}tVx_Du^8!+jjt>D!jdi8=;npzcgxbq#WUvY#dGld>2uaNrZ-eBsLGoa zAkDdD<>sq;DIK|Cbn`U>Q_nrSPoN4>a(E81a3;U;`Z7zL;mi^r?=Q^K7V>45_{4Z7FA*QgMvcbD3H0BdZ(!>?T(IEwygOx;mVUnzHg|N8@LZlruo$A$zvwJ343T8GJb|*`w&e8?vb>ZmGZSKdJFO9C- zcvZhlBjPs1rs_?N%R4(y?zY;OCm5(S_hvVYTJBu)S{vP1J47(uhPj@(%D4*+D}}Te zz3@X}HKYSGBZZEkf}S-sdrwQx4vWiJ|6X0#X@AfM z!4s3l$&hs%R%+#J_S4)+!dr>?gbAX6xxu_XFABby;TLC+VrjN6FgU`H=19$HG&pRQ=zy>Q=4py6>@Ke#E)J9x z+9%P}NqJf220vwNMNmw;!tvz(wymg4!6mhO2qo_Pg))19KF1PjW2HAgw309V7Mz?Mr)NGOLC^SN7F;!2$(Mc;PQeL!;N0R9 z_2Ib67j9S}g`V%Fd(kR6OrsPDr+lGKS1|6AhhJCg9NH*37Ga@+qEpHi_2w(GR1xZ~ zl%gE%&h|NZWpipKZ_G?e?p;{rI)0?MXJ0^i`~Xgh&##VJkJM#*SvUwjKr$a0+V#@kNN zFGW7At&`E#zVw@DrJDbY3HV72M;$vL-EF92v>16<`pW921z!dG)5Qz6l&zumj?#iA z+v;5b?R)0JS-W8FlFZDdbLfTc&I_+ZsXP}xVxHl(T8j7xztn^)ji4fx<}qzHV~ z1f2DFfv=o^GmnM9*H6HiO)2mtzBu<-FdQBWhC|wnFJ@D6zLfQ9y773%$9VjO$HXt2 z5YKGZiTSV9;_XbT8eg064#v1VnCC;V{_(r_H#B5T5 zGn@1cwO$LkjoIO`tMmf*DHk}iNd>-)dg)pI%qA81I^fJE75OupRN!lXGn=LmHfIOCzZd$*?*#fV_x_6VztqZE z4SKfQDR8#p6XmRd{FwE}ac=!F+=ks{;A%fOfZiYI`9(Sty*~iGp9)U^r3Uxso31mb zUB1!%ji2;|J7xWPdT1<~Qy-D91a%CoT^ZDA%yGc~;x!CgoKAk_pX*nd^yckDr)EYO z7p;9{&Gz)Pv{M75!*1)t57Rf@)<+(uZ;k2coBzbBm-&$c(Y{ymar3F#j<0h02%L=r zfv?0FXeKv-v;HpdB@=MguLQn~;oumfS{ju;g@q1JN1W`81GmmX*+$cBHm6P({hj}j zZR=eL^`o1<3ZwMo6KjptTj*IiI8*=kRjVF%Z*sVozi}L0j7~tgr*$@JAIfHfI3_Jt zf9ll#tatysd4FnT(j^<+W0ACS68+r$czZjobjQ@V{|>IhZS09G z?sMa5xGavSvS{bL3Y=*~fv>`eeO3p7vpNfWDR8FeGf-!gt>K$+ik;E_rZ1NJK90~2 zq++a7ARD$r!sby-nsGX|m(I7U*-Y+?!)Iq&ahhJ;WoHvBTS&ZF(3xG9Z)|Hb#>YpO z6h|ePa~*McY5s8$alNlC)fMI$>z(1rA$3!-YNizg*jn;ST4O>Zbg6c~kbsbMV`f%Z zq77!WgM5L$Zu)*sT$7s z_0o^?>zmFl->#+GrKLL}CCbc0BltRP97le?X!vdwSGasPYj`*CP))vx8eXsE1HL3L zUpgU2jee0v-=NX6_S>Z4T@!F`d+3xNU!3<{!GEWQ`%|}1xl_ppKKCzAs_9p!%>_PVadWn zFUCZeWEmeVzJmozd$to7|IHTrff%2d2VoAgnd~}ewV|U99%ywr@SX?L0q0C zp~e}ocX!VTZImV!b(f?TMz&-$XJ;)OoYaz{3k#?Vj|<&b(k{kaNN7m9$(|KyjEXXr ze()2VT>+LuZx4( zZBtEsr;rUdxYaW{J)?>;`m~|8+#WC*mY<&GvQuiT%CuEQMuue67FNuyYT7Di9hxn> zmltLPgoXOm1O??!Z>a0bFoc$cq$QWF9U9u*37*ul!BZk1w=O!0CqH3BUyzEJr#VV2 zL%eH2oj+fIFc%9yUsJh$sJJCGGNvNa(wHkt5RknoGB#m)ao6%P8Zr5lj;O$CVd0kU z+J=$*nBe;Ol-4am7W4%!3s~p8|6s+V;)i66b1Lvw>cvwSKN>!TnpAq=T0S;~SK z{;_;sRpXYv!p0zbc)mHSA%oJ!T3eMqDkP(>Ri?Y-Wgi`VDWH7q(6n702?4F4!Fj_C zv!|t?Inq&8=G*&^WS7_DL|ZY&2=|q%MaIV2;K>mGqf5l$f3fU>2OZ9iA{K`Q8GK)C zm#bRNkIM^_bUK>dv8twKWqVGYJ-{A3Q0X7+Z>TjV=1#WgB6N*&izlsW%&0I?s;jPU zYHCib>Or?Fio;Z(#y=jp@aF<$to50aCXW_m5P<4d;!ZjlEu>Gkvr1teEm91pT%}gcP zy(x$(x7=J?wOJO*ttd1$a#Cx+1v`F2U)8jv!j;AJm3NH&!p97JOnj_B@2F$%7dDqu zfwxg#oQ+9=w`zC_9j9kwuZHJ0F&!IwB3+A??ufLM&CM!)s)pND^&9OW`-*h!> zZdTLn($XD~^4Q$0;-`({$PaU~itkqOM9j^<$e5c|yc;;1o1ve9V{TUQ`U&|kT_Nh> z(s1z0=1vvo{A&4N&Q|dTjh^MdQNz2a4SU(%a>wP~<4e!xY&D-wUtEb%aht+%wH^0) z^HTzjiD!I>c>f7}Pi4Ch-gGkNZneA)R^G&(O2r97oj+zL)hQ(0QSceE)0b?HqSQML zvz|&%4sw6#(^DOhPSI1P;y>%Elw^9A(rcs~wwn+8InCzd`huo|+b2$DnlMZ{GqC{g znp)$lx-)Ebnfb>Td_xCP?k<{Il-9U#uhOUZS*kN~a`lCe6iv3fkN9Uc7v%TWm{Dg7 zD?x5So$<~!WY|jHL5(TX{`7RYnBDk*-Qr@W*C84sR4qG@t6x8PvZboY9G|5NOE;!v z@7zgWpA?f{-J2g1APxE{Ma2#M?hKS6@_G_wH1aZBm=PB3K0 zv<4?eC6wi6wPeSZmpW6j^_UTC@ifEI92IXc&z;nh6Oq+EXHw1F^746;s^?c%ET}20 zDlSPaHWs~`8eD5DJKEEmnr8|O4vI0Sm~!KzEXf9Y44mQtQfN_PN>yy6E-flGCMl;h zCEJykK<{((melsaGO_m7R`qAKIciJFBlEHy_0KxO3`4BPaS3pZ)66B)#;gzxXBtP~ ztrKuI;so9@0Uy-x$uyC#E=B%q18Kn8R<^bYoOVpwm6Tw`z; z3cEOPdFuN|{rsb=o71OF9?hysY&FR_AI%HZ8)B%uXruc^+TTzmC&as_GfM&|9e7^s z3@rCk%DG#C5oKdSTF10~g&7{Uo+ejG-(eRaI4}pdO zy?p|GpP(mANR7RI(4*eOUzz7%G8o3^=cH`R&rAmT;ZZ4j>}BMFGH4N>H5j!{X~Y|| ztkh3|*YP$Kc$@D!0T0d zjw`t;_cn#&Dqr`4U)Hi8a0^eQbBT1M2`8iu@mjNWJ62lcJYJ7iSiNPYwFP~HN)Mrs zqim(6;$3R_zpi(WmVba0&Q4H>Q?Ix+A&d9vYEJ+>GHZbkAV-|6P*1To;vIL^=fhA> z1Micf{7$u;FFgL_uvQNnZhJcy>HU?dFEQyKM5<=4vqh>7HPvgL0P-QPEWnWR^<-Js+9uVE{d?BB5=ll$NQ-u0V~^#i zQ(DLccuEAjPf|HnFCo|mC6qejpc&C`bhaqj8I>lP-RB2MqoYdF_xn1(-X`U^PfnV- zgtpQ5-BXW`qI&m7ZSE^j`^oURBNya;9M64#Jk4{Tg52vc1K{mD?V1jCWMz%5SRqo=QybB?mTBlHkjrlh0H zrM%4Ls8IoM(9>1iq7!&C^GyMtg1ez#nfdLmBl)Pz3pe1NP5XjKcOZt; zK(Zm&QW@ze@K#Tps+CZs%L0*^!L zew3&av+qQmI#`|5HLo3OeLb_Y*nS^#Qo_7oXS8C)Zn~9k0aKf6WQXY`kySQ@b_-Z^V1~=ABmW~@Kn^7js8!4Mr!MI}UK09xjZEDM4=UKy9 zpAdK(^~G6>3A}Xz&h(JLTYT`fd{rUvQ#IU=sf@2G z1b&(iZs)5Cf$vuFG+sZpst|ZLaMk07^4Y3F;Pn&o*{|Z5zZecZ(1|CTzl6MYXz?ze z`29Q{_2M28kuR^8mX6J10&kd59-GGm-sOW|fj3ROcrR{*@wUqqyuHp*+bcoE?UJAu zxNo^v@cC2V4eE|JtH%|5{uFqZ>VXkB>x}~M@S(5cc7Wis34D&ralD`O`0#J%^QNF@ z^7HaTQwgL^iz;kGS>+cv7E%{|!Am|T%t z-;i9Et!kgu&90HM1gUP-?|D58s+V?xGU}ZuZKeTxJb_XPG++Spz{bH&XCBxXCzf4* z;DTKgMCnjrLr_Kp+mmlD5twZ+&yvA?l_zn&>9w;H{zP$fIY2~^;2FppJ}e) zt?Q!9UXg(ZaIY|K0w&N{&NyaR{Wa(CGXK?o!9ScDJA9Rr_Gdm~K0gFX(O&8JIc@qH z38(bOU829`6TM85g5`Om=L@H(xiZtgkcmn4idO64rmk~s$e|lU@}rKveOS0fL&E)k z?H85!n;F~D+rpW3pnCn|#4_9;CQw|Q{z08Cug)Bmq|+Hqsri--vjYO@h3(UCOm_p5b~h&Lv-nuLL5wB!JbeZ5>-cI#;H~6au0^`thbcc<9g$P#=v zO6o^m7lA(vi7?!Tbs%tP7Z!8%pXWWni#<8b2THi%y{@QNHVa}{Arin+sL^l~w_cc-*$Y%3Wkj5C>Iv00UF zE^SP=R)>X_W<^;N%z62yR9k9Zj=ehVp5BNg`o^Md)yC>IaA&F^mSKsA?~0hR`i-ZxXsnby=B&7_^seCg85&_ z-BqebiEUYYYpXIfTWo8PK;)?^562mN}z^L%T%7BEL3ffT}92OsJu*PofcYj@y zAEpcRuM3XF0#(w=kg-o8yc$do{C-Ipw13y{7DiM0`rL2*QHf}OUMty-b@Ri#pLthf zR!<76E!tV&Q`q}Aj2``B9LI>=!cev!yGLHCQP<;*ps}r z&s~RGAb~^nlhI3}uuesvWwV=jorxdRb7Gl>9#UKkx&Km9pB6eAot+lru!oEm$0bQ| zm30B;NmEK_qx=54>d27D0D9ZlGoi`0*ziQQi^B8eqwpWR_Kmo0kkv=v%o-AS+XS4A zK7qGRz}YAgc#Dc>GrqYd6L>dprpZM9%xV>Qy>C7W^SUscS*_rQ+ZJWqYUSw^dQ3dy zgITpA-h51agKxadtm29JcWUw2oxwe{UcUNhv5!2M)hqaA`HjnoS-k@9^1<)qy+`1^ z)UDAA{8hDHMef6#Z@c7+`Q&I}X1KtkP&TYvbzO{K#siAPe@vjC*#qMYBzn>P5J;O#%5G+aq zs4>H9)Z?eT3U%_G*RLMPNVQH|Ib=(*^{u#J(QHG!X(r3%p}X#+_3nr6xP>;3Jws=n zcb`l4dzJ|YgH1I3_OkNZ-0xW2FWgyI zkLiYDb_tM@kxvS0&Yc8M*Kv5YORYUWC&Z@rngC;9ggq-gSeN(Yrq#Iy`Tm zn?iJnv0snKN=RB=Nf;bp=U;p=T{QMT^NtHw{3KRmUIN!3pR1Co_HEAi|MU@V7l+M&vNgPq`ty96kn68J>L~TMQ7er66znjmyF#=P_nR^vf#Vimh96}-(mvVf z#c`wLIKFfomsa}Z(>I=vG|LBH%5Wm?VcLs(+K;`5>69%rbS(|sdTVsdjnT9zS~`7f zl)he9=YC*dfN`cn^1bo_$%@NagwCH#>NI?VhPUDFR1H^3H2f4V4j1&)4vszPP+g!&@id>omN@2ft8B(eP8fIOo?(KhCdjy1nd8 z4OK3?yy-Z<&?zc@+625x!*~1QGAwJAz8iR#Cf{KVulLe3zNFJNoXb(8zd^$ry!5>N zA~d{~%EVQ0pW zKerjKqRhq-{c4t$u7k%bo;NWo=aW{1i$|QhV|X*nySFu;*uKsGao`FfG8#;aULRV&00Qe6$Ok zjW&U|;v^Z<0=an00(@!s6gq?JGmdNdu+t;JkI9dXI+0(CmLKXVPuFmEVyzB(Z5S5E zd8mI3TbcaEjYwuQ^X2fR8C#p_hJzxbf?`Xnj5l99xNlMRR7*(w;<(zx>X{|Qi@K9@ zL#6GCeC0W-F7Be#f5=a!cuj9`p+k|FZ^opSC8MWgh;`6!+;8;j5>0fr`;9*-m1eiK zxnKTu*@cVMvU&TXp7QyqKV}NZs};9~cm1#6iSeW@e6A{?ZM_Ekx!>D&faR_I9u<4o@0B(HWCB_02tZGVAH;Nhrymom0a1-#fPizUfi)e5|{)p06LK``xd- z`!0I@gG27mg;eNK-iocfSGlMiQp4{pp?0g-IP;xD#KCOuo7EF;Ln@knd{c34q0ujW zs1=ISG2CQri%CBJi|`C*m-D!DyXd6;Et4|>Li`p)M3pRPZd_3p6ud9ee~SAR8WtJa zyO-63mnq)~Nw;%e8u4oftS1P3jfS^Pz*$cd^sN(cyj8B^EnXZuyr`3g58(Fv@p752 z5&5{h^h^e_MZ-H8uIiK>UY!EjGPe%?4zHy(YuCCTmA1RTqLE|A(?s{jn2oT0kUrql z;@%OBp52i&ypFn%=7DFVH<9cEYCy6G_t*5{mKMg@FwXa&ByiBjB{GQLAK*Ch+#xZm zMc^%TCAZ&(G4_1v`xreqhOQ-VfCriNg+l%8b<*~+HJbX8Z}fRmDFB-iPBDUc5!c&jdb|-EpMScLQ&O74{+UDe_be zuUF|gt}In?cCrVv02|YI{s?}%QLo>cC3?rDCHG4h-bvGZ2g1UoIaFGgzLsz~;5%K(`wzZDo-KH<@f>D3pb_leW8` z$C;alBeoB@f6Py9bX6zfrh|&M-j39exR8Jt$Y~fO5#>PM%X#?&AA5zr%{2)mpU6STh4pgQE6x|A0JZ3ow`q7YewAcMl*)3`@BwlY zFO~IrR*J~SUp_*PyQWoNfc-LR>4@uY&q{k2PLS?RnK<};Ue zs;#gE_JS8@HjKdAs4u=s!&@idGc>%#2Y(#iL~lN)YPelGAbaVVjk<=H@0;#`%zA++ zf0vdHQeh`ARQ$9FIGcF|{cc}eX8K#;-N2n%{ahMeKY{*f6=!=Cs5dl4C!UA2bhl~o zE}!_Pc|7VRouTE+>!qdJtKkh3%DY;_yLf)=oWzgP``C|Tt)B~f@sI9Ji7IAqf|iun z3fVDkyj1iD{o%0P5d#ka?WEM`Z1|(zLC>wX6-WC8%KpKA={0#t-rn*)?=2Vps<+q~ zx2T1{eQW)`%xW!g-&(&fvsw$B*IJd*`|L!$ig!$q(s(O20UvM0@m|_9fnJY%M60vb z(|Wa1t>Vn07p>cf=Rdryq%dzFOE(_R_~!Aj_Z-&M)uy?bf_|eh0IJN@NUPovku+EqJ&zWIs zNmk-q#rC$!^xUEPyv_tUwX<-}neFredWHL?ciy2Lv~kIqEfUp7uT8Qfln%RGOKVKl zl`#pF4xImy>YY>Vkx5vE{OP?)%!`xnn3CVMvg(W-rp&O|%;?N^M}K#WBSPA)%bwA( zbUl56W=T?9Rk^E9#wI=_#H@`;e6G2XOWZ{}H7lqbI$vg|AfsU0M|lrz^0WU~)p1`S z-m$=b%!_MR#Mq;9+H(iHgYdqbA+-&!XYJZ<&SfSx!q-z}DW;;VrW7xtDntHr<}Y54 zpXGx_*oa@vJOefR&6|}hf7IWkWfk)V%*6!}rA^kTqNv~!_ea0q`A&(iE{jYyg!uVQ z)`e{Oqdo|(m_$}W-mzHsm9rUD+^rDO$(l@gn21l~#q1P*%x zHPi3`^~^^LtFg>!aTPZZJw<AJL<*^l_$gjnlAI@y}(hraaeCXL4UC^`qMfvs#^nL2v>9}=? zy1D;Q)Q96LUu+Fuh}$TyM7w0Ml|>PE?f>58O4!a-9UuC_tFEpYsEDT<%(cbF;svc8 z-HEn{mULsKb#S?|F|sJ7YKD_e`r94RQJv?4I6T$=~z zTK7e*gSL?+be?mcToFYP8y?#hQSRx7c_O>G7fWl^7)HBbg3WGR%e)Er}L|4nYrq4SBMUq^IJp zCbk30B`s%Y5^eX*kMk=e?aS|S?tN!CJ4G|zV_Gm~0zF6ZOOxA~H*x%~q$u|foA(*h z&fnxdsz|%s$FEpHw~ws_br9}Y-VW-R-#kTwyON%LY{PLzy=n9G6Eh+WbJpFvb~Elu z+NzUIcaPq44^{tS&wu-C^i?*;%sCHynX`CdZ54? z7!HoXsWeO4;XOrzGtT0!BzB4hcO}Jq=Ks|xD<{QQFWK@@@b}v{RHas|r8Dfbn_fR{ z+I8+5Gu&4nm`VrPty1vPNL{FVDATOk86w%K|4M)K|FHMo@ogN(0`Tqb-GKxFf*=|R z5RIrrApoMXH?a3EQdA)+N}@zjU9y^GOYW8(+i{6|iF@z8J1=n@+lilhx)VEg94CIR zacmR(X750Xl4ZXnU%ub(`{Pj}?{05*Z+3Tfc4l^FcK?N@T>bg`{*i+e<>>CzY;!Z5 zlH5_2`UF}iloM9QkJ2sl2`h}4PFE^1oyLuzE035?b(Ug!{SoPOr4rL=JP9E`P)UGm zA-x|o?UYK2^-yU@%-=AdpSDBLNs8&zTjKC{scbB!cOH?xY$3garbB-?p`L2!k1Xhq zMb^mbN;qx(E|Lu^Rs=X~A?5+~0-)iLBw#D6rsk6AU`W(nlE!tJ z_bI0#O*Jpo^@iNW>dFF*##XP_s*8-a(hN;bPQ(3fgNX|iYZJjNLuN&nvwIn8ttl@l zS7gaJlZBOMneqz^x(t&k$HZn7nBNQPvU4R>83uKAUp>GT2DqLj3XszcROTUc$DcC2 zh0Zv*P{*hT6u=ij&dL@?^^gytiqY`OwbS8%KM?SHze;YZ@$xcvcC0PMFx-rywEpfF96J z_0uXrDG;_o$An?;-T^&@RB^(KmZe}(3P5s@2Lv@$m_XDIVAo?PTdJy!qE#lVq?K(= zrp~f?USREgBt3RAu$%KICArNPui5=*W@FD1GaN}{%E6)qimJku^W=#{GGN@UDV z{SuvzQd`VAtyyj|l{#DHC`Yailog`F)Kl>~k4CQIj%XtR-6ym$t;+;`?jC3pVrrld z{tCDV8b+&4sT25~I0#reYaD5}OV;AsrX<@lQXffhS=P`{=IpaLk(s%;uRw5vDwrhf zx=#ZBD{1WGZ}_RrhkXS^GGWxyvbNfYQ0wtsZL2H6WvyXPXGy))To(={ZMlxpjGCE4 z?OU#2TE6DAj;*(ktw8lBjCLJpuiM>Uw!S|EFjoWMA@~-IQdkL{3c=OmI_1O0Xn{O0 z5%*?A@#+jY*C5F&Fi10J^TZO^i~mYTJnX7sk3?SaU@eEHTUk7|q|sehQCJmLhE#P+ z6Wx=+<`eo*qTJlGY}M*eeG?ot+o188E7#PtU3_*KJ4SmjH1|20gNVl^;16(EDy65a z2>1a3f~ZAnjUeD}p+GKoc$n1Pw%6^`6|CZeQhiX>q$h zIU4A`V2v?`yI9Z@6%|!mSXn2h$kf!iB0j4ssj%g{IugN-ghGKLeZ>`1H5o7-fS-6L z{sgGF9^i6S@$s-Oo0C8|Hc2!dR`wRC9X6}A(4ls8sH`TF$*S_8r{B(6dtR)lr?aE8 zv)kjdC+lkKlD6jI^FI10WrCJYK>SlUM}k_h=%`tJiGb;1XM)$SRbrK-0~}}Lt7LY0 zMovcG39YTY#-t;!0PW98y{$5r>ZdmaR~*X1uxI)>kAZ;WTra1a-uvs-s$f;NMUGz z{tH8-K#F5kT-*Vty`dZR!D64+txlbX&@1_=f5fI|rl;3O&`R5EIW5x+a3}G{6hG6E zS%G9O=w<-+Vs1Wa5RC>QA_&C}m=&B5zqc*8tkq}htf_XC7h3Bh)(WS)wxhGwUA4Bh zb|P+VNR-1-Y`8j60%+RZRbQ0coT2fzMD6WO`k=hH0w}XFFJQApid?=#TezafXVjMv*4Q}M5ijzL z6TNTeu~DFEuf19JM$LB+j=x2zUO>E5ok zNpSj2?(S@FHP=SkJ1q4X(WP6fm!H`d9Nbj1{M?>yeEi1Rb=7FsnyO7r6kEj}-}LQN z6#XGX#y3dvjRjKK>}3?cVN87B#|-;IhpFh|sVD)@_hDsV#bBK?Q5qaJ1XR^a;=L=1 zLQD6yp>5@c`nK-gqF{x`P^a;kVnZdd>D8kS54RlZ4$X}K72QUusAy{~EbR+aH2Tj| z(V#k9_N_$p;!c+Jwg=r+)-(~VFN*rDx%HHYc9w>^(nK`5y$RTQ469``-j4T)R2160 zh>9wKiuM<%-9>KruXeVpoDL^MzVo2R-sO+^QQ zicb6|sOT+(bfNHYX=9@tsOXl7$0d@Tt75BrLjS*^qH{w)MK@3!)6G-SEA=HnMm_UX z^xczVGaEO}Oh?g*!dV%`GJ%SI4V?1PRFnoEJQfiZk>i*|w6*hCG&FW33DpK#qpr>- zLr7j+z=2e?O|t6BT&$Rc?#DHyLC21u zpt-}__a!I=ZE!9bmh-igf&zt_rxIyz=c6gqH)zH0?k&3~_U+`N8NDe_6*YVp(ZEa@ zj7=r1a7xgTFXr;VQ+S>*39A`KiH7kCaI9|J(blxGEFaZvYfaV_l>6%&a;)Ku+L^Q3 zHs3%QyiUsC;Y&{GKC$Eb`^u()y@OuuhN;&FUjfPtlMEPV%HTz*>#w!@WmUYTI6E-h z7L}FXIXgRozTg!y(k(F+TCA9HQa~)>)mLgrTre{~Z zYoH;aH9+_eaNsC+R16e&)s4e}+I2P2fgoyK9b0nEW@BlZ;d56Pa=`HAWN2$$c8}^X z$Jd$2rW{`&&GCViC0>R<{WgxTwLonvw3w|nm7^oqVk|IPa*NPizsp)9aD1JMI6gb& z_&!bnOhxjCdZ+y)ax2sMZua=yKDydQpjZESjxXtM9$gbL){fUfATw=w)Dt%p`1A#CsUgD&d{e*AT)m>UZ9^Gw ze5Y;fjbyc`8duDer8&N2K@Kl)e5)35d|+*d8}Xk7sl196IljBi<)yK39$0XoxAdw1 zsXch`zzNlq--E3f#54-C;gf%!-=kZ0X?~B@Xn7tr1xH)Gg&n}}m03Xkv6MSqH60x_ zuF5slb>p$ZhFF<12!UNH6T!x4-}3$#N^Y8G_zc19MGT+E<%_qc89pFanvg71W(byr z{hsPbNoh+7W%vN%X29NJm|39bNJkE(8`{G0ROvvb3!=Wr@imui?CF?_1$!o^!?uQ* zE-%7)r6rE2soZC>$nvB$G3aXaS=*MH*1av=XKfoUmDVZyH|~fer>l!TolTlTMvb)%+TZLRy->UMSp#(IDp z%+sy=k4d*)Qzcpjx)l-V)-bwHk}W60^K|RZVJP1V7}$^R{ciqhLK#`J4Cq#Ac+413 zCr8VAR|jGfr*xz9$_v^CM@NdW(r{;Fy2Y&?Q*qI64lY`S%{l3Cge2oQ;IMjO+eDO8hX^N}bo6awWCUc3w=#v@cEs(Xx`2oyCrxWR0uZ+1+QaDJp8{?QQVXZm4TmU0T>uR$f*C5mm}#?ViTI{zflq z*^xmxEN53!K}Zhn@&botk5UdxBw3WhYSM;Oy}?jikWndz<0+|hd6U=R^QP0U?xsR`K%<@vH?Y4vabO?2)~cAeBQaG@Zh<__=J z6Ybnq>q|P9jAZkIjGE@KDD@z)`wlkcM{!u1>~GMJUp*eYr}VqYNDcbbohqvQUx>-S zA%8v(^s@CoAb)}^9GLqGeGE~mc+w`w#vtz@3B=psNxSguhUZ6x_Z{MU*ikrnaXnpkCCi7Q&2 zU%~~t*Ccw6tMj!_#0T~@wyarQximbntZF;~;7}S&+sp`i76J!TF*{uE z$;PGVy39-tmt{I!*(hiBJz6T=Gj!kgSQ0YmeBzq8!rIYNVUI*z9U7~$tj*id>!_GY ze(hDplI=Y%Z?Rcbo?EC1fM#m#a-U>KfJW?LYO`=muJdT=80=xhh@(Js!bnw|6K!$j zMSNj}!K1Xh5Grx|%5yEUNYWAS^0b9fq`_9Uq03g5Sw}dH*Q_hjv9cOoF3IueEf#~k zMwXvzE_Fv+bES@QYp~5Dhfzq6GT6(&P7!Dr*?1T@iFpNMC|~9d1l+O{Oc7s^x&Tc+ zmNm57qwQF_yw?y~(%E44x9xuI+!UCnQ9eq*4=Pg#dc_5{T3C`muV|asEAspV6@43|F72T+CFyhkCW)d{h1ilzC}bAX-!EbPbwO;1OcrAk+jfgt`3Fr=T9i#xQ5>kSY@>}vOqyV)NQu3kHjbQUCq4Y{f zi9w#1$!(AV6iY}cK}*r^gs%h55>f)_On~`5$U|X1M}YYpfcYUvp)k`FH#!Gkrg)09SZ2Ea_)PGP1gK}h*6`EN*}Fw>NLD0L&8%qzl7 zQ(}DMXD=YXHX@pCT#JdeW)$bjF04XqhS=?2K-Un?NDY3>EK z7T!6@AW&r&nG(I~NC!SypxX3({xRNnrr*2aJ+0eGfW!&q{{~lRCjly&uHSHs@?99F zbNc;>!uuuZ@^=a4yYK}I?@h-j-woUZEl-x2EXCYcNM zJC0F*4+ixr)ZYl@_Y3dAwnu2+bwc?beDy;4mSdFfUG#p*G2Ztr>fgtO_eZwBkM85A zzkl~JzTby`C%n%G_y&ddqiOhB1o-;!!3FqM9pn4`hriGL;T!K=q@BKpacm?11K0oC z8T`MU!T;MC{J)*Se{yF~;08Zq-exYPoHykL(_9W{%g#0Vkj|-bIN@)W-mo5 zDI3bP&t);6!$}FCG1fs`HQBY$y*<~UXe%trwO81FBFk9&E&0q{m_o2 zHj^(5l=w}UWJ^s2Fn|tCAvDnOvAW4?i+GCs1xr>)a6c=}2y~7|90^aM#i6rC?6Y2r z&Z+a7@?1KAsd#P@Jp^88qljW9(WuC2x>u9Ld}(4G=~ZhwnR z5|CmPAmM^l6a7`eL4O2(@2{MwzOZ7V`jXifafx>JWzYazF*{Cw(XE}SyLzCds<|$7 zHtgU7KM5x$f}^E&GWGslz)%X&+H>LUS@5=rd>>uKFi#4`Nz@Vp&IH&b;<-v?Q>hll zm=cF)6er5c7f}X^<#-+9597IjKcAv!$cg`7;}1Sb-RLWfc-?*@U^N+FrIO;V@vt-Q zDYV-2Ec00HGv>Rri||MAZ>89SAc6q;GsPaTz&jT9zyU6n2;xl&w-5#%sX1B}BYvEwAfo;GscId1PU7;)rV|;E3tsu*Q(p-)%#Sa0cL5zLwN*M2c zsy~G@Tqwx~KWY$bVb0Kax^VU!C|;s~?V!tm%|BsUU*##y&oA{9mAdOK2ePCxhgYrf zIAxhx2Q2mO(jwy**+w;KA-Q_R7tOH@wkGvjc3!4Totq(ph^*O}T6yY~vdoMaK-30b zzZbsVM6N_{q_GV#LvufbGaI@EoyL4TQ3{MspfgVAkizXW2fg}(2ld{d+38jo@k7C= zhVZ27>$g!k;fN+m+uH&4R6#vWVLjhM^GO62l%%FRiS52kDx12 z-ZJ6Df%F^DB;F*c9*L(l`DZD8hvZ$u&eInoO0P(sKL>Cjrp4=1g3Qcg-m-Jz)32~Zz2 zIXcaG1^#?nAh$%W$+D@?%hHl&f221dvt-Nt5uK|dgRW&zFY_~~mzEdiGn{}o&xvg; z$x>#T6wO+@+TukoTNE;XRO_zJG)JYbDu3m0>B9HL@;aFEREw+ANJLQ1t5n&tH1d+% zfGyuoT1(BD6)tVmFH=}#iN3JE2^0gE*~x@R0()VVf;B20b?78forGSwC@0y8LdGw@ zG?t?Bg4EZDE%<81OZ`uJp6GcleTDMRFd_Wqe0c}wifdePPQtky8b_SNU#4C(e*Lu( zmAsYui4oyc%7{w8damaQ&y)Qxtw>*KKLQl!=Rz$44C1%Tjr60&`H#}E-Us;xIZ-38V8A^QAC4kk0%A(kcD|$9J}JZw};~N?inHb~5{*-8&hc zJPQ2q9JFIEv||Tg(PK=T0MTB6Xb1Igf)h&8y^)3pHLiH6? zI*hg#Hcr=}hf{I%0DkvcIBgwWJh8!}O^mhK%iDJLdQ-{P)(2W!p^eMuuEkS8-RHTL zBG9CQenS-xOTzF=(pLwKBDbLQJsd{PrP6AtODPp4Kno3rg3Nmf0&5B8yl;{OSpvVm zOD~$F!&^7_D39x%iEHb5O|K_cyO){ z_mCa1j}AN|7f(-AXcJ5p2`r>UTSAScMCRCOlMt0?hKlStJ=?2>FBq0J%PSgkmC~Bp z5SPWJHr)_*_RQ_{HY9;3|$X& zRG-@Kr)@J77f9J&Z)*ZPBruRCzsrIw|t7ZDbVmM5#Yj9Je&m zB3Eh`pHr&R>X${jH-LKA^78Qt;cvMuQCOI;*-GL6Ni)?Ok-TPeO-fZgQ-dlt*34X8HeOLV zURE|XO?@oLnIJ)yyBd7i2?X=`Y~5jRP^@u_s;$!Ce2qZ&rxx2vRRqlMo)1f z?*oXz3XsI$l-Mi4iV4maqq|HC`!-|K`|;%I4c+HWMC*KN zeXc9vs~9O!dO9m3qXuJ+#ov%>MQ^0?&}-SF*KOE)=SqTQ3T|mub_S~1H(Il0Fr-%v z;cP_~dPF3BK!vB~dT|D<60ql_Q`xGq;5Cz;gc3htb7HsSlPmPrn&Ei91dpS}fm z_MhA#li$t{r|!tk&B4d*kxyO$RFVNphamnCWSA0$p&&09H;L95FxBEV2S~0*ZU72u zBS{zsQ)fx5%S)CU^W>F%f%>U(1bf!O*_Y6!9A}lIyg{#34JV6-n>~a;MDsq4K2mH{ zuFOy?{3FTC+>B>?^Xw*fZhp?F+@SWi#$>uIz!BIPhI#)k++|bGI=alE!%>~AC>}=z zSdofsN0vjW>*XUFiuI!#QsUM)VirQ2&U3crjuIoW) zDeNq%0Ov)rD=Y;4tW1wOQ)#&3Pq-VN0UbnXApgQcbp0oeg`ASXSs#1slNR7ts|BpA2mQ z&HzrTgVR0fZ&(x8NQ7T%0~{9YX|CV4ZP%{j-g@h`*BUm}ZjO!}>_l9+H@r4F82#n- zE+I9}mN(K9>-+=wUaO$H2dYw~>?*71kxZw0J5i6Bw+4j^4;o*%H z6PFBaFIiSwy*zRTK6Q528K|RYYm>F=)alfN81>fn6&3Z>rhxV5D6FJF7*$a>Vuo4b z3WLjl&4uQ#%J32Ko9yTwBtds0+?KvcDW_3bzilL!$&(d)B_B!0zn{&<{yI+A=cBn_|*W{RtInMf!bPhe){JV_6>fYwDwHSSg zGuj(4B3$aH1j9k05D1&{`1oe{I^{xQ)SgKE{!uWf)qrP`d0=cB6-;>>kO7w!Mlup{ zS)*YQx|Lvr+F9Wljx=p($m;7rsB1X?%uRNG_DHBt^NGS_Y=u=8q15bGIlXn7Vl}!n z5|7@R;pnc8vJzIR$&B<2;m=TqrMLxSbRbhL&!ch(hTB0HQnn^)d6}3=%0zj zYxm1cg$}nSv7#(hE>zQyitbXh3^d`@%GooKdZo)27hlhAHVA!X-{2+#%)pa>Hp>ya6?(`zH0WxiZR+$huMCeT(75Dp}_yK<4TWkaP=)vq+j?8(H%%QhM~r9AE^ zC}KSlYsfOt2ebw$O<5|`+ujZ^QyRP!`h?C^#+r`xK$l~L-oe#xr>?`*=w+CCetg!* z2w={9ekx0VOsR@HBnW=Fbje8!)=jAn;qOPZ0#wz1)SEDY_ZqkKiVVu0gX8Jb&C4tFrKvk<&dY z%hZl1x1R!@;-}xTY#BN*I-1%iUT2@jAEum7Jb`|haz6P4`qiuw{qlMAvy>Cs(*^Cn z4q(Y))KtG`Re~;7r}JRy-;LtR1;(USpZav~_xx-|ChIwWSL)OJ)T^{Q^hRynciX#fT3V6$A@n zPNNw0s(S7PoPwQXYC{0_E^z%G#D)9}v=ZM#56w-09l~3n8GcgK8%scMY({%lrA`s` z#_-jR%;~rcucqs%BN~?g{m}tSp^?DZIyRS11Mwca*RAUYQKMnUjs|l2<^eLw4b038 zaHC{kGnC(hTCpBo4?QES$9q73)GF$JrkV4=e`O8DlXx7MZqUJl23|6K!wt!+u1wx= zef?EezI?;2wRhZ6d&`ZrH{Ap^%rL7#)IC?&8G=;+K`)4tfsz^6p;`3gq8Qh2^1^nI z!w#DrCJ)^ha^yL`LNB1t-4>lg=P^N2YLm-K@69@g_T6DHMxZ*5m%zip2Hz8;d6ALa ziJnN+q9@P`gM(iW48Xgc%mm~*Nzm3q-&Av91xv{q}CpmjnWpbgl}?841>FVh6)#$2|b$LxnxFQkgP1gMbH^rP2Pm!Q?CzwI~c zuE@G%8p>`3P&@D@C`%T~VgdV#AXSK>5(ZGB4saWTD!N4EN_`(~=<7T1Qu|A5&d)rb zwss@@q2o(nonvT;V~z4IbbspaM+|g-|ItGYFs)^F<3X%|cn&=9hi!0b7!MR0F>6r( z52Cjy&#V%hH|F_tVRs3*s2`SRcx&DEkkh3v3@9U+o*J-SvO5hn4{9yeglzeiJc~A* zUu>i|bS~^*uE4{vj{zDJpm0DdcA!5_qW1n&>UMa$iTMzF@Qbtu<20ybnAkQ|Tq?V? z;@+MQ(ep;e*gm`~HLaQGr7i&v|Uy3El~ zULCw^@is5>g;%aa(V>#M5x+THVJbD&2hCw4>_YTb`pi`kE9^^D8B4X1AZ%=zzy{7< z<@On?qJ;=0mK0Zwz*Zt*WOKg|YV|UP^do|87x6Jg;QX*WT;rz<@a~3gB-%OG%^%{|IwjnbO;r? zW>0fLk5e7#n;;dzZUgMs&P%b-RmE^Bn7DZ>3MM)@I!p&Zy;@ikl6xdZZ-G6O=PoaI z`Jau_yD<1;EE8$V7lrX5};#NE0E;v1EyrT1C>qe zsTuph5@bmop;PR^x# z90wjNFl%f8D;jvDCNQ@01{?BiPF;5!y4KNKmRd$$`|4@>#dHJ*>Tg10yb4h)V)W3j zbUX_|4vY(bU2)Z_t)&&Y&O+H%X$Gs2D~KszD6oNO60#?nb*kL^@E=l_*G1(jDY`S& zqE+yc2$!!hIpt=ZEx@I|hVQk`eT0{TE&`OH!gO?2(G6fNU=$WkMFjOGr7Kl{agk^- z0kR_6oQksmHHDWX-I(XhcnvC&aL96DX7EfQ?^dmH-)9XV!M<+|?T9C>}du6553ItDJ< z3bF%7E!xS=U@NA8b<+&mCvag`%~P1P$C?T{n9S=yL1lu{@8jwBpivR^qwwzaL{|~G z^j38^Vna%lfHOa?DDrw;MLr*nB)Z(uB_);gmA43-IUo_$q4@H6-Dn8MmzC9x22zjV zzszdTS;_Ls=7#dpw$$l3u`E%y6kN>X%M}+2B=u$UWS9b>=?l)x9a$8l@!)@F9G&@D(^wJg#%W9DD^<6cHmZg3O0Hxl*H}zgE6+wj(Ziuh47Eaa# zJ}i@+xYpl14#W_{(AS7hSd&*6uzo_hEbfat&? z*ABR>fqe^yM57CX&Pk7?7-d4NsMP03ddVgD;)~I42s(T|pE`uL{pJnw)*tX208>3v zg+4^@QOpnR@fcat>N9^&Sqo03NU?pL-Df zT`Yx^2>qQFn!N|X)WD0r2HXb>EfDk~*d)z^11V=7fZ{1_0#!r4!(XOc3Jk2nA$-09 zRi>U6Vc7D(L*J-TWkp1#Dgq7Jdk;MD0Br{7|DFsO z+zNGOo!WwG{LO;{R+Yk0-R7tPfsE?#zQB)xjnjIVmEb5!o9J{25r+jk2%%3z>NfwD z>Z_QjRA`7Wff>szXze zv@AWPwWPNM%jKlF!J&4WU8Pw%dwz~ASQ=9m1VU!1Nfm4L>dGr)s%&l0x^a0~pFcmC z^l)l5Ymb|4T}ek|Et?_1*^aQaFea6U3+q=JNk#_F&d>1=*OzpbszJpBeP16`dyKx2 zvB(*;t5wy_HEO*v8;%X)9FDxk&SrhCDcKe1T@mc?2U`-pTnu^vg*#+2#|uIEESxQe z{iL31pFnLa5PTX96?9MV@5|)!(D%;Ft!%8-uH1_D1Sfme?#3+n`p5X=Sum@?z=K?a zqa*|?NGD*tsQwca(zJtwC@eIf1&uNQ0ht6ejBB-Vfu$B)F2sN?CT^2A+3jc;)~J;o zwU&6HqpG#F(pl<>NVPDet*zBg^r)|?-`%iLr&f>E*(#kSUBg`^iK4hvr*J~%Y6m_& zRO`&q$p^FaDBGeh@Y)Mqp;}*T)MAtumuPGuXQ4e%GyB(Ity5{t8O*jKg{8pcDYOS0 zN+QE%qud+RSp9_%x3v43;d-nEt-oQFD&1J5FzSg zmep;$WO(?}ZMC)AE*&1eWLsTBbnHNT$B8SW(Um85v>zCY9zu!fuHrJeQWdk;Hnx_z zs&aLC{h|7?FnVqHvh8(s+bEuB2MJ$>zN*ifUA^viOGYP);Y z(rS&qb{*9vQuyyo!{5p*`QKZhQkDq1Oh9s~Uj+0AJ_}Al0MvJZDnkRBHrgndL{yu% ztaiK5rn)+zP1|eJZ5oS4$HX@M2wYH9_`AJx&4}Kqe)>>X@f5Qp3gCIfpZeX2WJ5n z`_WeNN1%Wb%7d%m*lrqg6dd$H8ADYuDo_A{>7R`rTKVEGg!=a(&5-8&q}@_bb;vf7 z%kqXL6%%G2qn*g#(UE!??SA6aQ=dqk0@26&=jH~0s$ixR{S=)}bin1&_-Ue?LpzL8 z3K~L9>>?l}r4TT=xWf;B1MU8jDTfpJr%FEZTT?-+i&reOyzJkt6&43;V&dtDuU?~aWB=tCR(arg6de$>A z)xh?F6ig*aYON-qMK&H;+I_~xE)SAs=Y>NqZI;TAljnCTmPwuQ7N4WSn`ex+E{#OP zZ6{otn}{5D;=#Rfd12Mmi6@u)s*BW~Mwh0btuatoH&NGh^?6(BTgyl8x#bGlmU6Jx zdzg3x%@C0QLlg$rJ{NhBKMNf~Ytf-Y{5X0Fyt!d{?8m8UT4JtOC;^%n9msmR=t3#j z*Km=aOU{BLBM#vy4A-+VZU>Lbe(<79*YE*?TBf0=!mvtA;~&6if=mNDjPvX+Rk2z% zq6AH86c}U*DgX(ZIOnSR)7CU^Zz70IEisM69F2(_y{4(}dE`~sM}mFEjC(F$dBGBd ztG4!-!>Zfepb*TeR^%zr{+o3LHaE=94b;bncQYXPnuB(Gl_2cE zQsdIndFQk_g?&~*lfDLN*9J4!tx0{h$)8CS^`nVATr<-=Fcm7=ZPJI$5r*|bihN~#?dVj;qc8%|pzQDa0pefUCmp4G@T_~=K3A#MNT@x}{A>|t1TV}B;NZwOa+CXnIRsj*e54@beSLsk zb5G)J%mZYK^4kQKBZ}C3SwUGs*PB^V6~o(trW)8xSH?;`i)&BUJGT;|b~5CADxt#y zNsW*-;+A)~6%JSmG`sTbYKIq}+EyJX(^qGMyQdZKlYvrKrAxtq2f_eCh&Qmc=DiNJ zJ24qP9+Gl zIYNKHyRfEG&E^0Dy_3OnP54aaVWNlm20B0@;Jrxs!;9{B6u3gBLQCM8^cA0JH=F(L z0;^~K3SYSg+Sx%2)Ms9-Cni?J8L1}LW-q~~IxJe7)@`)GE*F}sfw72-W1*4&Zv`8t z@zR`Vd5Nr7n<&TE1|>zYn7YB7gk=}a-Gp~BSAs1HXpGY%#~NYe;<{dm9e7B*D`-kK z+v?=rklzAb4iP3#Lb+hwETfu7D8bUP1};;$o*0qm=j-$3z2Hmh`%_r1*BkWmE~z_M zj86g{4Z|nqR;aUZKASg^k%w5$$Fw61W z3XaWC;1OOOh5!U|Fl+&{-YB%71y2L+MZrb|-~qIkxK4;4T6${59z1Qj3&snO@~{>%cuRd0hQm0rmOcuO%pMPty&)bhOikXd6;Be*pb1YmhZbGz{Quopph z_Zdp{PDMHRd~rr!3_Z4n?4^52gz~HcdkF{>x$x_TiPWDMAFOgNm6et3Mk|TR8l)Ky|GAcLgj)V^-<#oWI$q@S54Z0cZ_xw zkq%BAKNv_?Cj@Bf5Ar5DekMNHPkDs@EER?NJ_ot?emJuQu$mloB#ZQjV^`4o_0Gt` z(JBEwl)W3yAM2QVjLv%Mx3aJ&!x??~PPN@$^7`RP57cHZ2Ip`6NTfDm{{NlYJZCpq zd@f3C(pTsMMw9xGxnS-MVJ5mn*Ceoq6=!0bTauNV-K{k13sWDeWtmPeM`QDfGoqft zxD8<5F=qt*j*?P52^68M8g+32QE#4sJ3}JTW|{0LQ{vZ3<(w^EkZsbx+Qi~Qm&KQj zvCLj<@Wk?AkAvz9cvJvuIjm`d{u@RSd`c+yL~Ew<^9AMv*mc^=EYMcJQ)@Bjhh-V6 z`Y&~Ut2t4u;Nb9XyE9jxm&;YiAgbzI-&`JZ+uTcZhJ#bj|2D(lJ8FWXx#Q+mFsIGk zO=k2&4rm?GA|%%yUD0D*60f<*j3t1SBTVG%=@tUm!xkHyg}yKr%@92 zXwjTz?o#G2U`I>KfT!|#!>N;(V(%>2vY|N@y!$JmyJf<=bC#t}UO{YMA4kUroM%u@ zn!2Y~+P*SFc|5OIdh|*Qxz+f1G$Yb9!9ycVw_DOA?a6qT6TfHk6%r|Y?Bv4L93*-JKj5{cYbmF)Ru1zrRKq4sLuBF4CXTw~E z#IKQMbC_%NE)2Y_hz`6fq_2tz>8J;5NvXe z=zo-6T~SV%;+V@TX0)(c{st(WsL_L|K-Wt8w>7fAH>)V%eJ6ZyetrB&dTD%SVO7k> z4*D30czQyDdbD9A>K@2GBcy zg*kRFDQ4Qq69V6}h$G{Sp0L>lWs2<kfIY= z13@bp3i1}WM_EfOJ|CE^pt(Ci(z=>_Ebwe;-pEvf3WGr_YF7rM5#lLECLefp*5L7wJ6ITp+loZfd&f zI8uC~bzs1J5c2d9Bk)Bp{*!zWF-Cg5oYA7wS&W>w7d8$lU-Ss@m`?*=M0v(}z6iWD z()%%j*fq})0ZXJe1|Wjq+)m&U zPbZhsIY&97(}CG-PIE-iS8G`JzsV7i;(3lpqXLd7OB(hr;)wnN_;M5ZG|g3ubcKaI zbIQH5_QkmN;^GG~5|o&WiUh>-n(*QW+DCmP2qX8FFmnF{NAy;t#|I;qmj@%~>xqD* zHqQ}(oZ3shaOVCF9L)p3(eP{^2w?vbmjb2JTnf}SAV|IcHm?D7rFjjg3--|flGo=7 zU=`MX2e;6-h+FVEb@SZ9+d99+k|@sR1#Ur=pO?#)|3|om8Q>PqJIpPdhwK8kz^I7< zZ2&(R;6i}T9>s+`S=#9!UBa5|RI=@?yOS7-+x(oqK&>v&bN)7J`=KRHpsP=OCtdX= z3Ml%k^d5yj%NG|O)cHPAW-svN1IAl(9KcC}U|^*)bO`Tf?gad!JFCZl$|Xds&n6_+ z4EQ$&l5W@*I!b{7-yC zKz5=d-{^rNx!dcMwr1(gHq|%2!I|BjoN{HM-KClT1}lMf1diE`V@onrkoo3kyFlDj zD-1fNEd%ESRV9@swIq{28h~5i+$^P9k(-^X%;ZX?nSQ6;s^HC_`JeCA55El>!D;#! zvfMX8k?U>wc{vJ|jPvmYo_s^0K2MR8D?Ak)4bY!e`D(dVo~QTfRrx9;*UGd8Up_$7 zg4d!(@++YAuoID%ltC#e_{pXv=6ge`LX$qLEz9XG!fQu^R;A>-#{&e0xZ-|T=0VVrkF_w z2Pz&trDD&y#~u*?lw4>Wi%Er%P-f@mO1Uy=h97jT^CJOm2OYsz3*Vz!0^0qqMcqHY zY@}P!^j&=}_RY;|+QB**^mV=}4|<(;HQmIW8v=dJo$T>2^1!xybC$z=67(hC9O-`G z5&{7$>Qn|};iISi#X(>id=^rh>j9<#&-KGsZe!0Czw%9;MLfNJh!cv+zRnyDNJ^LP zh&ALW`ts`|SCRR)P^l?+%(fhRP6^t9Z?>-;^aYxn0(~y%3zQL6v{r4*mdN;{Tl%QD zSgLc>Dk*<>v9zh7)sw`_+{*3;ECy{oQ0Z0RO90G*IH$5Ta&3WE53uxtclla4;f{yi zSv04F!JTS2Vf;Yz`WwR78iWz;$O*}kFH`F6xmmN`$BRzcUp`H_) zAws|rqb63=dcQa+zq2KKa=NY zmhBj0kp9}?nN`Fa+=rAh$JE#9+`M+=-CV!^zN`7!X0;ynT?^j7*FGuco^OoynJh?gzOjZ0dN_) zCw&j6a>1%E!+V4MP1crbEa>A>9dgV?t?K>f7H?Xvd(Yt-?3fFx#1F zc-{i7Du%WN!5yR=a`Xf2<=i9Nj4u4Z@+2OAa3h-|Q_-X4bi=g?{|%0F$6LhhcXnt#reK#H2Yx`#qS;-H(GWz zz_3&JHpLGy$243gg!<`-)3M$T-=a`%fqRM%G;bd`LAS%TOTaA(%i)^akEnrS7IitPl=g77nU3TS4J@xxvSiFW3v2(y>5m$O%}SF%^JS2I6huVH`4Udvv`UeDgZ zjI%capK%j=Gs;COW&)|1+nIA9hKqx}g>f>o4D4sJw}QD=K3J*W#@^2S85JNSdk1?b zdl!2*dk>I;Nibxyv-dL3viGs~vk$NjvJbHjGtVI(`v~(h_EGjR6l5P~pFm;uN%krB zX{LyM27EBTKnYaJ{s@(`|HXJwCHrGk&HjY(fiYSg^E|3&pJiTPf6BbbKF55?{*3uK z`#k#s_!hOHcE*o7m}2%tCcyq24*2U~e}Vegm)QSiUuOQm1ld>ESD6s|8d$C^WnX9C zVBbV5*k7{00yHgQeu2i>Uo$VUzhQsN{*L`U`xg5Lkoy0~zRkYFyv+Uy&9LvX@3DVo z-)H}Vwy__e9qeD(zp)=O=falY9qj+GAF&@ZcfzjVC(K`A-!O{yqZ8Oq+0WR|*}t=2 zKn%-M*nco@vtKe_q0`x~*ss}HHpR{fMsMe!b2$X6QNpnt$0V3n&_x{2yvj+KwOj_5 z$w|2^PR6{($8Ivv5{sJy*!tI6LRyoSci9 z=G@FWu88x1hsTS|4Ei~s*j4BkOatcygiaxb*~s}IGRG@m@Bcn}6(P>g6>|YD$c30@ zW)u1q`ZZU=Y~jLO1RN$}T%1cVThZHGDYKa?~rV!E&l%eii>;Ci@Tu8;X6)6MmB156K`XQSl?xgl-|)^o$$2y+~e^j+A< zEoJs_querXIqWvBxEbbZ9A)-# z8@Wx~X67!YkK4lh4am&^cz~31Te)rAc5Vl^lNrRd+;Pl1+%D#8oaAAG?J={sm3EaudiQFmNsoZJY>D(F2e(p>>!X4ty;?Cy2 z$DM;$a_8c4?mWB-&aqp~eV-X-M!*_%3gWA;XO_Y_+#kTc=)>Ik+y!_ecOiEX_XB1b z-pag-w{aIkl#QMEIJ^t*W}al8f>S~F;(gpD+@;)Q+~wRA+?Dtw?ketT?i%ig+_l_w z_)PA4d=_^DcOyOrpNr4K-^b_U3-E>bBJL)9F}?&}iZA1C##i7g@m2V0d=35~cMEqb zcN@NeyPdlOJT7m+x8mElJMkUdUEJN=J>0$Aecb){e*6IU0Dg#jkb4L}%00|If}h|X z++%xz^{B!O{_$BVY@XOqf@vHbX?kD&S?pgdx z?x);y+|TfDx#zhT@LTu~_>cH){0{yT_ac4||C#$a{tNy9JOKX2{R00F_Y(Kt+{^e= z{2BKO_bUDZ{{w%?y~e%Hy@6BQo7^wKAriyc?kx8!!gIgoe#8Bi`yKat?kytc{=of_ zdz&b^cZiDn6ZbCn9`|SNeUi`pg&4RGxW96LBW7YDR_;UYf4Gl`gE+a5iJKG=5AhNo z_X+nY_Zjy&_jgi4!rT`m%0XNdlHk7NzT&>-W(nvsNj0hAQrsNR@Q8;nD5QxrLuja0 zo+a%(M>=_sYWNJWhLn+|Oc95OqI6j}boVkM6^9H_vxs>eYjbty`2hxlhB1&mt zCod1QOnTsy3&`U%-CAo@RO|Bt7B-fJb$o1p~awEBk+{~MJGjHLod?8q= z*m*E~=UwDJazA;1JV+iQ50gj8qvSF2IC+9RNuDB4lV`|}$bXR^lb?`hc{g9gdw4JJ z!ekDJ~kMk4E$^0sQ zl3&eS$gkno@>3vTe8~I{^B}M>--A;p%*+MM`ONp38-Q)N7TBEg*bs9Wzm8weT*6$; zT*pr{KLB5wAM+dd8Ga+biQmj`VIJbQ^4s|B{0@F6e;mJy-_7sg_cAt+bxvbWVa{aE zU=A?{*#@=|Y-ir%_b~^Ur`cxyc(#?_&!51b$RFSj@+a{p^QZ8q@~82q^Jnm9vP;-u z{t$l_e>VR;{v7^Xb|rrvJI;TfKcByVzmQ$SU&Q}_znH&-zm&g>zns53I0j`DgJ5p zQoeS4%jAy9Eb%fnv3=WQws^m45V(nuhwiC+cBvSU#;D^asAl%#)V?rrlwa- z^0gCVTQ<(*)J{xonb^Kz_4MR%LUpP|3G;O>&LmW&&?t&r9)WWvc2NpeJJC!d_ZY}q)rO`2TDlSyxdo|7i0r)DOF zTb$f2N$wU)Gzie~4Z@SWA^lk)F{k11XT{E2lrUfI;!I-aEy}de8H;m?o!2nmdD4c% zz|vb0*oK9o*$qebV}sa_vh-B|Z2mz2K++)gFyA12i8Sn9n*qN<1Eq}%ALE;Zl&q%1 zjg&P_Y}~K``kW4dv}qx$q)GfH+dMwDC97HJ91$Cv4;RjCo(CScw8~mqR|t?nh2wmS z*vBox2QypdTb|vrYHD)JEYDu@TMQCGI>tQ%#ZHpR# z+gtf|p?1Dq_`0lp(Ob41zL-h>h-lHiPTIbJB+?E@7rP>p-ilc|Tlr40zD}{e&PDY} zI}aD3w?YxpFtY}Cu9J2y)XaB@{m~`VkkfS-cA;j~qJ;TM7H1N%Y*D6#&RU#H#ImmW zzE*V2_qEu8Ib92&iV2xCK>%3VwNN1kw_9dt!j>5UHo0)SIOmob0iJB(#X>=`$p6FI zn*df--TC9^E^lA*vXX@Cgb)IRR4*2wQ8-k z)^S>Eowj4G!&uuomaz_X9LKh5tqVgfQdC3;A!d2+|M`B;x#zu5J3puY$>rYr`7Y;s zzGwg5`!4sg4@feAf!;f?t*d>YKYZ!L_PkW)9#m(}#35vFzErk!;L^UX_P#Bw5V({r zGY(7alrAVqY1O|>7t+0)wcX2Qt1VAzHQ#cll7LhlgqKfn)4x2?c$c%G6nWD2Q!Z!2 znhso^Xw~55NxAti*E&9eT;*vRX`%muj^1tU-EghXb@_%Z*R|U#F!jrD6fIT#W~I()rEY!~Ao>j- z*=C4gvZm8-SfCTiB(mSEoX~GpPG}I%N|}3#Iy(jMtdzaQwUSmB_e!=DkSEyzuHaMP zibV7Hu5ePjuizpEu1pC1S0?I|AlIq;O4jpVsr~j`DgAL@$vL{$a4!BeiNpjsv3+6X zzy^0aH$_06SUD`Qqozc%&ZS7_rerd!c5bCed%|Znm!8CMY$hwQ;fy3DZ9Q3wv+%V$ zJq5_=R_$6p+&-~s+GSOE+GSJt+Y<|Ydxxx-^)RCrdaN}`3;l*fDf}C>l6xbU(Z5l1 zd<13x-l+Sxxp9|gqgvKGWLNLtgrSZJ%X&v56IoSB499FFi6^TniJ^<0tR<@o(TbkcCg#9Hf+wH8!ocFZBz0Z)fo@;W#tS07CZRtFY$?6Q6~=`7uwnG@KY zC~9zX@>H=|t9mxeob4^NxNqTlV`l?f5{Z3VoFaHTfx0^S`rMteiaR+cU#C;>aHlhz zWLuNIT1E-Vdgx5lL+6BgFgv#fJGUlc2T!N!O`WRrom_hFR^>%tYr@IkHAy85UbDHk zqocbEQ)uS~H-3>oEbZ=MUxQsqdUh8q`RKr&nO$4`UAjm4w}G#mC&(&pxfHs)rLpcL zWB%@hK0(&EIuHPKZ}oR;v+f>QbvuTpy-pvoeWH;8T%7H56BKTz}9>NPID(t2eo@U){;aF1x+5Z-Y->?K0x_0#Z={8wHsj0e?5cUUGj(VmnPXDTz0sKP2&; zb_nXQ3HgFZ^oLL)jFO_H-qGP?6-tCvP)eN`S%KqMK^0(1a(tCUJEr_9%7Vxz11%sg z$65exgjzTSoQMn9-h@La5qS}7GY&p^Z;O#r!9E$4ffr5+%s{3j$7Y~IiSP`RUqxtu zHf8UjNDb$3Qn1G4gy9_2AseOZ#3A5>Zos}yr%8P>j$@wFHNu?}P3hncT0tG(fk@Sa zV=k14_oQ-CgLOK!97@E0Y-GX=500yID~>72fgotViUk?!LGF_gA(%EL3OJD=a5yPA zB>6Qsq$CH4Oee*Oq|}9jPsWRkoH|KKjv68HP|S#PP{)oSTwUZtC=o$|@^x|G0%UI^ zVIrmk71UuR$-8mz$?%eq&O15Cgd~)RGeHG)s0qT2XcH$_H#?GuIl=RFJLApnA+pD5 zGoOq{ndf8~PKqxfNKYc2WLZhP+<5d6|(K=;{Oo(r_*s+m1G0N3)$9E)8igh7Qofz(d z<5!U`U`le(n?yUg`Bmr(kxxdyK;fh~m<3MWDiC%`k~%RiX7jA7>&ewai-f%$hfpF= z2IcLiAdY0$(t+k0pA4TFIb9?rIf#ZNsN-l!BpM-gVl)kLC=pPDviorG$%q;#?VQ+} zg-)(%=LFgiBG#5G8E`l$?gojlJaJ1KbSM#hg9_@f8$_libeEz8oArG-P&SQt4@KrU z`($tq6ma5m;FRPL9duAf=^#RhKwXLwbred3>k!!kIQRyf#`MVm9z0JcZXdDCsgUr% z#K~Gm_s|OJm>oo_CLFT~j$S4LF(<>L(2_j_;AJyaI5tj7+#5 z&|=3%>cp!8Eq6LOlAklcCSD#OfnQx20H&RDk-$>Da(MYt0X(0)OaKZeT`+*OchKQF zQju2=q>^+20WzqsAy~^PhrJV|eLeB6cZwcPy1Jm0*C$PFp~TgO6eU%#yygHql(_5w zN&b6I_1#i!`j?KjM z?CR+4sqEV1#;c5UCOcA)f0^r%yGtkTD&K)f8>)c85KKzc^O@JQ>C53MM{DyN- z*{h_pmx-RfO&+pNXEKkoPud6aas~`22hyP|NJr*DNM=GxoC`q6vCR3%LiEc*;6%Cf zJB8?1g`hKK0XgLWxy%4S+J^$0?^lKB-^9j!oK-*NPNiVL8Gz%LVb4iSJm4i2$L znqsFMDoB1gge?BX?w)O2d1~W$`7V;$%8Oq|bA{U<#7r%R8TQBFq zfbt-q@*pVlkcjeNJ<5aiWF8D<9<0cD5aOEb8`#b@$#s+Jf6PMaX3x0MI70L_9k}VO(x)m$LdDDbn{9aV~J5lMD4 ziQY+7!#GU+3$3LzeOuZ)dsz_bZtv|yFImr2Wcxt(hW-KEu<4ODLg;u5)Am7Pgl{^9Yk$F*$bhrfIsnr(3ej=H=dvz3tm(wfAoGtnWlL*V%1T zeCgZJ(*-X&H+S0`d%8E<9Rs~Rp3MX8z3ttdo-MuC@96Gqx31~jZg+L|wg>32Vxae$ z&b}=!{Epk+@9IVo+uhqSg!|iVoO)cnG*$w=m~uKU#LpD%-R{0E9oKerx%zPt*WvC* zWYu|%bzM()SdNSyl&ihJr#GEq+K%20o$XzhbaoH)T@If@8#{M&_E9y_&*a{YZQJ{= zM^4tITekT+yEmYsG1Oe!I`IsSXJGpxs$)MlB10byOo^zy83otV|Kn)sY~O})8@z5y zXMcwx0xY>4ZQI)sV1dLb1Kaukeyr$4SP%Y;q;l$Mgr_(|o-?k#2mwaX+hv9_$@?wA>ra2Y$6BTrRTOa~6C1xz=?hbJ> za6sL2t@1-_#PrhTCV`-HT|q>uQ%t^jPMj1RoX3-h4yemM!hRXn6U2OuTob9Js|lLg z_?nJBWJ;H6>%)@9*yb{Zc>rl?h)GANeWHZiY0@UtKeNKR5hSTwg2~Ktn}fOO6I($h z)J-8t-5yMGN78PDb<40YCDA-gr%h-hW~C-K6mzovqP3WvgG~OS$yh=Q9JiY?sIFPG zQ(1q}f~+X}fV^p=bt6e_$yzCi24y;ZVyj9^=QJ%d{j4aVylkYwEt6Ari657fc)H0Z z=~}*eLY*b)>Z;D3*k}pE=L)p-ymL}a$l}~oiF^`1P3%kA34zXn3!aw{Ovr+TNvU)e zEXY5{yNQ{dE1j5Q@i}S#GTU?0Pt4mh(A`;uKRQ>pE^3wMrh0W&{HCa)Yw287-P|JS zMNA`Iv!YeHMGcBx#QITf-^qvVRYj|mU47#nb zRrOP=%2DgsRrYFSzSS*U@71j>%1(>2-=fOZqSCj>^ikO!RZ&^as%VW<&#E1oRry+! zf31!kC2vvkR!)cZP;{NrtCM_mFj?+em9CcckguZaRC&}nTCM!3ljV{#=<~b%SibYALUZRx7{iowM?%Ug@{g$o8&Q?cbu>v1Kmvt6RAK ztEyX6`?M;*TG_Aa)>f5&oAS%4hgOx3?0@h>>CaJq%u(qYRC(K!-8NO;8dbhFr+kWD z#O14QmHiuM)gPL;9H7}x^hafPk@9uM!$Qhv*EQr+6D@@ZD~<@|vDrTlGD`7}BHDZi_ov!loMtD<$X zy`pouo~o)_ResgVuc*o=s`8C0|D&qD)iZ#y*R1T+%KWPJ2v_N455-KNO6K%X)q|t5 zWiSF&4c0g{u3ALSbV#qt)#}($@)lKtt(*=uqv$%NS10-Ca%$wObhWa^qftfUJ6pUW zsdKbi`BA6*s&?!t`}L}2>t(uVwQ7-im9Adt*Q6V=kwwZmm~zz4D`8`c*Aw zNa#B)&m#;YT+T$*EnM%Qoe{45X;pSxl|OO?#0;SFX;t~io(KC%e~yyRQR(Cig$}Ch zwyAQ~sB*O_y}31hx#G9sW|D+Wa}uyR0c#SlPC=RgGd3sO$m3J9Cx6QFjk!elae_;(A1)DjTy-*R))tbu+5*j1 zTA?=KeXUcbs_NQAd*K5`P7ke3r`SxoD;B4;1h+1ctWGOn`qOr66UJ(tWNm47^L2H!)&7lsgZfQusMG5G10-8@17gMH_3^0*#tK%fbR-zP1_1l_oM~^<5XSLlq z3D@T&j5Ro})10ey+ni(=B8iG>OC+01Twc0r=E~r(Mg~n)HBHStRB=`+(W(ZH|8VA2 z3TKW(aOPPZXEuQ|&-ys?>Vh-R{y6h0gfq|nn4j2QRh5i`aF%gRm5lQsSN8DHW6T<$ zmAyI2o{TTSm-edVs*MJd>8k5wx@sAZgD>;1mT?qlUJY@U<*JseJ?N-U{e-c;iz}x} zMwVDDlqc0yL7K#&1!1=b$Ru?C8t3imEH~8rkMmHL`Eu+!UbxSX0$Z zH+9KpU^$w=Q?%?KHR`IqM)nKn$vkUh%vx0=uTpWAKG&$b26%y;v=f!FTuqewT~&>| zdr(y)V{e?fv2a%U>KdV@rh&%{eCNTSh&jnbQ!)`vCYqCp`eb5JGEtjMv?UQ(f9O7- z%(Ob$G!}@2B${j>nw(EG+0kfn5u&Y02CzhvHPssRsNL!$T$P09CgB=|5p8OH!j3*+ zN1t#_M7A*7=M0k=Rp&D1p3A67W^kV8GA7vI+|SjJHt3x{2HuYv$GZ*i0UUbwqj(vt zHQ4E!a7Eza9p+*s-XDT5yJ0i&_K?p3f8LlP3}dSCX&kRM*5kOr*dR<}qj3}PZetY3 zF}z*~-!3;-;H7J;%*{A%F}HxziLVD3<}GF%FJQwTjvmW{qtEi;_y_BC9N)Cw#PPqa z|HknhynVsIn-$)}@dN7v98X(k@Gi8d9mR3JJs-zLyAj7``zm4CUG~j5-eTX05{2;w zg>1ZIs12_}>WBBzD-;iJaj=a2cz1(aT)P{7@>?7%qnkM$;8-TTfzmAslcYV&*}&2_ z8J7S{Tl9WDx7eiVtC_x%X}m9(-kFaVqY1qE#t=b!g}u^VWnW=mX|J(wuy3?)vOjBo z4u0e9bST9I_(IKvc&n}pW!WWCxGV)oXW5JG%k9qq3A~rdgX28x_;3kcZYA)BA|dc% zd2t8!7fJhRyugM2O1m3*Z^WkvK_d03(;tl(ravQ!Dk6q47B}dNsetBtal>@^{28b@ zsu%FyGX5MGHRCb7rGoM#o_S_$$Ukn!;~p#cekg;!X#qY`e>5_Z9vhAM;&FTzD$U5W z!+0}^*X#4U{NX@KFfEiCN(*PEWJhu%`KcMHS(6HLN{qLVS~_C>C>nig^5mx@xzG4~ zzx4SIH7$9ec=m5{a$cUd^p%Qz=tUMewimRA$ksth!UVwWmrJo{q;)NAgam=AX_iI-R}nbpEW4TA+!AQwqD*jCw%qkk3RCva~t7cNpxC+m>OU`)wXFM5aJX6jDO3#EM zXHqiGq!gctOga3~6KOb;nlluO4TUm?BB?`>oS{h3P-^y2YVlC&l%e#zp^V(K zcI2$fbJm4p>RC_b*+BN$l+?44oU`c#XS1f9os@TWO2gUd3x@G$8pD<~?6QYlo?%a5 zIFdb_8W~Pa8&1m|o;>v<_oR;#^k+igt zw8p+sM!nuqZ*bI`G3rkp^=FI*Qbq%*qk**1aO!9{eKedg8qOL`$sA3aJerj{ znv*x0lRuhYFc!mP6dW@{V^(O)4vx9-R-Mq8CphK}j`@6J{**C)>R2FkESNeLN*N1> z#!@oIBKVgx7Ren;%^gcmA4@M9%Ptwq$sNm`Jbq?q{Om{Lqn`2D*m!(=JZ_Df#<&$4 zw?pG@-?#_={Nvv6xG#0wpEe#$84pIrgQ?@;@OU^f9?lpKXOBlx$0OVvAMu7WeM52I*+2S* zhkWsOe75BaRr=rkFaPk6f9xH<_XEE-==VkZX~O~cp9Ag>0^Y%Z?@Vy`?O-exj75UR z(V*ve&>IN`a)Uwqn;aVd?~suZGBQIhE95yH@}CJ0{~`R*AHripVe@d<_d&|pKc#p- zO!1vb@eM^Hk<_!lPfZD>c|J&w8R?!sXPtN}>w~wlhKDD;|8}0&TX5{nis2KLkuglu zw0hu6URQ~`gxS)zWQ7QKwfA=;a%cd*R(Kb!X)O}9c-o7O%jtOWqBS^Pa_JHrmtT4b zjw@J-yVk(;=6I~dyz*cTus3Y)+b(ji>FCAl9JjUiUL(r3U9;^Pyev`XOh@v-#6~Ly zQed5OV_k}fsQLQEZ!X<&>HRD2V;x%2@K#jF@fIacVc>m)SlAJBjDser7col}-gGC7 zZsQ~e%Jq~0Ac)AvlrE| zC;o`JGkzRjsRHISdFE~LXUzS{>Ekb$^hU?O`7i#wNi~~~*GO&`*W%@s{dh6vbyh3h zM0TmQ+*)N_X|1t7Wv#W=SsT<_#^f8uw&9Ipc%PUxj9SlxeycE%24CDlx=VqVTg!o0 zS*sA+U1?nj&Khftuwd&`!UKD2g$E;QF(#?|;rJEm8ly07)DBV0wQMx%uQM!4C zqI7eZqIB~kiqg#yyoXC%f--5j6!{)hp zwdlMOHptgcvg1=tm)wf|9_$a}iiEzFhq=tam$5KU3E|pJ?M*bzaDNnH=|e2PTKJdV zi#E1d{_ptO(`dm#Aqwrn3?cGg)abZIuW1Bc!CuxIba(~mS2Aq@(kp~|Q3y4nP`O6n zNh<|Snzvk|^%`N;QfY6{2%f66n1ht`I~x5+Bh0r-s>@dJg65&WD5)+-VJUd<3`ex6 zM6Kvkt;5Vit17e>(mR=lnO7n5Uh+t~T}vg}rKNi`dJpI&A&T6E50N(g75+e;ffCZ6 zYrO>Txe2`2*$PR=2o+^HR*HTrMDaz%Yrw^rP-vb;RT_a;)WUijHE*d#;1#{e(r(Q| zIh4J7HA3Ah-qRW#(g?mND^OVU{Hag7dY1pky2dc|mW98YN;YF0{18iDGuuV7TdXyydoMZ}we5-o0< zf-;n#{)AwJ`cu4}8r`hXK8^0u2t8Y+K?5kkG<`0$hiQ_%CKpw~`0z?_$+>~eSsDWg54cMk9NbJCK% z`_IuE0{tG_KB5tLrEcPtF2&x(2=%H^kwzq~U}^0H-a_V)bTy;(j&y2T*==R_mOWJV zcK5tg z)GCd@Qz=?BZ-quzX|z*YxmBY(G`dftM>TpzqvwSvyO(Nh>dP7()zXt1jX0>xuTc?F zphpSOhTdMry{W8GBlN2>9vNl*PKs#}A*OLlmmSpT1qYF|>{YT?hQ1;7n1@jc9!6+_ zH?4?xZJ4vC-Arg2{7`6~Mi{4xx57c3g1ws7J%NW3fZjKOcbDc#^c_fl#Js10o+Z?F zEB1S^KbSz%P?HJXw8M^c+HpeD1}8{kji4ZnyFE}MvWRR z(`b!GTQ%C{py_1}qTI?4aBjCbyz+ZB`a$`7%9n>U0#BuQPV-*X=!iyRj+N-Q-{`vZ(hHLBF8 zL8B&(D8(vHu}SlGXtZ0S+cd)JQUNb2Vio8s3O%XOL5)c71oqerwEW_>8QHk)>%~5Q zCi0w7t`W+rcu|eOn{kNs5>oiA^peUE5Wd;3BrA0j}gxXdJ_khEjwO=FR6|wXY&3js-mo<7%qcI0n1~npI*h*!E=GAJXy{cTS zdFVOH=PerDq|vP!Jr0DPjN@;Gm|st5ewl+7qaR#IEK!MiRtWVzdn5B=4w{X6m%Q1f z8o@usgMSJw)#wf&crp92*%MJe^WbTc^g-e^K(csm!yX|LXz_N3SC#9a+0SV7l18s< zgnE`%W)C^2s!}5qOG>LE8fnXm?*b3~Qiv*)Qt2hqV$M-KjNdBmPgM!DMDyTt)h4z= zXg8z%K=(3wwdz>aFfQiJsz)?R@CZH0(uur-#Dk4vWCLkQ`hrGmuNtjdoyYPtjflr> zUX6OKewd|g8m-cZr0jDwd{%nI+r=pe-OlJ9M;dLZX{uRXv$m$I`hbI?&pN338I4}o z=p~K7i{8L#k80kKgYY7EWjUIqQJF?~3`XV~ou?6ek@liXHE*>>y&A382t1WypXS}C z(RVa@LZfFjdQqd-GGUr8`L~Tb*Q1bF!Acv)NQS6#CgwOMcGLVZk#IqRqu=AbPU zD%Ge~Bh;*tZU@@UDSnQ5+s$adMh|H8h(?cVgcNh0;}n?3RoWvOVIEh!AqO=e--br) z8ym7TD$}T5Bhp)gePd!JNuarVgqV9^E^=gpbMl&^bxD;kDQ0vKF_PscQitYl$3aRtXHLZ z=tD|Myc<|LPxD$dTB^}%jn-?_r4jiet?bjhyEIC8^&`!DQloG}H`S2u2H>}|aH{Jk1IsZpLrRT`CP1m5{~aoTyB*P_u< zjaF;4UZXCJc4!1&l)VQu?-7kq8;x7Y`}6l|1m5{~G4BD*L%m47M)W_G;z!y_qHG5> z?*)zC)M!wnm}8|etWkj@Z7kQQL8HYQ-GLP7Z#X`N{dq=DY4keKQRWQ^v4~rB(Jr9v z#9Nf7(M*j25uc_SODbxUsCg$A_1P_`HGy%!Krsc`JruB}rsf!WDg-WqoBeHTQO9}meQ1j!> zCz@j|C|7f%Mz=XAG5a(f(Y*IG8gfvxTce0ZMH*FU^pHlB??s&N8qM3P(c|zZM&)d7 z)QET&F>j6LZPn;Gjrz3}U5@5^HE*H^vgAM4(&sdK)j=%K4UX>K+W7vm@YV%^xW>gN;z-TcY>91`y_AQKd zGJ|-xCL?vf7uigimo*%G`jrObJIA}^UC=Sm)4)jm>4z=H`hfb!lHX@## zx)zd~@nvbhiLaO$H7pso2S7JL^8%@9KZfsp?SN(ptodh;L36LNaa7zqyMpqGPZ$0f z&mzqsmK0haLKC?emnzLy#OjiDq-m#%r9zhH_o8L??ZmSd@^h?~ai4Wa`29O!Cxg>{ z!`_Eq#3T6i+W_r0KCP?`34h=_&^pHSl|ue*?iP;_jV~PfvC-2LpJVx;wQwr6iiPJe z#nhW{|IIQEftEVoWSutKE_=j-rz(supp^3~sh+<8zoMM(3pQ@tS5h4`#`F1EB$AGZ zjM7}vvn}{@5&T=pwi=O!Z5uZeZ9Z(iBhY^dS>F`?$~DkjOA=!<@@lBOh!AX42HZfH z&p2SPjBBV?E4D*BUuiE?KCfoFD}J@esQ3=0G5VF{EJ@63k)!mWoHZArR~5{nGA+X6 zs2Q_fW%Rz`pS=mF0%dwgkU!s`Uc&V)kj^dMmZ?$F!}yI6`A}bh9M!?{qbxs4JqBF2 z$Ybt8=3atcD7n-J++q@Q1Js9R9RU3((~GR5V$aN@UW9t5Rg64C4NRwJ zvj3B{z35l-XTHfguZSf@VNREh58jgYBJ1~}Vb*-+eFI;3-4EoY9%SDK3p?4u4Ae}i z(nc@xt%IaZO2Cyp;-5epW)UdMm<(UI?SSC<%=^(A>sdcb>Er1$rY|DRino#GA{*b? zwx59I@3ADPG~MDuroUvpkEe3{kmo3R5G5eGRM8`<-+c)-%PXiH?XeF;t)NnV3Dz_0 z)r3%9u3@7K>D)#tr*4OqZ2S34-x$vp^UJqG|3rSkP+%Sqnt*- zjk-6zL>9yY(Ai2l;sIL}X3gkk-us2YS>=od3(XmO8I2SS7kh!WQeDk>2_=dt3r7py zoFOedT<}}hzc1J~ zV;S+Rg#|Y&-cZ3#56vj3e_03OYPRq*YMbecq5U(|fo$bpvIH};qHiMFSPokDk1LSI zKRp9p%##wdfK2(XM2oLu5HwV*M;bpQtC7w!d{mOMpCiqSoW_q4x^No$wD>w%gN|EV z#ge!)LPfjOgiQ7`zpnkCu;gXyPolv69<2WsI?}h7E$W?kQi$h8NI2g%^np#B<`!Gz zo}B(H(%fPV<{q7X4Cu4)atYFaXIr^1x$gzKiPMGQ)u2pgEzCW@I-iB-1!Xid-C_;p zKICp73y{b%{EoHvVOF_k`Z`GVVQsp72F->0Fu&}XzLSvsl(7r?ZgIcVwnmJt1;-(| z-2O+yWXUXL=c~rDl59@%n9;_PTUoM-`qA{;P_Az%8%K?@@&l~-IU~;|ulCvBGSWDW zsdN^?I+gQs^rL&re?&UgE8@iD!$7;O?-{q3KT0S*-PkiV4d?>vUg0lC|1-Y87Is^^ zjjfX(W9@Gl>s**o%o?Y?4B1{kwEjc*tvgY=xXcyn+CI*8A4cWP$y;qS3t1z90YV zf~jRgb1#Kj%75!FX>GK zXl{373hV4oBB-fI3BsVTingrr3Ea6FaE^dgjY)ii2< ztWILdw0S_6p|{dlv*#Y3*QN#b=c^o|>C- zGwS1Mrtzb3VM!Uae}(;QVK#K#Y7A9agN0sMg7ZsS%p0%1tO5>^oD}b?$bM4l3*$r*!-&RNrqr*BM`a2ZY60#3BSc3&m zmEk|<81v)#1b zU-o7fYu4FcSN+c|X_~dCB5pKpRF+=JU!2_qOIxh(iPxvnSlxnpcuA0_o5^!LkgH!3r*?mlJL3eyOyOL9XOWbc@%$q+|JFzpB{$HUFw*uhZ=qO>w3bmrty4IJI_0(&arR&n=zF9^%%=re`#H_;MFyTOBio3l zxHUSU;}(C%nzgVe`}-f6UIJelrcj$KLC>q4LbbgF9+X1MEo|0VAn@}KcG6L!+301- zeD>=q_;HKWbk<7aI->El^>^}{IAsy+$$X1h@;mE@h~=+_%?#@CQ?|f{oPRTH4`{@g zMj6}8!2dAxPw59emFZM#3_bNd&^?m2i^ahy8(}FG=*i-zfEHPgAr0zB>}8$vtT#Y+ zfqqlj81=cQ^uohq_`Z z->Inmrb!Qw2gs)(r-;!)bzQR24yn1Y-2Nxw&)WzKGI~z6PQzjY=rwGSW-i%lGnqbt z=a9M1jDKYMDP8+_F})jg=+DbQ`j?r0La4SizRPqU^fL;Nz?(knE#WU(1x>lC%%VE< zP@P`JnzNwUP>3EWJ|vq(t0DO{NyJ%weKiZUn~@5hF^jEv(f@-|M>u{5nEnam<%JaE zL?LOw4usmQ%&&#TpHL|Zmmr7TqzwtKn(`5o8Bsi8E&IqgNz6IsELDD-^792z(EihfJ%EjY~nEfhBtP;bvf zJ=~gy@g|O-KP@hJm8B=eRR!eJH1wnug8hac7ZsA;yY}Z)-p|6STV#=Kam4m2?msX$ zN?aooHB=#Fdh{(G{Y@k{iliJe*`ufghH(cy>5l*Rb-v=RVl4}6sXyaIq{<*#yy3_N z_e1ex`-`~|q;LzlR^*~ZHx^NBnhXEeK!X2y%9e7eUDyi&+HE{7xoCr0N^ks9X}uy! zi~OAaEwzR_~;e}e24GQAL2REsAUz|$|oazREGEG>kb=PdDMt3zsw z8(4b*jqBV;kXlA03yt@bwQEQ&zD7Rh)7={$=i+O2vG>t@%+aEY+B^MWq`XjRp7q|5 zcM_5-?Qdl7NiPLjMzcize(3Zooe#YfW02ifyc^SZF?z$hCS!!rTi#`vjf_rv+w!Ts z@1ar4J>(vg#vi&Jwjyln%drnqZL(z);#kUPDUBu|w~%ALP}dEuq?S>P9+APC#W+gM zA(DuD>?p=2wPFp^cO&I;(iC^2h8E}C$_Up>Ia}DP?ZThE7}{SUZ6gOQEv<2%5qBdc z=OgZR>Qmgon#V936lAPLnm<8DdVS3C+MuWl5^9s2ERG_t`?=)4>J$rVe<2sA+n?e$YmcopJ*{? z9Wl0MJqOJy&WqarBi5|K46>EyCqnBcQ%Tm*+>!5w&QjJ{L$gMH5OkkRL-R#`8t7M; z_E67Br8VtpB|mFq<7K&j(UcHOn^uT0_V5_j=zser6DR1gZ6H*IEb3YjD!_BMC13XoO&ku*v*3GlP36L8E)%H zs50{gPJLQb<|2AU>bsEx%_;xHX{zi;MMfx>bnH7|tq6I)N)odf)?~}fkk(;Y_L^qB z9{xs3ob|$JX8Hr&tJ;`;1u3PapELbw$YuFIO)FUHbI6lNDX&vfb1`d1^{9zz8^tWi zqCB!`OnzNzI&$#_(c%eeot$jQ4={b&8Z!^V3%BvFO#d1^cQw*j;tfY zIrZYKAmpdf2HcCquc6O103PK|aq{n#Hm;^JQ4XV(>7OF^j0_X0e`~Pu);49|Aby6qs4~(3^czT) zvh*dkYQicbR{W67}jU&5cZ8}vW3wOV+2P>{d1D9@Apf`<>x)kxC?oqJhlF2?0{sbd}y zcTK|ethqv$j@Ea&W+N|WB8^-F=c0Ga2Tf&qLqx-mvX^&>akVTXZBQmrQ^b16rD|L=v;2dj(vtEp_d*{rh$cavowe;l-1$Y}F!yG*X~hP+<7n`T@Z3F07Y&E&Mp@xMl8+S{4?K6CFB zj#vN2bP+^Iamx;O-wXAcaT?l#z^fHxZ0cgtoi%eHozre3cG;f@z z>pW5k+)DhA;{vSTm+wF_f4y64Ynx8gbQu!`c64a6ZASCU= z>2vK=?!;MN0Ivk4lw*AX+FPXVBOXd1+mE9k(+5h@>)7^{ z=5JElxRjk*^Bt0iW3X0A63i*%h(9p?#q(04HUF7tV>-%1a|jT%ude`CRBo2gXqCCi zndE%CNce;F3!sbTpRqGjpYvoOeL@Z?k9%GF|-Y$o>G04%29k>?Ix2Ryur*YW<^OU&Xgw8LiZ32%W*8xsF zpSBkglPQVWIv6Y#Z8R9%Xzug{huZ~C?55WU}m_n-eh>Mn zch9xHDi()MlEj`2`X8YAuoF>f<~jD9s(vgughV)`6sF9;S1sHav9y^G>E$QI89j zAiwQQFGi1BjWl$JF%=X0LP(xv$pzGRy%b5@r&3-c3d~AqE`~nWgR#mfr&!NAi_tIr z-bayU57FW{&6Mt=$o(fw|JgdCVLf#7$d|K4Rt z{{yC*9DN~2#IumgHT5w;m8BOq+k{H-UT}kD?78*$ee|lR{k=6k&<8*^){kqtSkF}Y7M5Sga{K~iT+ej6mhWVGt+w}fOkbqs zolI9~`InjghN7`XG5s~Izm#cyI>tpa61- zGc)mC&CiNbo8GEf&hJO6fDMmWgEy6q8RJIG6y_Fs?$ADp{Xy)@v9HD6g`Ic~KN)XQ za?-y6Pl-K<{ZZ^sV1F9>A>L)$o0IHdZsR;0TaSW%O39y3(t920|0kPH`cHCx4|c~; zc|q)XD0u{>y^XiW4f@SQ)_X4M{M!n<#TwMMWt`G<7_^D@C=yko5t>)hoduqk{vHyy zSWfyv_YUzm(Z(;SH(0Miejd|LV&#x+JQcKw8Tca5$k}YRjswx1ckV~HQ|0uAX4aHB zBZ3h>W=)zAe*lTwxE4oCBxaxgBHApswoCs+6={iX=1voi)oRdGo?JxT^N{|Vm|vu4 zYe`ewuQfkKv~iZktrdo)5Ywnrr5^WpprIi3qH| zicQ)+ zq-ZCvS3o=UMDOlX^<+GQcKGY>y2bp8Cou&2sSq?b(tP<_#Z!EiJ322YIqAPG^~CXn zz8I0VbQ;V}MyZn5CiIM!BuutH$-V-58?pCe$9j)STxdKlUX#drfZxR{=s6!qWF+f0 zcI}2T=vL-d!fR?5?!)5OJeS^!TDuNfY!C9=7|D6vZ9J(Y7s-^ORne_XqmL7f_YA&c zt^5mQ88q=ji5QxC^5>724k^t72c<~$GFY7*LcWy(l}(iX1r~TV8+cdXPQy7$y|+h zLEmKFX+B~;ZN6xgn1{_FD`=H)8P5u?4N<3jcuUc9iH`r2?vL^e^h3~Y@d0xW>UoJ) z6}MPPTrrzx1G*l{V_ML)98%*qDoLw5!I&sPyNzGqh&Nv29yZnbX(3ys09>NqkhECB zS_1cFt@taP1IgGRkpirgX7Gz2GfOd;YsbvfNQK|=+ zKH)s&B({Kd8?$hv_8ei0gGzS_>k8|A2=9QT#rl@CE%G_l@1)!|m41=Z|GlIQn$5_= zH<2D!xbZ`DZfm8^4q*keyca?UxcyeVlRcf2xANP z;oylSR^iu@4Dc;+h5p@yW@c^`;Wu8l@J7U>_pvs>L;PXwh_DXkT8v-$p43#4CemRo z6TVCm*;tL`TU*!gTU&4Dx3)gQZ*6^v-`YAtZ*4V7=&h~BMfBEIx)-M{C%=L9T+5`D zdQSdcc=Sp1e4kK{TI!S73w%Po;3w1zeL}tPC)7*%7`>c!d=5g~L!TrN4{X@5ZM*mm zAAhv5yJwqtY7;){EuQJ>+}th>cj0r$;wXI$PQ1s*Q+yoeV~mc5%||~UBYez4qFy7f z2PdPXr*~twQNEpU6}}_B$*AueSl?&N?;F_OXEgN_|04S0wm~rq%_Eo(u+PKM0*$8= zfiNx@5jN1faQg}GB+VCvqF783Q^hnfUCa=(#B98ww1#!)`p^*dd`#n`kB_q7(0DLl zgN_tC8Te8G9c8c1Vmuc|6aARRjUndnk;aOFUQUusQO8sRALok&;s)b(Ybm|G)Lv)b zZ{P2VxSn(k<307c*yihPnR{6v;@|Io&V7~pKKIYvhke<;ng0F0Htg%M@5cTB_Ghpk zgn`ga>l@bBt-rS(vi`yPj`dyZVe6l)$E+V)k6X`JzqAfo|7QKxo`b8L zZFaZaV{f;wwR`P8yWbwLci7kASB2~CUG``6cLjFSHIV&zdyoAk`*!=w_I~>-_8s_f9YVI zeGRU}_S#>tZ?*rBTiMoJoKvhE3)d@F#LBhK!#UNO zj5`*Vm1gBx3vf=i@)5gPuv~~p(}cAm9J8!q948^JGGS*5jyYB-j=9!U94A|4IObW? zaLl*Lk@{}*y8A$N;%RKGJn$4F2o}q64OC&(hzzR^xfEEpTepjH>#Ml8JsoQbjry=C z5^E6`%GNAHuUd$mW(LX0fW161lX+Mxg^Av_89Z9~a4mx`VO#}GqLaRU0gi!)oOT*D z(wc$Q%it$yh(q%Yt*he@%J+H`SB|hHVv4cS*z$icP7sm6-xV;t8D7(OMlOJ-7vf%n z2Q$bzk%NAHjmSmc-iO(aYJ{#a^HkaQz#m%ADH1@5$bY;$Tb9VfW$v=~peSF$h|FO< z>HlI;{D0!ROV{Zd;bMO$vA@~uZw~5E)|i2(NvS2P#B#jZ+vXT3OXS&qhqAWWx8c}o ze-Xz^QA*RkBuV2I*4WD$Uto<}&(Zh_=pOqH9J}qW;&>g(Y9e+@S`HwI#aZT*w5IeCG}boAPM@W(=#YVIEg}hP8#Ubj)n=j zO*1pi$>7>FL(<%+H4ONIuhk$&eBH*WKl@p%K2GbikN97J)ZVhKscosR#>hvT-lRTJ zve)=Lc(N_n16m(=jUW$bo{m8y(OOh)ybBxkgP8+QL)-#v;9cM3L8fZOJH_L;AAS4f-`% zr<@0kX!2&rsKtXBQf~&nu!B93$`&4TEU_6>^OkU%N1P3J7!110zqJk@0$ayC$; z?=l~g8?KfOzL%lOBk=sVd7s>XiEHD1>)7zihJl^_6Js(VUSD9Dg9*==N zp@rwe%q8X$fq4q)OmiNdEi(A|BF7G{5zGp{|AZcB=0aMc&H}TQ)A!J~aaV~(#8h?2?>4V5Fk$uWfB7$V`lv{HeH zY$hVFN<>&yh@_&3nCh&0YmU`m&9&xP=UMZu1&BS!N>WsEjxQgR@BhOJMK#I3{79@s z43&vlVG<&y97IZ!5h3M&Vje~BcO!nk_x}~a|DVL~rbyxFOmNNmxn?PP{~}^EMDU^z zG1{G?1abU>_+O*nvmO;Q5WW9G%tqv1CTch?sO30jF2@BIb6l{5;{saWo&HsidglLs zgC3QKIiuVd$Cz$IOoX)z=WWIq#($d;r??K6h9=fwS{vyei_=#k_+CaMu5YGWwTMs+ zP!tDKWM0Qw{Cko0HuU8mrJRXzCU^#0f-}wN>#%Rfz6Yb=HthFfr+L+S8UvsHO1m4K zZ=I=Y)NzU{$qTrrkQvP78IAd8tYOm}!&NIuu|k_uJ*k0|oRZ>sSgB#2)0%tQqF<}2 zx+nUnd*|=Ex25UZjVu3t>J1OoumApeegD`n^#`Tr{kXF8iPH8bZ@A&7H{STKvo8O) zRVxo=m;C3fi(b5N$M2>z{O-JEucY~3%PD-V`SLg8d2cpfd-&wgVPE*afBn{xtimHj ztw)M3I8t=sk&5V%n)QD)i~m@??vFL+|0%=!r~JyJcJQdnbF`-JoxEA^oOj-_j2XxB zD~}aa9-DsovH4AZPD}msw9Ag?%sM`E;k(({?-sSZTU_;SUCVp6^c8GO6{$Lv zU3zNnWv4@vPG^;z&Y68WcjoEI<)>#h58BpXsBADLV=#TuU`Fv^Uio0&tiht$gJtv7 zSIa_aXTqsx!jsOV7oW*48A_SNA1j+alvy&Al|Pg}ZK!beP;ui>NzG8{oS~_WL(#cs zZS$-*o4!$&QF1n8#@VdmvsqK|D$Y)co}IGrY-#z~ zn)$+MF@Zq_I%?SR`#MQZSa5K9-R)mYF@4RWz1UGFDJDR3#9|Tpa#v(3eR^wh zc`Uy)R$LJ)u8Wn{#w{~$1>?3Ex2?GCirb#J9f;fDq{IU$@$ABQ#T+A&ZltCgY4|!; zhLJzh4EoHJ6f>v9ESqMXw5-u_%eJkwsrH9O_IL@PoioiYnC?1x*7e~@m+5tn#@#N< zI~?|o#Jus-q1M(&=G4^uip++UlOl!Lk-|9-J+$!AM|o7JQ4kmRx#HEC*&L5LN%mgXORl|t!*-SHD%T6x1}AL) z;(8m~za(u3T?bv8|2G@{k~Khi@#}e zUF6!Tw?Dcb{Fv>O%h~4If5V?^7~7-RUZ1et@xlEpdGb+lLdj8(lZJ;9P=zgX=hN*SHefovt#bo^$*ub=T>p*z4eZBVO~AWc zH@j|e-QlWp?Q{LR>ps_YuAluC-Z!9mEi{{xG{51x{Npy%{-5yu*>nD2_X5`%SE*}` z>;Gf#y#wRAs{HX+=1uRtNE(g0Y*}(Ia*^%y-hm{f5Yi|~D1p$?)5tM>fv|y;T^87o zg@gpygh#=q?0sAmrD{ZHm>+IzmTHRFYwc){QH{p znzUbfRC-3bNV-!xfS)Inzx)UON}u*4wkb$6_!*bR=e{Sa7N+!1qygzC94{RxeZE)< zOSMu&x>))7iu74!oRD<3^i}n}Rk9SxBYlRwlYUYB%iP~m0=oAOX;ONZhL=uAk4Q18 zRf+wUf~=L2`Y@58(n|J{fTZ5_PqPP`{KgcsrWsP6^gx25-VlXda$ z8omwh$^HUE;GOz+28Dk$MNg^eR`Qj07r$Z0Tqt6o;q=NpFba*TV8nmGjFtC@(r|x1R0%Aa^L2jz^PK&k=6V*WN7Z;zsvuce~nKf z{tv-4Kx7n~0|f9-tUISAYQBd)Kz9(Dc6y~%y4`$O(~-T&(TA9tSz7tMOk@!aJ3 zyyu@ifAqZViFqB~Ht$*98@-?Qe#iTy_XY2ePxLkT&hlOFJLXIIJ^n5JtNou1I0Ih{ zJQ&mke;&F$)EoMj(0_#vh9;^^RZUfYs~V`*S2t9jU432k=c@0kexmxX)x$NP!F_oR z;S0jIg})H~$MDa?e+&25Zmhke_Jg(iYJXJw``Wi^(~(eQN94N5J&|umo`^gfIT6X# zdF$5IU0CJspjuC|FZdo=Ajm`rKV+D%T+BOY58i) zk6ZrKa-=2E>S}FoJ-_w#R=M@z)~8xuUzJ?#Tm6I8zin%3+tYSK+b7%ZYx_mp^J^|^ z?`prgeYiu@5$@>hxU%Ep9oe=1wd>bjw)T#-Ut9aw+UM2|uQRM`S$D>|o7R0{-2>}> zweH}$@%6^_ZR;;yf6Myb4WZu<461Dhr{U$FU?n_t*G zx<$98Y0EiVZru{y^8GDOZFzmm^j7!Q4O=hSdgs=!Y<+a=pSK>{TG$rewtd^XxBYP2 z)16{xu=ASE&vxG5`OD7dJBPN5+pD*4-G1x#?2gcmEjzxsDPUDLZAyVvYKZ};uHdw2h6 z_aAm2+8y8H+OvMoReL_Q=UaPCdt3INx%bw+U)uZAGxndUIkW!EU!S%4tgoN-le7MM z)`_!nXZz1yfA&RZ51pesXVp1popb9sUp(i*bAEZw%jb-oYdZJfdFPz>zvmr0FLA#0 z{8i_lcmDg&|NQyyoS(lSbitMjuDIaN3%+u};}<-C!T5#t3s+ru?u9pB*nQ#mFMR64 zw=axen=U_(%UYLUi!mJe}8H0GWTU`FT3Qj4_x-8%O1V#>B|mX7Q5VbdF$o3T;6;64=(@R z<%cg%Ug5rC?G+bZar+g$SN!0L-(B(66|pPrSGHYw_La9>DPQ@|SN`tGH?Ewy%5_!8 zRr{{`*LPj_uFt(|;@#GFuX^{Mcfar5pMUqm?{U26zV|$Sb^F!lUw!k{U%2|8uKv~4 zuUwtH#&b=_HRoP)+cn+SJaEmguX*X3p=N|K$CDzFD|Aa`Vocue|x=H-G)+)Gf|i z+HN`bmfzoU=$6>6)?1rz-F@qIw|?^0f4KGEZhhv~qqk;m3*5Hpw##q((CzNq*WG^6 z?H{~7di%q-|K|1sw@-Y)`hhhcIPU|`e_-T;nh(}}uRb zj@$3(z2l)fetpNwcZ}VsyYpvvK7Z%LU8cL%+;!$%H{Ny6UH9Mh^SfUD$PFL);zxe` zk*7cM=0_$zYW!%+NB4g8y&rw-qksG8;72nb^L=c?$FBI;T_5|_$A0m#10Rch-2U;7 zk6-Zd2S5Isk01Q_%-y!TSKocX-M8Pp|L&jO{mk9R@6LT9{D~_*@zYN{`-zjE_6P~P2D%o{Fe1wKm7LUZ$J6%zkd7px6}8z?rXho z?|s+aclUi?zwgK2sr}CTzw_!p%K!M*{qMSe;=66%o%-IFzW0Og{rC3{d~fst;epTt z8y~pnfm`4?SZ}rQV%*GT>apg4_^1+Cm;OggFkujPY)h?aP}d~Lro8L zJ@lT3KKjsC9{SNkzkTSnhsGb)JzV$ju7`j7aQ2_>`sccT{>t}t-+$!$C;#PlKe+M- z_y1rBE^^}!fAb^hM^!(1?q5IsuiyFCHy`=jBj0)C;3MNd*8KR=N4ZA>kG}WOPdxe$ zk3RC~@Bgjt-**1noBuZbldhk<>nH#Hlh=Owk)M9$r*Hgp{4vX8^^fg+?6$|g_Shqj zJ@we}#}bcQ9+x$J|Lo)6ef-~lrv2H~KYRRV@h2{OBKpL`PyFhM15b=TDLuL6 z$;+R-=ufF@Mv0s1wKO6t^ z&j0%0e;xQu!*4$GoBV&j^wb4Ujr{iN-?jhl-M@S2_u=1v@%MlJ{gL0#{^9&TeB=*L z{ITVaSN!px{`jANJoU8j^zNsB`1GItwCYcn{7L@vXa4-?|8)J&>J@XE_mbnZ;Ef;`R143oPF!+w;q3M^6l2QZ+-ijL$*UV9s2WO-{Gx?&pdqN z;m;nv|L`kE+K*g!60di3}2=-yfL&Ntsl9=qY#Z;s6#Uw{0L z&xyl*XY}3J_hSEs{{8(A_CL`-(qA}v-pOlD{(itYux21SFfw@a;NhX(Q>#yX_SAF3 z7Ysi)a`wm{M?W-XAAA4UugABI|7QF*e}pa8aA&uON+vffC*zH9?BUn!wtYed&49-5JFi29~ zr){rm_vUimsG)j#*yA3~=kp2@t-Mb>(syJ~<_4qIEt79`w)Vlv(du+)Su4wYE+>nB zIrf*=WbQS5;21_D%~{20R55l7IiQL1V_dg@%qiaK@y>!lqP*!e;L;^HZ3zw)VagLO zhfi06E0o|skrJFqou^5iC!J|Z%DsI0RJSP6M0be=&|eWFdByRFFe zVvg8J=FBobgRhCS$lZLwB=fcSXd$k`$E?g(&!PUxt0t9J4L(_dDz+C{UT&z;%3Uw`;k}2M3NKeK`jvhVI zH#9OeI~$M1;)&EkS?bK@!CIMuz$d52hlfYTrg#(|=CfrP8!?-N)a)sp$>9qGydIa` zZnrs|9;bDo?DeJdTp@2nc)(_LdpsVuQ{W+)F;-D1_i#d!!64)^Vkoj|{f3R}*0nb` zG(_qHKD%+Dxc23FzL2*R1hdN>4242LzcLy$$O1VoFe-qGoL;4Zo>8H^T(ewE5d#9! zq$B~TJYAt3Rpl1<@SJ^c3QX0_&+23p31K6cXd`e!52*ppA}jkq5M{`*)4*-!W)$3J zE~4Php$J96O?AX;)ETc;*DYW+PYxB5dNZG$7%LQ#$-{?ZvBQT`DQ*@U(;{o_s2WeD z96h>VaAwA0IeD@-FeUf`hP)scEQX}PP*c;<(bm?{5ejj&@_sSra^-q-eSH?o^mI7f z8yFjMZ!+hnh6160-E8jYxa5-EyDzzP8 z9&=(k(gajYN7^w?Sw~XF`y=WT-laa_cAYLO3hBh`)b#Z9%;f0kR4f*oiRXAe(cd>- zuvk5Ax0}x-rbhbvr{al>(eL*g&1P=0ub<1y`^|y`xs=Q1I6j}r_J(6|{KV3Fog3ft z`vZfg=rzM>%@&Ip|Br6Z=N(R$$5Yd?X3d(_tJ>GJG~iVisdhQ)Ydkg`?=+cAPJf`f zzP`S$wmM`7#~Qu5{3uFKBO z&d%V8qTA!~K&YxFynfGFXPtHCnP;EbwPVMQ?OQjksSb2*X!N1%1mRV8ZQYt}ot@j- z8zOc*zTQ{W*tV&Y+a&Kd<*^T^Q^`1p#P18+9d?`5YRyayzK+)$Z!|SG;ZLnf1# zoK=3iE9i1K0`(jAo_+S&J33k$LSB!@@AC(Z`3%@W6f_#4*OC9rvwwT;x#x}~Bxlpc zjT<*@*(`IAVueCqQr&6|C zK$VsZJ8K5W@M{#9_9?3ei;`Pt*>#H~M`6Ul1QllpPcI1{ag-4C!U$C$E88z@enlI= zmY!q%paW#t`dN}|fC*f3Kp;@!8iFcu&1IPFnJU+usXkk?PRHr2I-RDFN#d0&WF?Em zuH*ZL;tA1JU0vfd7E)tt~sCQwPveX zXLR_3!JyCOkURm8S!}FzS#_zYsi}-LP+Q-K4f<6vU*PzAt>JKOIP5nTVuQzzAAjd~ z4_9c8$CFu(&+3DrhQ`Lmrn)MNMK2Xn+t*cj_2cin^Ujoe^`>pxxdx1p!xP?XUAu1m zx^*qi{Mef>zx?t`FZXcy5|xWqhoQ8Zs2l>PkOds!nqYVox>1taj5n%+X28{l-ez`Z*mN3xLdF*P|j|FK}D8> z%5piZF57Jzi@R;>O1q6gk++FX%7FJOn{?|OJ|X*WfghyP@(4}frPZbTCi~LyZZR0M zo|LtDSADqNZtE8N%#&eR8?V~dw$1D77GH7?td~nqyqH^Oxi~OVECHv$@Q!>9oH4_@ zP)(Y#N? z-;T}0j(vdXs{S^c`?CHvgDyTfgI4D*D082q4HnaFK5j-g3)`3sI#{OqQhZfjXQ{N# z%lp}EwaCwA{6T&;U|IzBvOWC!0Omvc5T^$WRGm84Q$Iai-*(Gj!yeGjv7YoZ>7+ z|FRe(>K11Sp$tooAHnc2h=_0XGH+*}h;NSRwmV> ztV>4u_Ok0w{w%FO`LneCC4csOJnMO?mbp;XGD59GBiD!;gQwc-t*NQ;@x%GIBVmmu z9)IJ|;7lfynH(3QvYQvRVI zgM_=2j8-uoPb373-onHA5{w9#YGT=3b?y2!4K*+~&4oPIC}UC@X;o`8Y{!mOPGRJD z->hr&rI%#GFVgX>q!*I0RBwq|i*_d`M45#$tJsMogUuKe7K*webT-&BUngrNrg@fkAHrv?WHCq~V7TPy|-5@*7CThT34Z}<3o@Yn*us;cU`mX?-Ur`9ktGczGc zUWz7}4JfAJ{BpOTk%WCdpo9TG6z2>+pbdG`sg%!0!|~ZnG?Y#k^zN#vy5_n%IKrz| zZ``?a=f<#6KRh^iST@zx27O+;(Ilj~FvimvG&Do*`M=TY^>NNzzkdDtwx(n}+0v5D z=CM8r=08`~OP~SPD@|gKg0FrKdt0Y|2-61}TY=@Elk=e6bD=|J=tbOv02SdTd&dge zM0t`(Rymbb0?T$8T8L^lK>=YVZhKkc2acXvY;A*!T}Zy#(M++Nqsd1Y>x*;bTW za;qHcX41u=S1mO`(Chjf;|_S3v2HFUquocs%<1!uQ^Bc5ogK|AL|HS!nUkD8zT;%u z$sL9O#?H!`gPdnZ-H)JaDYjhHUfnofk$`ZVCjI5c8w7nFTpivROIl&ERwo!*J4O;C zju4l!4-V|XQud*;z9f9mmu3YY^rc ze#zcv)^7l_Tgm!maAf`33lv=>>zBbTZ~ZbjvWgf!lDrJAD0wS$HG?aznmsaS)dFkh ztlDx#%9~9@?~Z1A16SWJ0kOc!)8NJID$_Iosbh1paEpA zUgq1?F_zr@ah#8%NDnY#N(Zv{F&G9-QC%l$(n0cuR80}tFFB0>@&`xS2maCRsnLO?9jz0vN**&dFa`{ z%%V(GtCQ~KL}oQq*1!eK8X^_VlIWKn<1h_efp0YENR42*u0Iy<<_2I>)tT+xTu2t< zJM4~bZk=l3&Bare;Bi0zft}kxzZ}RN5dSTme`LNUMIjuV9V+<=!I%Kl!GHKl0m1Di&=&E^cbg+dxSq6 z_(N1M1x+&j)9W5Q6)xnH2Ti8IiOCVyQ5?y`9nSb#mA5J?Ja^(bnf~c@_m79SVydI&^+ZfgT^_4$~;-6mmYn00=&q|an**fa8_5isOCp@4UJLxG! zk5ELgR*fJs=nC8q{=?0QAS$e#45p{7r44Y!wTu8`M5S)MiqWCf4(aq(w|jcpHys}x z90bGkh=&IT`lI41uQ!BTP`;j@%_ozg(1gS1fkhO+7uq^Iua1hZ9Xs||uOlAc#$|J( zqb)5*eAS_i8%ah8=XG}O=Au#Y53j!3Q|7&e+}bT9xgpvH0d5EVs^Ruxw#)6h4CcqI zADvQ_K)cQijOATd*`8oi3^N-BbsYg)c-tiC~Ia17In>PN^7-mo$h0APL#(^M!i2Y`7txZ=M>O86HOMfx~V! zTTGe^lExEbV_u)L0X{=iT-(`sjqG~<`2&XzpBNsSoJKex5s$sn-~ZDd&Kh19Pi&u_ zp6%;HiZSGOJKZi_Vq#*r@90tFme#@4jtUnM2lUFW?|=XCr+)X>*WNyc4LmbBG4)h` ze@~AZuc|Cvk```Ml`a80$zesh)Y!NSR+27Rg_e*mO2HOM7aP{Bmt)dp*;ON}fmV&I z23oa})vy~YaJISvXR9mFT`g#|l2(Jv8wE;0T4Qxhjn~M>PxYNRaVi!?ab7-G;AJ;* zY4FAe2H}6ZL&2a!;u50+QC96h!3BdlE;~+{-3%w%gEG!v)anJ&-kE~V>U21rPOEya|3$)RET^JO#@21YZi2>uBC;pnN6lFyY0e zv8!2W*z}cWFLNlU(aawLJL2!_Y3KF<<#z|NdU1qM{20-!3^s)2$sZ=MxMG>~N1BhFru z>_of85=A#hqG%L}GQk2*ES*FtucAXY>gpx6e!xe zOY8+TOI$>yiTu$^%T#D2Aw0^yn6NOdXHYurFlK14*sh)7;I~+ zt!-=b`?+da#z_mVkV?Gu+98-@qlq4!m8{_UYzF2OA1&2}qFye)CYKkrf>WOzkK>A} z@TR>8hIB@ZrrcCQL-m$pQbOf>6M$i-n{#IHT5?pw=#xTDw$g)uJXekx3_!l}pU#)BRKtnCDC$R8~5~+;ATi ze^9PTK*tZgPG>Z76BFa(6Djl;^&+{Xl#JEp^J$|$6s||UE*uQkp_~)NgdQEhY}K`O z^#}vq>&vHSCqP!XjW`rS$3o(RK-GUTS{sj>9X0iBTTraIp>^%H?c29+T(h>(3~SlH zX8qRf2nF5i!IZK>HJOuY8Ws|OCeu2vb6e6F|`W^*jZ;%!j8W1$wE%}P<$ z-GJJy(qng#9);Y%$&&+l(G~zVI82&TCr8HMcp(8Ar=S^Jrl3}<(~pg#1T@YS^az&O z;nKf`BHm+}Lq3jzf>);bN%iyNjn35=UnWY$|UPs_o znM_70KfAy7!gG;W+qR*j9<^b4-@5gkJFd9oyxlwZ?Add+l3ds#2a&5CK|Lp4*23V? zciuU6+=)s}hfc~2?`JE08=mX~>XUsyeX?~Hr!U~urLzT%-XI}3XV!GJ4FCi0nCWV5lXQxg*-N8aq~J2?rD%z~m@b0Im~-xs7rtqTF!*zpsmrsDB< zY?cyLn<#%y6`7nUA+&6SgJ-p3B(O({*Aemj!2rUpnJlljSVU1P6_B;hVMB8}>QOnU zw>cepqu=eTX=rGuua89Pu=S8e5BRNEUW?BgjMP(!b}XZ@I?W9Ybz!)k;To<={%S}N zGBYECL!dxkpK>~^APKVr#~>^FPRJI_DLFB4;>6TcJX0v#yQ7mz3wc2@cjUjzDo0UA(O`AH$NjAg^7LV(UJv+8;+Prz|7H*CF)zv&VJM_+5 zZ@&5FYp=YLhrgT46_Ue;uz?R8Jb;?#e14|y;L9(aJUNyGHm2P`??qMmGg2%_QrEW_)1hz<%O@fVL17&OQ0-$ota9vVAs+H^ z7@ne!LvRKaPcg1q!UOx*4opgD#{*ml$E}QwtVs4$WJNM;MJuv0whVhJ1V5|_HUvMs z3bqKtb_?csvpUCHR9^3(95bKG^9c5b!(p%0X3=Y*OeLI`%4G#UolB4R_xF#dQpr>X z{E(9oV3a+uLr$LTKY8-xOjbjZ8wLDYk?(QyT&N22)nmb}uv61Bamd$fzIVL`H3SBo z!DMq=P^VBZXrL&xT8(71yK2MLRSu86ijERA)-*Imph<&%iXghtgEd@@mq(kQnVgxK zoKB^)`5t#JckDRy&A{jkw6$4}+JB8C_OACjb=Xrm0WHx`{5*z0Qw;M>BnoDX-MrdS zRo%X8*RCC#+P7}sNV$wgt`!f0vuqnTZ$J@4olO&)n4B7)j7`TfJ??Do#g`5qJotLw zct&e=I}s#vxQxr5-9QU5m4{tQG?F~LAaIm1P^N(fR(EV*?-1xLv#SLF;QGApD; z9usD{37Y95-%4OJEyinH2(y(k`N3BD0J4#HRT&pWw-qD`E?o)Nl6C@!t7Kyd5oKcu zN6Aj0n9kxoTZ*7N@I=a%bpcN?f?k=9TDFF$^*w-Kkb|uuRsQ1WsEe&3K3UXVkG`$k zd(?e+jk*te+Oo6b_A&~s<#8;UTbr@YO%N0HP?je>gs|nmlH>K z++?RAbUdBN=L{zNC5#Qh8RY%OeExr67UTqNKHK9d8AID;e ztZ2xlqwZXF15Vw947u@l4jr|MW_y2N2Ot zpiv=gBcwR9IbJK}V-r(TlM@pYQ#h9<%Q{}rnWtfg%FfL6FlcjXI)fR9LT*V$kU4fg>;5l#mxU1XggnVle=v&U!jMQX!7 z0~a4cRaJk?ETFQtz>DHOsP87&3^-SS*K4os+_`nNn;(ApFMs*VtNkORS|guJrVAJp zr$F~%hFV96j{5WjZFTF`t*bY4q#;2~zpnJp1+_`}V2Qx0jRw z$UG}DATh#ZKx%A789=A0ln7r^DMCP0D-JwG8Bken(9Nm=l8^z7sC$x86Ug^yz3p4J zZ0Yc!hrFuOhMKE>0p#f7>hRD(oht)X7i-DHJj(@#jUBf$UvZ_+9DHy%iNsW zqGe)r(A2NZ8-X-+d4!!Rg_j@U#d#x;aabOq578FVe0Y#ie=0 z9#&JGtoTpWj7w9T0>+HuWLGhY<0+X>QM;IT=SI#M99hu}4svA~J}gGgS(cb0=Tt99 zF?0sCR74M7WM|fCg7j3hO;*CAQUaqx#xS7Mh@3CPb6Sz}(t&yvPl*bkUd0$oF>+3) zyD4%`m6oMwW98jAH*!v?)B>kQ&W*}$Jgvz2!qoz%WvEEmKZ=|)D2kl3H9oz_c|V3$ z`4}mmFg~e#jL7-+IqSWUkC7?i5%~5g`Fg~?!&vTOW!g&d+u4{vf=a;uNJf>;&94N9 zxG%xcN)TLWB`jD!o2prg=j|87eU(S-=8JJ( zI}OI2y}nqgT4&H%rt9Hznv>O`Nvmkq)S=R;M{Js%ZIbEV=BW70rp?dv`i7=9*sNyT zNT=8BaKzTPkGixj<0h;XrY7Rl{C4Hv9kNywe^%e{v+_JE+c#OviA5=JlNjF7MmMvK zu0G#9pQothQSnT0MW09TC|ZhvB4H%+`Z>^xbg&9d8i!#ejl;0Eo(3Gr&4sfy&smLC z>Z-3%XX~-MT#gYjCuZGK6Vo#RPG68lvBuqeT9U;Rbb!jFiQP?QFNYlz2ij&lKzEu>|! zaSqwf436w)1~=D!uE-_S%!w-2^Ah6{x+P-;F42Py3YVa>G2;>*b1ZVnlC)p8HvU7P z{fAX)^kJ3u8zrqCFN@a~tO~dS0lTI!4yR}&rF9|5=nvTAK6KCtn9_Msk}M`k(BxC` zcobQNOge+ZRoP5NwApNSt1+KUzzG_koy}^c9y4MFcKF@_p9daQ4|bp?x>>KGa6mea z5JiD6@J3%vQ)_E$Q^2Le-}40nBJ=p~7N^^77V{c|*;3W091f8KdWYL#HsREjPJ-ac z=F!*5=5o0pfA-tsQ^+TcPmbf{7+$%VQ5j_!nz)Veh|t&3 z?+6<@*a<;b!nue~6*yEIzy_t0D=?4|xahlN5`$uqdwM=d&K0PFf&mrETf#MW z?^d26VPLr61gNwOtcdGq35vXPwgUb+E3l|{3R?kPaRqvLbCLYLd|ofbC=no2P`W zUY#RFuNJSF6jkIVo%BKB6r8?lh5d0WIcYocEf?-n_!`B7{A{Bc=5A8Q3Ns{)u#om8 z&uhR(U&qlsE zd$uwcBhINn&6OjiQ{s?{BuDTK2Rq&cBJ*=(-r}_*ULG&uBn``U4$dqn zIDZX#{zlbcPpKNL%kH9tzR%A^k~9Kr#xj%0d2c@Igm?b1s#%9g@TdV zcG+~AEbNnk;j!^(AWP?rRaIy;W>cgIV}$}D+C5Ss@66)Zv6&Y%>9k-aZR+zxTdX?J zN;2E*o?tc9OSR3G$z~+Gr?#cJsmAA}23`2GR}|$&y2DZsbfJbeRL!)7Lsp@n$NhyS zqgFJam6X<5RTqgwdUP72*`PO2^^BD|79nUZYB*G1#A5Oqeg<LRUC0Z` zWLjUA=Y7bTW}jp-3p1g5@vk zGWq-z7>e()BO5h5JeCr*I3yNum~gmTLPbLX|A{NO_$KsrZ{q8M7EOU~s;dsT;K#W% z_CN%GZfb^S)e3sFG;mGO&sG`z(76m1|+#H0U2ubt=U^nS=8q^E|!)uW@R5HCc- zupLF6&TKJTJpStXrsn3lAR0cRT*YjbxB^ZvkqOn~6u6Toh@;{Ky&v^fp`bwY?hT_r zgwq+lUUwiIY2C7W?-@JW8^b6z@;M!vY=(2mu)YYKKlsv%FTVKpcv@S#VZ(-1%^D4I zNIW}TS4r1`ObTa_|3qil$cm6K9Q=2cBMEAuv}aIORoWYIVFY?~FljHj=!1F^pLF2D z6E#%s$jgxTc_75EII!(gXl}x{7g-+gH1KsMwevJb*dAEeI873^2V3K%=ct=EN3|0S znvm}N*`!pRH#B08KX*_N|lQ-*UMG@xJ;GxElxNGVDRZ_4NivOh0-3A(c`m; zso`VCj-j~D>9N_25{}b%Yed26$n-wKV5 zsA_<>K*`=rS~h6Rt{QNBm06M{{3!?i?bc?wu`w$;zfnpM?fdK#W7zT&X2oq0bbJNoa^pNGDVDfp}Diltx4tn$%7z}vLZ{&KxRJ zt8`VN07_iBEy}dSLNbME86)k@0WO(C)ha)< zX<%KP?(RUrpfQm!V&kr`L;M~bMm*hJ(kh$MMq`>gt(}5CDm!+Z)^6E}VcqUD_xJ3W z%2X907C=>xqL0Y=X;kzPH86sds;tF$z$pF%gMv?t1C*r23gzw=m2@9L4O6iY>Ar%4 z5*P{;%T-sNUy9}3o49SIRll6QqxsF1-6eY)vjY&42GBoEZ2*+H6yEMSi@O|eag-Mw zdz7cU1Uz$<$}?9Lr6~$pVfo_Tb0G(-H=UlI@CO`PAvJ;nb|=SXAU|L}q9spmSu2=o zzF`ILZ-MDpz{QzXn>zsY91L2mkVAsaUE9*sSnc(o@HT)V77q@K%T`F6c?PPpXrMY3 zfu$IzBvD(uB&alYuRpSS?b@~N9UjkYEH3$L*YDcV+0jsk-neTvY*^Q**p5`KQM4UV zsUkazwxhohfu`1$X4sB2s6vs-k=BCJvyXgSE9S|xwI73*wKc&NHE#LDc^S?IIB*#Q zQZ1y)HYbBA>Udjdj*j=k<}B%WTKQsJvDif)z4Hm2X>ASRMD?eFw08wdmtiexZH86V z+6=3zwU?XoQB~(NXtlo(gH~k}&3Vyz8c}3(rYMJ<=1hhMZ$Y5LP2^HO1=+q@4tp`q z&#>#6Rm8AYm)CZoMb!=SkNPoc=FQza7n%;JVW%yJyBN)5xK;mq9&WOBimNrRr#B1< z7{zIUK&e3!K_y@ut%&pFycv7v&bXlry;usd=Or79XpK&ic*oeXXk%5Dd1zJ5WS(6C zBbnz`wty=0h(3$4@MwMa|%UQrn98$gVz8bTu=7)LeI7Zx0jG+ z$ikIZtZkF^WdCR~qj82pReqfDC=_ytKnV0qxGE9;Q9#roLx4I#9$7*1K+{>+Z|K4A zcJ4RYd@z>%h|=hU9uJR(5-7C_nDyD&SR$|0X(<3BBUc5oiqIqlSdq1_lSwYdgvnTHN&=9UaXfx6@ESX;(Jm@oe6_vB_ylA|;T~8Mtgd2gh4W zi(@656XszSThNNi#vX@*@M{yN4k1MF#+z^9SQCb1)Sy1&XQ=wJ*k@c0BV{0p8WT1B z4tV{6Rro^=XAWYp8WX7;^sVeDz*NSOkMXpK-YdD5uGc zjg2K_M|OBHpSKv$9S2fM*Gk9coh0&1_8Q~F0(pv3iZEqxzMuj6+ zNW#8EyADUSYY6vG@7U0>sTEqc%CAQ)tqWE=*G%=FjWtd*8sl`&QWHQu;#7jcY!Io& zfIVmBy-XcM*o`OB9Pdo2c2?oGf<8M``s`5ciI4@yA1oG&QG)J*Ie{gLA;J-l4-ZqC zSm*O;IP$W3^yr;OWv}{_%=>)3p==hH!js2T;0=h6RaJ#+@d^fOYvF=+yGBM({0ph4 zm<*^?Kn>~)Qq3bh&~%~MS)Qk3L5UpiuC1?cZeFu)^XARX&6_u)xVYPR^eC!4=^7P; z@U%ycz)3tcCi6#+5-g*@lJeS^-~^Ey5Juo{Cpe4nic;YWVL`j)cXNQWSf$?2&= zOtQMBy)9giA^u^#WkqWdfmJCMx7dnp+^g118 zWDAW(BTgTPh`ypw82`Dd$|le)0#j*0Up16U;DLt_De0(;HRudk+? znhf6BqvNQvz~$^{6*X&Wh`|4B?daUzb;h~pp1ZRn5;UTOGoIA?tJ+b=xxH%xZUxBa z4W3{Njw`fm+|#vX`|jOb7rZ{fge0OF%{MJJPc^!NdJ$$b<2fZ1h8nf-=nMwC&E@n} zHN$&vYin(&^=NqxKB~c}C6hFe7jzbfqoKjC&x3!bvpQ?T+ew=L+tfO~ycdggP^D}E zs#Bj{KL(IAQsg5b`Ck;$E98ZOS(vvAL3+LZGlyz|?p|A=pKMSLQJ-2T7WoK|1F_ z)+#%79p<`Oeag-1PW2lM*jmHG6GZlY44Uw#fQ&3D-tCO{Z1ILaZ9~>e-!=FlR-@bXv zrgq#W0loy|#%=y~^f_!+pj??865+Uh#(;|O{#OnhIDD++opfT>JJneiPn=eX*sV*? zTr?$m+nKmf4g5S!#a49r zQ31^d*tG(M`3_@Q{=zrspf= ziI>B6vV@H?#SB|9Q(V~=N3R~bplDj=0W0Fbjs>4|GLO6?of4zO3O?1&k@g0eEW2@kmeqOVb5M+zC))q0D{{6IG=m6O&CtD3ZCSRKn@ zWvfGZYqmPHPK;iV>t!xnf{)18`g{3k79Gf_D>0>@*?Bz*ZeD@EIaG{uqg&+|$Lur! zS&YNtp)+DiW}<16(!o{LMU^SUp0SuMXB1Msbw;6D_N0~L6zN=H2FRe2M4cHcgFVy3 zd(blt)iFp0(5Fb*=UTk33_E4A8HK@7Dus)g?8=<%X8eF}$CZFD)n!a7r*w;SYJhxb zQ&*-<)n+c(a7Zp9st*-5Iuo0XXE2VgfKy__!&BJpvFw*!I693VICD^6NR?`GNnkK* zkSuh&O)j2ynl(MJP{|a;cX9C=?uD90f~y6Y?tB_^FiXgZG&Z{2_%5B75w!H(IsBr^ zy|P|scWo6TO@=B8X{nJW+Zy_y+98mCT%Gz%_3AS@Cr{yFVE+vbof`KRPEC4{P818& zS%UkEEWI%?TyW?1X<%tJHuj*pwZ2&!THlN^L%Ca+n9cS|*Px^9uzsKOk~4576~4u; zU7fr29q&Ff&uzw62B#)_rBBqgaBmn`W{fNvojM1dI)`qht`ruH+85IbQ1)%aPf9bc zQ@`z?IOrhde}_h$`GIklGGV7#AC<-uGX+1t&(YjaABkkqP%%=U_pND2AywZkjLpnO zrL{gcH)7o9*u8Vdwrz=2XXn-(sfG);PobY?w=gsvi%REhUdz4Z+Q;Zkx~;OFiIw!s zj1Rm`SC^`KW@dRbK z%$q*S3H?QHdM;d9OXP8o5Y$a5&26ZJN#Yum5tt0BT@?FZa+MU<)G6N02|6c-`#<1N zI5=UXh^w;RCtOM#U&pXP(6VN)YD{Y`J<9SYX27Xo1Xgh`M>G9yaC4VIE}$5Oe89?> z(h8XZ%O6+&&So^XtIM_O*sJyWVf5UMCugVN1>u0D-K5Q+ zeZlxFViuW90?sp4&)9U?33wVk!fYaojRuzt%?u2Pbc8HM&H-1RN52-&Ai=Ua9^bfSGb&70x50GA%%}4f_o^*h)~;#@Rn^xv zz{^6IWi+YPQUA|wj0=f^#G0UyEvNe5LWhL6k8y`_(H3q%6a*O9C+Tko=6hR<^*OsA zsHo4WNnuH!qr@5?meuFw+lA<8bCl=7X4D-NY@q7%^;rE4>gt!yXV40r8o^n9c%xKW zB;}~#3$EJ0YACJ<2&U6G5Os2yjJW8M^C^T6R|NvKwY3m#oYm>CZD=5QLPVydGB3!w z!GU*hfR=m_6b}$Rx1!H*E7B-%L8*02$CfQ%qizHKGlT>xPc*Xb)Uj7yef9M@o(S!X zg>=F}6g*SW9<|S{mT^N~%&Tl&s2v$B*^~~(JNzpbeOA8dZ;M;k`KM4wn zm6Et%yub83i>v8S=BZj|Y@W-mriu~PnVsRBBQzM!OF^3p)YZIH-EYl${m7}|i9{x= z26K>Rr-Rj~RPZ1`7qS@mNo+s30Bm(pgMg@k9IQtz^)*4~FLZKd; z3~OD5#jf=^Tvh`D4p`u9nu2Bpv)#wmexIKH%Jb=1av#od;Ds`vkzv$sq3Jg9Kyy01 zedqQ~sL<-biSkWtxO(}-81_eI_q3RU?`d;%HJ!CB0u z7jXb|#8AE{a6_k(g29O`YUI)rL(z!cM1>9o!HBR`1oR1e?GWWD&S>{jbj;61+ir+Ugru%BOcU+p&Bf2^wg|c3kz#atyc$8mN0tiVXCaJL#!GFNf1#^?ZDDEtYwC#w>!VlxL&^2joH1%CF!-vss=jVIvQkVO!pVhUUq`ONIx17!RY~ z=m4LYTr)Qfpm@+N>XVWeZd3PQ@f>BhsE&b%{*mGs=nHF;abQ6m1RrsB`%HBdvbu^< z(sCal>_cYXm2P$+A<5}o~9U4TvF~8 zAu}I85jrEf`{QLEX(;ZnI9s~S8lW93u;1H**@U>1sUZE`-j+AhSR}M z(-Sb4DrVl*t!cynh@RWFHx;5Q@}s)S~Pj7UQ@G5PQ^pTfE)1(IBF*4|W0a zp)ehD8KnDgJyqUNg@l)hj~_pFY+wdsqD_85T26_|D9zIu0s({5BJpyF*O;CDaD78V zW3At5L|}tAI|E4D)CXXxigBYkwNRnTyiwO^Y+7Z(*|l6IlNGFiy7rBmH*ZxcTI zwO&qt5Jxjor7zi%#& zfup-!bENd*%AN8&6ker=Q075_f$}_1)2-0p>!4m#<(O}&)>fC2SFEkA4%Y;5AGX(P zHEr6|j_b^Iu&~I2LVh2AMWGw6MMkY`;snwt2u3I-8nWjFiBjjN3V=tv+@TD*)te4w zSmqmRj0YuV$n|a&vXp4W*+4W%b2#jFQG|<`l8j#54(>(?x!G)SIPFG<0jZw6!R`eM zM*J}M_#U%>k0JQQRUsdx>lc->MardY$Z@M@E#@16_raX%vI;adlA(dR7Ap3)T9Dh$ z+x@GzZradNT~*&$U)R#wTpcnaZBof!1DreP*9SISb>SccKB!WqVt5IM1M*Xz1E=&beKk>sqRfIL@H)H?G^R z9%nccuf3GO?Zr*iQCB8iM@j3jO-vj|DBvCCBmN@`ycX&^cK$-{!l@&dJv%+^D%JE$=#J=~SJZE}qo_ZLFpoBC zHlZP#TGj6?R4D7WQ%!#XSxIV_2?se>ki9qD zwbF@}z#jTg;cm%tBwkdiAjtos8)8`e#|^A39>26Th*RN;F9dXyz9mfaYA%bGa@mtm zF(K;XEXD9@foZNUQOp#Sqf_kZn4hP#P7Ej{L6~ZxO;E;!;v76lVVGUP+2rEJv&8hIrI3Q4#LY> zz!|Bb!J(;~gj-PP2)$N7VKgd8hvOSJM{@4lJb2~6G zo!6niw~n$)ya4fnhS*xIfXcP_?Bwtynx1lISKZpp2=%tD>e#V!=cc_Ep9^!X$!|ws zY>n*Hw5`Iyih7Sp%A)x%8U@E`^vr>SZ{uvm@DxW!Mr=+)4=+j;A|oo*y1`x~$BW*R z8nNsaLO{W+w>j3&VjCOR5>VA9Z0t9&pmsWA2^(9IdE(hnoCe_w5t&ETpt9b?k44TZ z@(9&!vYI*;O;paH1G3yflzMn9w7j4+1uPayht1rCV!TyjB1W071*TvS@JgGr?F=vN z*dlM1_l`!v3|2&M&}!@$K?5*#k1st_7L}n`tFptDna+*MEbjSBWuUY(DMAY@#`#!E z5%=C;^nRA`z9A^h}HW6%`kDDN$2tqv8c5HYuY-#k?-M>|lz>>r(wW z!66%lHn6Ba_cBW2Q-nnfJ_oFySNGl*)fsnTvx&LnB!YD)zC*>?7~0uVnsgee6ugpY z^uj=C9r{uracQ!k#0~9n>8LS|jG@m6Y9Ixi*XpsM)&R-^kySLPM%7;a-Y^v-4Ns;E zq8?45z^uGvge~lKm@PQ<$C-W6E)*8ps_Hwa$$RIPji^ss*WL!puC*}&ixm}f4)n7? zFwd$?mY4O%lH^?53XeUVH*> z4juldM@NS7h~o(aq_skRB-#ZXWU24ibMYm3U3|&K7hin-8N1NSdh^=WhWeUFq{^I( z&wva#zg$FK-O{lghe>%<+h%d^7!u(+O^-b}Gdne%;teKTs~z+Qt(s_r7a|QXuAAy2 zRRJHG_-Er2r%oNm0nNT?=uw@RJsM>ziuezArn(|$sw+~*Yv};9AS5-o#wn9Jc`_ac zxrZmGW}#7&sWi2Wlua2r(yhh0EnGwywfKC)rzll>YIGFO)mvxH<9sfi=z^;u>2x(v ztI)QQ`r2?6WMrtyi%KC`gEsxB!vzTuFOFJ9MyjB8@d^Y`+1p!ZPK;7@S3Hi8vR1EK zySAYLX_gHe*RNaM(%ibb(MLwQ##UQ*^r(!+qk5w*YB_qeWffiexOz>SQLj-g1hT&` zRG+fwYc~}N@%ZUHsffNz_7xsiZm6z4ohKGgBoZf9c@x3+Z;6z3&Y=hd6$7w(VfZE#0 z82*B@+Xh%T`}Mq)E?@9C9lf}*0VgL5y)}A11!EwFHUJx1YJw(Qk+)^bsR?XIM3*GG z6Ig^jl1KAZ2ZBNkwIM%&PU1?o<-9gJwO7{mHYJOz#!9`ot#*Yx$b4wBRN*Zk6(jK8 zwM9RJvpk8p zF}suamtiaNZ{;`=R8|TqQ>~XnypsB;>sY;U=QQytp{73V;Oljptu`pwHEGw-0%TDC^nj5T%|_R8BZ=7Nhf?!o@E<|Lx@+{nn9v1@-fPi zGq1o=wt?N?NgZ8k6pk!*Tdgdsaw;72*4Pe8un+8JaSXK3vngX`v!z?hm=8tS2BObO z*@o;qtc*r~FV?@GM#X0>?gyd~yFa@~qyP8aSLA|nwt>+`Q_MCjDP4+?+v2G+7M&sWiu;+&VU5NaT~;IL=%V zu0Kyq{EzbQGcr8jtsc)-!i$QZdZ*hSu&%Cah}7FRtaXMwL2sB_4|JPMrcE;ayCo_< zd-CM7y}s$#I;+jcFJFA|m#W=a zSqiYesx#`Tiokjf2X)lC_v&pN%qpl3k^&Yy!(V6&v7m;QQynyO=O zCG#Rq=ef)#d#@*hQ}T`fAA4^a97md-iRDq1l~tKp_kk(^g~CaI1ObvD*<_PF&A!#s zJ(|^wR-@gK6r&9*R?ln{yMl(Ir z-P7IdZn6&&yl?|`-*={;H;)2H7C~yfc7)}IMl7&dU*>nd-+Mgo^ZLV~m^KRsv*z~) zg42|C13$IOj{~IzGzY8lfVA$dMzVX^{8Rq;P^yZ$U6(5%__v>8PSBG9yt{b(_yv5K zQ~7Hje|+84alVB9Jy?Bg3@)B_hehtC!x0oWYE6v^fRUt9t~5aWLF?w$4brClQoEPt zGnERA7and?9Vw1!YRw}ZjeatDUyMRiH+~OiEo0(y0m49(=?nT&5 zP8kLuxq!?aGkCw5D`tCX#KX8U<=6vy+k^fU%5$KsMY#W#-TnxYF+0Z^^ywuP>-59W~eGY!(ljbn}-)l{K z{oz?^pq>skxtU}_j>sf@LTTL8hV&lXCeN%>n;E#SjBj$6nSb>7HXCM})BQHzdR!Z- zq+;}qV7g}CUVMC;tl5SX6SK|p2W^Hi2X;P#ogLuabo(*|#DZ{9Eg9 zU00dw_{&i;)vQ@&%T!G~w7g)HoAInI?UFlE$kXP+7>oj5)-Y4F_}!X zF7!R!XQHK@X8XGp>-4LT;-JMgsAyf(kaQwS)8l1oY$#y|n68I++LOKYQSB&0$?Ppf za?IX3jyZ-T&apcUT(7qfh?B{Wa&t)*8%~meyeQ*U}mW%@CynK{)nj2qtF4oS~y^O!JLo zW16dRu)A#=bFeoGv?hkI!M;KQw3Y$J(?NNJ`G#vB2q~Vymz}9dm;(yB0 za86k=F0M$WU9IhsKwJm@xmxY!&0_K9&3YYWK*)uLFcTxAw(p879^f?7E#E$G({a zH;WtO9KA-F08o2-kr=>hk$|gh=DC+%dg;X%UV82siqTy-w>Ui# ze|l*;=HVouBvGh&;VI>(whQQiSz%0{MyU>dQDR9lRL5s)1Q7~UH}BkZ3DyLt_x!rb280`)v> z%au`w$M2JsuwNFH@Yo!dVFsB>5h{xq3V9HMMItAFqii~?Yj;o(aD6@70apiNZeyu2 zhW*1y5SBOt!%<%#jtbH7$))FBe);9g3v*K=s8t+~B-~(Qg`Wgv)`&%j(cXIdop;}T zcdg;@&mgJg{Dt!j(!f9n+rKLwo}(T{aj>VA4o!=-r^EW8Jw5o;o2}{Y_F^oy&QDa0 z_T5dA&5mNZtg}E?kU)~HibnXzVGyRpH&`~g={08VGYAJdIJQuPNH*od_|5p+khzja z^^&B$*-JCGf_iyaQ+U+e*p`Xcm>b(NG3LhFKQCj9c0BfFYm76HTuu+_-}Q{3PFHVp zE>YIj_i}ZXidBZ4ooZ$sGIxc?Ib&Bj*5&-RcY9|GEWXIBp|YBZM0y736&^K+z~dRE z5Np(r8VoW!IU*}U6B48?$5RuNNMHUV0X)(`AM0r^0GYsJdh{9<_}tn`BQ)9Q=uF3z z7$)}O+3Decy~8usx{K%#BcrJXj_PKo1^7uv;nSD+o#d;K#{r!47tTggnGr0)md4#MvcJy(WB<8 zvRr*|=+T3rAMbX3KHzKY;UjGJsNqil5giU^ADn|@n1j#mpMwFq6L21+S$OeD6{Vy2 zB=(lX7qiyiIW%hz>eS|}Z5Xp=ct<0~#F>~EYwiZeoXBi6w8ws_Yd>b(w)zLRF%%qP zA~g$EBLW;S+Ke9|9cu<#gDnBf8{d)u@r6S-$YCjWfNE>NOA7He0{1vRCgImY$hiNu zhbfyTQxWhq^w2OBkphqI z^>gbU{Vtj|nhokD&BhTn8@@sF=dfBxRtr44zrLa+tp}|VxK$o_$Dr}hJC*?!18Ir5 zw4kcvjCRZL#FCTQ-b;huwPiFTY=}7?+bX0PcyR8_@sLEY_K?}glnB?GtkV6-C(k@{cEl>u zy^+~Rk#0Z?nS&zT(Ddm?O=wZ5UntUDpd#I$Zi8DCN}0n=MY^pRr4uvqAnKGzu2+eL z6@P$P$eQiJ`}gszmPQ=Ynsdt|DNqtTew;#my|mr{GNA5Lon8NAXfnFYZ94Zi)E&bEU7+7a z(F5kEKfw}zQec!x;8;&iqdv;)ER{<@enaEP_@HLkTedIT6*2BlEo()bxBD_2^xq$`_>-3RTWo#J9G9i9nX_V9Y}7}4R_t9#o-49pZEu~~+Va+!tyAWn zK3WUg2o{1HwPo;5fi6qvPL^V&$#*`anNnV%^ZYD8HbEM;2V5cKkXQ|9<8Cri15)G2GHujj(*JD+>gYIkPaajI2t-YcWL7GZv92MU?%8zGi_4e7h z4-;u>^+%qa`&*kffq8b~3rC+Fvn8D!6aPbJCyu@zXuN~Zj@gdp-E2qmZnm?}&VW1B zlm)fj`!SI;zQ_3U&9`m!-$wp?^KG`~HW*6?2IgI;90M_t@Xjva-&~ZeVVv&i%WB|D5yT8a1I<=(nf zLzxwA{tP}EQhS{O^B{*P8q3jjrF&3b!?%u}M_Rj9kdUi+gD!4>en0sniR9rO%WYfXnQ4yLB zbOy%ReG?2=s8VzM^du6+piYGnBeQ4DE-jv*0%^w)I{=~l3M6E}*{&lUkf~=k?zEtR zqUO;brE0aOpJre9wdb!q{dB7K3sT?d4ms@;UJq-@lE_OYsv5dXWiiO<9K1C zhI@8L<-6k^Wf`tFzIMsyUj|d)(K3c?x4!gO4rxwtKmEm${)b0%fak5*mW@KA@f)1* zwuOGUg}rlV;D#;Kf;NB_9kejV55^*fvsRz8PQe?-kJ+G%7+wyellMSl zTHzvcB<)(?zRhvBx7X8*7T(Oih>*(0g)cE4C3xkYHxxi;i$;rQW4 zKTR{;1DR^|=-`ASgBp8i1M5NAcZMw=(a2dxC!A8}x<{>HpLv;5F^x40prO5n$o6B# ztv60ua}W@O9j8kU28+c=r3zMi*m^7c&9$|+)BLe`{M>2)lgubY}Q7&Xm*|KpEWkJ6Y-d(l2K zLiEs?kqxllA&qH}-e}iQaG_hKUy}s(f!_0|lT)W7(?cVCP=@VMy1&^+TX%37eYA9c zvyYbUKX}Iz2GP(R6uiw?6JlMn*943p{R)jXXIgSo5Vk}&5`qAME#~%j_e&ktg__-w zawWS-@O}RCwY8t9K^H3VNyvhf-AIXZI%Xr0bFhGuV2PYTQgJp57ec_V$X?mmt<}r9 zTsY*Pz-dYI^U36EYVhq3uHU$EZzq#4wumh4^HS+QtT6uM>013#rBYd6H^M!kU?l8n zMi&UfFre)H}|tzIgWzk^cpD~yR29xN~FjDa1C z0&iyM7^B1+!I(GR;Mt?OH{^w6%pQE}K4bO{eCv#x{woZZ_ zS6d#VIdnQ;-nZK*0@2evqsg(D8_pMENg<*-6iWfKltCx21^^@5*};Y7M}~JmU{L7+ z7%C=(x~mA?f{xIIk}8rUI&0)fXgj@0WMHQJ@Y|{*-45sn4UZ2nW=taCVtaWbM9Vn* z3G#ua+^C4#MRZ*E7#xFMG57Y{Z+})5htA^8yfDJ}@RU|VhggD7!okAZv#_AB?R)RN z_ulOWBaAEnIc@2~q`}+TsqO2wSavKeQTG_9ZUs*@WQ^^D9_(q9clD#kL;hK6LEdy~fo~c&!J}JLtQO==Km3kC zJ%Q}4(zPVcg9vO({{Wv5z{bZIm)?5{XnxY(9tip`qi zqL#9C%4F-lFLc959RF3=u0d8B9>_@0B4@UzLP!Tt?%zfg{x3*$#- zTz|hDX5{;SYri~thf#cj`bY5zI(zm#HR$X;`8l`8br2<@Q(#J=N6BuxjeT}ZNlZ~9 z>*P?B$T~SG>l{!oZH)2#=N$UF86`4Ky1}|RP6tDTCk2#GPB45gmO+8jQ81wa|tj)l8*ao3}QfVVPVXwL* znu6BU4}1rw_2I}YwLNM-KX|^)8^K5=w1R_BM?f)b-X=yGq0!etXQAJA13QE6A%k(x zY-!N#J-+3x)e`pNq;-SgotMoK{zL4NU$u70uUHZuRe(WJ!g-WH*u!><+lbrjG+1xQ z??v{N>~VxbjYg?N|KDn%!Ug;?=@7>zM*%?!O9(NQ5H8AX3r+-2Tdf25Df~b4fLe%7 zMRKB2pBNk?aOG4)6q&XzXejr_Ii2zNi4&>Ri4&l#A5oVThl67fJY1uaYx@mw$)j{w za%3DqM~0Y<`%qQlk)B7LF&FO>yM>m^mpb=6s&ic$m*ifl;Q*&lS93UKW?p$^Y3Y?$ zVB*c<;R1?2>$T?he*n$%Mqx!xz{_>!Vh@i(T=M|dN-#iUmdWSzj5Sx!SaSuRQ?Jo# z5N}Dj)UI#PPpj?pA)xB+Rtp;lp?*6CPmkoIcqfD68TERb6C$x8{9hVAC*6%wX#kOe zhsz*;MmR3w0*#0=3{rfUwr@r|wIbrLnG9+e0&^;I_1$eu@NODjCnb=aIB_08(bIE_ z7x1xka&cM$1@+MU{N+pVIK3Hd<~DELy0x~(NJdp`zHt4ck3YKp$)Whz!#YUC!hRBH z8vZ&1OOqmyDT|5~#!S3`nRvmPi5IMy7~j|+AI6;uKl#cp{n9U;jXB$U?{^!e&G-NO z&;R_LQfnVNT6%c=)6alM-Kc93s-=7U_^mrsalI>m?qNKQX&@)u#CS3aHhI=RHikJk zbLzyg2?Q9A9iN+Grtk;=*Pvj?F1<+Cf4<;>f#`8?D4|%brpGT`s?{!EzIbL~0$E<# z@Z!m{moIq=DFvdd+GJpzJ&7I>ER49M@FNvwz+ou_MN-;0$^_p2#zlJYW7Vn z|FEd20hN^@)wIWaE}w_(dF{EOXcEYB`)VbUAz6>jcma0f;ZF+gtw>j zc=7As+RD{Y0;cCg#{&MXovp{pVt&}zHNTHJ{ioKP{xfS%FJsf_EUMgT3q;46!UIsNUGxh{lIvQ6Es2^?MsT*%E5PmrHPtrVRvW`Zz0ie8E646plmy z#HL_2>j@Jx8S1U;@b9{m5Guxd+)h@1^D;J>#-ld9Gm83xICf$mw>;x?ym9$y14YU@y%Qs;lOQ}=T3B4X_}tS^KfO3ToiGYhheqa}dOBYy zYp8#+k2G;#E;AA1|@N72wX3)h&yFVKUdc#rLcIy@T( zu_SXm4m*})%!U<@oX0g_?ApO^YZ-6bC#8$t2Ct3zHq&eKpJ1o|V{51XV{4}`0q)MS zRH>77!|xRJDU!>m8^Cn5Mzhxek!%b5ej{72fd>`5vM2=$<2|?ySo8Kak)X=(wt%S0 zVU)c^N(NBPQJ=^*QIe?!_PtJTbtx2*@dZJY{VvFxo&)5P0NucoEC)xE!-D607D`N8rCLix*)w`C8B8?2q%H$s#x#wB0@)S`Jj00 zQZytYlcLK>-X8i^sFjK}oVi9_^Nh@&JT{vMjU*QU;eZsr^vrpraL-TS!ll>n=gtx9 z*tpM8D-?_QVy#^5tVFuK_pg40?fltBz5`rIz~>8uBAz4nG0n}vK2}f+yN|v1&K}yw zgIO$kG8v`hZ2t_4tWdFF*yc`?iO;)F+QEHHe1mmxvk!C{%qs5`llG$R!D$#A?ZqCT zwFW;J1)!}c4x**zTWl|~*H{zFi)^mRkzV9J_deANH_mSuqq5KMVGGP_ zov3BrL9eu!_{?cU0D+kJ!sawmIKf0pd;=%)8`g>ZhSh%Mcs*a(#gTjO`kjr<&COjX z6UF@YehJ*3IBHs>;b7~zy*oE<++d2Tii8kEAVtIiK_%7Y_;i@ff}VJ<)a8_5uoWQw zyMUv;dJ=a6XrGffXA4uHfEyo=2Lf<%hJy}4ui=WTYCTa3;TzC^7&kpQ?a{RN!F>+8 zO|6#>X?}7w_#9d}lW`U3CHdwX^w{w5$f*}!eCgGTi>HvJGCMMyM3v)F(an_bom{Vj zQ$8F!@%;18BlKiF_J6_U({;GJ?R2O+N+I8b*xR{zQ`xwMYSlNh=B^oFc{qvC7Q7IC zzMI!T&6-dhTh+Fl=hhJsb6hKThV$IJ%)2HI=SWnKr)WIG(Zg+%P=$@(8Jlc=)JNZa_!k!OVZXWVf#3C0_)Hd^cb)~5FF#H`pD(Z^w=9^9#fg`@t_UUg#{%)LsTJGd7H-zR1}lG0{7!YY~V zY$;8ir2dYw=EGE&po0>DoB0QoCGWVj} zUN&4_w&(t+b!+z5jdqT?Zjf%qTmP<~?*Ff>!%^#(@2?+4an1F!z2pBe&buuy9+ZF% z%jy{{0SE6_Q$n%#wG2to=F|AAanSHrIKE#x@}${) zAd8FWNa6S%GftZ2_daT_DYxI0t(4nu&NXzG{t11QEI(?Ej+7}Df1D*7;en-!E0#=w z6ZWk2Zs;&f!n%bMmR$F^T^mg#VP>;1H6i4P zxWhJjo4{bN@Y|ivwrc#D=Fb%h=T>9Y<_O%7Qe_e(@N#n`QIdJdkpgA{{op4AVFG_T zof9gu?LQ2LKBP{?c8X`fb?41I9SQpb)zc?4L1)l?7T{;}kiX>dT*9Aj_a#+uIQ}e| z`ZMZoe?=bl-FJ=Z#ucm|PxMR#8Iph>lJPwA_P545cpsRpNm4op=)uZXQ^ek%pdHLG?v#I_Xuq)!~V`k*e;IfX$*L5yuKIL?VL9w!k!p z#OLB_q@20ecy=M?Z|yFefBDpou7t-gQvFj_#N(vtX-Q?PHI?7m+T60N@WaTeajSnm zRNPQ@HH~*fig3tbk1n&EtnwR~%m!eaj#VFAWIN%u*3&alRL3#CP_3%`d?++eZ&>xM zuisrittmoq^CXud~LdruMNsYO}lw0pM@@Z@2Jc7w$4=0H)@Ri#vU z?}I|Y<2o_#^Fhd{+?}1B6)rVAysGSF{^vj0+VaU?`3h(}>7U-Zc5Q{baO%`idyU?3 zXsk_Gzdc~z)3&8Z@{QiQVcoX6@gi&Im~TCD=Ll$R z*ow%dGj|T^^WqnC=loO5>F--}`uoW{>HRp#(%}HD0>SkGkigCg~0obJMV0_>l9p6 z89`B42M8&7UX<`R4+3WZY7)%|z7B|6tKDfEgM!l(W~Iw<9%yyMZ4j7j(r08i36BVB z;!xo^tvy4L1N_<+Tu6q*FRa^>nwgnF#?IMx+vyeoHbfK;WSLY2K>-&@&?9uw5O0G2 zwIje0TWd5MK0h(i;GK|yP&7#Yr`X{YYrbt1I=x4PODMZMZDBaWNl%?u_OA3<{_fEx-}WDUtt9kmdNy!Bp_0*=(`pa0iCR$Hx<1v6YQR6_LTeGNK&SgX*wD@X!=X0?z_3 z*k&9)1bBmd3oF|I9$7HP<;1uiwv@XnKLq*kibI}G?b5PD|V)eD)- zUM9O=jKzFDq`VFn^M!neK|zObXeco}ni@g5u}-_$s1$Pfa=C?AR*2ksZXmZE#WL#R zeA`vV6}!2$BdeZd5}SW0K7^gHBFHXO_+Z(8iF!~Mu3baC_M=P({6#SG%7Cl_X7u3j^b8+YyIt$X)!@YamL-x8)QGskYOsdc~Y+QlP2`s5R@>Y;~B zqSOa!6tB2=#Vevzg=0l1*T6ih_5ODAPwV8e=HF$_KWTJWP!w>%L{jY7(&VP`-D&H) z)88_0@W6(XqMC(5E|XCd&(;RqQz{206O~IOqADMa$D`@M1fmR;%EW{>5-Aj_BNIse zQ#r)iRBmTGqw*PKB&Q`0g2m*Or8^Ees>SuEj?HeJIul=Zzju|ndiDJeu6|&i!ohpX z-h^s@5B?nb`xUFdU$MqEg|2Ft*sKMH6YH| zH)H4!gLE74QFS?Y1P-x?2%4_FO{fr45|8RBVA$oP;0TqH8w*J+xrJ-26roJosbmPW zVJl-85`+VU8JLU^agIb~$jl1pqsls`JCra90X(b$Nc&C+4;wpiW@%|UB?s z5t%;$a*$=u`o`843SvXDX#~%pK$Pm%G{HYQ@yg50m++0Ze*Esc)e3fBx3$7{EnA2f zrEEqZyF$yD=1^jzDS!lq+>TbM1j*#;8FF*)c5Da&%XY5wZXW(YEo)K_0a=UxkdmnxD(WehQW09U=&N4}_ z-?L`<_pDhy>lTsS5u}n@AvfRUI1N=tQTGs0gC@v@IIi1(c*ca4N)=o*&2G=(0S0#Y z)ZRV;L`to$6CpYP>hmSmWwZ>?MTpB35kREDcY9#uDmAeVxP5zPtJOwFt7RbK@?DZg zlGLMUMzvgP)=HJG78t^1ACAT2qj3mJpD)0oQh?b;)M2CTX*P7p-B??@m9OF=E@m4Z-{=&U zcMjS6OUJQ-W2q@$13UMOa`w!^!otjOjLU3pZ#V_F~hQf>2uG5i6CG6HpzpW*CVxFey7NVMq?tgT`6x|{r(R=_l+Eb#3#ZSVJAd)g!kII=E4j+rbJsI@VkS23Q~tzGlFwQJHq^*coG5QNN7Kw&^sUan=fGpJLC z2X#Q-)Kr5+ynxr@zN!d3?jfJ-R^`#rVig)&!`W^1kfPsPo}hO_QDESsuX8S^1~6@M zI2y;nLp|P6uy`YW6Qns$jv`zf;2jk_a(i=AmG7YnCUi%ZZ&X?clj)PaZWV#9Mypds zfVk#lTfJIyZfbmb8g+^g7#j~c5ZnuL5DKS>Fl)l+DPs%WzI8{HuU_>iKubxUR=Gv~ z17qaBj*)-M8u_nVBVTa2oIr3ft;*ger68chYJ^l27t^VfQML(cSrZy+lQJKjF5F1R zP}~Wz^|lv^PNP($YNR!%CFbsxJqbVM6@ja+| zn$zX>`@H~kg<>e7m>h|DT}-0_`*B*3prS@lomB53zYnXQkbCWV8A7L0bt85z%aRL~ zo*;@#L8c7cQJVF%t6i3e2=R zGn6{MFh4ViKsp8aM=+CdCtIh1Wb+~_%0h(*O9GoFJDjzxQhfHaqWThjBod4yuw@*M zR=G-)^isLZ#*WR6j_A6C(d(>teSHfB#rC!edETc$om1Tq_Kn@OHIB=y037Nq?W}KQ z@_Tn0_0bbgfjDE?lex3Lzklto{z}*PNamZn_D#J153RNPLu>7x?Z9n-J418}ty%_L zYuQG}N&0^zh%;|Y!563m?t#mSyvZgu+e~~FZ-c!#6unj z+X9vk_d9O*YPH~fF4#EWGSnOr{uYf<1tOq@yvy(+sh7d@NrMsU^`6s7s}K#! zF0M^#LcLLKkq`vyCP+}c3aeMp%VHZiEu_yt-aBZbo(*XQ=!oT}7>$e^gTR|cd51PR zYk&!Y$jD_Hp3##i26lW1c(QJ%zJSLUP~3%lTl5SO zAaf)tVS(|8QZ--4$whI+TD8qY!W>&B<+jVZ{ozf|SFv6;CiEX#>ve(* zKBBZlC=lp3#_f$HfFB71j<`qBzz!=(ux3a>g8DaSkUN5-gLQ}!U@MI#kZg*V%r~jq zB&ks>In9#H*lD#B#bT)|Dj)zEjYk6hfFkiQQ)&&}ZJbRM?d^4_FlD_|gt0JJuQo|7 zYBf*>4w|c1@t~S_digV7yCDH1;;`uJ0DBk+7uIs)c*F@HcThAnQZ^YL(<@ zZiRu<$c`jGh!Iw?ISmyUdK|PgDmG1@#`nnwGU)p>{VEhE+72qzqXUg-aEm6sK`r2? zJ@k3hJ6iar)*~$!Em*Tt_L`Gs{BW=KNt=)3>m9u4r19Aw^TWD77(=o4xFbk>LcC)J zju^3q$F=cTKR!eFM9CA@mRN&F+{QOR4+Kd>(ubIO4rI*W7NCg4Ay;um%~?HxPg?^! z+~UA~LDnlaB-x}`FeeQ@&B(?mzKj|Ac}t4@ynXjRp;3^2tW}VHLbKr8Ph=L*)1JgG zc(SLNd+HU8{}pTeuUO+B$1R71LMM3$ph=K$=nA8w$vBS9?OV6ji?~>5=;asgOE;{2oUOvJVP9=1$?E4bdw$AFr)jmnNE z=7XKW?d#XC=NKt@f*xb6_83MxYK?Zx8tnip=-5Pzz;kdOu&WQ7K;kCY2cT1RwQqBD z;_kP8-u>wZSD~N~%+IvEDQEL}>z&VA?@WQb%126gTt?yZ4!m=0uLO%yYhweX30SNZH(8$!m`I7q)s&-~yLWdBq7MqDQ)sq?=*a9jU|7HO z;;XOy{N>Bc6+8hf$i>}zw?0CS=112%9c{%;jw3NKH#>XDiX;3U#`vJ!1KWgE7d^)H zYuG(K%?owwQFafm|1Jl+=S*)0RLc8xXurN7iTql%DR@Zd3Isp{g&!8T5oQe9AEmuw z1rUzY^|KEeKJF(oeB|+Q(t5#oQ7V>mV8C*_JJmhF*YB;Ha}M7k_AtPcl`2S>vF{b! zKiWfvkH_7(`2>cK|H64vj1@;av$eA+xFp$A+qwS12OnI$YG8mdwVigiQ*YMFjb5_{ zHHcohII*4HE`9#!>Oq$o|h*lk*>TPf@%v`K8}bN zkr=02_Tl8JT%1fFFB2itCj-3n*5=0au@eiY&t1H9?)-TaF$FQvX|$Fk1vrzOg$-I-B@H5z&%`BnxtH_lo;f8X#MU;_taH|iQJ0nL}J5c=Z zw{{j&z$~Hz0+_r#vdHi6Re2$f`+f{81-1PCezsW2)m9R))ltR18vpfqTL;RpREo@m)tU~HIJ(3@SMr_xM5Iea7 z$KdMW5De-z2U$9eM_M|-;&)aiL8afQ!rP|>0*c6Ktvu|ua<9ijPYU=^XuE-hh1_}A z&JnwhwsYpHwKiRmpnkY>Z>LZRhdo-YlD`W@Xro+auw#P$N`-PHNl}6 zozYZXmP)6o9%zM73U^$?j6Mx7g75??Ay0A3C)Eo{3;wdTW4>(dn29!YA_uf!z0<6g zK$lgnx190BaMax?-@I{SZKD7L4{ZPhyl~sFD**}(Y}I&I7#433fr0%^__-#C!~{No zIu9846mEu8NJauBd3A?UsZ=syfNF8>hXFq)0~oG#iVIMnw2Fw8=Dg50s%ilgBUf8b9Q^X)#5Np|Nj2jGsh<*hVmzhR6yxv)TQP2fn=ch%cKGc3`{!p7C%Z zi9lFP;6V28^vFU7f~?Wl{_x!*C5}PK7~kp`huVMlF+Xdjcu) z!OV`vPo2UL9uY67x0<3IFK86DHnJ^vU!4xO=;Z4yM>Mtc+zT(f@XXTU^Uq@ymWL59 z$UYP=Kz^NPbnH;Pfa3N4%vu9GckUcKu1*IcV{l)>>w-#}Jr5EagK&q`n>aS)8AV*F zQbEa&A_bV5E!ItAKiv-)2oeGYWn|oOqD=X6{)31C(uNQ*Kw45iVh|@+D$^#_s_PWB z4kP-6eye7524>^0hFPEO6u zEuLCL^4RQ<3j=>Bc5rL$ZxuU0Ous{X#e19g?%ln&U23v20wW%X@M56?$1@Ba(0&vv z4GQ~W8Yp%^+1nnEQ*V?@U?%Rz4gwFy4(iN8wc2JyMGgl;F&Imj0Ff>(&(b`W6}ibXv*IXAg@61!sQ z+}T-BG(i~?1ChkBV-w?(C(kZjymIBrrPC8bL8gcaL+s$#%y=SJYqS}sC{r3>LSQRf z(2RC=IUcbpe=yLG9mFiFYaIJ#%#u4PYu_mGfDa}YR-l?SWT~fESEl9B5jAjwEe=XUhnKuY)F2|eoCK`F5BX-`VHbQ@ z^+Z%gwOeT6L~aHf6{rxZFcS|f)1=r@181$?bsUNs)GFmF1XDk1&|`dFfnlpg*Z>|f zq-onxgD`{5TB&rTp_mahI2QLy8vX;OfC2~kY*QIqTv}RMOk#Qnq$P$y4KRQ5)Y3U* z+MJnO#_XF>1Aox#&gYx1!%>4=Hh&N`Xn-a@3KRohf%=*0ax!*6_)$@VZ`u+D(HW?1 z73|@TA%lJD%^y7uws>sua)DR17r^Vx?Vez?`Bp^&p*^6Y_L z?$(|C6~@ekCwcs!H+cq1UGGVBNrd+vr%cY^rT!;TDBpMzg>nYg-SCqrm2W(WQfcaK zWKFzgNf!G?S{4Xm<8*Rr+#vqPeCWC>3PSH_`LPbZ}Q zqZk%-ow^#F%PFbDWbm!KRYr_W9{86B>(oA<*8_JYB5i%0npgdq%;LiISkl(1Ga2aA z(3MMB1S)G#kSv|LsQP`rovk~!@7OxE&u8k?5CofB$R!2d&;BwV8w%aIb>rrm{pC=I zzWivNI?1_|*hmU%5f|ZdKs`Gb9MUj-Ygxd=sZtvJ&^3y!)}Y;t#CQjVUvcW-mo@#+ z8k6ia_HW-HG8Z6NK$Kc*_DC$a-QHMgdfMT@GXfr5lZZoQq$RZ&fz@RpH@v(H=+MLc6juC9N!w)6J;@4x@?CxD^g z-lY>BO_3w|AObYV7rn&u9!?01Kz)sYR77wzHBiosg(W!6jS#N}oM)$ArV{D+r464b z=ScfJ2=oFo;R{4Yl8GVSp^iI%4Z!_An)DbfiC!od!0CJaFq?qCKzD(Pkt$12bXx5q zUBY`c(nlD!v;inXx!&zmQOd9d?13afXYhyoaIj*kJl#@y>2m~xGnrfOzxy}e`ObI$ z!@KW)eEs@QzW)(^h_!yo?Ohu{0_AN}yh?_eT6Q`xuA zEamc*R(JR6TW`JfakiJ)&vVYbx8HteZ6{M}hi_T0`^g!@dc2Hte%U(bm#upt(L}~_*%3(&xtX16b?d{w`QgVmTP>f@lgp(I zPxQx?$lNG-qLa*L_j{rfAbKh1Guxo7yyJFDiXWiLxT1iJC=ftfI^~MtiH08<7>WD* z&7?Z>n%Y8%Qs5LKAg2H(svnW-{4)e(zH(&uuV^ zRB{EMduS{<5)Wb{IlI+#5FY3Q7c}5%mJ7N??rd^Fm&pZftReZye#KhDzMo8lL5q{s z!THBso^9$<49ZQ|&GjmkR!0M>nS9(G(02-AdWN7kz~m7024Q>~dP9lsfZmX>@AM#i z$r(?`8~Dj8C>IG}u1f)@3!GE!5~MFsX$-t_8&zqSRd=KU%DZ*1cgPz&g^Lx8x&h|3v4|j$!t(0@SAfT!^hlx#F6^9}Ng)HPrUf!!x0RC?~q zue?M|@;~=;uYL7vU;on~op2$T5yh1b9Q+H0@9{<_M( z{AY8}QkooGfkv!L0-Q>#17%%o@q!Gc&;<+KxRikkO3$@hU7TTEBYmpX)8QR=J00yj ztlKIwFX$2e4on{$T@~M(+uF*sMKJ;tc@pT*SV-yRH`edMl_|xc7+~WRbCp_l2T|lS zhtiqpiRRwMo%J0cX(Hg$Xy)$#NwbAp4*GfUAtViPbl6pke!-e2WRwX=CVT>|aCt`X z0bTHfnjuqPc_QU-nb|_&!6(oU>48t8A|86+B#`; zPlgqlg}>DE9}|3H+&_o0IyTp*3QiX2a=-&|_;le@#HVaw*ao*CtQ6saLiiN$`5Zod zmd-o4#Rk4X;3s+qwHU`IGJcQfRR-T61Q$WRs8{sqGRqTc_*b0b+7^r-5T9+k%5xAf@<3R?*mTpZ%RKXgDiwM~m_+bDq1u2D#9S25{Tus$34-E}? z(4fed?%cVvRpml(NsI?D3+NHTf}){ykrD~Nj6aaOI1jBx>$n|s=?PUk9Se92s4f%EcP!KzNSptNh*F$Ik z?92EL*rUNc#J540R`M)LYTRFej7BR z84Xvx-m9YgN?PENoWWtXmlKND&9+KKa&;mTkUp5?3p0c zAOP7>zW@^*GGK0`(DSGz?+r$R9)Q@f^>98;0~o_l6siNCI}!!3KkJPyD^lK~L-u;f zBauo%{eS@-@p}9o2#?b&(7EJqQ22VeTK8Z>I(kjw8?9BL9bkjHq3SrWz2SQYm3+W0-+>Tpo@dK?!S#Y@H}CTAz`8I&f z=d=6!+w1GCR%LUOc%Q0yq_ZO#T!OQ#2<&c^`MA+ojd5L0gBDi}g-51N%*UfqM1zw_ zNXKxs?h-q>JjUl9o|zJaDg)OYiJh3Ui~5DdY&kx0;`r>bnW3R(lNlX_ND*pWEGCo- zs-z4jtgVc7aUc3P&Px7?6Ps2`yNqK-H{vLxGzL?|;3oUc5B$_O&S3PKi!)5EdD@n}34 zix7fn$O{pk!kV$fSs9528~|9g5I}LcN+lSu$Watf43m~}q6IGl{LPJ02AV7Y<;`ZT z84CxZ;n)y%T+jpm2R%y1prO^rWG4(TxLiwKZ#D~R07Nywn~6u+_XJsUzh<2S+nNJ2 zuZCS!EtU$|{oP%Vph3F^q^?{lXOXjlERTD)Z{J?uFV#S5c~_lkR&x7$*iP`hApl&3 zuer{!kT)bRTLe(71IdIE0$mlC&pi3gA#a^9=3rk$kuFh37aK^%^!a3u67rIJ1lfoJ z)5JX`0Fgcvi-gq?CmcI6ap`(p0z*=})#e?T8y}KuSzI76(Zclf4$d1m+k(Rr6O&^> zXAhM?ay3Lbg21(V13@Bt4FTiQY2x;q@&w|D48sf)VG(&F*zZ2T;>q>fY{Ab0R0YCu zaIxay_C1-xj6G=2DGnEcb~-%sh23pbPg}-0?6sW3!@ZuD?oUB$AdLW<&*2XzaWgKv z%P>4)*uz;s_o@QQ#&)w-^>`xV)3{@ok$laNUFq|64kYp);LU$vt<@h`r|MF%%fMV~ zmNL0roPphZxdKZI7!*qOVtW;$wA(F#ycCO2DpB#y?JYQ!@UzQosp|Q59hP3Z;}kk= z_?Rk{S_{O;e=w+o`@6lPigaj3O7r>7SV_z;>U|1GkOh#2RxG^5(p69 zL6))rX{IxH2l5UDTm+<5T!NFG4rdFwZCEpuBCEkr+TKG#NV#0B_T1!CbLj0RfQB{Q zjd$XVkY7*|a1-OzBJM+vj4W-zj~v}0pTPBipnz>D;n>i0k<*ER4p`+X46 z0}DJaCxsm$RSAXCLgG28&y+BysWVQ=s{kh*kA>hbbfXv>zS7~5 zv5iw6MLj3hg-Ab#8Xt&mK$W4E&Q={)L#>WL7F^$*7G95RcZ%)F5`&a>pubeow`N!| z5Kh3<9gRna5@DaSgP>Kz5g0;Z@od5;^2l;VxC092m^#OT`V%e`0kJj8XTgk$2x>KO zD|B3>cQWA`wW=7hZ*qLVo_z@QQurf zmJ}Ji_+?^31qZ;JhV&e?LzemaUo-!s`fV^`O)}H;dGVXff1!T+(e|&=;(xVTT(VmH z{?RQq{*?Le=$qg$Jwu=4FEHOcx&=bISB-ZpF|Qi$_y+SYj&70JV17j39J<2%lJR+- z`TIw=sP8l1H{LOfyeb;`tIXGrZn5zx^Jnx;RA`-|&+*f!V|wIVt$)J&DSb0K!(5T44>izbL!|8^`A0-VZCF4J}*AY z{MKVy{5A7G87(H6^G1trGXLo47MZ_f{+PZwbc%V=_2-V5|6ot>O!|3Ub2OxYIA#D*k`SRxy=gm`O`BowW2N$%D8# z3*Q^^*jZ5zhn33iUZJak;VHLyXRpv>?(}@34lf_PPd>QLP+h~XssO--hf}H4kWY55 zuqg&qo7GyaBlzQUbF&jeOcG!5#mDB5F*6klArf`UiaIVrUtO^JuweBejJ!oSnf#$} z7>-Q>TGm>Kngjuf(|ul9@rzC1)>+D=Q`x2-M#V3<2+3PHnL@@%Dmfg3S)}^49&x*9 z6xdT_2@wjQYq+o*lppYOf=>DL34rouW~L{=PoesIUBX)GA%Z0b14t1<^$@3FuMVh) zfwGX`-o?n-0w7kPs%1*V(7u9!BB+m+rnR78bc!`PTZ<=J47)8=q3^fmkbT;3Z@&3g zu|ogAYX1+c*-4Hvz(&y$8UN2Bmz~nt>2Jou4fnu5CWC5er@><2nY;JOEtlY8wr}3N zms3Z1xQf@;w)0h&fT@^%v%pE`+a-hzQ15YoY0FPK*-b?PaJR$v6aCywh&$mg@OuK z+q!Y%=DlnUtLqi1cGLZv<-VPB-(Rqej1`*4JkMG4G-u6INDAy1bTJ%`C_Mb&dqCh} z-kGfG&0@%9?B+Yz&sBr&D%7qH54o_bTlTJ2uq+Ue_}}4?tcGftQ*&O>71!I=-j3;` z#8-m<9qySGS0XD;u=>?!y6ov4IEH{zmQf9Ol^e#Io1727i*MU8Nt?xTN$~=d;RoSe zDj5KqCDIyzz3RZh-UZDn*dzgjt9k+;;fg6PkXlyTpx#p>r4o=jK=Ejt1fOgohSPy~ zfQn56dIfOx=~|)8^Q}r@2a$jb0y(@2I+&#z`0ce#}05uWy|?}E<@KcVB#zIfr}Oe!jXNin2)08XAkZbK^Uhp4ge z7Bsv6#9E7gV(pP75Do(U2Zo=!>jlI};kO3&DneHT?-xq*Kc2Y+aUBD1rH>a zvby=_3Dm!;R zzkdC*wcEGWZr|ff_#6v>-#*R;CO4PsG;{aXKL6;QCgkF&a{^cgH7)na_rLR#k8j-F zZ@aZxPW6Cc?Z&lh*Y1Kc7O(0{NZZF@V{$-i+$7<~7IO4~SROmqAOT0h-)J?SVwhvr ziX5|6#N(#vBQ7{Z^n_p{*uA&cQQgBKF|$z#F&kTckFy7+l%7)x4I^#euZLAH#Cex- z7{L<<@*E+F6~D|^bJ_h0uZ+yipPY{BG1a>b`J)M8tVvMNirWb3C5(Rj26o18SpE17 zs~?LJpc!4amx$WDfCN%bFQQa3=sbu`uFY2S)k1|uq^pTsz9NMBNrxnQl{x?yV8Y~G zMPL*vU@SwqJHSP^i^P8IM8>jvJ^&#@V2t!R

ovj7CD!lc@=? z9!}09efGrCiK*21I8b)e@Z6oux0zOnL!ckj$}VX*tRN7Nm|`*vV2D2$8I=%q<;$qh zgA?D$V~D}U;fa~~xHy3T&&1?}D?C3lGc`3i8Gq*d(%I7s^9#@ay{9f-_=PLTBRqHh zsq({f!W!B5uT3CyLnL&x4`5Kcn#flvt}L(NxKJ` zpm@EZmjGkx@x^P*hw2-A{y~IzAP0=HAL)dx?Uqv8zc{? zK|^>+)vWG9oLd&EzD>!Y`?uAwF(YL>FVvH)#NwP4FF z+zcu-qMuC^o-P!+?fm-f8z29)jVS1u^CBU1^unh<`0m@+*VZ##57Q`c9LP1-fMUIu zFSU)And?3%zM(=Gu2`aQ<&YpWTO?BtOF}nlZUZ<(dbl7!4zBNYRWaepZ0JE|W1GYv zShh$Ef;V8u4=!XcQfTN}HXsrJFaZxCK@8R`F?gKBAc8Rff|R=sWq5jeI<7eDpmdlH z|E&G~fBFRd?Pro$UN2dD`=WKG6EG$u$}9qCP?4LBY9W)&7AmM~3B(zQUjV{@%|m-u zBeF=I(}+l;2`SS>Q%V=W5AJOlsw+~Mk<&gr6o)Q3L=qlk;)vo)iVxR0P-h+B7o1K2 zq2wXG3+xMm?nvP5=zd9w5O-=&a{JRmU`2tV1>}SXa->E%m#ws%;o;$sObz?8NwUUa z%O>Dj2zuJ$(->sxbAVNJOQKCuVeJzvRc`=gp=40!z0n?*eHGpOUR*fIx)Of z8?brM*fe`!vTQT};{w-b80ZM!CXTaHYUrHS8IehAjE6!!Fz<_~0;nU`QfD1PK97tV z?0?LWc9N6?q_&V+qG^C`fJYg~kD+*Ch!~X#UxB{@*Mxr}onYAw%t-^u)5t;qq#n36 zp;95(955yLA0CT|mt|bC?KU8P!itl0S4~fk0){^`JqI&@JY2fE9_TDol@uWNOv?ekgsl8h|8Hf36>_9)+?K1Y8AF zlo+L{8z}KYa9OL(ah%w3Yo^ax`%IAm;ehzV0PrKou^5niVnY;VhvsBAN2m}^7@##> zjR7wKh$ECPY)$;Q7{b*Rfm{8Te4!xA|4j^_d$3B^0f6yFqxi#7&*d|_u!3o|YltK8qG4?Oc%NOV6i}PY@bdNtT zen?o`(y^ntDy|1;eLUt zWlaLBJAlE+tH%5UQKqF>gaQN@Hn6J%=C|SVgb_19TZ*-+>^b%@kTL=YWLw=|mD2nKE z;#%*8Mc^q7^7>YbcS>j{xr|;yp@C)usJSMH@I)X19bXs26VR*-4TR%HM<&2VFg1o= z2DAA0Vz!9H%C;})?ly`Uhzs8ly#)Igz{49EIP%Fc4zPWjdI`VhP#`2wU*RcpOHLj~ zOXx{;ciZ z-n(z#_ujkF-9Q74jUYh)1REfsg_0=AqP0-8EL!$x^Vo^)N$hdiNxyy#O0rzziK`r^ zG9KGWoXQ^_SEf8;Pb`JDC5DLm^w6Qv2uxXD+2cf>#a$YF#gTRg z$}~Er?Oi9CoI3Ww4<4IRX1T@j;C96o*&2Lh0Y$s_SI+5le-@tZ&%(e1r_Vq3*!j~B zeDklLe(}Yp|N5IaTt2V9TQ|b(;^3>C(?>ejIxlpd>3oNO&+zP;x}ZL!o>uqq?=;UA zL>tCeF1c-ulG8KzDku4o&RXZC&i6Zi#lP?KY)$=y`f>IB>J0zh&$CY~lG9*fMqHKc zV0`fP_F2;dS4s5GI?+FCfVbXAVknF|N6s-AISi+9=Sb03sW(!XALDH!v$wSuGlx0h zt*G^Ki{YZ4o+fAm_4EOLG}!SLwLB#T7o|yBPQFkvjt!uPX7?3$#-9V5kGk60mXZay z$?RAy%-FA3*Ke_6GAX_0aIi!i_U>!o{ zWSm1reFyX1Zog%mD_&QrX}AfnXbf=YIR7uteg9AX{O_Onla%`XpSyh>Z{H{09A^N3 z-a|%O_KR@edZMKJww+aX17<8K-%Q~s&`4!T(VtR&JN32hr`~vn_jnb8i}mlk{JQcD zuEEEl$cOQ|-;&qysrNeB_wL?LrD;QYk!`>KNoK&_f7g;fq3z%z;BgPRdmryNP{%&s zpTCP^Qb0{L06oYpW?_Bx7DmMzrplZZ9|;6_hf$#ACZU-l%%4%zPl17y8>kKu)k4lI zMfLNz;R8^CT~Fh4Z+vuWa*{qr79Zv#5)oAjwoJ+W#f_?G}D2%5zG(D>{4P%$Wxe262q-Yc!^(8;ywxWjaL$Fdf@`0dbBWyp~gL+@RS? zTe(`RUA@+5Tub-HEX6gZ`fGHte~k-LT5;#YFj~5XjFE_37172+%b;AWv{kiwYb9e+ z(L%^i*P=W{Re3~moGyZKP!J`zatr+658WErh9b(5VAHMTG1}Rnk<+jnBANu)vCdUc zW~895N*R*JlV0e>t8aepbOJ#{H%9k!$p_~S&+n(Me&6K8NGLEx=EG2fWUqqp#0dEH zB)AEZRGp5KGJ~PfDFE9)bhm1id{N2?Nj9m=V>E~mpoT7HQlfJ6CIt_ihhI8#fT9-) z=>=*a-twqa5<|nIW5>_G=RNPaaN)fd79M!ufiw5tJ3o>*eb02vskBy7#nlZ|VC)v(2#C(k?w^}WDe6W0 z!Iyq?t!(j*&ZUnW*pF(e!{HmDNcF(J$pa)A_Z>cV|C##^k|E$F2PvXEaAfM_V^2Q$ z_K9(3FJ>si=>7TD%K5zWuwERGbhe2oI8CG*e(zV`#dU$ zp`G`^Oz=MHOV6Vo@mi)~8%I`cZWdt*)l~aeF4@Kb#y;q&>7gSDHc2CUyR*}@ruG9L zmdes#sUSsI^`=PvP`tRaovoWlZf2{k%;n3MH%W*up%jbZN@*Rnv+OpREfbU1Z`@#} z&{Gp{Qdh2Dy>fMOe0uVg{d3Vy_SN+LqoZ^Q(CiV>u$Z2aDz~vI!~jQ!Cngx2Y0BS>I_+iEpnoHk*_%I59nrjR&?(nHY^7-hAGxr=nGM^Dmt`Qj2uFKxz($k=2o_|yHQtjJ8iAAOT4{l zrljDN&;k8Gf(x=ft!~@CmeO<3t+dakxE5$w?P#<&N|9bYf=EBPL3Fuo78XyFl3F@~ zqFIB!4V@%C@Kr1ZohD7`XwX0*1wYwxOq6v{xdSPdMpzyPO?F6cR8Y1X!qN`;Pz`EC~6oNXG+6G0}8`MNXfYB z?Zt4v!Fc{ge?0$Xe>_jR-Ic1-S*{QQYNWB*G~LXbsMqHaqeMeiLj9J;B5q_T!lMin z76m1VI8j>429Jh9&e~E0OGkf8BC=x3;$kzw%+pMCDXc0(!!Q&g3`LoaY88NS8d6dz zei|-@TCUM@)_8W0br}*EPG_2+5u^9Kkk*sMz!=zLZf?)si(B zv~mD-bc`K+Bx36nbJW6;8R7tB+pgb`YRH`;ln*y)M`>NcRBN7YbbPLS#jv1(%En!8 z=tdQLvAVsnzRMIrMBNgeo*tWWgd;QP%$}H^IeO0_PGH}N9Cu4qw+IidDO!Q(C+@ok zL6%9MrJT*>GdbxexD;-+fABo%^H)|fP27{9AMv7)Qx4qq=046H7%1Tly1E@>X)&XP z;G_dsSgkj1G#WQ<@IxY0G>$lTvt?G--gx7UmAnA)pafrqj1UT4RQU)|7P_-DG9s1a zVF#^aSFx$f$9g5Ayh*(Z7phj9oD2q$W2QW}71l)2vQ}x^V-qyuONOzb1{3RRiu!vr z{`J@mk|-2K*HfC^ANF6j4M!^0t$vsgf;eXE?(-0|VB^n4$wO8#Vj9)9x49+TfmeWu(c92Qo!&8kq| znqf*qWh!fuy`TrA&XTjRgGiAlBSk+rm6>NI$VDU*5d*>#CSYS{gW*gW&T`r5s#aat z80C9C!?QwQ`o`4jj+vADfjuc>jdM zVkwLi699azrqz-PvBy0BgBwkoGqL~p;kmja>&o@U=p^Rabt<3 z-$$CuLPw6B9YZmwvKA1a)2(*j1Tfs$VZT#`)>a#x&CT@;WxUqpa3YS>_JKo(N0J8* zf-^0Ku3T}_>C7%-1fBM!%aC?nSxKo^uE=YD_ z7vHPiYi^L3t0_0k4fCJdvcI_T&w_L`);!;ApKD)PR6h%Gz^0WR3!PK`mDc`<=bW;% zsC+#QjYLMc`*0-P`xcHZym!I<9;B7uu-vegm9lc@U#P$IH}C6wT7BI7gqk$JqkLQW zzm@kW|Jy_DRpqnFcdS4EGoSqO*L&ysIOqED{+JKcn-1CSPBflm-H0>O>NK{x?nOH= zJ~2UC7=+mcy}@>aa5ULB(5cjxlcqVv?e@+ z@+Hjia@oT|FXt$%Z$9CD$7J2|l;tR8|Jj{$YFTa9^dA-<^xEdd+w?;>W zF(hiW%|?0(;S8XsKp--4U~1~{#G(27AAb1Z(^D=RXVGdQ=os`n(iROFV#?GZny6{s zwPSu41;PLP!j9sZK`i#zp>kt>p0EK$PB>*st=ji`zR37|p+7!f?9a)?xUM7Cd97Tj zYs>5_xo@y!02>3vfZaW5_=s;{G|xM-hiKBttJD;^)O zW%3h)@GF{>ryROX`tptvAEqtHv+FoMwOY#AD$+h+ef#HanJE%M-R;eg(cN)0l37sF=P#wCuVBRmS<${_%WiQBggiGBB;S&%4zr}*$?hL zfxob1afSjOE;EziIGL4K*b<)qLA$j?^)|zLzH-H8TUqg} z{Pj0(t*p3Kwx3-gme#$EhWDaoa~xb&ZY)PM?fm(6duqx)du$YcPnlAV?c;Lwj@#Y2 zsNK5sEZyJbubz0KTt0nTTlnN7XHK71KA`;Sf-;xVEBp3UmY7!hty_QftrViy_x3q0 zf6N*EY5$D=w0}k^hqyF|EoZX%)Tvgru!_8Gt99inA6I_x{H1Nv?!g6128wVqatQsl z+cn&(>uVWNkkGV7c4Gr0XalFWA#7uD*6W6zUeK-j#N;^In;w4PBtEy>b2o2oNsGbl zI*JYuud1{bHMCL@L!XNzB6N<_Uv<|Hv zQVWbpCpvr2xeFKOPt4zQ_&5PoDAfD7|J1Sh=`f4}^7H2&yzuCwkACRFy~k&gv?&IP zR?CE?jkYzD3WH=eX~8?>6JXV51QXwpzj9)>gf~ zwbg2EZ58eDI6G-!cWX;>{l-wBV*s`~Q?9xa_EeRS6M0kMbgTZA@m9;@>3z)3#$vsX z{XtW~=a@b)H;bFFXz3V6hpabLLPyGO_ZfzNWMtU?_3=g{6zYAPIWslY`*>iuqi_rF ze{kUpH)_$+cCv(}D@4jr0H^lkac@i#d)2m3QQ;FrysxS7wr{o3LWWbrBU zyTI;-De^Z8vAajY1f^j?P043zR2X=ATcJPMR;-pKCw>?bHtu13!t}qk=Q3;T2Wy$! z@^G~}H3f)Ks_X9LH1q|*h^(H-3|5OI&cC*=uU>ii<(IFluJ?FaGUns`wRU{4)^tH+ zQVH6c@jxxYwc`@`?P_(X+62-k>$b?w3}y}%*ZZ2*-&k9_mDcB?(V^wv^A(G+@&*Fh ze*cQi4I-ZYef`ks(~qb1m#<&{bAG?Ib*Pv{ylQy(hpvEkb~e2zA`vuq0C(2*w zK7CF}r}e-4(T|q;c0qQ=f!{h%(4l)yyKS@KR}}MT)Mm3g+1*m^bsph}qh7fF`s=T) zBQ@lYMPHYuV`?C<9GEe_E#8(0cw}(-?Ig)wbAH(=GG- zr`anuH!=jJ+r{i_moFF9V2Egct$Z1AV0m1=9FE#+xoejd=zfbtbDfUQM+Y{#M4K>7 zb%_RX$~qk`1klRwS7>DFa1;*eo#?|a|nHd_l>dIRk) zWm9imMyC#)1k$|!$bqA$xIHK4k4_6UDo!`(Go}gdc7pdY zn-$t@SR^(&enK{}WcB42e)QstuM~!d3w_`0b6of5`qt!g{p&t@%?Trp76Nv)Wtw)Y z;vAltHqFV2;o(VO{rW~m#C%$v(%P++)s2l+Odk!4$bfRvc00ACxm*i+Y6_tqsKF^c z5(zm{&T!a`B%MNU%6j@}0(IBb_06qDAj~FKt>$iCdc|tJ^vd)9@I9+F8XZP3Mo3~4 z`)BuoO(hYDSc*4G2o-IvudTBsF_y(Fy?h%r_Tm&ep%P+dv&9k;>^b^YrH{`3=tnQT z`uer&87Fb7y;$6Q@jKtL+rRzy|LHIO+-{$kn46uzi5Qzadgjc@V}}nOK$~DGUfaES z`SKgDU4BihXuG<*zRsO50<5I`^kmOftLy8#na$N(8+a@I@q27sQSR@L-~IjZi$;KI zyL*L%8$w*~?jKYfyvO|S%>Ul}Qup6~tEbbyzxc5EE9QU2$FHcr^E(&#?XU9ubEdLn zb>6yl^ZNCRmO5bEXlneA|BpZWvp;+8x#ynw_R}xC(CPf%?}<9!`uexO{q65Q`-5+M zL;0gr+Su5LM3P+9*SHJUuL~Q0d3;C04u&!m44yjmFaE_}{^i+)3v?_X0YE2_-Cf1H z_v^ZT=2Og#i~VbRYGAbxN~gV8MSKsd+NxLT%+f|>2jRAxD-;D4tZork9ttsYz+Q1j z%+mVxn4JpcW%7uCpFl2OMk_EMNq}6%uA4vcF(%XnraUhg;6GyRor}kju7`A?_Yx8K0ZLQJJhSVWw8H#PCSa%fb z+nOjdsw;}^#X>VtXzpsyD$l0WXZsa+)7<;%{=J{>-}|m}AuB`n#zq6Tg3`2D%80SM zIB1H%yC;|79`+t9D~Np89S+10(LOUaF757KQdZ=UD{ubMi!U;E%|t?>8sxQ<@!F+U z>yq-UoX4|0Z|70YW1w8|)BW=R!D}}2`P7)I?(QO$*t8h8whI;0m8sDSHsdIyDV+kTY+66-aGqVZ3J^uK*WFg4QJbw?A2A$;r!WN?>8_0o z<-EGvGKs$6q6CE!0rtP9^_fy>CMBO|)B1Psz3;or)-~egP$)I_$Rign%*<%oX5ob2 z=kf2HiA93J$~{MR!$#P3pSYoSz8TpCmW6)CFwS&8KafJ=@-L?L{e^zp(-yz8V{}Sp+#RS21Oq1A~~D*q?H4yOg%y--ec3Nhf!A_1t}qP!wIe(8_`2)RZJvCE)@*S+SG&mEbZm>fdHl3UQUnbDLd5U{l>B5$3m zn=WqKt*lRkMVoD;K-m(4Qh*0c97&EyYoxIRMG+}=rsVUhl5I8o@!6T_i3GVWkFE!k zW3xosQ?ZZ}EPKA!_f}TQ-8pCVcVBtP{47iLD3>u)N~g)@K9wd1-B))pc#Y9t3r2qq z>Ru{B(qHNN_)q@)D{dml%A171+w`~rkFN_` z%7h(I0=w@u!Fvt3&lCOY_ILx{hH1&|<}FHt_jIAopWV$WX3GGZ(++3fq)61#SKva++MQ0MHuTBeW(@xlHokk{Tl?8H|d#P6j+ypcrH@ zC6tG>v~s1$U58OOHQ_b6)isNUpq94aUK9Vgs=K4i$LG_4xu;D=jPd z0J~L6X%#Agy|fbu?Bt?RCMnGM?%frJ&D~7=6nBq&P#fe<$Uv0a)on;%Ve)L6MB0U%g}5iV`;OUJc%a*mx-1lg^m^hjPN=fp^(GzKnl{VRU&S&TzZKl&6S za;iUHPW9Jkq6<&$ZJQROoX0!ZCxzC%77OcOFB`QOB?fv2JEbJ*b&KU4Y}H~E9p87b zSH1Dui;W6^MXPt!f!#E3=>%FlxkWZM=tY>6(NM2)E60bs z3G3MKB*~wH^JK`69rT8zKdaOvX)qiPG`iR08^;Db*~^l+d)GsQJ6U+Vi_D33JI-H6 z$x3y<)wCR=v%?D2Zt4ta>2;;Q#$>%D`y&(YkBsBYzrQy2k?+2EP}Ymn`N>Z@ozFdo zQLZ?C;ZI&T@%cY}`3R?(Qa}00)OqvQ&0ps?isQvof##)CaeyvHKtthkUrMiB_hZ|twVMR^=q0CqwDVV)36=EV0*8t3q8Fm zO*f^}y2BLB(W0oer@%5S6hadS<1#c`P8UdAkgCZR2{k%Tk;RjaBsP{>xh%!EG{Mj< zq%MOFs~bDnY8vD$p$S`UbeL%@j0O$K@%fT-4?KL~J@I73>yaK7JSHdRj-5VrVt(K0 z193`i&z!#hzI%=dnc>LM<42FqL2`->Pabj{f8c!|`p}2ox1jt~Y9X7gsJ0HSYtUn< zp=>Or(ItGB3PCYSG0>omN?pA9a|#|0D9 z!!u_;_4zOV;{Jm(qa*t{`jI2htz4w3S!v16|_V_11{?i}(=%bH*l*h+@ z>Zjgw@1co(htE8!ed-Ip@sP48|FmEK0!g;T)WWrE+osbNg!vIO3hNs=$@X?gx)4p; ztur1+WAoaTD{Ey(ID}zDN*0Q*MPj^m_SJmVh>aU#V{tS%wyvbqiAiNqRqV>WOsWLi z7gJh7VEIBJ9L0+g9qVe$ZUB$M8HQM5b2zV7rjnKQ-3`^2N}x2IW3NOOn}W_}^Kvsh z9Nw-tI@{IWT>30?>C^qW^t1iBG>@&-Zs${ldGyQu@%rWdc=&?^@ z%~9%Yi?F|jc>9r%U2W{H5*V-3$ktV9J2+)6<=j!SDD7Kq+?(_`ye~2>G!N!x?PSWT z-5rpiJLIw3^=by6V2O73>HEkq(ORA+RLomP0QGKa|01D?-$}Owh1PT1g%-NUk#T&Z z(Ga+rJ7{+YF(atIBPUE_EAlBz6EOBov=Ra#j|C*oQWu(lWbZdNcMHY3MM)%<)I=hE zAFA$p8{z>;Gpj2+3NSDn^Sk{{LA0{hfoj()hRZ*C1ai~yeVL3Ni<`DM$pq)Hk_fv{ z%OD-QG=YYNYWF9{r{eauGVDhpX7h^VaKilmz~9=q!56jT$N#90 zFx?qB?eD*DV8v=>qSCWxd)wo2uC9QTr?e;`xQ5npN~fuAG#!|1wdja6ISJV{n=K7b z64s=&?X~rkw!XHV(zhYZr31&&Ah>z+i2{l?KUoqzk2;ztM!4Yp@|3ZrmyjP)Ie;{Kd>7Zwviai_2$i|+}07F^XNT^g!SNl7UH6If;r`XlSgn#-%r;yY1RS0c8xkCfhH7(wu3M_b zdcLr|&e4~QLT+t!HB+sm{Pirr^G*SJ5}qBnsAWmhoUUbn0-!Okof_>*g?!-H7>L!x z#Auw-4U(LQkJ~U?oY#^8BX4vR5Hw}Oj>+R99*JrG&dlm6>my?A6n8c^4<0;t?AY-W zJdR97JqpxL6ehgLK8T4hrVo+QgUFb&;e71dH?{8~IB=))JH0!3k!wx&uQlDj)&Xu_aRz(|!1nH>qxbjqL#5xkEy{gBK{!&g@pnzii4>e^<$S}V3{ zJ8RMq@bXGsRecllhvxPre70(a=AYoNTkFJlny3;hnV)HH~q$+IUtTNjJU&gIaR8f`n+rDS}oO~g~^{9f&-6z6EoT0XshR*`+2 zU9q=;%Qro2n1($a}hsMk$@ZrZuWmbQDU>juUMze8LhHMJ-jCn~e)2IXF3Y;vvxM zg`CgP!7k>Fye&v@w z^E03Og274wU8~)5&(Q{XgX1mb!PGfLuxCEoer5&*otd9Wsny!om4BD|SKUv&_Zj1T29?XU zzGZh8;vf07R`b_B8ZT_IAv)WaiHt5?dLyvQ_P48l{hayRyhrzQcaF<@yzN}(9f3so z;NimrFQ`mAbFr~l?i+vL_5Q&(fJ$zBUHLOP4L)_>LA;i`&q6Cc_Xp?9Usbm@`E30k zpM&3QPdRr3Z(Oxw;;L@&ae_o&KKr4}(3EP+KU~M52gbuLFZ>5n5Wepaa9llZpp)@v3`j%s~-F7F8dfJ5XC^gg3HUb=qYIXX$1oq68?#yT2cOR(FObb8sz=08u{6d(m-Q58U!V3CPzz7wZR6lt9Q|z`u zuazy2=H?u$M3A|;nQJ@4F>%&|PNkLKOsQ&ff!;v{LSwqit5z?sg0;k!TSJ?p0xb)W z!=xyIv|F9;mo(Ki3KnZdQ7I=XUOQTBURwy-eC(&&v9F0P` zj-!Yd#%FNZrtN-UUeZ|gdbOa~ogP2xl6KmULR!%^7k)ORazYcUVMv^Q(b}%&Gx_?G z7Oy%rrc5HY<`-jyIOy?~cXrj|HW=8ZIb68+9yWmffkPw;Ef;>#DXASdezu!+jYTc)*S-dF3h?L$=tp&T(t}+LqLx&^FZfK5#;MD8n zfvn(_w`#1gB3a=)E1Gf(QI;D^FPPM0>l*4zwNB^Y94_F<$V4(64bo_N<2A@nH}kEg z?y{RS)7mMSx}Er7cw`KyX(Sp7hXT>Lk&$H3-MF@P^Ty3vw^qnh!;bG5Q7O7`5fR%N zQ2{OdN{(3wiFR)G&^^cIj~|_!VtB$+lR=M*u3F5IrG2nVyi~NY67jN>Qg-zk1!l#T zv|%>v{-LSqx&1Tym)$TD(R79S0nDQ8T^RcaAxFw`Lmx ztiYgBgwU+yz*wx-Oh!_&^uH2$yCtdX0h@&06~>ydzIj*88K%dr$Sx>TbUmA-}YCDpTL6_S2Srj>?bI!&6YXmECmCNYIx z{`(^FkvRxD#}3U-j7W&6i*@C}3+Q9rdmvfLmY^1J^0zW2WcK_`BRD!X#65?T1(kuo z5rTiSvmE5W$hFcRn?t*)og~ql@<{1cx5akDVzX+?9tq^)(U8xfu-ZBoVLRJI+cF$* zrrB+c$Jcv zOvazF#`YhOzJW*=M!1_HD8|_T<={&%y?W`@E9;q>5g-(c$Gr|)%3~oJ1=|!TkaZ;VUSQ0{FQM<`MD>1Xv=Rt+4aH?9R!i06Q{U= zU01M2yOE9Yw#O*n@GZYSU}&ZVu>uQPTW(Yx+YJk-3}a54M@Xw%B^CSKQ2>mssl{N+ zLID=jv_&|N8W=FWmWs5Sq7LCQ+t>v(I^~@So~9-#nWwY^L!-KcbMmH(+C8v*uT8R{ zzWI-t1EILysv!dDpwpvCPwjgC>+}L$3Rv_4ger@}>ho(yJInS|6;me?Rbo*sCGPvy|BP0R;fs4Ff3%8jo5WF0s9gu-a}^ z9S+rN!!U@KqBl!4{X-zF7LGtKjz|1%Z%0Ujxi)fWl-bbIubo${sRhoeO%&U$i|s=A zQiW)?hVN9f7f7v@sOCil*@}q5`3m+G;Ee zy3p~Imyw=+rU=vHNGl#H)*t1B@f za_EX^=s*AQsjhYDE}7e>XQ8^4d%m-|Q-V)L*T!r`j$4-rBBPHaDDPQL9}}lV&bN1J zawoAJUD^}pC#NQNn4gj_snke>P|LB8Xr3WAl53&N5(R_mSdcxr5w8@K1TjZDQMM&?hdlov9KnmogCH@D3VOz=7lNP}|)CNz!lq z+MNr`kcGa-ve2I)W5FOD?67M!pZiv;t}5|D4r^#wE4CJc&9qyzMj<#wqDz#{U(V$& zYg)?D@_Iw6>hk%lDe6DRfF(*Y#IV3TERJ@`?ZizW62jXi+fIp4pw^Zjc>{aDs?mln~pIn2aGANxraGl>id1Z7*PnF@+qqhMQ= zMmDS1$l^AeBl1E!=`An`H@gEla2L*pg{+IyBM@bhO`z+`VY}gok>14VrhbzXZ;R~C z2y_j*C!A#0Lig37b%d25%rNn8~VSv93iw@Kg}#e&~uQMhSk-oVrEUAPB> zj5Bp^?h4D8<-ep-#9C^^0^L#e(!bKHST~C^!`)%)qV7s>g!WeasVS={bTEioLK)#1 zht&=#hj|9F+qEluysn?MbY*ab#Wd+Px269q8zz4#KkL4B4=wgV9@LfL<%??DlCsp? zyna!&)l!yhm^XmJj_s4(WKZqWMg+c*gDFlju2GR%A;P923$^mb)thU%YD04n!4boO z#^SbbXDiBjYQ$xdF^DFm-eWihd5Mf&w=_MoO^&j?1ZAs3j7JosY2NrqA^>?F+3Q5} z>I+xOvL2`g@k9iq42~SWZ{fnjPyF;xedzwNnWWC~cQ&?a_9R)pV~6+A+UuC%D!%Z| zzx=vKmSJFh$ZhieGvB{Y`|K{QUI^E)yTncL;Tk5OW*t6i)-BQZS$V^?(^Sy zF^ivKF)iLimq<0d@16(FKlIQq{M=_her9|&Zn6PxZ0t52;|u4`KX~u79IO*=Ui!QL z@E`x?Z=Zhp>1S`Y0@0%n-Uq@w8FcLCs%T57t+sQ>%Z`o5z547AUcCk6UhG?h5iG(; zf7OiiSB=L_-IdoXT7V_c#`90h}KiGmiNIS6!$TMlhOgv{rG^uUw0J#$-Wl7zq zemBNoH!Gq&u}j5YN1=$#PTcC$(=)udYl~zD=Mjm79h3lCX`<_MMsT6)nj;jE_dso- z(Xz2K`$7>?xl42d<-Rqo>6tFY0ISq{sF)SE#FREKJ;p~?SJ#TFGdaSjci*BY9lZx{ z;Z%4F#n;bU{UX=+`TjM2zJHA;3}eG?#mOv}!^H|-D&Vf{GHR$0AMK)DHjbVOjLN2U*-I(6#aLqkJ{4E=Q6&;tK2fQhK}|-}PMyjphY&hAb9j=h z&iLe!Gv^=qFpu}1IRJiLo@@rr19)(nJ zXDMnS9JZNL(|(&mHOXt)rWv9{Z>l$Egl%N>$J6MKXNvi|#AJ|2HcdtwOd>tN4ene6 z10}TJ9vWlmpuV@lSa1)8v2?ITCLAB(C(;*lzq`KJ{&7X|KH2l(2aF^-a^SqOoyr%$ zC3~w`uD2;HuPG{_f`Mo0_5{OdIO(cg^(|YRHpN+qS4*%QH|egsWwi&`3gZ!$Vbo`q z(nT0| z`s?|W`nnIcB=HVa55zKln+ zLVXU#-|-5UWlQIiS3dQxP_WjS{#gxJ--}l9o2?p3Hb{{a&1K4m+N7VVNVOQ2HtHy# z(CtMLo~|_rxQR?O&9UsmM^r!*FkgzMIEkWQB`#WPn5|-KiMy-o{1Fa`DnKap94!Ty zkP0<#_l)m6lbOM6x8fantQ?~o$JWw5y;x*t$Fs*L291L3Rc)uNAS~p!IA1c2c0KK* zkF}F?=%Atj)2q>xGf7#cpa5YJtJM<>hU{ry!D0afMf#5&-B7DA$b5a@=)df}+LPl3 z1;|J*3bR33XNzdJ_$HT2D}H@ExptjzzV)rNvd|s5J73@Dg(`Z30G7XsM$^g`1e|u0 zZ+3UnN=Tnbu3by(j_-e;P7IDy-FLW;b$PNs3r_aO9)2i$0yeiFqG%S?Yau6&f=D)t zE8C>}&~F&+0wjWbOTOk?tMyn@`m7h~^sF~Do6L}w4tp`+Nyln6&G3Nlc@5FldGk4v zmG)S99iMwG-yp10d{m8)c}87hdMF)ZuX9DFrl#U9afsf0o>HfLy;VBO+274Wrn`uo zz0N-yt>W9|?OMuSq{GKbO-ipI0c;f#b(fFLiY}ib?=j8Y3@edTvdt} zZ1#LcpxU&{-8LJ=B3wkLRDKpqE+@cktxg{h^0R4I-EFrR?s_4UuRx)68!jDj$BhlC z{W7flI_CGs5++())du_tqkB{;{%%(yoaxVwMBAyNbrErc4K_P9YYQsAA3{W-(nu$a zRwmPSx!SZJC#TCdZ1HUu8s{#?pq}tTOQv&$Lt0z}Aj$(udc9*KL&f6fpPFmMUW586gF8TKfArz{t*@1j9J3BR* zrjj3?Eedi`YU0LX?Fy!T*xDT*QNs)OS5LS%?VIH z#YZF%N@;w*q*xY%jZ$t`vOx4!BG-@)!o5g`D!`~jEV>v4c>1bZD>2noXYcw?jl*8< z->tL#>kp!kc3VS*TO`Zdrz0mXfQgDoy1ia(qyhj>WGzgsSYo`b^+L5B42UtiT{gqb z)zw8Wun#+l1LdMNez%?qfJXv;NKyn$N1#CKVnS-`%ckyT&v08bHfZoAOd?oeI$0=C zBp|dIk`<+b1@b*!9SnSVv%$W$zPL-lK7AeWv(9l?b zvQIVY?9QS+nD9ajVO-mawxw)oRWc7jC8*`RiZ-E4^zP|{dyK`fTlmplvZpX-LWmKJ zkRD?9z~AF~)2TQ#T?QRwQ3d><=MPQ?7#K)hTCFL=0^C)*v3h2c66Bqo^&N=n*f(bdK@ z@{PmpYC9cbC%g91PlnFvh(uvtC6lzBVAe^xi@T7Pq%Y2R-$+VYO670GV6vB+36v^m zBB9l*sy7xvRjgAj`>Zzq==1~@au+c(H83$1Q7cWpL2@HFG45*>*zg7xQf$NFx7h~r zInAy{8R=cj0I0c^4q?Mdu?1o@U!o0002rT?gK8-(h9!qV%BT!niiNPlo@4B3tjGMO zS6PYq4D`(cP}2&QK`2^znAug6h2-_@=1Pq;2%v5fiW|YL=lPc zw{s)y2HJz%B+gf>H9AX+HqGXAIkn1HZRApBW|FRD|ML{e%B<}^R$qGld7Ri|KkoP4 zRkydN(P3CoLgu`&p0XowjL@C8zUl5%fPnL8HHsshc2hptGR41F8#T5@dk9a5 ztS=<%zNd5RR;i_7?1E?w-@@@2?#=Q4*B&A*sh|+I?IHPU54CT;i-)+eQ9$a50HRtX z@%!d;-1qpqc!*c8X6qX3!&=K-z4JNq8dkdOrTdxJcPmEwD;kvu(tX6p7sMN^q!+yu zeULh)WLI+AElA*X#UJG_1hTN%{P1e2t4=Ta*a8}ow1HA*vmu5j)@~2S zSrwy`{2?0!T7O*%v;kJZADVsi^El^psK3?@_xHEOC}_1VsY4V?NHFkdn4E{2UJT?& z&tyu)E`73TlI_r*LLDzk=?WG4Y=8Bdmr@n-f`I^nh0BY5X$$f%OOgicm|u(O2GMkz ztXr*?7#SU(gd;tI3ujF)+8I8iEdyR{$%^U}6ZosWkrQ>XyK9J&utu?_3|@0LpWDWE z?qu^N$xE=#({vRi4<@L)i6AY(KqgO~iOY_Qiz!JVa>)+q>KP#!%htGQC##lsR0sy2k)4z6`m$d#_OG1EWu@tX%8e!#!|z z^FsIE5%aKl+&pPMU@q{}_nIFvKgz!| z=4n12eCPQRqE(avssL$CG-ul#AMj=RoxEd;mB|~$Vu`5VfwF9)ISgCk$9cyw&OFw) z9Q#HkW!OU=DNnQ2jgHZf%6J1w8FbLb{Z_DQTPGHe zbtI7%>s1MhZ5oWrz&3%mM}&wa-Wuo25~;v?P&8WCF8VVW+^B4kpYT8fyCb$K-e^nD zga+*GA_bQ&YJ+jglqR*Gx2=;+tP|U%{?)jsPm;4P)9Kessx}-=LMTxik`f!3CzrM) zGu&qFTc^E7!47LA*KmvYB_I%4KF1KFP_er@nkR$`Tp(rJs*tPR1jS+$d^M|o9J$m) z%9fM90NFQ3;S{4VuzdrikHk(9tSP^7{nDjNx7H9jt#7Zq_QDG5uKQzx_&C<&gDpU8{B(% z6AY2d?;Y{6O&Fn}edsOC(Ua1>vO+i{V2`CDq%mSM~CmunK#*%UaM)X06J{}QpR9z_Kgxx_kcxY~FIKoQu z?KTGx#NFt_yJE@Ypx9|@h1*zi$M45i@Jot$d|a7G=~cA75b5mc^UAJ#rhiul5y!ji z%Efotm6PwdD|6BBzAq$TY`wc3q*Ird!6{6If=qwTbjLA+d~Ga6$Fo+^g#8y1*|4Yu|viZ zP%)Jd%Ov=8FT#fnBhk79>jW+~>yV>^?}kL7tk9ST4i$ar2;6v3Vv^V+)ECmkosqs= z&)}}yzMcy4S`!^Cieps6iuWe88Ulb?8SZF;uAkC%4`DP4?F$`UXf5upz%$oV8FDqC za)6W}3z)zT3e5fMtKdl2ln$=#J6Qakj#tWvM zf%3|)t=^bqo7`4@J<`MfCb;i+|-f(d57*C|o#&)xZgSQg}vtg$1L$>q10?Od)7 zpt75e88GAtmP{wBsrwwC$iZ`hp?VC!TK-gn0O1+&3a!^4gf2Upj$O&-^SjjVuHCx& zI?r>vI~m$}TzwtB&r~cx{6#2Zk{IyLpd#aQdjh9U9@>|Vy||r4vTL)jdh?a%<@wh7 zPHFwtC8F#?Pdj8!ytZg{7n`1C8{QM?S(a_P z5^d~m0K4?jWqH@P;k6!XLGiYV=|ziH+o}-;AtTZ(5)pbWX*&*k)+BLN%nD2!DI&NGCu~d4F>HvT*B4`tinBOwCq84^UOQpwR8+1;Iip9X_-x7 zFmf0jA}&Diy#ZSieO7=TKSDrLNk8z9RZOS1ms7nnOE9p0X#O&hI3DwrZA~Uo$ zrkyN-6f#*Q!6YnkPrF6X2j=FYn|g{442y9=`kE@7Gs-CmCcDWyVbLJs2n0ycMB3MC z)M~m0H4U9V+-$^?>_eu+oTZNL3WdUM)*P>+<)^%k=rlnH-4p_X^asyoR8#`1viw1h z3G{+JDZNS!DTO%gU zH|PP*A=Pzt2>;fsqpA&FyF)!X&0=wW>ZKg~TUYw25VpP6c45lHBDEMv4v&s_XaJ`G z)IvfpwP}R9ac!GLquE`oMn#L#+$KGQ5tiMI>e9An1V4=w%Fs}Jc;9T&!PQLknK(p+ zx8q7j?`rx{BF&}sGJQ}~!arTjAsbRa>DRI4==Whd&nwUMcYp!&?Z=?CC>g>g0UTH0 zVHj|4*kVyH>w@A4`$7o)F@UWDwiN7bZg*>m!b)csu(f+#tUL=BWtcw(u^pDzi_C6Y zh<=S4YSKWqcfLXI9?NVU?9~GgD)APZt@%mBM?$zGw8Tj#>c|z4$*CcL(rUfs8~nCL zqIC88Ey#wHzEG%uoEUg-_~`NZ>5*hQVI!y`uK+P!2$Z+KA&U*VVI(R)dijl&^^N36 z*jCLC)BA*dfUOXLmw8A3v zQZtj*!PLmfNPhz=el01jUBG^ADDMQ>V)g7+s&?Q&fDDQyUqP#%vUuzWv zylcT&pqCpvS-;xN!g*Tyv&q_DRm*8*hmQ(;gm+ z8#_g`swj8kDHh6j=HffU9Tz$-j8w^tq3T|%h_J&>jw~3fU5gKq)ulU!-yNbm)6~rD z{@JO~P}uJarsJTh3bGYchI_#VNSfoOfn4g$8BZfQOcMo4p1iiu zJM3OLrq!y{ac-?vd&uWy?~mXd`h8l*3SiyrUdKCRIseI_e(#V+vuK`T7w^+*w763< zLG3ouCwTTT?$Th*-&ULhi&0f*=w&GOx}6SW?2_=5LfAj{r)H%Ka)bU;Daa}|>k+9J z>#&sx`-PjQ_>h1_Av+`-NU#_oE?cQx;i+&1T1Lca0r-g!Fa*J6Xet3v<)_diL@9F_ zJ`a+8 zK_EDp=ug)qDv}-oItU`spbIDhG@NY*xW|%8+{)3*oWM@Ov(Rmo;x0kWhHS{IOvu=f zf$nmi4kF!`D1ivAP{b7$Sp(vt7qj&H>_&CucdhFi*FZ?Uti0% z2#&b2Y;nQ>CP#@T;OCCWnvz}-e!7NpKLaki%g5Z;+11FglXzfbqsB7j#pP36daGlj zxgkf#Nw-aq&TUj92)+iWYwzBvs6Rs7tJu6l5lVREjTqo6Z`AETYNyi4TP;h9X+J6tj6*l1>le>0t-bJ@oBnwu!!o1Ln~9YP;Az4!H^M{5mC z5bpbM`TN)VdG7F+`giyX{p&pVjWS*2Fs#`^Zin2| z?vAa07)$>!{Rrj@jOQ1AlJTSo8c7#{OCf|AP+Kar#~A-ouHx6DjRdCBIv<2x z4=DliS-sVGC(C!hbPw7+c1nSijdHC(A;9aGudQvT)rdRgb%$e>^{pG1UcL%ty#{7+ zbvxLjA&JcZQLrG#WH{47l?m)dO3g59NZnAKT>~nxnZX`EN%2(ZEm>Cs0Ahar7~CkL zWSR(eSiLAEVFbV?dzBgQc7FLxp<%W*^VFZ-xP5+6=mRddS*dAG*_UpgAGy9{%%2$D zM+d(*&yVg-wB@6Bo++;A?ej~}ZzCBRM-uJOf!pV&QUas8hoN9OL05-+=l3YHaiA~! zXn%E2GJa*ok8&BNQ8#iZA#-hE28p|~wzf{C@?^xV=!~ayDVDlfDF&k+L|}a$1emaB zSXAGoPb3K{rLGWv&LR7z z&EdBbXR{jY?|%I6D6`eWKUV!_pC2buZSTC8S-Q92mU~`x$L00G+C;em zkPoM-K2C_-fJz6M0<0b<2*BF7#qy zc@~z4Hd>Gca5%g^hU0$SN)76+`j_qvK4~^wGU$ zjvT05!Y#~V1@k#YwCwLZP;VyvGe-3n?%K@{gWkc;E>gH*_6mXP?RT{$he1_{D`X6) zdj(Me1a{H%*X<_1sB{_)@pGV^p@V6NFch=QL>;A7cM>T&4YYYRJshHo@Vjm0LEeMy zx0|)3#8iX{+Nn6k3mYMbps-YlJB5FUq6vIJuYT0osT6}jdPS3zCnOplO$6R;ALpJO zM#&s_PmvaFHc@m$B0x+eptcn+-Vp(mlgDs0GDPnW77TX(c8q$YKavAvHc3I%LUgBhVfl9%oFdA(v|SX?8H~_PX?DrAD<=ax@)U z0b|Uq+`QYSjD-9hM`9`*xR*^xFYja}v_75=y;iJLim$!0S?{zed9)-O`K@){edhLA z4!8if&oZw&^L3=2-(oBVXL+}MsD?V|t~l82-jebdoaJ3sU?kMpsTx7ueCxs=oaEhW zeWo{-A7NI0q(7D)>96&vg2h#6xJ{I7s7x0YB9fBaZAXKi%q)mp788@6>W}S@ThY}i zv)m*d0Pl#$J2FnE`eXm&R_(}C|1zo3XUXMZ=~au;w!2c&oK%Ajqmw^8l%DF}n;*9} zd-qCwn-BFz;kIwnAB8v9qZr&boojJ;(v$r`_%Um+x`>#m)divU_PX2L$=~5Zvm{Au p^oQWx*V@Qre*oTGUwI<)H~nN!$fKqw``7 com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_.glif index e99deb68d..42bec083d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_acute.glif index 270e58090..08498faf0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_acute.glif index 81c928dd6..d384d30b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:37 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_breve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_breve.glif index 9c2c8c097..21be2940e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_breve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_breveacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_breveacute.glif index 04d93bc9d..9234c38a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_breveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_breveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevedotbelow.glif index 7ac099fd6..05bb37596 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevegrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevegrave.glif index de771c966..07863bc64 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevegrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevehookabove.glif index cf7fd36d4..d02418b37 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevetilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevetilde.glif index e8e3b0fb0..71445b0fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_caron.glif index bfc64a8e7..c5011f0d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflex.glif index 843fc9da1..4d8b40c7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexacute.glif index 817bcdf75..e5aaea108 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexdotbelow.glif index 0012cd726..fdfd865db 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexgrave.glif index aba78b7c8..ec374347b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexhookabove.glif index 39c732222..78fba15a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflextilde.glif index ca41bedbe..0cb15aa49 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dblgrave.glif index 0b01aa7a6..a90fea313 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dieresis.glif index 0af61d228..e2ac83592 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dotbelow.glif index e99181f2c..77a70b804 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_grave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_grave.glif index e7eb2f540..017f0483c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_hookabove.glif index a2135f37e..cf7a21624 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_invertedbreve.glif index fa8785df0..031a134bd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_macron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_macron.glif index 63f440bdd..7cb4fc17f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ogonek.glif index a4b709dd2..20449fc56 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ogonek.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ring.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ring.glif index 981924cee..f94dce965 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ringacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ringacute.glif index 3b6b434b5..cebcc0bdb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_ringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_tilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_tilde.glif index 3ba355127..fb0ef3104 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/A_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/B_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/B_.glif index 03b407e0b..eb729436e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/B_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/B_.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/B_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/B_dotaccent.glif index 809c2cf69..5700f6817 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/B_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/B_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_.glif index 95ab37e17..cd2a2c84a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_R_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_R_.glif index b989f35f9..e17b7b373 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_R_.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_acute.glif index 776308e49..32376dfc7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_caron.glif index 3f525ecb5..dd08990e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedilla.glif index e25a6b304..7d43fd294 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedillaacute.glif index 24b1a8e2b..4cd53766b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_circumflex.glif index 4c8ee524e..d6e5f8a23 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_dotaccent.glif index df45e9138..9ef9edbd2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/C_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_.glif index 1697453c2..d15156489 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_.glif index 77b6d7bbf..2ada439eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_caron.glif index ae7c3fc0b..444c2804a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_caron.glif index 57bd221de..58587e950 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_croat.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_croat.glif index 0d4c34ebe..5e8a219d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_croat.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_croat.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotaccent.glif index 22ad74055..2a7802177 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotbelow.glif index bd7f20612..11878aadd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_elta.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_elta.glif index 50fa93334..c7677f9b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_elta.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_elta.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_linebelow.glif index f97ddcb2a..ce645ac60 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_z.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_z.glif index f7df5a630..0fef050e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_z.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_z.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_zcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_zcaron.glif index 79e8510a3..b67493518 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/D_zcaron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_.glif index 87ed64ed4..bb4e0f60e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_acute.glif index 5e0cbb174..54725668c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_breve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_breve.glif index 053b88c98..244daab04 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_caron.glif index 5ce971cea..e808b7d44 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_cedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_cedillabreve.glif index 1229d82c8..abff42f01 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_cedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_cedillabreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflex.glif index c2fb8f41a..a7e9d9306 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexacute.glif index 3b4903038..01608028b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexdotbelow.glif index bf8e9475e..26efe3ca0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexgrave.glif index 681c08ae6..221ec55b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexhookabove.glif index a19e922aa..55284a5f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflextilde.glif index a5db8845a..457b5f396 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dblgrave.glif index 3f7f06d68..7fffbe806 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dieresis.glif index 167d50aab..b5b01ffec 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotaccent.glif index e02417c2d..50ab90d5f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotbelow.glif index 76a942d23..46d15a25b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_grave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_grave.glif index 16af32b29..42882c73b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_hookabove.glif index 7c0bfad7c..79bb6eb7d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_invertedbreve.glif index 074a08241..132b6accb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macron.glif index ef722efdf..73b8970a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macronacute.glif index 2d4f95ffd..3297c6815 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macrongrave.glif index d99d36cf9..a0b261a56 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_macrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_ng.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_ng.glif index 362a97ac7..3485cfb41 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_ng.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_ng.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_ogonek.glif index 3879e139b..4424a6d76 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_th.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_th.glif index 58dc5fae9..79b32a635 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_th.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_th.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_tilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_tilde.glif index 06ea45562..b47687c24 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_zh.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_zh.glif index 50fce0c46..ee7aced81 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_zh.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_zh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_zhcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_zhcaron.glif index 592df8ab8..f97d34297 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_zhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/E_zhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:07:55 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/F_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/F_.glif index f0971a207..ccd28c37c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/F_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/F_.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/F_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/F_dotaccent.glif index fb5433af7..1bd663cf3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/F_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/F_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_.glif index 746bcb285..ac710c4d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_breve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_breve.glif index e1aaba2db..e4bade1d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_breve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_caron.glif index 643441f85..2a3abd91d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_circumflex.glif index 01d333a13..c51e181bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_commaaccent.glif index 42067d90f..fdf8b61bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_dotaccent.glif index 85039beda..66d8e76cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_ermandbls.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_ermandbls.glif index f808599e4..6657a25ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_ermandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_ermandbls.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_macron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_macron.glif index ea806e930..9eb775bc5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/G_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_.glif index 1b63fb441..cfce75774 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_bar.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_bar.glif index 38719613e..0cb730809 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_bar.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_brevebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_brevebelow.glif index fbef27c13..71e0d736e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_brevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_brevebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_circumflex.glif index 4a33362b8..769ed7e83 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_dotbelow.glif index 5f871008a..a7d13fad7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/H_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_.glif index c918d51a3..ba66f6abe 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_.uc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_.uc.glif index cfa5fb17e..211d62830 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_.uc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_.uc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_J_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_J_.glif index 7f32eb7b8..defb8029d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_J__acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_J__acutecomb.glif index da21540aa..67d746211 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_J__acutecomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_acute.glif index 52e18b55b..15a0de83c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_breve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_breve.glif index e87a1643a..08201373c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_caron.glif index feeaff8ef..ce135b965 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_circumflex.glif index a101c230c..079dccae4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dblgrave.glif index 46d3e9886..d3c8dedf6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresis.glif index 8af80e796..ed65f6e80 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresisacute.glif index 12b506ee5..612c1c73c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotaccent.glif index 3755c1cac..32b4ec195 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotbelow.glif index ac8dfb5b1..259fad8ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_grave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_grave.glif index ae15c3efb..5a7b30f00 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_hookabove.glif index a59d07424..52d072b34 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_invertedbreve.glif index 8745b00df..da94ab70a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_macron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_macron.glif index 58f42f349..6446362cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_ogonek.glif index a827b6601..262713e1a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_tilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_tilde.glif index 925aa71bc..dcc182107 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/I_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/J_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/J_.glif index f463e65c1..d2926eb7b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/J_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/J_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/J_circumflex.glif index 247bb8231..9dc181e7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/J_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/J_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/K_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/K_.glif index fc149e0af..e7362287a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/K_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/K_.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/K_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/K_commaaccent.glif index 494028a8d..ebd7dd856 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/K_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/K_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_.glif index a9eb39a49..17fc661c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_J_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_J_.glif index 94ce4aa7b..41ab1e4f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_acute.glif index 08265edee..ff02a57d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_caron.glif index 78c63b018..8b105f63b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:16 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_commaaccent.glif index cb83922e1..bd5bcfe3d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_commaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_dot.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_dot.glif index 2cfc52e7d..792020071 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_dot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_dotbelow.glif index 07d844c1b..5f76c63fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_j.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_j.glif index a053a0c85..23453f9a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_j.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_linebelow.glif index bb32e27b3..f727fbff5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_linebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_slash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_slash.glif index bdd6189db..a00bc9190 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/L_slash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_.glif index 925b6ac86..5607f6ed5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotaccent.glif index d0eff339d..62979e4c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotbelow.glif index 0c88349c2..a4cb53c51 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_.glif index 30285ceac..8d1a7185c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_J_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_J_.glif index 047703ebf..b2858ad26 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_acute.glif index 779455221..b9169222c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_caron.glif index c72eaffa6..9cf1ca122 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_commaaccent.glif index 6326691e0..bd676d4bd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotaccent.glif index 307aa509b..4efb9a40b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotbelow.glif index 416e54545..8b246013e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_j.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_j.glif index 2e05b112d..cee0e90e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_linebelow.glif index e2f0fabf3..72f89a17e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_tilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_tilde.glif index 4246d2533..40013d8e3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/N_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_.glif index 6077916fb..7e8d429f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_E_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_E_.glif index 503277f65..b270b364b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_E_.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_acute.glif index 2dd742aba..eb24aac07 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_acute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_breve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_breve.glif index 709efd922..6cc3aeaef 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_breve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_caron.glif index f116f71f3..b83b2fb19 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflex.glif index e9b67f149..a51565cbb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflex.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexacute.glif index 1adf1181a..09cffcc87 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexdotbelow.glif index 7da6454b9..4ee95f4be 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexdotbelow.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexgrave.glif index ad8e31191..86ebe4551 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexgrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexhookabove.glif index 7ecc643b6..20f0035ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexhookabove.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflextilde.glif index 4d3e20a7e..812d5afc1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflextilde.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dblgrave.glif index 8be5e7581..552ecd7ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dblgrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresis.glif index 56f22d8c1..4e37f12a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresismacron.glif index 40f4808c3..416a56896 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresismacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotaccentmacron.glif index d4ae3b08e..29356d0c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotaccentmacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotbelow.glif index 8913d250a..ea6ca94e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_grave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_grave.glif index 38d7fc965..955413c36 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_grave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hm.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hm.glif index 3b3f9b4cb..6e0e3c60b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hm.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hm.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hookabove.glif index 6444ed537..5401f6083 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horn.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horn.glif index ebc0a3dda..ebeefc1c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horn.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:25 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornacute.glif index c230a5b6a..500254835 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horndotbelow.glif index 9f57ff748..601143de8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horndotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horngrave.glif index 3494825a6..924046cae 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horngrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornhookabove.glif index 5ec57005e..8e2c4503c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornhookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horntilde.glif index 0e4020fcb..f356f9d9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_horntilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hungarumlaut.glif index 7ed8ca643..fafbf6058 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_hungarumlaut.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_invertedbreve.glif index 2e3efdd6a..2879ef783 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_invertedbreve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macron.glif index 9b88a3cf2..fb797f347 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macronacute.glif index f5f692f33..f74614069 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macronacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macrongrave.glif index 36d68f3f0..9e1166314 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_macrongrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_mega.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_mega.glif index b3be09930..f4e3b4558 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_mega.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_mega.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_ogonek.glif index 848a1d745..24286db74 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_ogonek.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_slash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_slash.glif index 06943c3e3..b8294e760 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_slash.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_slashacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_slashacute.glif index 0fe526b3c..855010904 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_slashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_slashacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:43:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tilde.glif index 6574ba5c1..ca401aa6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildeacute.glif index 96063b027..fa917ed68 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildeacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildedieresis.glif index 63396eabe..4c236793b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildedieresis.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildemacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildemacron.glif index 3f7f10ed3..913d261c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildemacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/P_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/P_.glif index 3f210ceac..ac66604cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/P_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/P_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/P_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/P_dotaccent.glif index fdef59360..39f7a0469 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/P_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/P_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Q_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Q_.glif index 250f2b22a..25bd2fa09 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Q_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Q_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_.glif index 81829e6b6..e8658d010 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_acute.glif index 1667842e8..43b36fd42 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_caron.glif index 3efa6b2b2..8956d522c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_commaaccent.glif index 99709a912..9530f3f1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_dblgrave.glif index 1404132af..496999366 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_dotbelow.glif index a89ae51ac..53a018f5f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_invertedbreve.glif index 0a08dbf4d..60da80bdf 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_linebelow.glif index 8208e2ae6..24767e846 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/R_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_.glif index c43ce0d9d..3c7b03f36 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_acute.glif index 1f4b10749..2c55473ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_acutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_acutedotaccent.glif index a6db8d254..80de6e371 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_acutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_caron.glif index ed761f0fb..e71a178ed 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_carondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_carondotaccent.glif index 3e7af27e8..bca27474b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_carondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_carondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_cedilla.glif index e2ca6d472..fdea600b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_chwa.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_chwa.glif index a9ffad7a2..e3d190e00 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_chwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_chwa.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_circumflex.glif index c545fb839..102d30f73 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_commaaccent.glif index ab4418f80..f653cf439 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotaccent.glif index f1834c2a2..f2d0efe8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelow.glif index 9d3f5dbf7..bd5808124 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelowdotaccent.glif index e6c094f36..a44f03d6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_.glif index f60c16329..a228575b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_bar.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_bar.glif index 02942b15e..ea9a865a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_bar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_caron.glif index 7a3fb8a39..1f49bbb19 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_cedilla.glif index 267d14952..cc7bfb4d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_cedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_commaaccent.glif index 19cd95209..7b2d053dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_commaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotaccent.glif index a03dd18d9..881cf9174 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotbelow.glif index 9c3b36bf0..df60fcaa1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_horn.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_horn.glif index bd7c8715c..dd0ca2442 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_horn.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_linebelow.glif index 46cb0553f..07c83b8ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/T_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_.glif index 4d980cf24..5cc728e11 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_acute.glif index 12f3a8e5d..c4ac58a21 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_breve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_breve.glif index bb1ac0820..54ed187b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_caron.glif index b2450c895..951d02834 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_circumflex.glif index 32d4172ac..14e681d01 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dblgrave.glif index 32d85597d..d6620c0ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresis.glif index bdeca62b9..54147e0fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisacute.glif index ff1f47638..b0f4d75a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresiscaron.glif index 7617337bb..e2b0fadaa 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisgrave.glif index b5cef9929..f3c5e0a36 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresismacron.glif index 17715e5c1..13f7c5fb0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dotbelow.glif index 13a5968e1..41328d4dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_grave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_grave.glif index 368eeaab2..7824a8e1d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hookabove.glif index 6cc288718..f5495050a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horn.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horn.glif index 78caaa841..967c5fe93 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornacute.glif index 685aae335..cb6531ca1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horndotbelow.glif index 09400d5c5..24f9d81a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horngrave.glif index 98d264296..2831543b1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornhookabove.glif index 27e0f7464..d2b35c026 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horntilde.glif index b12a1ef0a..40ecc9425 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_horntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hungarumlaut.glif index 2c958c8ea..252d3190f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_hungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_invertedbreve.glif index dd3b3ff27..429536384 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_macron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_macron.glif index a094582d9..b537b9752 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_macrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_macrondieresis.glif index b72b582da..d3edd3342 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_macrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_macrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_ogonek.glif index a5f217cf9..64f6367b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_ring.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_ring.glif index 7d95e9b91..866271c60 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_ring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_tilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_tilde.glif index c30f773e6..3a4fc262d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_tildeacute.glif index 0b2d730b9..e1370f311 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/U_tildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/V_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/V_.glif index 6565db56a..980449dea 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/V_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/V_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_.glif index c82bc2d9e..641248e54 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_acute.glif index 60074bda9..fea95a8d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_circumflex.glif index a1dfc0bd1..088ab8514 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_dieresis.glif index 28b80425e..ed9a3456f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_dieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_grave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_grave.glif index ecd736faf..40f54d3f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/W_grave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/X_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/X_.glif index 792f0239f..467d8309e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/X_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/X_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_.glif index b1cbdcde4..49f0b5cce 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_acute.glif index 0b5773e27..5db79ad60 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_circumflex.glif index 38d399ebd..f9a59722e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dieresis.glif index ceafce7f5..d754ebfb1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotaccent.glif index 0ce31097b..1272ab6c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotbelow.glif index c4ddcd31e..33b7276d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_grave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_grave.glif index 6b80ae02f..cc1d3df18 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_hookabove.glif index 9e56b6175..c515cecec 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_macron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_macron.glif index 845c41c31..a599d4045 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_tilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_tilde.glif index 01916226c..acf242e42 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Y_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_.glif index 62ab32d34..87d2b84cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_acute.glif index fc6f2d522..04ccb878c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_caron.glif index 7017ff058..038cc9fc7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotaccent.glif index 8dc407d67..4d6d18b07 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotbelow.glif index e71eec7af..ceaa38f29 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/_notdef.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/_notdef.glif index 3a47d23e8..239f1b26b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/_notdef.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/_notdef.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/_null.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/_null.glif index b4a9c99c8..821d79181 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/_null.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/16 02:26:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/a.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/a.glif index f167d9a16..dad04f36f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/a.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/a.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/a.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/a.sc.glif index 0805cd9f0..daebf8c15 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/a.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/a.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.glif index 1c43e5549..2c1e378d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.sc.glif index 661cc2005..83e007de8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.glif index 0fdf2b70a..03bdf50ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.sc.glif index cf2967f01..5449f156c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.glif index 322b6db92..b9adc6780 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.sc.glif index a6649f26e..1f5fd5c2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.glif index 1e20e9a65..e225c0117 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.sc.glif index b51ffc5ce..23168434a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.glif index a5fcd3392..7f7059131 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.sc.glif index 496f85d9d..49085bda2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.glif index 5c68b0fda..7332fd71c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.sc.glif index 67f3819d7..ee40f74c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.glif index ad60f3689..d09972538 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.sc.glif index a472cb5b5..b6224f8ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.glif index 6a2f1d50b..654553cda 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.sc.glif index f65c5dcdc..1d4e174b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.glif index 759f5a3cd..2c37ee661 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.sc.glif index 5f32dc9b4..d7b0ba3c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.glif index 50b596b8c..f51ecfd21 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.sc.glif index f0f51cace..ab3699207 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.glif index aba2dc7cc..c6ce0c1a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.sc.glif index 2fd9fc372..6161a21fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.glif index 0e0111299..a5509d496 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.sc.glif index 1c83ea3a7..7b32ba056 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.glif index 962e296bc..50bf60597 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.sc.glif index d38b054c4..864636008 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.glif index 2ce909c6b..0741e638e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.sc.glif index 9bc0d8a4a..b05580d1a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acute.glif index 298f0667e..e7e1e6c42 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acute.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.case.glif index 10c0ce36c..7310c8f1d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.glif index 72c958fd5..cc40c88ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.glif index 34ea68cf4..5684bfa7f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.sc.glif index 88f4a0474..6ae8ad099 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.glif index 965377a53..fc4d45f1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.sc.glif index 67d14c26e..22582a536 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.glif index 8e46edcda..b7f15b2da 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.sc.glif index c98e2c9b3..0f479ca93 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ae.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ae.glif index f64586b36..814ebe66b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ae.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ae.glif @@ -90,7 +90,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ae.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ae.sc.glif index c32020372..6a9f815a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ae.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ae.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.glif index 54cd80650..597949431 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.sc.glif index 7002c539b..0a872a7f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.glif index 4957b708b..dac1e3998 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.sc.glif index c6c05dbbf..d3b3a19cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.glif index 692199d8d..098e38e32 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.sc.glif index 759a66946..fb63a68a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:30:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.glif index d428123fc..0f3da022a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.sc.glif index b6b04ca9c..e36c06685 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.glif index e30e60fed..2bbc13ef4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.sc.glif index 974b1e2fb..04ea145f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ampersand.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ampersand.glif index cb44c615c..e9e97695a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ampersand.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ampersand.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.glif index fed76b418..69ce60eaf 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:23:43 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.sc.glif index d5435ad8a..b8cb5838b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/apostrophemod.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/apostrophemod.glif index f3333701a..5df6834b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/apostrophemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/apostrophemod.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/approxequal.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/approxequal.glif index d2281be62..9eb2862cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/approxequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/approxequal.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aring.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aring.glif index 8cb823252..2b3763b5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aring.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aring.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aring.sc.glif index c3deefb40..0d153796a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.glif index be7a08c38..14abad77f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.sc.glif index aede9c487..093e62cb0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asciicircum.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asciicircum.glif index 3f77312b4..208b407d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asciicircum.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asciicircum.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asciitilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asciitilde.glif index 75bcd6b04..ea0895eb9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asciitilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asciitilde.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asterisk.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asterisk.glif index 4e6984abe..91d883e25 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asterisk.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/asterisk.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/at.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/at.case.glif index fcd8a122e..a2f44e427 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/at.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/at.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/at.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/at.glif index bce3fad51..68686e1d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/at.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/at.glif @@ -82,7 +82,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.glif index 32c6df35c..7d9005e46 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.sc.glif index 1c5e148db..d2650c829 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/b.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/b.glif index dbae19f4e..5a7ec3bc2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/b.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/b.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/b.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/b.sc.glif index f42676687..f07ed7c21 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/b.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/b.sc.glif @@ -75,7 +75,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.case.glif index 71e2dfe0e..083dd4949 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.glif index 72dc7635b..f5796cb3b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bar.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bar.glif index 3bca9894a..478118462 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bar.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.glif index eb97d5ede..37903824f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.sc.glif index 6f651c5a6..b65619015 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:34:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bitcoin.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bitcoin.glif index 61ec33812..ef9709be1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bitcoin.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bitcoin.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/blackD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/blackD_iamond.glif index 8730e8156..9999125f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/blackD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:21:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/blackS_quare.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/blackS_quare.glif index c7b990278..da76546a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/blackS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:29:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.case.glif index 86b1e0440..3d9278704 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.glif index 9fad17135..a40018906 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.case.glif index cde1a9c3d..ca6553ff3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.glif index 300aa869e..e37d96a63 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.case.glif index fd284ff06..50c4d95c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.glif index 607bfc55a..87a0deb4a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.case.glif index f4fad51e9..5cc7d29e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.glif index e49ed1a78..b427f7745 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breve.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breve.case.glif index c6d6829b8..29ec73464 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breve.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breve.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breve.glif index 1406c8b0d..c9e0414e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breve.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.case.glif index 0c29aad78..65c8002c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.glif index 15543e6a1..dee302004 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.case.glif index 7261f0816..86a404b21 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.glif index d0d628c63..17ccb9d2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.case.glif index f8d3d5958..679b3363c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.glif index 8c5793962..714ec8f76 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.case.glif index d668bb39d..7dfee1bdf 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.glif index 4c2a4f636..4235ee5e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.case.glif index d2a0c85cc..f87d0b6f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.glif index 923c1bb2e..6fe3e5d89 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.case.glif index 705d6cd8a..f9539b1f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.glif index 0599035b4..849685cf0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.case.glif index a65102f8b..16041ced1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.glif index d5d8ce32c..36df54bec 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brokenbar.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brokenbar.glif index c4cfd48e5..8c3bf1ce9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brokenbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/brokenbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.case.glif index 11ab9eb4e..cf7c50864 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.glif index f6dc66315..ae2ea8b25 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bulletoperator.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bulletoperator.glif index 3c074772b..c0b41617f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bulletoperator.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/c.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/c.glif index fefab9592..bf0cc426c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/c.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/c.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/c.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/c.sc.glif index 9307b048c..24cd249f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/c.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/c.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.glif index b7c6b250e..877c59109 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.sc.glif index 147e71e97..993044f26 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caron.glif index 19bba89e3..24aa9e018 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.alt.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.alt.glif index 520ce6621..37d79a629 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.alt.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:58 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.case.glif index 4bc8b2286..c0cdbbfbc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.glif index f25ea41a7..79e57e298 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.glif index 88f4170f7..7e8f02935 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.sc.glif index c1fcfc902..c98589274 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.glif index 88be8371e..3021f61ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.sc.glif index 494d8b9ae..c568faf04 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.glif index 5d77e4452..aeb9fdf8f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.sc.glif index 7aafda24b..1bcdd4c88 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.glif index 755e38bae..4f68f5726 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.sc.glif index 648844a43..9e45a81dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.glif index 72da1f503..8c49b43a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.sc.glif index aebb0af5d..51abd16b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedi.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedi.glif index dcddfc6e4..e03cc6e3c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedi.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedi.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedilla.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedilla.glif index 81377e79d..4bd618bd5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedilla.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.case.glif index bc650673c..a7df87bba 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.glif index 3f35364b5..3539cb01c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cent.glif index d9ed9eb1d..b31811112 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/cent.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflex.glif index 91a6ede59..b175db6fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflex.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.case.glif index c4927c166..53dc0cad5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.glif index f5f70941e..3804c2786 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 4ef9eb6e6..61f0ff5f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.glif index 2caeea1ae..6a13ca132 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.case.glif index f5fefcf55..32a7b4c7b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.glif index cc301d9d4..6c2f4f489 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index 1222a306b..dc07907f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 77862ddc5..363d617a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 866f0b492..75eec88c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.glif index 99381a69e..7ff599d08 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/colon.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/colon.glif index de3e4e5ff..f1e45fbe1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/colon.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/colon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/colonsign.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/colonsign.glif index 53e57b345..65d6a685d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/colonsign.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/colonsign.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.23 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/comma.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/comma.glif index ce3899adc..3494c4653 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/comma.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/comma.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.case.glif index 098d8d72a..2f72fad3b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.glif index c5a30c761..ba2914e8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.case.glif index 4f4dac9f6..b85d1558c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.glif index babe141fe..2d9e989a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedmod.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedmod.glif index c10c0fd4c..a209cd376 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedmod.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commercialM_inusS_ign.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commercialM_inusS_ign.glif index d5dbb685b..92faaccea 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 02:18:10 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/copyright.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/copyright.glif index 7ccd2df01..c50b1521f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/copyright.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/currency.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/currency.glif index 289d04ea9..ae607a266 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/currency.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/currency.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/d.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/d.glif index 62cb24ed3..5ffe93f02 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/d.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/d.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/d.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/d.sc.glif index 62158b3c0..2d4ac70aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/d.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/d.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dagger.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dagger.glif index 6d4a6b4a4..87a497041 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dagger.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dagger.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/daggerdbl.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/daggerdbl.glif index b3915021f..d29bbaa95 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/daggerdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/daggerdbl.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.case.glif index b929f2b40..f098ce8f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.glif index 10566c691..ca9549986 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.glif index f4998a135..499755b0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:33 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.sc.glif index abaab00ce..5a2f3aaeb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.glif index 51175c1fe..1e4408cf2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.sc.glif index beb69f048..b7d3da1d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.glif index e38fb77e0..998a2dd30 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.sc.glif index 32101a2cb..0c3784ff1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.glif index 4cb87ac44..5cde08917 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.sc.glif index 2a5f28c19..12b87ffbe 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/degree.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/degree.glif index 4aa0b4584..f71261f2e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/degree.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/degree.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/delta.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/delta.sc.glif index 9a8bc3058..4b731c469 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/delta.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:50 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresis.glif index ffb0fe5d7..43d20a721 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresis.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.case.glif index adfcd1bd8..948c20407 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.glif index b5f5b328c..1f675eb6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.case.glif index b18a3249a..a8e59c64a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.glif index fa98fd132..14549b801 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/divide.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/divide.glif index a15cc3ef6..a6ee4f315 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/divide.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/divide.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/divisionslash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/divisionslash.glif index 9978ab810..dcb2333ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/divisionslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/divisionslash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.glif index 0a9116eca..87b244ee9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.sc.glif index d69129e60..650459781 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dollar.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dollar.glif index 347125e45..358906324 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dollar.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dollar.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dong.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dong.glif index 3db7eb754..2d0752645 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dong.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dong.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:23:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccent.glif index 867fb32c1..2b6622dbb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccent.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.case.glif index 782f529fa..2eecb43d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.glif index ad48bc963..1fa7839a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.case.glif index 8aa568a47..9c65293d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.glif index f7fa1b5d4..9aab06db4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/doubleprimemod.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/doubleprimemod.glif index 67a2eb1fe..072482a95 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/doubleprimemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downA_rrow.glif index aba8f1094..0caf4d503 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downB_lackT_riangle.glif index 132be8f74..dd54462be 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:49:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downW_hiteT_riangle.glif index 226292264..96a87a69a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dram-arm.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dram-arm.glif index 098f94ede..72d89c1a4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dram-arm.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dz.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dz.glif index 2e0ae9d65..b985c192e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dz.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dz.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dz.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dz.sc.glif index ae44f6e5e..672402984 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dz.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dz.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.glif index db674c019..e019f747c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:56:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.sc.glif index a05de61df..77eb9a615 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:12 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/e.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/e.glif index bb18e8066..1bd03503a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/e.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/e.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/e.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/e.sc.glif index be851f91e..7c797407d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/e.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/e.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.5,0.09,0.79,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.glif index 1611bd624..c8ea53922 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.sc.glif index f4255b9b5..82c545f3f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.glif index 356749fdf..10b9d0b86 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.sc.glif index bfa2844c8..e7c8aeed4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.glif index fa02bd180..69068392f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.sc.glif index 4255ca6bd..685ba6062 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.glif index 2126943c3..0d319af4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.sc.glif index ff98d6aad..64ab92659 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.glif index b68cf24a3..a2afbb280 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.sc.glif index 2fd2e4fd2..a98e8d28f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.glif index 28c92e587..4ce64411e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.sc.glif index 00942dd5e..2b3463874 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.glif index 67e8f9336..8ee54a766 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.sc.glif index 3ad3d05f5..7963cdea6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.glif index 7e6d04015..1efde5c00 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.sc.glif index 2b5748d05..28c5fc7be 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.glif index 18ed82a69..aca1a41b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.sc.glif index 3eb9e3f5d..9735b3ab9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.glif index a2a05187d..e94c836a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.sc.glif index b2ed9cb59..aad02511f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.glif index b6621b703..d37e278d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.sc.glif index cbf8841af..9ba6a70c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.glif index 4597ec4b9..1f9e413fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.sc.glif index fe4dd60ab..4b495df97 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.glif index d7a218c9d..f865167c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.sc.glif index 2933f755f..c31919d93 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.glif index 70537df7a..8d1d20903 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.sc.glif index 8538af437..9dd96968c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.glif index a43202ae0..eb425f61d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.sc.glif index 255984788..0ec2071eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.glif index 29f41ac67..228a6e315 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:12:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.sc.glif index ebdb7b9f8..48e911714 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.dnom.glif index 95c2e13a0..057d1aa3a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:15:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.glif index 934707c8a..db376b735 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.lf.glif index d93aca56e..26b314467 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.numr.glif index 1f7dc2a94..7148b1921 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.osf.glif index 75d3af505..f3d233b5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.sc.glif index c586fdc54..33eaecc51 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tf.glif index f75d87e93..679baecaf 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tf.glif @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tosf.glif index d35f2685a..3d1966158 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eightinferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eightinferior.glif index 572da7716..d2eeab1db 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eightinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eightsuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eightsuperior.glif index 615914a13..54ba01021 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eightsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.glif index c2600b7eb..2fdce9f2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.sc.glif index ba6491a3c..6e8ba691c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ellipsis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ellipsis.glif index 007bd7821..9fe69e6e3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ellipsis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ellipsis.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.glif index 1815b0861..c3bf42cde 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.sc.glif index 0d06fc365..97e1cb28b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.glif index b6050c7a1..eb96ab1a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.sc.glif index 61531088a..7cf282869 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.glif index 3a0a46197..86047271e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.sc.glif index 3f60ec6ae..8e8f9af62 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.case.glif index 338ce323f..c91c44b45 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.glif index 6d9e7b540..ae20c85d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emptyset.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emptyset.glif index f98f68760..f21061387 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emptyset.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emquad.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emquad.glif index 19176adba..fc6587eca 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emspace.glif index cad26b367..606f556f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/endash.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/endash.case.glif index 04ce147df..87c4696c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/endash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/endash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/endash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/endash.glif index 2ede534cd..5348e6a40 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/endash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/endash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eng.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eng.glif index 5092b0301..d0a192817 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eng.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eng.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eng.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eng.sc.glif index 4ee16555f..a0ac58266 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eng.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eng.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/enquad.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/enquad.glif index 65ee49710..6c8c3aa58 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/enquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/enspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/enspace.glif index 990d19c9d..35e68736f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/enspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.glif index 0d63d3794..71f76693c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.sc.glif index f219ac5df..934bf3fe0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/equal.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/equal.glif index e91dd897f..34d976fbd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/equal.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/equal.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/estimated.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/estimated.glif index 0fa368af1..2ac25cabd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/estimated.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/estimated.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eth.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eth.glif index c3df99024..14892ae36 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eth.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eth.glif @@ -72,7 +72,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eth.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eth.sc.glif index fb97d5d29..067a01f62 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eth.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/eth.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.glif index 1b1a69896..139310aab 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.sc.glif index d44a5de58..54265dc8e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/euro.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/euro.glif index 185fdf7eb..f1d4ab415 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/euro.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/euro.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclam.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclam.glif index e43b32116..c43c98e15 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclam.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclam.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdouble.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdouble.glif index 118570cf2..3d402b9c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdouble.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdouble.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.case.glif index 2017bfcea..51c2fdafb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.glif index 70bcfcc45..f404cc876 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey exclam com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.glif index 4a4ad5c5d..60c2c92f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.sc.glif index 879df0b05..635f751fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.glif index 78ef1eff1..96957d471 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:22:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.sc.glif index 2f9eb79cd..1581199d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:45:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f.glif index 1f5b52b67..5bbed4f92 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f.sc.glif index 22e7dcf64..9c674ef02 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f.sc.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f.glif index 7903f456f..bc9390a19 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_i.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_i.glif index 5daca4f9d..5eb79ae8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_i.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_i.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_l.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_l.glif index 5430b3d81..6fefc202d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_l.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_l.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.glif index 10133628f..25c826227 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.sc.glif index 8bfe76a9f..8ae4e0013 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fi.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fi.glif index 5ad2e41c6..13cd25d8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fi.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fi.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/figuredash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/figuredash.glif index b7e87639c..dbec1eca5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/figuredash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/figurespace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/figurespace.glif index 3678c6e68..ec462a520 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/figurespace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/firsttonechinese.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/firsttonechinese.glif index ce5b5300b..2c5eefd54 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/firsttonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/firsttonechinese.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.dnom.glif index 31d975ec7..657365a8f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.dnom.glif @@ -54,7 +54,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:08:19 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.glif index 8e106aea3..fdac2fb11 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.lf.glif index a1f78bb0a..c3155c480 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.numr.glif index a22eeee32..983e9b9af 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.osf.glif index 305d2d105..bcc484e1d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.osf.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.sc.glif index 7a069b5c8..d336cc316 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.sc.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.tf.glif index 060b1d8ed..f4de311ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.tf.glif @@ -46,7 +46,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.tosf.glif index 2be4b9304..3ace29cc7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/five.tosf.glif @@ -44,7 +44,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fiveeighths.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fiveeighths.glif index 80be9f152..60b1158b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fiveeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fiveinferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fiveinferior.glif index 80bf86bce..080f4907f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fiveinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fivesixths.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fivesixths.glif index cc6fc17d7..734584e90 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fivesixths.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fivesuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fivesuperior.glif index 7622fb542..e9aede1b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fivesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fl.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fl.glif index 8b42610f4..959992d2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fl.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/florin.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/florin.glif index 4fdcc64da..980d69176 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/florin.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/florin.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.dnom.glif index 407847d1c..2c0c3b954 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.dnom.glif @@ -42,7 +42,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:07:58 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.glif index 95486e1e0..fc6be0aca 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.lf.glif index 1cbddd561..6e7666e00 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.numr.glif index 0cb502a8e..e8c99b4fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.osf.glif index cacab8b01..a0153ed5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.osf.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.sc.glif index af687142a..38636fb3b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.tf.glif index c37546722..f60a50b93 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.tf.glif @@ -35,7 +35,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.tosf.glif index 875e9b8b7..b456d2e56 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/four.tosf.glif @@ -33,7 +33,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourfifths.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourfifths.glif index 788e1716d..eb9055a3f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourfifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourinferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourinferior.glif index 66535b035..0dcc97a16 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourperemspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourperemspace.glif index 60ac7a31c..4e0d29e21 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/foursuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/foursuperior.glif index 7c84b0b15..d4a836427 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/foursuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourthtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourthtonechinese.glif index 591a18ab2..929ea6e99 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourthtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fourthtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fraction.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fraction.glif index aade765d2..2906cd52e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fraction.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/fraction.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/franc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/franc.glif index 349afc864..db1262116 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/franc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/franc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:04 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/g.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/g.glif index f85f943cc..52761b375 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/g.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/g.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/g.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/g.sc.glif index 64cfe4cef..32ccbd62e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/g.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/g.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gacute.sc.glif index b2a7cad2f..b43b9791f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.glif index f88d9f680..d941427e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.sc.glif index ddbbd7c03..52f34a0a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.glif index ccec19b50..397b19b05 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.sc.glif index 3d8fa7d41..038a947b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.glif index fae79d43a..d0c19642e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.sc.glif index d5d9aa302..0cd44beb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.glif index b2c1de218..347b1dccb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.sc.glif index b7579977c..b1db56979 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.glif index beae93e52..a9243a560 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.sc.glif index 8e3e71aa0..bce7d4a95 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.glif index ac31fa455..4bb98c481 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.glif @@ -58,7 +58,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.sc.glif index cde1f8d1e..e99efbbfb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.glif index 3e66bc66c..076d7129b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.sc.glif index 153e6b896..37f5a2d18 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/grave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/grave.glif index d022fb2bc..4e98b74e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/grave.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.case.glif index dad342e5c..9815ccb69 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.glif index a14b5d24c..3c7ddd5c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/greater.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/greater.glif index a449bc2aa..e2abcec79 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/greater.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/greater.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/greaterequal.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/greaterequal.glif index c03b2443f..2b5da2d8c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/greaterequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/greaterequal.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guarani.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guarani.glif index 78daff0c4..eba293aa5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guarani.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guarani.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.case.glif index 1ca7ef35e..0d760b991 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.glif index 137ec3ba0..5d0facded 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.case.glif index fc78ed68c..b83a8cfa3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.glif index 626f4d52c..50baeddf6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.case.glif index cab1ec4b3..a117fdee3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.glif index abfa5ebb2..174f1744e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.case.glif index b8f40d752..391cd3c59 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.glif index 98e7709ac..3e74a1d08 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/h.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/h.glif index 624a14c86..e8226d294 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/h.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/h.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/h.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/h.sc.glif index ce4b82dc8..517ad832e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/h.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/h.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hairspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hairspace.glif index 9adcc4f46..75a173d6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hairspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.glif index 62d1ab175..53fab6a18 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.sc.glif index 6f0f03f2b..21efb128b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:24 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.glif index f69aac228..3e939f993 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.sc.glif index e673cb89c..98714c40f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.glif index 32d720312..2c5646aad 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:13:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.sc.glif index 29ee2a134..b799e85c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.glif index 52d858f43..aab1f1e3d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.sc.glif index ec4caabd6..2ada5c737 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.case.glif index 923768902..f080add3b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.glif index 93bb36cdc..67aeb2eb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horizontalbar.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horizontalbar.glif index 85fc508e9..7b8bdc4a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horizontalbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.case.glif index 6ef5bd51c..55ef852e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.glif index 2dc032d6a..6354c13cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hryvnia.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hryvnia.glif index 7e8db63b5..d9841d557 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hryvnia.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlaut.glif index 4e2dfd5ce..2c10a4f73 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlaut.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.case.glif index 731dfa117..12ae75a79 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 466.0 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.glif index 429f5a236..8fa0da52a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.case.glif index 92900d0fb..3478a0e42 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.glif index 2c6296930..4505d4091 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphentwo.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphentwo.glif index 4a67b4bb2..4c2317800 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphentwo.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.cy.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.cy.glif index f165af94c..89ee8ac67 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.cy.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.cy.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.glif index ccfb33d6f..cdaaf4b3a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.sc.glif index ea25767fa..06a775c52 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.glif index 29a3b40ba..ad5b6b3d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.sc.glif index ed3e8507b..6d1cba4ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.uc.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.uc.sc.glif index 88702f627..42c61019c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.uc.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/i.uc.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.glif index 04bdd3a29..96ece5baf 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.sc.glif index e85f7373d..64e1c52ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.glif index 41efc6b2b..0b6b6df57 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.sc.glif index 0ba823cfd..128676e05 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.glif index ddb73cacf..d1167a280 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.sc.glif index 1223ad31d..e2038ce64 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.glif index 3aae5f5d8..c51dec35e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.sc.glif index 8ef590aff..d78375202 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.glif index d789d1404..490c9cd25 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.sc.glif index 3256231bb..147b46e70 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.glif index fd097d8b0..d6fa31220 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.sc.glif index bf471729b..684191a54 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.glif index a6378818e..94e984d66 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.sc.glif index 8af5f126b..c6bd879e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.glif index 54d5f7525..4eef91409 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.sc.glif index 85e2d040a..7c47f0995 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.glif index d86c42920..3c3bb64a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.sc.glif index 54d6b8c87..36ab0cae9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.glif index 12fe670d0..d548d72e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.sc.glif index 2f8a33f31..5ab7c0e4a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.glif index 9be393af0..c47dddec1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.sc.glif index 3d9b9e118..79e84d827 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.glif index 2e93e4bbf..5911a1151 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.sc.glif index a12630c58..4fe8d4056 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.glif index 05c946513..242bf8e89 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.sc.glif index abaa10514..324d6a5cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij.glif index 264ad8658..980010924 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij.sc.glif index 788a2aeff..ea65a258e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.glif index c75105784..2e209e2ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:47:38 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.sc.glif index 8b6ce4f97..1f7461a69 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.glif index 8cb87b30a..44d5c531b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.sc.glif index d65121820..48ec6a057 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/increment.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/increment.glif index 8fa9a49a5..f97c191ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/increment.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/increment.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:52 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/infinity.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/infinity.glif index 24d24de5b..b14f45e10 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/infinity.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/infinity.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/integral.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/integral.glif index a6e1cd2b8..988e9e784 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/integral.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/integral.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.glif index 588d0d786..8874db3c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:27:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.sc.glif index aa7d72912..1d3878e7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.glif index 46a696ca6..94bdeac35 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.sc.glif index 0c7f3c810..085965cec 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/j.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/j.glif index 869ed73a8..0d99ac438 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/j.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/j.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/j.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/j.sc.glif index 26bcc9b4e..44a980f7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/j.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/j.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.glif index e6642ff6d..92aaca15c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.sc.glif index 9af6815f6..0e09a889a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:27:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.glif index a87135801..f33fc41dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.sc.glif index 64f169772..ca8dd15b1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/k.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/k.glif index c1d57f9fd..de5eec8a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/k.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/k.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/k.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/k.sc.glif index ff2e63e32..a03123189 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/k.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.glif index b557e01f8..fc2e4e9e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.sc.glif index 5eea75437..5a7547606 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.glif index 8d2612413..2c6630429 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.sc.glif index 739e4d3d2..139b01d02 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kip.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kip.glif index ceee8da6b..ca2f2514a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kip.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/kip.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/l.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/l.glif index 405452a54..56ff9890b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/l.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/l.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/l.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/l.sc.glif index 24af9534d..02c7f8ede 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/l.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/l.sc.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.glif index dba6a24a2..683105fe7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.sc.glif index 87445482e..11e0c1020 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.glif index b80d8ec03..f120111e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:11 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.sc.glif index 6101bac0a..c3f239ba9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.glif index 82dfba4cf..4e3783453 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.sc.glif index 0991b6e95..a2201c9ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.glif index bb1e0653e..78141e2a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.sc.glif index ada05f241..f2443515d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.glif index d058bd1e1..8d9123586 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.sc.glif index 81c815eeb..48ffab3c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftA_rrow.glif index 791b917be..616583eea 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftB_lackT_riangle.glif index 7b9e1d370..ae37f8045 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:50:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftW_hiteT_riangle.glif index 3ede7c893..7821af23f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftanglebracket-math.glif index 9cac05394..6a18b5d0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/leftanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/less.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/less.glif index 504903339..e6bc352aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/less.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/less.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lessequal.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lessequal.glif index 64ce164c1..7bdb1f019 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lessequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lessequal.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lira.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lira.glif index c06e7940e..4f515d8c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lira.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lira.glif @@ -73,7 +73,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/liraT_urkish.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/liraT_urkish.glif index b6428a44e..123efc78a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/liraT_urkish.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/liraT_urkish.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/literS_ign.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/literS_ign.glif index 24773accf..540113841 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/literS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/literS_ign.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lj.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lj.glif index 7e1f04c03..0c7578b66 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lj.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lj.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lj.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lj.sc.glif index d2967d15b..ed7217563 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lj.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.glif index 01dc1b551..0b2586054 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.sc.glif index d040475e5..c8fa68bcb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/logicalnot.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/logicalnot.glif index adad956a5..6de720b11 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/logicalnot.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/logicalnot.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lozenge.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lozenge.glif index 5c73562c8..f020ed70e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lozenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lozenge.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.glif index de7e28970..2a5b4ecb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.sc.glif index fa2b67a0a..a7a14cb20 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.sc.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/m.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/m.glif index 6536562ca..410c06e35 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/m.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/m.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey n com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/m.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/m.sc.glif index 8364b0bb0..8d51ff92c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/m.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/m.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macron.glif index a24aa158a..9bd5d9f80 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.case.glif index 9ca8a40cf..3be29820b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.case.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.glif index be5cfbb02..c0fd5f5ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.case.glif index d65da9183..f3cd51bed 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.case.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.glif index dfd144146..5844ebf33 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/manat.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/manat.glif index 3b12b41bd..4a38ee00f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/manat.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:39 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.glif index 917ffea07..c389d721f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.sc.glif index b903c0ff7..8e6db6085 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.glif index 6f873c567..0486152b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.sc.glif index c1f632722..592e8d0b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/micro.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/micro.glif index 2018bc4b1..24209bfe5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/micro.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/micro.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/minus.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/minus.glif index 688fca710..dedb313da 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/minus.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/minus.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/minute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/minute.glif index c91c00712..5b7329bc0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/minute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/minute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mu.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mu.glif index 00bf972b0..38991d7fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mu.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mu.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:50 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mu.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mu.sc.glif index 8cc4949c5..8e0ff3502 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mu.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/mu.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 05:10:55 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/multiply.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/multiply.glif index a5e3ce494..10322dd2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/multiply.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/multiply.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/n.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/n.glif index b9cd172ce..9250fee0a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/n.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/n.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/n.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/n.sc.glif index f3c2505af..b33a77150 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/n.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/n.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.glif index 2c47f2d9b..9c9a1100d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.sc.glif index 625681e7c..2698b9cbc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/naira.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/naira.glif index e4f688a5f..75123f7c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/naira.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/naira.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:35:45 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/narrownbspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/narrownbspace.glif index f9d187141..118ce21fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/narrownbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nbspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nbspace.glif index 8938e0842..d5f1ad380 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.glif index 428f628b6..afd8752eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.sc.glif index 57a320499..606712080 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.glif index 4c39bdfd4..756aaa46a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.sc.glif index fb6be2854..0c85dfd81 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.glif index ee5a930c7..d4d5dbbfe 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.sc.glif index 23aea69eb..205a5cd64 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.glif index 348aa99e7..778bab427 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.sc.glif index 25d9d1576..e6e1f4fc0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.dnom.glif index f474a2d5a..649ccbed3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:18:17 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.glif index b09823855..a69286570 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.lf.glif index 6a735b8b4..14502d985 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.numr.glif index 702e31bc0..1f10595e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.osf.glif index ba9ba82e9..228bafa15 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.sc.glif index 781afff68..b4973c02f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tf.glif index 2caa73fbb..bc2855bdf 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tf.glif @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tosf.glif index 9b6de77b1..1731ea320 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:36 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nineinferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nineinferior.glif index 1e7383c2b..0e002ad7b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nineinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ninesuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ninesuperior.glif index 52af3ad2e..389602e48 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ninesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nj.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nj.glif index 3cb23aec5..29e152138 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nj.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nj.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nj.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nj.sc.glif index 266102e62..230c1671f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:09:07 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.glif index 552ae0997..e74685b92 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.sc.glif index a3f73ff7a..3e3eb73e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/notequal.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/notequal.glif index b05e330d7..964165cb8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/notequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/notequal.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.glif index 9c5062c39..03489db68 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.sc.glif index 4272f5024..e0a4f25ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/numbersign.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/numbersign.glif index 09c496079..fd913c252 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/numbersign.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/numbersign.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/numero.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/numero.glif index 1ce75e151..7157265ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/numero.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/numero.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/o.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/o.glif index 8e47d0b1f..075e2a598 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/o.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/o.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/o.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/o.sc.glif index b10a507ed..aa7693ff6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/o.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/o.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.glif index eba8d6756..01c2dc82e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.sc.glif index 95424a834..b2168b5d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.glif index d183972cd..68c98d708 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.sc.glif index 3d3057e14..fa0443f69 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.glif index c9b749256..6b83fbf68 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.sc.glif index 791ce8d4b..bd920d712 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.glif index e86262af4..3fed8ae71 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.sc.glif index fb9b78d80..af30dcd0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.glif index a908cde89..d89bf178e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.sc.glif index 44af7d9d2..e513f52ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.glif index 50da1edfc..99927924e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.sc.glif index ce362f747..22a3f28c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.glif index 19a774b15..0f3cc0968 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.sc.glif index 695229973..666a5df49 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.glif index 8f4b89ff5..5d9a378a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.sc.glif index 276b65b68..6a92d459e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.glif index 75961a747..1d9f71f3f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.sc.glif index f67d26c2c..cc1187af1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.glif index 5121452ed..79e4c8cae 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.sc.glif index 556f8bbc7..89b848f15 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.glif index 9a4777e2d..7bfb82499 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.sc.glif index b453b4d36..d179a1a8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.glif index b35d459aa..8092bb9e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.sc.glif index f30245e2d..17a5c2327 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.glif index de0eb2f03..25bcfb420 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.sc.glif index 97431bccd..7f6e0c606 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.glif index bd6d53f8a..93abd66a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.sc.glif index d9d2f847f..e365933d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oe.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oe.glif index 65581cea6..231d4384f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oe.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oe.glif @@ -71,7 +71,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oe.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oe.sc.glif index ae57d2172..89a57acf9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oe.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oe.sc.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonek.glif index 0d0940f9a..cff919e74 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonek.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.case.glif index 673503d20..ce0ec4a97 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.glif index 5a1573e8b..b97d03361 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.glif index fc7a34226..0d6728710 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.sc.glif index d154d0fae..8a60e7ad5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.glif index 56ac07736..4f17e762b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.sc.glif index a82619bda..7c6001576 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.glif index af85c18e0..39b241216 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.sc.glif index 75ce15fac..c6ecb06d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.glif index b5df3cca5..60c5749c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.sc.glif index 1ba608ea9..5831c1544 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.glif index f8e6854a6..27985c23e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.sc.glif index 9ea9cb0cf..8c6bfdf62 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.glif index ed7d41dfb..89e4196ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.sc.glif index 4846afcb8..8912bab0a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.glif index e5148177f..4e8f67a78 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.sc.glif index c9f93a491..3389ad447 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.glif index c692a0246..54ac6e8e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.sc.glif index 09030a638..d85c8e934 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.glif index e5df7d0e0..07fd24424 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.sc.glif index fe9a575dd..d5cc2d81c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.glif index 9da034509..7b213100d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.sc.glif index 8c1bee6b7..395d55ad1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.glif index a41219bcc..bfddb01d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.sc.glif index 16d42ac85..b238f35fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.glif index 9ff88873e..799c620b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.sc.glif index 9e35c8558..61b69d5be 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.glif index be282623e..1026225da 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.sc.glif index a9232342f..544ad53a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omega.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omega.sc.glif index aeee4f91e..676ccc2c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omega.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/omega.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.dnom.glif index 9d280d953..38783eda0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.dnom.glif @@ -35,7 +35,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:03:23 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.glif index 79538d4be..88fdcd536 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.lf.glif index 70bf2507d..b600a9ead 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.numr.glif index 8c87ceb72..4ef731c48 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.osf.glif index 34388946b..6f6d2961d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.osf.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.sc.glif index 07adcf6ca..a25826a72 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.sc.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.tf.glif index bd6dcebab..9d0b5cf6e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.tosf.glif index 0dbf44e98..bbe14122b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/one.tosf.glif @@ -29,7 +29,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:20:53 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneeighth.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneeighth.glif index 8e266ce67..54aed6435 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneeighth.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneeighth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onefifth.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onefifth.glif index 741e0dcc5..90476e47c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onefifth.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onehalf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onehalf.glif index c2c0f1b27..77edb3e67 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onehalf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onehalf.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneinferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneinferior.glif index 7a78b8385..ff4f5c5ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneninth.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneninth.glif index 88f29d582..d6b4fb650 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneninth.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onequarter.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onequarter.glif index d9cd95987..bfe7dddf0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onequarter.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onequarter.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneseventh.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneseventh.glif index 80ecd8407..ba16a6965 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneseventh.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onesixth.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onesixth.glif index 20c5a3d5c..58240f548 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onesixth.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onesuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onesuperior.glif index 0d4a25689..d74f25adf 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onetenth.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onetenth.glif index d776a6392..069ae440a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onetenth.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onethird.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onethird.glif index 3f6cee57d..f39a5d027 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onethird.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.glif index 20537e502..dfe062ba9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.sc.glif index 405e658d5..92133406f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ordfeminine.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ordfeminine.glif index 0a13ebcab..b11f6b38d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ordfeminine.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ordfeminine.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ordmasculine.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ordmasculine.glif index 2a039394b..834281131 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ordmasculine.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ordmasculine.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.glif index db3140f98..126d1964f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.sc.glif index 6a2b7da28..0c11389d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.glif index b80f3db06..d3ddfa9d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.sc.glif index 53fcf0196..d3ccb15ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.glif index 2e754d8a5..eb89b7448 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.sc.glif index d19eaebce..b5c8d2f26 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.glif index 34927ce29..d5c0e2e54 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.sc.glif index 904bc16af..16a9636a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.glif index 5d05a267c..14ef9990d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.sc.glif index 139f93888..e8bd022bd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.glif index 9e848e979..babb42155 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.sc.glif index 19c22b535..051bc9c2c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/p.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/p.glif index 568df86db..137528638 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/p.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/p.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/p.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/p.sc.glif index 48ee9ef32..b64b029ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/p.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/p.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/paragraph.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/paragraph.glif index 90eb3285b..343bda361 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/paragraph.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/paragraph.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.case.glif index a3f8ec1ba..c27c3ed7b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.glif index 74ca0a074..2aef4a344 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.case.glif index b634f240f..969b01524 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:45 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.glif index f9a181197..a2a0fffab 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/partialdiff.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/partialdiff.glif index 1dfd4474c..f85aedd69 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/partialdiff.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/partialdiff.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.glif index a51d2846a..d506ee4f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.sc.glif index 5d217cb80..bd1337883 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/percent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/percent.glif index a03afb7a2..54de53fd4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/percent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/percent.glif @@ -69,7 +69,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/period.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/period.glif index 3fef0d13b..c2bba71e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/period.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/period.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.case.glif index 0835644da..27c5b1d4c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.glif index 7e0596ae0..77348ee1b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 3bb71b705..dc0caa006 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.glif index 06c3b5996..d68163084 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/perthousand.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/perthousand.glif index 68836e990..cc1e3a85e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/perthousand.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/perthousand.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/peseta.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/peseta.glif index f9b4e4245..f7c3530dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/peseta.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/peseta.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/peso.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/peso.glif index 26892ed8e..ed74a7a09 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/peso.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/peso.glif @@ -76,7 +76,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pi.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pi.glif index 331f772a0..3259e0188 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pi.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pi.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:59 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pi.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pi.sc.glif index bff38730b..9c39346b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pi.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/pi.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey product com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/plus.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/plus.glif index 5a3ab8a8a..840278d83 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/plus.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/plus.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/plusminus.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/plusminus.glif index ad1a55f6a..31d017da3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/plusminus.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/plusminus.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/primemod.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/primemod.glif index 2bd127aa1..22b68ea98 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/primemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/primemod.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/product.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/product.glif index 1a787cc64..414e57fb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/product.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/product.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/punctuationspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/punctuationspace.glif index 0ebe01d75..fdbf080b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/punctuationspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/q.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/q.glif index bb8257564..ae42ecd8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/q.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/q.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey d com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/q.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/q.sc.glif index d08341a87..d6ece874d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/q.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/q.sc.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/question.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/question.glif index 380d6c484..ff8f91005 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/question.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/question.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.case.glif index 0c8e0aa66..34b4c5078 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.case.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.glif index dd5b253dc..907f5c8a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedbl.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedbl.glif index a8f25a7b8..a97dc8d57 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedbl.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesingle com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblbase.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblbase.glif index d90324e59..a75c2ad87 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblbase.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblleft.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblleft.glif index e0f8829c3..c51c54c56 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblleft.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblright.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblright.glif index a93c336b9..e8bdf03df 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblright.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblright.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quoteleft.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quoteleft.glif index c36828626..cf70159f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quoteleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quoteleft.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotereversed.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotereversed.glif index 95f12d61d..240a81b42 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotereversed.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotereversed.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quoteright.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quoteright.glif index eb2d4ac22..1ef075efa 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quoteright.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quoteright.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotesinglbase.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotesinglbase.glif index 1f8aea748..155471864 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotesinglbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotesinglbase.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotesingle.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotesingle.glif index 83ad92224..975fb56f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotesingle.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/quotesingle.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/r.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/r.glif index 39ecc3564..50aba841b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/r.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/r.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/r.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/r.sc.glif index 370e1d90c..2c925e4fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/r.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/r.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/racute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/racute.glif index aa33fc9e2..1f75f238d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/racute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/racute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/racute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/racute.sc.glif index bf3059496..310306a0a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/racute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/racute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/radical.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/radical.glif index d42a1f218..689c4ac75 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/radical.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/radical.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.glif index e43c07fe8..61ea91650 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.sc.glif index de7170994..14306d16e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.glif index e308854da..2af266a81 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.sc.glif index 581cf794a..b70f842e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.glif index 44f33a51b..85b43d297 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.sc.glif index 247cfbe58..f6e7b2c41 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.glif index 7193afa82..ed88d823b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.sc.glif index 4c355497f..3aeb16407 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/registered.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/registered.glif index 4f31a6f73..5b705f91b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/registered.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightA_rrow.glif index edce82216..0e851f207 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightB_lackT_riangle.glif index 7e48b8b1e..b9ef8c1bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:48:49 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightW_hiteT_riangle.glif index 92e5b5af2..8dcddff59 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightanglebracket-math.glif index 28a87b47a..429a4bbe8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ring.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ring.glif index 2a9a05c6a..c37a2a342 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ring.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.case.glif index b0f399407..7af77db7b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.glif index 7b64ad2fd..1385c6b2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfleft.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfleft.glif index 59ef94858..630e92007 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfright.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfright.glif index b18230088..d90013d07 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfright.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfright.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.glif index 7a31bdbf8..6a2f872a4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.sc.glif index f45683116..67b78907d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.glif index 79a86043c..37ff64e14 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:31 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.sc.glif index 63663b39d..525e35420 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ruble.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ruble.glif index 88654fc22..8241a7839 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ruble.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ruble.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rupeeI_ndian.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rupeeI_ndian.glif index aae5eee72..0bf66ad2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/rupeeI_ndian.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/s.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/s.glif index e5ec0a54f..0341e8a0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/s.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/s.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/s.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/s.sc.glif index 79e4ad6f3..c29dffb17 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/s.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/s.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.glif index ebb7a53f6..e86072739 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.sc.glif index 77eb7cb00..4124c394e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.glif index f0c37df6e..46338c493 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.sc.glif index 4a2d241b3..2cb61c282 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:27 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.glif index 8e9a5a986..9712b0c41 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.sc.glif index 55a53812f..5f67cb8e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.glif index e1c5d2ca8..35be74bc3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.sc.glif index 64e50a743..cac44002e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:57 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.glif index e633459ff..1a4f79145 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.sc.glif index c552871c1..44ba58c2e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.glif index 308f9c3d7..c380ce484 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.sc.glif index c02f39712..0841b30a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.glif index cb4753ae1..0cbc59a6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.sc.glif index 5b91110c4..389f7b17a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.glif index 92758eecf..be1215679 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.sc.glif index 3872c3e93..10c5d546a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.glif index 32d63a083..48f05a782 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.sc.glif index 87e87e1a1..e7f807493 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.glif index 2bd46ca2f..cabc04172 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.sc.glif index 3d85b2c6c..53b5b84ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.glif index fd746002d..c1e89092f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.sc.glif index d07521fab..08a34439e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/second.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/second.glif index 6e15a33b9..3a314efe8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/second.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/second.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/secondtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/secondtonechinese.glif index 35263bb8e..404fa8ffa 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/secondtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/section.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/section.glif index d8d2d538f..e66aff203 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/section.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/semicolon.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/semicolon.glif index 7ecd3f162..cdc5bc316 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/semicolon.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/semicolon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.dnom.glif index bb0d5cc92..0664db51c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.dnom.glif @@ -32,7 +32,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:57:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.glif index 0b27fd5fd..2b2a87edd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.lf.glif index d16ad8763..d59c10169 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.numr.glif index d1a1e9bd9..2ad279713 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.osf.glif index 1ddaa0bce..dffb082cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.osf.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.sc.glif index a2ea99916..2decec952 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.sc.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tf.glif index b742ba3be..cc8e28940 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tf.glif @@ -24,7 +24,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tosf.glif index cb63cee9c..7db20b1e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tosf.glif @@ -22,7 +22,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:09:42 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seveneighths.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seveneighths.glif index fecbf9199..760fee8e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seveneighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seveninferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seveninferior.glif index b612a1fa5..d132d14f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seveninferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sevensuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sevensuperior.glif index 2275e3d5e..775a9dfe0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sevensuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sheqel.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sheqel.glif index 02dfd4ff1..65ef99a34 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sheqel.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sheqel.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.dnom.glif index 33c1ede1a..3a42208c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:00:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.glif index be3a5074f..bf9027a59 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.lf.glif index 414898399..c148e257f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.numr.glif index 3ee9be6d3..d58574b92 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.osf.glif index 3e2420b10..7c9a6ec90 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.sc.glif index 45c3e7731..32245ccfb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.tf.glif index d15201a3b..122179937 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.tf.glif @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.tosf.glif index a7a20e0d8..c8d232e5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/six.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixinferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixinferior.glif index 12b886892..b2820c5a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixperemspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixperemspace.glif index de0df4cb7..2533c9c35 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixsuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixsuperior.glif index 136106919..c39abda0a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slash.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slash.case.glif index e29a40401..948a4e2c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slash.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slash.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slash.glif index cdc445469..87b23119c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slashlongcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slashlongcomb.glif index f444769ad..4e071a401 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slashlongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slashlongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slashshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slashshortcomb.glif index e194e5bf5..1240a69f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slashshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/slashshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.case.glif index 9ce0fac0f..e5f74142a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.glif index 60384c53b..63604f748 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/space.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/space.glif index b78022173..eaa9089f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/space.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/space.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sterling.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sterling.glif index c38502e3e..fde760ed7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sterling.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/sterling.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/strokelongcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/strokelongcomb.glif index 24f21630a..dd85ee5e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/strokelongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/strokelongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/strokeshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/strokeshortcomb.glif index b956563ce..dc9ee04be 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/strokeshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/strokeshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/summation.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/summation.glif index 430a65878..9a266b4b1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/summation.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/summation.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/t.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/t.glif index e6088064c..67ad015ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/t.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/t.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/t.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/t.sc.glif index 44c8c542e..5868dd06d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/t.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/t.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.glif index 1769108ad..595768f60 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.sc.glif index 9f5262867..ed0018964 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.glif index ed9a9fd64..09d915229 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.sc.glif index 8a652a968..0ab9abc29 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.glif index d56ea48e6..53635b18c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.sc.glif index 3af900c29..d38a2d199 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.glif index 14a429b9f..832844753 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.sc.glif index e318b0832..513ae1fa7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.glif index 4d8fb8f08..b3a60b927 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.sc.glif index bd3953e3c..97f40fd35 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.glif index 74abe1c1c..c892f3064 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.sc.glif index 002a9d226..b219b4426 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.glif index 864f83ead..265a88e5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.sc.glif index 2f6f3b3d7..a21e0180e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tenge.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tenge.glif index 4d803c018..480f76360 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thinspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thinspace.glif index a4d7a2a4e..8ca36dbc9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thinspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.glif index b9d9b9086..3bde8bf30 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.sc.glif index bb2c534ba..8330f567d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.dnom.glif index a065bc3b9..4b50d69f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:15 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.glif index d51a2e11f..582003e4d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.lf.glif index ff4589b2d..97d84034a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.numr.glif index 3b4cfa25f..46d09aca7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.osf.glif index 26c995324..b67ee1d8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.sc.glif index c0549348f..fda7b48d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.tf.glif index fe6531527..d4714946d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.tf.glif @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.tosf.glif index 4e06b5aa2..7ddf88096 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/three.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeeighths.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeeighths.glif index db30b2cc2..d3b77389b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeeighths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey three.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeinferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeinferior.glif index 22be0f651..cad6c9d5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeperemspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeperemspace.glif index 4a0679022..a238b9b3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:14 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threequarters.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threequarters.glif index a97243390..c65482083 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threequarters.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threequarters.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threesuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threesuperior.glif index 721a0742b..94b785d61 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.case.glif index e6a8106dd..3d6c90f88 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.glif index 842ef8930..bfc2bcea8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.case.glif index f53a833b7..b6e741f2e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.glif index aae465e29..812a6c78d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.glif index b6268af9b..ed73241d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.sc.glif index 837ca0744..862386333 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/trademark.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/trademark.glif index 7b7455624..eab130f2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/trademark.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/trademark.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tugrik.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tugrik.glif index 1ffd6d7a0..292c35e34 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tugrik.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/tugrik.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.dnom.glif index 6b1140ffb..dd382cca9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.dnom.glif @@ -46,7 +46,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:42:31 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.glif index c2a9d9e04..bad10a0c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.lf.glif index 91005d8d1..23ecfb3a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.numr.glif index 2bb0954d6..7fbc75066 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.osf.glif index 0dd8cdafe..55b59cd1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.osf.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.sc.glif index cb7b65d66..a4b17e1a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.tf.glif index 0d21268c4..cec339b55 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.tf.glif @@ -38,7 +38,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.tosf.glif index 575b6313e..29929603a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/two.tosf.glif @@ -37,7 +37,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:11:35 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twofifths.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twofifths.glif index 9d71cbe0f..4789226e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twofifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twoinferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twoinferior.glif index 3ccf088cd..a4b0ce9ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twoinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twosuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twosuperior.glif index 99028c708..be1afc7ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twothirds.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twothirds.glif index a294efa55..efff407cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twothirds.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/u.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/u.glif index abdf7507f..4b9b497e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/u.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/u.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/u.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/u.sc.glif index b823f716d..7e849df9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/u.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/u.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.glif index aa1d220e3..e6d9f6fdd 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.sc.glif index 1be4359fe..8b1750f5f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.glif index da47237b2..218ae9cb0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.sc.glif index 56334d67b..7c98d42c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.glif index b9dd5e624..aa2c19580 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.sc.glif index b72ea4192..dc3a3407a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.glif index c1491da1d..4c20ee6b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.sc.glif index 101a81c43..c3aa39da8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.glif index 0be3089b1..d7c454ca1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.sc.glif index ef8964591..1fd0438e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.glif index 537f5109d..b20f8afc7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.sc.glif index e3f9cf664..321e6e0f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.glif index 9569617aa..5f6436cb1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.sc.glif index aa0e9d6f0..6d4e5b540 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.glif index 14f5174d2..6536c5780 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.sc.glif index f0dc84363..c0c4e4bea 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.glif index ff33e121b..6922c1c32 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.sc.glif index 03b57ba4f..16a5cf99d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.glif index 9055e977c..0cb39cc23 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.sc.glif index c334c8177..c141a6d19 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.glif index 6c5aa5021..5fc4cb0ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.sc.glif index 8cf6a3619..447a1b89c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.glif index 3feebe8cb..d8fe9d4ed 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.sc.glif index c5f2ccc0b..7a2dfc169 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.glif index 5535b68a7..035a1f101 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.sc.glif index 05809d6f4..d38d99c9b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.glif index cd9dd5533..fb35991be 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.sc.glif index bf797e2d4..238e22ea0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.glif index 990dd0317..0fe9a9cc3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.sc.glif index 658c50df9..bcb6bd6c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.glif index ffff4c79d..329197044 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.sc.glif index a70f30a7b..a28cbe34a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.glif index 502c92613..b34d3d777 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.sc.glif index 54c8f5ebb..9ab12910b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.glif index 617a1d76a..5ff4d6d04 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.sc.glif index fedf9d0a6..27b9f1251 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.glif index 02da3996f..dbdcabae1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.sc.glif index 5f7af7f13..0ad1915f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.glif index 52241cf07..ee8088453 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.sc.glif index 27b835c5a..d50d4b4cb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.glif index 107a44254..226a3d2e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.sc.glif index 1f37dbbde..9c1c766e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.glif index 076a0827d..239f1458b 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.sc.glif index d67bbc59d..5e102113a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.glif index 1b9617a02..fcd48b0d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.sc.glif index 820e14bde..23162961a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/underscore.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/underscore.glif index f1b749612..2d510125d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/underscore.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/underscore.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uni0000.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uni0000.glif index e6fb07071..a794b2196 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uni0000.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uni0000.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.glif index b214a1224..8e6e34e2a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.sc.glif index 990a078b3..888b9eab6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upA_rrow.glif index 4f987d2a4..3b7e9a9c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upB_lackT_riangle.glif index 9810aef73..ce83cd481 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:46:24 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upW_hiteT_riangle.glif index f795ac1fc..a705e597d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:01:56 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uring.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uring.glif index 4b6b0fca9..9310b7e6c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uring.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uring.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uring.sc.glif index e93cf29b0..1fb031ffb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/uring.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.glif index 58187f0e7..2b61f4b27 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.sc.glif index e121b6443..e49f3d3bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.glif index 969d21a7e..81321b533 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.sc.glif index 917587bf9..9737e0478 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/v.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/v.glif index 92454614e..42264d641 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/v.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/v.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/v.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/v.sc.glif index 56ad55c72..8b38a965d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/v.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/v.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinelowmod.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinelowmod.glif index c77bfe9dc..ce1effa37 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinelowmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinemod.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinemod.glif index 239b63206..1c20476c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinemod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/w.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/w.glif index 34ce9f5c5..63febd7ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/w.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/w.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/w.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/w.sc.glif index ef80e6629..055fb5535 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/w.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/w.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.glif index 04561aaa6..44b92e837 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.sc.glif index 22bf88298..efa4043b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.glif index ac998f99e..c24c4307a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.sc.glif index a632fd13a..31301e375 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.glif index e74cf7dd4..9a227ca91 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.sc.glif index dab888e80..d2d5b476a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.glif index 7cc55a3a9..219af707f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.sc.glif index 7f61fd86c..80da86cac 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/whiteD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/whiteD_iamond.glif index d5c7ed06c..2bd96e5ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/whiteD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:31 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/whiteS_quare.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/whiteS_quare.glif index df575f5e2..b08d12867 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/whiteS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:58 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/won.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/won.glif index 08c160928..b78ea2442 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/won.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/won.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:39:44 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/x.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/x.glif index e2a35a2e9..e5a94d2ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/x.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/x.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/x.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/x.sc.glif index 93b3a45dd..cc39e647a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/x.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/x.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/y.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/y.glif index 4a2100722..3ebdfce19 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/y.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/y.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:00 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/y.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/y.sc.glif index 92483e2f8..a0d5fa35c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/y.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/y.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.glif index 4624d253c..333254e80 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.sc.glif index e330ce6da..b42a07c39 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.glif index dd5bb1fe8..1bd94f94c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.sc.glif index dc6f883dc..54dad7daf 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.glif index b20bf58dc..3f9658f1a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.sc.glif index 3badea87a..c5a22d65a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.glif index 7596fa375..ae0de2ec7 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.sc.glif index 5b8e79c47..f71cad208 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.glif index 024fa3d76..278b019f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:22 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.sc.glif index ace45eeb6..89e5148ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yen.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yen.glif index 0e899f86f..8a84fc795 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yen.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yen.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.glif index b5f462c5d..85e921ded 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.sc.glif index 05f52be1b..704603202 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.glif index 06031d9ff..2d5001899 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.sc.glif index 8fecef05e..055f466b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.glif index c1555233e..f0043286c 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.sc.glif index 6ed394941..9cec77f8f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.glif index 66960c4a3..14241cc9f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.sc.glif index 1cc78d870..e4db4ef9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/z.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/z.glif index d63ec9165..c002be768 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/z.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/z.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/z.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/z.sc.glif index f7a9d4939..7b583f920 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/z.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/z.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.glif index 3c3ed900e..218c67e49 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.sc.glif index 0624b4055..50302e0f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.glif index 0d3a386d4..6e8d64e80 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.sc.glif index e00c68281..3d15913c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.glif index 57be1fa1d..06bc010d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.sc.glif index a04292fb4..6245031c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.glif index 49e263696..ac113b5e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.sc.glif index cfb2a45bb..d39dbcbb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.dnom.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.dnom.glif index 79b04fb8d..53e6a9351 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.dnom.glif @@ -49,7 +49,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.glif index a449048b1..2d22ed870 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.glif index 222eb735f..f01fc5fb0 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.zero.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.zero.glif index 5c328d826..5b50c85e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:40:59 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.numr.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.numr.glif index f57fcd012..a27ca043a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.glif index 786e70219..e9d301c1d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.zero.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.zero.glif index 0794eb04f..9833c96d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:41:12 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.sc.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.sc.glif index 3eb25dab0..b80ada1b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.glif index dce9503d9..f4b1e7ed5 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.glif @@ -41,7 +41,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.zero.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.zero.glif index f8d0ad56f..761026563 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:52 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.glif index 309d86cfe..14695d52f 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.glif @@ -39,7 +39,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:14:08 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.zero.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.zero.glif index 3ef9ebebf..2033291a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.zero.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.zero.glif index e6f0a0327..f2aadba30 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:00:23 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zeroinferior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zeroinferior.glif index 3fa0ae761..408fd9217 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zeroinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerosuperior.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerosuperior.glif index 8774305e8..c8244390d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthjoiner.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthjoiner.glif index 414a7ed8a..ec510243a 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:19 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthnonjoiner.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthnonjoiner.glif index 31175d269..133ec847d 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthspace.glif b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthspace.glif index 94b44a868..0e0c0c616 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Black.ufo/lib.plist b/sources/instance_ufo/MerriweatherSans-Black.ufo/lib.plist index 6f887f81c..fd7f8afb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Black.ufo/lib.plist +++ b/sources/instance_ufo/MerriweatherSans-Black.ufo/lib.plist @@ -2,14 +2,6 @@ - GSOffsetAutoStroke - 1 - GSOffsetHorizontal - -45 - GSOffsetMakeStroke - 1 - GSOffsetVertical - -45 com.schriftgestaltung.Glyphs.glyphUserData.IJ_acutecomb com.typemytype.robofont.mark @@ -630,7 +622,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 107.0 + 115.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 100.0 com.schriftgestaltung.fontMasterOrder @@ -642,7 +634,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 107.0 + 115.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/features.fea b/sources/instance_ufo/MerriweatherSans-Bold.ufo/features.fea index 0f006619d..d50aa7dc3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/features.fea +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/features.fea @@ -688,9 +688,9 @@ table GDEF { [IJ_acutecomb ij_acutecomb f_f f_f_i f_f_l fi fl ij_acutecomb.sc], # Liga [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb caroncomb.alt circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb dblgravecomb breveinvertedcomb commaturnedabovecomb horncomb dotbelowcomb dieresisbelowcomb commaaccentcomb cedillacomb ogonekcomb brevebelowcomb macronbelowcomb strokeshortcomb strokelongcomb slashshortcomb slashlongcomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case dblgravecomb.case breveinvertedcomb.case commaturnedabovecomb.case horncomb.case dotbelowcomb.case dieresisbelowcomb.case commaaccentcomb.case cedillacomb.case ogonekcomb.case brevebelowcomb.case macronbelowcomb.case brevecomb_acutecomb brevecomb_gravecomb brevecomb_hookabovecomb brevecomb_tildecomb circumflexcomb_acutecomb circumflexcomb_gravecomb circumflexcomb_hookabovecomb circumflexcomb_tildecomb brevecomb_acutecomb.case brevecomb_gravecomb.case brevecomb_hookabovecomb.case brevecomb_tildecomb.case circumflexcomb_acutecomb.case circumflexcomb_gravecomb.case circumflexcomb_hookabovecomb.case circumflexcomb_tildecomb.case], # Mark ; - LigatureCaretByPos f_f 396; - LigatureCaretByPos f_f_i 363 725; - LigatureCaretByPos f_f_l 364 727; - LigatureCaretByPos fi 346; - LigatureCaretByPos fl 348; + LigatureCaretByPos f_f 400; + LigatureCaretByPos f_f_i 366 733; + LigatureCaretByPos f_f_l 367 734; + LigatureCaretByPos fi 349; + LigatureCaretByPos fl 351; } GDEF; diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_.glif index 308b6454b..5e8bf65ed 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_.glif index 45c28b2ce..81ce6f9aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_acute.glif index 585f84e43..e4ed0f3e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_acute.glif index f78ea8025..f3cea6cfa 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:37 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breve.glif index 92e482790..4e519d3fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breveacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breveacute.glif index d7a460222..363a6f966 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevedotbelow.glif index 5f61f0259..8c2b73692 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevegrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevegrave.glif index c5f28b958..54579e267 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevegrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevehookabove.glif index 80f179ba9..42da73b60 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevetilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevetilde.glif index c7bab86a0..aef743d8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_caron.glif index ee6483ef7..7352fda81 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflex.glif index 88e6ec809..f9b4a95fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexacute.glif index d944b3f13..49b7c0c15 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexdotbelow.glif index 6a546ec5f..602c540ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexgrave.glif index 900185610..0b25c1de0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexhookabove.glif index 9e503d728..e18c85149 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflextilde.glif index 89455cccd..d0e7fa2ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dblgrave.glif index 38fe3af02..1225a856d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dieresis.glif index 6834b090c..de6f4d113 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dotbelow.glif index eae6cc46c..7a3fcf856 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_grave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_grave.glif index 58bb21bde..7e0d2e642 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_hookabove.glif index d775aa2a3..88bb5a76b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_invertedbreve.glif index 50fd2dfdf..32d87e8b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_macron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_macron.glif index 064c6acf2..db13f8853 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ogonek.glif index 879e2e63c..adeaf2a7d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ogonek.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ring.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ring.glif index f38913286..25ec3e62c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ringacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ringacute.glif index 14e099427..8457deb50 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_tilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_tilde.glif index 8bb123cec..a380da489 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/A_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/B_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/B_.glif index 75f187001..40dace45b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/B_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/B_.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/B_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/B_dotaccent.glif index bce6c8917..2d33b570a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/B_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/B_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_.glif index 0cacfe558..cc42b3342 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_R_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_R_.glif index b989f35f9..e17b7b373 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_R_.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_acute.glif index c7cfee12c..41efaf8f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_caron.glif index 7485ae120..a8280fc1c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedilla.glif index b26204e42..8bdc68bb2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedillaacute.glif index 07b50eb9e..c64fc5917 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_circumflex.glif index e1e55020b..e47290a85 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_dotaccent.glif index 49561eced..b882158b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/C_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_.glif index 55c9a0b26..f12efefec 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_.glif index 2421fb138..457ebe65b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_caron.glif index ea3863af3..054f5b936 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_caron.glif index 023f679eb..5e099bca9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_croat.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_croat.glif index 52c4a8ba6..733ea8454 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_croat.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_croat.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotaccent.glif index 88e60b7fd..7ac9b0e22 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotbelow.glif index a742f3c50..b4837d17b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_elta.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_elta.glif index 06673a3e6..86d61d5aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_elta.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_elta.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_linebelow.glif index 5562ae8c3..cb3ac0bc4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_z.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_z.glif index 5446a7051..a3eee39c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_z.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_z.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_zcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_zcaron.glif index 1bf1a445f..df022b07b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/D_zcaron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_.glif index f91ab44e4..e3e6acea7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_acute.glif index 6166efcec..2f8470b11 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_breve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_breve.glif index 6e7063f84..ab83729a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_caron.glif index 02f9c51d0..40c76e8e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_cedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_cedillabreve.glif index a4aa5c001..048617a84 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_cedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_cedillabreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflex.glif index ed395feb1..55a8dc129 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexacute.glif index 14a57932b..a8d10666e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexdotbelow.glif index 976bb0439..e16c1dc01 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexgrave.glif index c12b20bf2..d49895b74 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexhookabove.glif index 1564f37de..f2128ecf2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflextilde.glif index c3b160103..0545f3a69 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dblgrave.glif index 23372529d..8b4d0e6eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dieresis.glif index 07cb0fe41..d7d86c838 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotaccent.glif index 21a19d8bb..18f78b945 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotbelow.glif index b18b418f4..b96c92a75 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_grave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_grave.glif index 6da985afe..ab9ebc6cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_hookabove.glif index 3ad696b65..9f89a6709 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_invertedbreve.glif index 3f2b10930..ec20c6074 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macron.glif index 99c69fd5e..cadbc1812 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macronacute.glif index d0dd7343c..1b8d346d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macrongrave.glif index 1760e68d0..8d4c9a72b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ng.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ng.glif index 82046cd78..2b9ad736c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ng.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ng.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ogonek.glif index 370b2c5af..9f72c72db 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_th.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_th.glif index 6308e46e1..ad8ec436e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_th.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_th.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_tilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_tilde.glif index 60dfab277..bb8b83035 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zh.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zh.glif index 5616c3925..9703188a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zh.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zhcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zhcaron.glif index b9ed6286a..8f3cc0b2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:07:55 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/F_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/F_.glif index 61e7684bf..0f4d0141b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/F_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/F_.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/F_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/F_dotaccent.glif index 3ea1bed54..e4079d687 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/F_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/F_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_.glif index d9bc6e3ab..eb7916deb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_breve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_breve.glif index b9550bda3..ef44e8d17 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_breve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_caron.glif index 2f9d93e49..3e67b06de 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_circumflex.glif index 665c8c1ce..edf4f1419 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_commaaccent.glif index 7f42f7a02..60850a2f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_dotaccent.glif index f6f0c72ce..20cbf8363 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_ermandbls.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_ermandbls.glif index a74a92efd..10217b277 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_ermandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_ermandbls.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_macron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_macron.glif index 129e703a2..f1f65a687 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/G_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_.glif index 4328be952..7ce6afb40 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_bar.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_bar.glif index 04b6e2c25..e59a3ec6c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_bar.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_brevebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_brevebelow.glif index 36cd15cc7..806c1dbe2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_brevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_brevebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_circumflex.glif index f245066f0..cd1493c4e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_dotbelow.glif index f8f42b3c8..5a4ab5593 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/H_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.glif index 688febbe1..83df81b23 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.uc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.uc.glif index a23ac0239..70aba1c06 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.uc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.uc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J_.glif index 7c40b1c0e..c67865948 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J__acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J__acutecomb.glif index 76edb7958..8924d2463 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J__acutecomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_acute.glif index 504574f46..87d9624f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_breve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_breve.glif index 15509d2de..8bc68e5eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_caron.glif index 0aff7c576..ca31e70db 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_circumflex.glif index 8259b1943..5ea3a1838 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dblgrave.glif index 662b92900..04942dd53 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresis.glif index 2a03f7320..bb3e0efa7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresisacute.glif index 61dadb8d2..b009c41e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotaccent.glif index 4235897ba..b27cf9700 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotbelow.glif index 41c75949a..71ae6c23a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_grave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_grave.glif index e49b01466..21bcde5a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_hookabove.glif index f619f93e3..f0486306c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_invertedbreve.glif index ef3651704..5550a625d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_macron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_macron.glif index b83501dea..6e1fd9724 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_ogonek.glif index 3509d18f7..0c5a67d08 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_tilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_tilde.glif index d9d69a478..265eb19b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/I_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/J_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/J_.glif index f4571d373..5d9a4d96f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/J_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/J_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/J_circumflex.glif index eed0cf638..07e5f97ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/J_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/J_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/K_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/K_.glif index 975a4da5e..c8c0fc630 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/K_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/K_.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/K_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/K_commaaccent.glif index 032c13e82..fa00b9840 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/K_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/K_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_.glif index 9608c86c7..70c8a2a7f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_J_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_J_.glif index afe26bf2b..25c07d56a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_acute.glif index 063e76860..8b7363048 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_caron.glif index d603be8e5..3ed8c515c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:16 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_commaaccent.glif index 84e104c4d..66a292770 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_commaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dot.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dot.glif index 5714538e8..b4f59367f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dotbelow.glif index 9eb4f6eb6..02b501e6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_j.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_j.glif index 3ab45ac80..b15acb6b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_j.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_linebelow.glif index cf7d4d139..211685579 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_linebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_slash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_slash.glif index c47224eff..f86fd2d75 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/L_slash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_.glif index 7c13b32dd..0612a0d52 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotaccent.glif index 8e3bcce89..734d2a4a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotbelow.glif index 7dd881199..4de282ee2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_.glif index 5d0e2dec7..8cff7adc8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_J_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_J_.glif index 9fb457157..49d94fbc6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_acute.glif index e31cb19c2..21fc9f460 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_caron.glif index e46238abe..c785262f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_commaaccent.glif index 6686b95c6..4b391bf27 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotaccent.glif index 52cee1870..ccb3a6acf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotbelow.glif index 046ec0999..e6bfa3db9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_j.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_j.glif index c89c3df99..be68dd3fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_linebelow.glif index 221466ad6..39a9f5b5a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_tilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_tilde.glif index 22541e7dc..cf1d56689 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/N_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_.glif index c16dab36b..c5d7063d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_E_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_E_.glif index 55fefb127..b5e2b6931 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_E_.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_acute.glif index d0cbd39bb..ebbacc0c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_acute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_breve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_breve.glif index 010423459..6ca8fa2f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_breve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_caron.glif index 40722be1e..67342d965 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflex.glif index 98d170105..6e888a446 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflex.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexacute.glif index 183fb3974..e669f3318 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexdotbelow.glif index 8fdfef39b..332fd63d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexdotbelow.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexgrave.glif index 55d84e133..2f9e2dc0b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexgrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexhookabove.glif index b93077b19..77e9e387f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexhookabove.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflextilde.glif index 31d1b929b..59df7cacf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflextilde.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dblgrave.glif index 69b63f818..c25a178d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dblgrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresis.glif index cf2aefb41..8fa15c2b1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresismacron.glif index 440753786..60f633bdc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresismacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotaccentmacron.glif index a3e0b0363..c44a8f9ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotaccentmacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotbelow.glif index 1bdb100b5..d9326d535 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_grave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_grave.glif index 41bd2e103..5040d60d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_grave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hm.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hm.glif index 0b1886852..fc1a8953e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hm.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hm.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hookabove.glif index 04a904b3d..0b1acdb9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horn.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horn.glif index fbd05b689..b0191221c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horn.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:25 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornacute.glif index f3d788fd0..9ed48ff9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horndotbelow.glif index a5c3ac835..9a28d7f1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horndotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horngrave.glif index a45b5e97c..b5daec96e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horngrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornhookabove.glif index 7494bcf74..7b6063f43 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornhookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horntilde.glif index ac9aa6be7..62cef1e31 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horntilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hungarumlaut.glif index 8a57c21d2..f1c283b26 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hungarumlaut.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_invertedbreve.glif index f1b02a329..74662e19d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_invertedbreve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macron.glif index 49af90730..f1f03c4b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macronacute.glif index bc914a603..ff8f5aea4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macronacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macrongrave.glif index a6e9aba93..1cbe7591c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macrongrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_mega.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_mega.glif index 9da879f01..c35e32d5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_mega.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_mega.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_ogonek.glif index 37ec23487..a3f5c8ca2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_ogonek.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slash.glif index 764e4a703..ed3132ce8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slash.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slashacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slashacute.glif index f8a5cc511..f367b8e32 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slashacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:43:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tilde.glif index 227cd025c..e39af28a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildeacute.glif index b42b84a27..01f6ab750 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildeacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildedieresis.glif index 911f01d7b..d8e76de23 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildedieresis.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildemacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildemacron.glif index 20c04ba7b..2b0893a8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildemacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/P_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/P_.glif index 308b285b0..1a52c10bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/P_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/P_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/P_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/P_dotaccent.glif index b68687c1b..cb154b0d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/P_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/P_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Q_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Q_.glif index 717f91b41..5cf67ea44 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Q_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Q_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_.glif index 1099296c4..6b90d0b5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_acute.glif index aa9a4d14c..3eef79636 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_caron.glif index bcbcac6ea..ca5adb849 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_commaaccent.glif index d3db0da39..20a0e8c8e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dblgrave.glif index d6c7e5b69..90859a171 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dotbelow.glif index 829eadf07..c5e889f93 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_invertedbreve.glif index ba2fbbfea..5804b3870 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_linebelow.glif index c5ab7f117..656d69d72 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/R_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_.glif index 36a786974..fc8464972 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acute.glif index 2032a2a4b..f944f01cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acutedotaccent.glif index af459dc12..bd68392a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_caron.glif index 93e6529f9..c30466d6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_carondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_carondotaccent.glif index cd45e3ba8..6b234e287 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_carondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_carondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_cedilla.glif index 2116ad630..3f59c9274 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_chwa.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_chwa.glif index e1d9b302f..e014c2e9f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_chwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_chwa.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_circumflex.glif index 6df453550..eb02131d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_commaaccent.glif index a33558df5..b856dcf7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotaccent.glif index 4a4f5f661..f83748efd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelow.glif index cfa97ec6e..164d7af93 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelowdotaccent.glif index f079ac205..0eec953b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_.glif index e9ab1adec..449b91d6c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_bar.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_bar.glif index 1a5136e22..61f94ec06 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_bar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_caron.glif index ac73484c3..4d3a93731 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_cedilla.glif index b464a2fa1..826a20a95 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_cedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_commaaccent.glif index 6501c80e3..f2dd92b90 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_commaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotaccent.glif index 68c9a04a8..db9123bda 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotbelow.glif index b90da861d..79e32d0d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_horn.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_horn.glif index 8bb7399b0..c16f38ba5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_horn.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_linebelow.glif index 318a0146b..aa7f30a1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/T_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_.glif index 72e5d03c5..2fe0d5d77 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_acute.glif index 5330b8a6f..efd6118cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_breve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_breve.glif index 23fb944e8..c148e4d79 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_caron.glif index fb85ef88d..460b0cc0d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_circumflex.glif index ef1961b1f..c0cf69dfd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dblgrave.glif index 95007e370..2174ff89f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresis.glif index 302916f54..656e7553f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisacute.glif index 612d66e09..1e1da688b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresiscaron.glif index 424560108..740000db3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisgrave.glif index 0a1fd4696..47b16b84b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresismacron.glif index 30aa49d86..d0cfa6eeb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dotbelow.glif index 2986792fb..8c6510634 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_grave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_grave.glif index 1128913c3..05a315a91 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hookabove.glif index e15924f17..08a83ac21 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horn.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horn.glif index 389db748d..f3857c19c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornacute.glif index f6a3b426d..4d86d28cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horndotbelow.glif index 02d8ff1f5..28b97b4e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horngrave.glif index de7f2ec4c..451f55e5d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornhookabove.glif index ea1d2b71b..412a9004b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horntilde.glif index 98c21b303..2be56cf52 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hungarumlaut.glif index 301dba96d..656925616 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_invertedbreve.glif index 09e40826e..8a95453f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macron.glif index cbb2bafb5..957a68b08 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macrondieresis.glif index 3f81fcabc..61428b6bd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ogonek.glif index fb6e448c5..53459e686 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ring.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ring.glif index be3a5f03b..869a35912 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tilde.glif index 2d46639ff..d211a0a83 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tildeacute.glif index e96cd6323..930124325 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/V_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/V_.glif index 698e0230a..af2fdb05d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/V_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/V_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_.glif index 5a087c4b4..bee24e368 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_acute.glif index decfc5a97..6eab0be3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_circumflex.glif index c004add80..a60d1dc2c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_dieresis.glif index 259436205..b0e5cbee1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_dieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_grave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_grave.glif index 6bc32f3b5..365d2a28e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/W_grave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/X_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/X_.glif index 3df9c3d2a..cc5dd195c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/X_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/X_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_.glif index f0ff44471..dfb8ea0c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_acute.glif index a61440ca1..96f1b8ead 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_circumflex.glif index 768fd2df1..80a1a8baf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dieresis.glif index 809daebc6..37a10f68d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotaccent.glif index 811e01e9a..3fd867e82 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotbelow.glif index 3e64e796b..34dddc600 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_grave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_grave.glif index 017d8f356..10947fa90 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_hookabove.glif index 6c8c58607..0a7f72814 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_macron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_macron.glif index 25bb63b9b..c7adae9d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_tilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_tilde.glif index 129fa9c7a..4f528e2b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_.glif index 83bbd5d7e..485a80e1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_acute.glif index cc6b92169..98e7860b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_caron.glif index 32a1ce9a5..6012f37ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotaccent.glif index a3d13408e..356445651 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotbelow.glif index 0fad5bf82..df8f725b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/_notdef.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/_notdef.glif index dde40e55d..7867d1e50 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/_notdef.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/_notdef.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/_null.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/_null.glif index b4a9c99c8..821d79181 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/_null.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/16 02:26:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/a.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/a.glif index e3f7b33ab..59dfee66a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/a.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/a.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/a.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/a.sc.glif index 702d4c5ca..90a99398b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/a.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/a.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.glif index 83154b8b5..67f12f10c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.sc.glif index b39c148e7..cf7f3a12a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.glif index 7d0b531a1..ea074b957 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.sc.glif index 3628ea260..455b72d5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.glif index 5ae267938..bedd14156 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.sc.glif index 90ca2056c..02e93299a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.glif index e3dddff19..b8cd44927 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.sc.glif index fd5695804..958b7c6b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.glif index 52dc83c4c..46abebbe3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.sc.glif index 524f024a1..488af4d66 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.glif index 245db94e4..d9ee5d4a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.sc.glif index f2871de9f..50ba3c9de 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.glif index 822dcfab5..7be69fb4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.sc.glif index 0de99c020..310e6684a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.glif index e00fb95ee..45233cf69 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.sc.glif index 1ef09f087..9fe013109 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.glif index b5f786467..229b177cb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.sc.glif index cacf79140..6cb7aea4c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.glif index c517aa0e9..b80344f4e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.sc.glif index 4105d8607..58928f8f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.glif index 06937d645..29968068c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.sc.glif index a0705f3b2..d690a24df 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.glif index 680725ac9..9ac56fe08 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.sc.glif index 053fe6e29..eb2681fd4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.glif index aab5d84f9..1fd823e97 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.sc.glif index ce62cfa46..cb9b3ce58 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.glif index 8ce23aaee..924c083c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.sc.glif index bb6356081..21d278514 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acute.glif index 0958d3707..6466a9f21 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acute.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.case.glif index baf58f8b5..eb2723cd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.glif index ed2d9cd35..cdf89b7a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.glif index 3ee8f2d9c..2373f4682 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.sc.glif index 737ac0e5d..3b9ae6743 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.glif index 00b6831bd..a8122ab74 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.sc.glif index 47eb78764..2fecb479e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.glif index 54761b394..905bcef89 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.sc.glif index 896e53661..67b1b2b40 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.glif index 5b191c646..eb4452bb3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.glif @@ -90,7 +90,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.sc.glif index 5794a4ac7..cf71b701f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.glif index 06ef8e238..25fd99905 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.sc.glif index 96fe246b7..e15db45fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.glif index 2d513131a..485239a06 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.sc.glif index 01c05cda0..1edb1e534 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.glif index 5411862a1..36aae2b4e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.sc.glif index fda55a0db..97aadcd96 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:30:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.glif index 81f9ab17a..11198a141 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.sc.glif index b7bacbbce..f0b96f35c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.glif index e345e92c9..65f54ab61 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.sc.glif index c360d77a4..77749dea6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ampersand.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ampersand.glif index a930ed234..fcce4259b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ampersand.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ampersand.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.glif index ddca46d6e..1cfda2100 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:23:43 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.sc.glif index 49e865f0d..ec24d3f1c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/apostrophemod.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/apostrophemod.glif index bd1777901..781a7e2f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/apostrophemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/apostrophemod.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/approxequal.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/approxequal.glif index dfe83560d..22bcb6e03 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/approxequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/approxequal.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.glif index f72373c23..eb10c2fce 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.sc.glif index 2515487d0..d0c6fae44 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.glif index 4f359be04..6c4d6f48b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.sc.glif index 19a104481..36c8017bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asciicircum.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asciicircum.glif index e59e4b9d0..38eeec5c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asciicircum.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asciicircum.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asciitilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asciitilde.glif index 98e05cc99..098607a5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asciitilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asciitilde.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asterisk.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asterisk.glif index 24c10c325..06b90b97a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asterisk.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/asterisk.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/at.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/at.case.glif index 340ea387e..368886413 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/at.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/at.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/at.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/at.glif index b0fc47ba0..eb1b6367b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/at.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/at.glif @@ -82,7 +82,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.glif index 6e80dd537..96a14cccb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.sc.glif index 85bc4e0a1..f20902cd7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/b.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/b.glif index b566d53cb..bf6d5121c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/b.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/b.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/b.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/b.sc.glif index 1ef2c5e48..8eb9b44a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/b.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/b.sc.glif @@ -75,7 +75,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.case.glif index a0ef42eaf..489e84480 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.glif index f28c37a50..fd4e57e15 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bar.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bar.glif index f0d7b56da..ac1727a1b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bar.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.glif index e1cacf6e4..b67fbe536 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.sc.glif index 3f8c1224a..e49cb6cc4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:34:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bitcoin.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bitcoin.glif index f8f47078d..95d5a3cc7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bitcoin.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bitcoin.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/blackD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/blackD_iamond.glif index 8730e8156..9999125f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/blackD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:21:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/blackS_quare.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/blackS_quare.glif index c7b990278..da76546a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/blackS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:29:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.case.glif index 3e2c0538d..fa4faa5e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.glif index 8087fe7e1..770566503 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.case.glif index a7a69b9fc..d440c38f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.glif index 944f7b7f3..6d8b867d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.case.glif index 20f2aca7a..cebaef10c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.glif index 22c6421f7..dc835e7d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.case.glif index 5f7ac4a30..a65d04cb7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.glif index e813fefe5..d6e594914 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.case.glif index a3def963d..80919e6ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.glif index ca9884d23..56219b49a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.case.glif index c800e974b..7cc3fdfbb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.glif index 5c64faa11..701133127 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.case.glif index 29f98eff4..94a018aac 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.glif index aa38643c2..a3d19566b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.case.glif index 6071643eb..abf395992 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.glif index a784dfe1f..e18926f0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.case.glif index d57b85ed8..a556861fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.glif index 18aedab37..9997b37ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.case.glif index e141e748f..5f227092f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.glif index 660c6ca15..5cafa6c3a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.case.glif index f585e1f38..63f0bf866 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.glif index 9e7b848b4..714c05819 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.case.glif index c968910ad..0d5236f55 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.glif index 91d9cb3bd..f4481d64c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brokenbar.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brokenbar.glif index b1482ca01..5982e4f5a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brokenbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/brokenbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.case.glif index 72f120a18..52ec558bd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.glif index 368e6443d..367e5552d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bulletoperator.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bulletoperator.glif index 18fedd134..6020ee7da 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bulletoperator.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/c.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/c.glif index 1bbe0491b..2670b994d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/c.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/c.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/c.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/c.sc.glif index 2dd077b8e..bf1698995 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/c.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/c.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.glif index d8f1d3997..df9275eda 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.sc.glif index 7117f8a16..b87cbb678 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caron.glif index 176f1ad42..cc7a1490c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.alt.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.alt.glif index cc10a450b..c8424601f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.alt.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:58 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.case.glif index f88b9a03c..3006c1a3b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.glif index a2e7e2711..785daa7e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.glif index 01d6679ee..5d0d2c184 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.sc.glif index c2cbf698a..a6be41cc4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.glif index ead39e651..baa0504e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.sc.glif index c78f9c312..9e494a6fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.glif index b7a4b2fc7..89b2cfbe2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.sc.glif index 2076549b2..88e1d08eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.glif index 9f5d9ebc3..168e200f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.sc.glif index 15f46b267..4a367bbb4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.glif index 424c073b5..1d74ca1f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.sc.glif index 017669643..1090394d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedi.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedi.glif index 59a67b72c..8285b666d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedi.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedi.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedilla.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedilla.glif index 3fc3e8b86..e8cbf5df0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedilla.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.case.glif index 4a79cd73b..58252a332 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.glif index 409893dd7..f70f5c6f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cent.glif index 314f86ee9..65a355f3c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/cent.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflex.glif index 616d63ed7..66035ce9a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflex.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.case.glif index 0b755ec94..2b6d1f34e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.glif index 7841a7ec0..937aa8dfd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 2949f66c5..99128b391 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.glif index 214feb5fd..3e0fda4ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.case.glif index 498f775de..96fde0d19 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.glif index ebf1c474e..aca5b0db3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index d4aff8772..a7cc7c8c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 99dd4c892..c8f76d1a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 713e21ae1..cff061f76 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.glif index f2d8c64ec..c3db4b8b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/colon.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/colon.glif index 5d739eea6..3443a9796 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/colon.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/colon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/colonsign.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/colonsign.glif index 8fcdf7be4..9fa3450f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/colonsign.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/colonsign.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.23 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/comma.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/comma.glif index 1fffc59eb..f308e6b16 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/comma.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/comma.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.case.glif index 81b0c922c..8ca879fd1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.glif index e826ffe6e..dc45a928f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.case.glif index ec1843c2f..ab680aa92 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.glif index 1bab62c5b..17ca8cd8c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedmod.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedmod.glif index 9bd152c4f..3afdb2f6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedmod.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commercialM_inusS_ign.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commercialM_inusS_ign.glif index 5800cb12a..7d7a0cd34 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 02:18:10 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/copyright.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/copyright.glif index 40ed1a6fb..73cbf7a43 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/copyright.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/currency.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/currency.glif index ad43d4150..54d55ea58 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/currency.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/currency.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/d.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/d.glif index 95e2a2c02..5ec526cd3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/d.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/d.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/d.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/d.sc.glif index 4a5038521..dfcd95377 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/d.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/d.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dagger.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dagger.glif index b8851b3cc..72ca2273b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dagger.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dagger.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/daggerdbl.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/daggerdbl.glif index 4aa643b81..226650f8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/daggerdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/daggerdbl.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.case.glif index 2a6d5425a..20c33af46 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.glif index 45e274593..97e6bf999 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.glif index 62651afe5..84dbff013 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:33 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.sc.glif index 083b75e62..a9dee5360 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.glif index 9d2028bac..f1c938073 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.sc.glif index 34b9bcf01..e7889b408 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.glif index d9c11933b..b4732d5db 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.sc.glif index c696c3374..37a5e8dfd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.glif index 6ee58e1f5..7ea5b30d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.sc.glif index 664e8c86f..41e2fdfd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/degree.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/degree.glif index 7bf0ab650..8df3e9867 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/degree.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/degree.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/delta.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/delta.sc.glif index 713c8fb00..c87359077 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/delta.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:50 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresis.glif index faf325b84..c3933ec62 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresis.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.case.glif index d36bd9167..dd6ccd736 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.glif index 270fb162c..3eafbc081 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.case.glif index 3cb59eac4..50bfa9ae6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.glif index 9b1cfd34d..808599187 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/divide.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/divide.glif index 2e4b1b4a9..4a891ec93 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/divide.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/divide.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/divisionslash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/divisionslash.glif index ad299dd3f..d2a5a111b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/divisionslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/divisionslash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.glif index 9ec9cb5c9..b27c0645a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.sc.glif index 0b1e59150..0df07c9f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dollar.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dollar.glif index 09279fbb8..d6a9a54f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dollar.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dollar.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dong.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dong.glif index a29a21cb7..7cf634880 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dong.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dong.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:23:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccent.glif index 4e0e45140..a33996a69 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccent.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.case.glif index 2a0dced2b..01d0a9e0f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.glif index af43bb28b..e3397fbfb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.case.glif index 190e76ef0..b195cabd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.glif index e1978e761..ccc479202 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/doubleprimemod.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/doubleprimemod.glif index 67a2eb1fe..072482a95 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/doubleprimemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downA_rrow.glif index aba8f1094..0caf4d503 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downB_lackT_riangle.glif index 132be8f74..dd54462be 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:49:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downW_hiteT_riangle.glif index 226292264..96a87a69a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dram-arm.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dram-arm.glif index 2f7798301..7a9f240c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dram-arm.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.glif index 0baf2783e..2f6ff8651 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.sc.glif index 86bf1b55f..ff86ab080 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.glif index 237a85fa8..31a3d24da 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:56:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.sc.glif index a8cc8a9ad..b99bdecfa 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:12 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/e.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/e.glif index 6819ff0c7..14fb442be 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/e.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/e.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/e.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/e.sc.glif index b4db5b19b..3c38460ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/e.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/e.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.5,0.09,0.79,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.glif index 1dd86ce89..4b8f36f0a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.sc.glif index c7a93a83c..ac8273086 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.glif index 5c7d2bcbd..678950d7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.sc.glif index 8f839504b..d52d9589a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.glif index 15e45628c..69f222b41 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.sc.glif index 6680fae9d..490b1a461 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.glif index 6425be08a..aa0150a17 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.sc.glif index 48fce4ced..bd9a0dcb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.glif index 6886f168b..5343dafa9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.sc.glif index 93a47cdd3..270b2598d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.glif index efa935a3f..aaa6147f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.sc.glif index 1fa464056..b57ec02c8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.glif index 0e6b9e0e6..1798a9175 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.sc.glif index 8df5e9ca3..c604dc9bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.glif index d234b499a..131a6703e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.sc.glif index 3c23b8b74..a6800a808 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.glif index af6986768..2bfd30dbb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.sc.glif index 80b23f5ee..b1186e74a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.glif index 654c638f8..e0c52553b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.sc.glif index 507cdb001..fdb15d8e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.glif index 62090625f..ade12d9c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.sc.glif index 45a42183b..43ba8369f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.glif index 8872cc470..c85093cb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.sc.glif index 93e5bec0a..5a7e7fefc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.glif index 2769598ce..300a117de 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.sc.glif index 6bd1172e6..a11fd6b45 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.glif index f68489ac0..d9c9c6483 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.sc.glif index 0921de2ef..3dc7e67c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.glif index f8abca45a..4d53967b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.sc.glif index 367241943..3d12e16c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.glif index 9042e1942..1be8861a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:12:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.sc.glif index 6eec23702..6e0095a29 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.dnom.glif index ab55d28a8..216bbcf68 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:15:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.glif index a48c9b4b6..62c43442e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.lf.glif index 1ec612212..f3254b6fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.numr.glif index e5835e4a5..e781fb0ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.osf.glif index 83902e7a2..951720ea4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.sc.glif index f1541c266..82b74c82b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tf.glif index e91bfc559..b9cf4429b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tf.glif @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tosf.glif index 368cc6a20..16408e704 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eightinferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eightinferior.glif index e6bd66003..a518fd474 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eightinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eightsuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eightsuperior.glif index c3fa7f909..b7e8454ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eightsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.glif index f76b24e01..b13add182 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.sc.glif index badc71c37..8b4731428 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ellipsis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ellipsis.glif index 4648c40b8..5f33e5427 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ellipsis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ellipsis.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.glif index 83b1e0a08..185570312 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.sc.glif index ad4f39297..ce6563455 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.glif index dccda9524..91e5a9afe 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.sc.glif index 49c561a2d..7ce65db25 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.glif index 1920aa2f0..dbade9521 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.sc.glif index e9e116394..50d579cff 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.case.glif index 4b4066e23..8562db53d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.glif index 1a99e4295..26c909cf6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emptyset.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emptyset.glif index f98f68760..f21061387 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emptyset.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emquad.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emquad.glif index 19176adba..fc6587eca 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emspace.glif index cad26b367..606f556f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.case.glif index 973949149..ca39c4974 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.glif index 441ce29aa..0370df40f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.glif index ee32c701d..a74f330b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.sc.glif index 35125c74d..475a7b221 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/enquad.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/enquad.glif index 65ee49710..6c8c3aa58 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/enquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/enspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/enspace.glif index 990d19c9d..35e68736f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/enspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.glif index cb9d8fa12..4fa0566fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.sc.glif index 6d39c8922..fe2599fd3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/equal.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/equal.glif index 5df8d776a..78dbd7546 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/equal.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/equal.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/estimated.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/estimated.glif index 4cb1815a3..9d5b30ece 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/estimated.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/estimated.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.glif index 64f6b7c85..ee933b3dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.glif @@ -72,7 +72,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.sc.glif index c553c4291..38b5d2d88 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.glif index ef339e80d..042376876 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.sc.glif index df9d014b3..ff718acdf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/euro.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/euro.glif index 21751bd93..7c7677283 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/euro.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/euro.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclam.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclam.glif index 6d863e40d..545164509 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclam.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclam.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdouble.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdouble.glif index 22dff69a6..1aa87a16f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdouble.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdouble.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.case.glif index 45001da00..14e877e12 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.glif index b6d284682..1b866d913 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey exclam com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.glif index 7d0db01ab..417dc4671 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.sc.glif index 2e9e4983d..2294291e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.glif index 5f153a099..51a44918e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:22:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.sc.glif index 28af42fab..5ac515f8f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:45:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f.glif index a99e7493c..062c8c864 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f.sc.glif index 099968c7a..7ac3d19c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f.sc.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f.glif index f36da9622..4b8fe0940 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_i.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_i.glif index aac0fcee8..c5208c99e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_i.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_i.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_l.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_l.glif index ec9aa0dcc..efdf86a44 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_l.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_l.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.glif index c6491341a..455d9ed00 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.sc.glif index f8aaac601..0eae4c648 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fi.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fi.glif index 6019e9a7a..46fb0ec15 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fi.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fi.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/figuredash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/figuredash.glif index 2cf49cccf..ca6eb917f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/figuredash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/figurespace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/figurespace.glif index 3678c6e68..ec462a520 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/figurespace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/firsttonechinese.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/firsttonechinese.glif index 780c43556..466ec9dcd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/firsttonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/firsttonechinese.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.dnom.glif index 9bb984c3f..c8f929443 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.dnom.glif @@ -54,7 +54,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:08:19 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.glif index c23147632..78d80d612 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.lf.glif index 64b7bad0a..6e71d5d48 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.numr.glif index 71e514466..7d492f7ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.osf.glif index 4496302e6..017e54fc7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.osf.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.sc.glif index 7cf5d5240..b1c7bd820 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.sc.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tf.glif index 2fa276d11..0e1c795c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tf.glif @@ -46,7 +46,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tosf.glif index 1ed4e29c1..60491f3af 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tosf.glif @@ -44,7 +44,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveeighths.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveeighths.glif index 16d3ace40..efe91a1e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveinferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveinferior.glif index 493e05a72..ae45055f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesixths.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesixths.glif index 28d594c57..85b0dbb89 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesixths.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesuperior.glif index 2447f76e3..8de7db4f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fl.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fl.glif index d95c4103a..0466bae5f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fl.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/florin.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/florin.glif index 9af28de4d..c808f6c7b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/florin.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/florin.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.dnom.glif index f6c71e7da..1eb8f8710 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.dnom.glif @@ -42,7 +42,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:07:58 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.glif index 209f926bb..3320f8712 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.lf.glif index d798e2147..b740846e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.numr.glif index 1802fda1e..254fb474b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.osf.glif index 201faaabb..1113b2ffb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.osf.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.sc.glif index d138f2568..159b1f53b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tf.glif index 3e3c25b91..2e93f5b3d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tf.glif @@ -35,7 +35,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tosf.glif index bdaed19a8..df0b08206 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tosf.glif @@ -33,7 +33,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourfifths.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourfifths.glif index b2f27ff7b..5ce64b7d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourfifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourinferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourinferior.glif index 19dfaa42c..3dcab45b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourperemspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourperemspace.glif index 60ac7a31c..4e0d29e21 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/foursuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/foursuperior.glif index 2a5a66f14..6e92ccf52 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/foursuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourthtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourthtonechinese.glif index 59b7b23a2..9a54017b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourthtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fourthtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fraction.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fraction.glif index 21dee119d..c220cdbb0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fraction.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/fraction.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/franc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/franc.glif index 840522f3a..42cf302f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/franc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/franc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:04 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/g.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/g.glif index 0ca186e05..e406ffcc8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/g.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/g.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/g.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/g.sc.glif index af1cb6981..f9a10b106 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/g.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/g.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gacute.sc.glif index 8cb91e5c8..b3bd52be7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.glif index 16b76ebc1..a4205183a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.sc.glif index 2ac9c3fbf..e73adb527 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.glif index b90b5f015..2f113948f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.sc.glif index 87e5dd49a..d8d3846d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.glif index e42471369..59aa88805 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.sc.glif index 3f8567adb..4074578c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.glif index 0ee20f8f0..db4cbed35 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.sc.glif index 262d574fd..47ebeabe9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.glif index 02579a4d1..16fb141c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.sc.glif index ec7f13a3f..bf776322b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.glif index e9a75c369..5a37aeb7f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.glif @@ -58,7 +58,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.sc.glif index c6de4bf29..f72bf23f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.glif index 83d375682..5fb4673cb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.sc.glif index b56981798..8c10e4471 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/grave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/grave.glif index 219ef6e7f..655a09720 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/grave.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.case.glif index fe1d850c4..b72eae752 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.glif index ccd7e7daa..49789626c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/greater.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/greater.glif index 8c9194dfa..e4694c066 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/greater.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/greater.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/greaterequal.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/greaterequal.glif index 32a42a0a2..e2cf7b905 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/greaterequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/greaterequal.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guarani.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guarani.glif index f1174ca0f..ee4c46ce7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guarani.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guarani.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.case.glif index 456e2da60..9984de6a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.glif index 1506987b4..977237f6c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.case.glif index 1ce867f3b..75ab8590f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.glif index b76e78110..23fd0ba80 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.case.glif index 313dc37f6..b055a7b00 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.glif index 214a8e8ef..b732a64a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.case.glif index 5e99e056c..06129b803 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.glif index a1b50f4d2..bbafccb67 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/h.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/h.glif index 26499dfae..f63f31fb4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/h.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/h.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/h.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/h.sc.glif index 6b34742e2..1177e3b81 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/h.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/h.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hairspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hairspace.glif index 9adcc4f46..75a173d6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hairspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.glif index 654746de9..acea78418 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.sc.glif index daa7f5078..ee2ca0fd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:24 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.glif index 91d2368aa..4c4bf3168 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.sc.glif index fe9f304ba..2915e8df5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.glif index bd16b6a3e..40b7abcdd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:13:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.sc.glif index 2a0f63978..f78c5ea6b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.glif index 009ced518..b385e6acf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.sc.glif index 43dc80c8b..455df9c0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.case.glif index 65652e29e..28eb45a3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.glif index b3e2f40d9..1df75415f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horizontalbar.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horizontalbar.glif index 14ccd608f..a21a544d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horizontalbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.case.glif index 6ef5bd51c..55ef852e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.glif index 2dc032d6a..6354c13cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hryvnia.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hryvnia.glif index 37c8f4202..0ee8e6aaa 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hryvnia.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlaut.glif index 412480391..94eea1ff0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlaut.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.case.glif index be811b25e..cc47c3763 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 466.0 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.glif index efbe92605..c0b601556 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.case.glif index 5dac2c8a2..74cf6f33c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.glif index 07578553b..1a7c9b357 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphentwo.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphentwo.glif index 4a67b4bb2..4c2317800 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphentwo.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.cy.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.cy.glif index 5ef22887c..809756732 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.cy.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.cy.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.glif index af6613712..9ec139633 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.sc.glif index 2b5b14a43..476ad9c18 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.glif index 368a3bafc..70965237c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.sc.glif index 54fb29baa..5f63cb68c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.uc.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.uc.sc.glif index b3235a9ab..41a2ac96f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.uc.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/i.uc.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.glif index 6fa9883fd..1cb92635b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.sc.glif index 772995e23..c6ac5ea51 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.glif index 63cb444ac..cb1a6beda 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.sc.glif index a157eb725..0d93b2c5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.glif index 45745c104..e8035bd04 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.sc.glif index 5602dbc49..7c03ee4f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.glif index 4f8400111..2543f02ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.sc.glif index 444379be8..94a956f34 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.glif index 96def6f62..358e66d0a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.sc.glif index a730cbcf7..8a4039e50 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.glif index f85966f7b..6f924e117 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.sc.glif index 9ee70922f..ce59f2f6e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.glif index 105fb0167..76d1b7b8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.sc.glif index b732720f9..2341b394d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.glif index 60630e9b3..59ca015f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.sc.glif index 3ae16ac73..0d3113889 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.glif index 141513f4a..6086daf5f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.sc.glif index 602f59b13..2e47983f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.glif index 7e11419a7..7044702b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.sc.glif index 1836b9af5..1edebc94f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.glif index 890f5c30a..b38406446 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.sc.glif index 7fcd89f75..091629afd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.glif index 026e586b7..46690ac8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.sc.glif index d08ec38b6..0f593b01d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.glif index e91d3c894..9d8febf05 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.sc.glif index dcfeb4933..92aebab9f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.glif index 09ac62c1c..dc4525bd9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.sc.glif index 59a51edc8..da50f7b44 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.glif index ea3a1e2d5..3498d5271 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:47:38 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.sc.glif index 091881d6c..a56694f17 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.glif index e416379a0..fa0de3432 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.sc.glif index 1bf3f3605..46041ec2e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/increment.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/increment.glif index 0cfde602f..917ff14a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/increment.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/increment.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:52 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/infinity.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/infinity.glif index 32b5cc5fb..7c7378a00 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/infinity.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/infinity.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/integral.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/integral.glif index f04d87e0b..41f0aeb80 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/integral.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/integral.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.glif index a46ee531f..4a6e4195f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:27:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.sc.glif index 0918e5ac5..6bd5610d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.glif index ac842b320..b00845fef 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.sc.glif index 92ddd762e..953ea1fad 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/j.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/j.glif index e8133275e..9cbb8ffd2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/j.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/j.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/j.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/j.sc.glif index cf53044cf..4fd20859d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/j.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/j.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.glif index d6e16dcf2..098712fc2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.sc.glif index 68ad9687d..c3c3104c8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:27:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.glif index 427641a2d..b465e735c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.sc.glif index 8201f69ac..b58f6e1cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/k.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/k.glif index 34f640afd..d6cbaeba2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/k.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/k.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/k.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/k.sc.glif index 409ceb22f..be321b11c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/k.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.glif index 3696074e7..680448329 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.sc.glif index d1f175c31..d4e084173 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.glif index 915a8d1b7..8ba9cb1d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.sc.glif index 896a2a34f..2f495333c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kip.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kip.glif index 2d503a540..ade3bcca4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kip.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/kip.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/l.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/l.glif index 5df263113..4bbfe8d8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/l.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/l.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/l.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/l.sc.glif index d48026893..93b831eb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/l.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/l.sc.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.glif index a24aff93a..aa775c62e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.sc.glif index fae1ee608..403b92aad 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.glif index 2b7bb7d8a..c61beb716 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:11 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.sc.glif index 20ca5829c..9ef053d46 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.glif index 6f8295429..3edd9a16f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.sc.glif index 0bb2396ef..a2f3ab1c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.glif index aba1ddab1..ba2a5d575 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.sc.glif index 95862bf41..c2c75ba1a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.glif index d670423c5..9991b78f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.sc.glif index 472672931..549a48aa5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftA_rrow.glif index 791b917be..616583eea 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftB_lackT_riangle.glif index 7b9e1d370..ae37f8045 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:50:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftW_hiteT_riangle.glif index 3ede7c893..7821af23f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftanglebracket-math.glif index 9cac05394..6a18b5d0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/leftanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/less.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/less.glif index bb1c99dbc..674222bc0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/less.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/less.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lessequal.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lessequal.glif index c78bfc713..08ebae1d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lessequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lessequal.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lira.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lira.glif index 9140d5805..901e2b102 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lira.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lira.glif @@ -73,7 +73,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/liraT_urkish.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/liraT_urkish.glif index a2bc7cd81..33ba8434d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/liraT_urkish.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/liraT_urkish.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/literS_ign.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/literS_ign.glif index 5925518b6..959d0bef3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/literS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/literS_ign.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.glif index a527417e5..dea1b805f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.sc.glif index 0669b3ad3..3328e1ada 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.glif index ab0718734..f085ef2b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.sc.glif index d2f2195cb..7a5b58bda 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/logicalnot.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/logicalnot.glif index d9054cc62..f1aa9dfbf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/logicalnot.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/logicalnot.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lozenge.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lozenge.glif index 955d8fde5..c05866633 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lozenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lozenge.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.glif index 2e45296e8..73f877c40 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.sc.glif index 170f48937..b85413580 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.sc.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/m.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/m.glif index d2d327850..200c82109 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/m.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/m.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey n com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/m.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/m.sc.glif index b55471396..88636e03b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/m.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/m.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macron.glif index a73762b85..5cc0d954e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.case.glif index 91d750665..ed4b7b77e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.case.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.glif index abb383052..ce2b0f407 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.case.glif index b762fc5cb..bc9655578 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.case.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.glif index c47587f1e..3322d277e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/manat.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/manat.glif index 00edaebdf..5a5ae24b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/manat.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:39 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.glif index 06666a683..badae38d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.sc.glif index 80d501214..1bc46faf2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.glif index 75630e3dc..13fbf3008 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.sc.glif index b3f920871..89f90beb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/micro.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/micro.glif index f1409a2d8..2ed97de37 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/micro.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/micro.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/minus.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/minus.glif index 98b3df75c..ba878dd0d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/minus.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/minus.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/minute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/minute.glif index 30d8a7233..e9fec14dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/minute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/minute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.glif index d9946fc1e..87166aa7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:50 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.sc.glif index fe0a8e15e..336f17a0f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 05:10:55 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/multiply.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/multiply.glif index 542eeb995..e5defa439 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/multiply.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/multiply.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/n.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/n.glif index 03e586fe7..fed96a2c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/n.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/n.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/n.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/n.sc.glif index 1a2b454bd..aa67f84ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/n.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/n.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.glif index d385cb207..c0be0eae0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.sc.glif index 5bb8fad70..399b31be9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/naira.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/naira.glif index 0b1f677bc..e61d9d2ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/naira.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/naira.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:35:45 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/narrownbspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/narrownbspace.glif index f9d187141..118ce21fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/narrownbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nbspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nbspace.glif index 8938e0842..d5f1ad380 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.glif index 916065199..bc79535c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.sc.glif index 1090521f4..694dd638e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.glif index fdf851525..1ad486184 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.sc.glif index f488173ef..80f1f1171 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.glif index 5d8f219c7..04ce8fb5a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.sc.glif index 84bb8fe47..ded18cb27 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.glif index 7d9b4e68a..59db1c17e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.sc.glif index 955fdf8c4..76d95180d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.dnom.glif index 4552fc0cc..33b09e10c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:18:17 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.glif index 2577543e6..2e8270366 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.lf.glif index 7dec10fbe..8d022f0a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.numr.glif index fd18b0421..bf5ec4108 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.osf.glif index 259820fd4..8d5326702 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.sc.glif index 0f04728a3..5c4491fd5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tf.glif index 45a57921b..6f2b2d531 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tf.glif @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tosf.glif index d37ade3c0..df3eec001 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:36 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nineinferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nineinferior.glif index 4f3962476..9dace4421 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nineinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ninesuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ninesuperior.glif index bf341a976..8922b4749 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ninesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.glif index b245148a6..e5a29e225 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.sc.glif index 3142cd03b..a1320c219 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:09:07 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.glif index cc63ce7aa..0f2456d05 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.sc.glif index a2602e194..ff8c03518 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/notequal.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/notequal.glif index c28b71715..a4a94ede0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/notequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/notequal.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.glif index 096b28fb3..3a4a3b298 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.sc.glif index e6a3b02e7..4be72cf43 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/numbersign.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/numbersign.glif index 7a062f132..939f610fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/numbersign.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/numbersign.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/numero.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/numero.glif index 6efdc5a48..9f2a2cdaf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/numero.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/numero.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/o.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/o.glif index 109c4bcb9..f0f56a3a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/o.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/o.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/o.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/o.sc.glif index bd1324985..08769e0e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/o.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/o.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.glif index d545b1647..be4414e26 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.sc.glif index d611d7380..4ff83b2d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.glif index 4444c360f..fbe4269af 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.sc.glif index fc2924449..cda2465e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.glif index 37a0fcc92..b21080feb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.sc.glif index 5b2b59ede..0eacf91f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.glif index 19913ddb3..0f2f7894c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.sc.glif index e9d218bb2..02adaba9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.glif index bcdebe2a9..a5b6b5036 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.sc.glif index 38bc37d56..3d592e18f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.glif index 4fa52e5f9..c59fb1363 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.sc.glif index 5ddf4a5d6..fbfe10ba9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.glif index d9304cf45..0825346e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.sc.glif index a19561211..956601420 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.glif index 9be61e0af..6103e626e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.sc.glif index f5b52249c..b9a16819f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.glif index a61ccb63a..3edf39f32 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.sc.glif index 02848d047..ff8b06e2a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.glif index 29ddfe55a..e154d411a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.sc.glif index 182e95ced..2abd049c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.glif index 6037a58eb..d93f1eed6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.sc.glif index 611fc5f3e..c6e369ded 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.glif index 39f53fa73..a8f5d6a09 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.sc.glif index a9c813d69..d11d3c163 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.glif index f40f4d76a..d5a70cde3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.sc.glif index 53e8aeb25..193fd2584 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.glif index b07dd1221..21364f9b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.sc.glif index a171f391a..6537d6cdd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.glif index 591dfa5d4..40ac164b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.glif @@ -71,7 +71,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.sc.glif index d04174d59..c95c4f3d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.sc.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonek.glif index 748aa62b6..7a9c082f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonek.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.case.glif index bce98a542..362249380 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.glif index 8cd550d8e..90e55cdc6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.glif index 6a46b336c..685bb3d85 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.sc.glif index 7fdfd26ab..f95dfa859 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.glif index 1655cf4f5..622f5b061 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.sc.glif index dcea4c19b..57e6b4d9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.glif index 3747e5f99..e0c3877ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.sc.glif index 3057305e0..cc6477b1a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.glif index 6ec451c15..57b85ae90 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.sc.glif index c00e8e85a..e90ba1f7d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.glif index 653d89ffa..223311114 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.sc.glif index f26955257..430b243e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.glif index 541f50d95..2d13229fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.sc.glif index c164fb11a..44cbfe811 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.glif index dcdbee1f4..fd9d5620c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.sc.glif index 8266f473a..9aaa619e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.glif index 7d2e70e0e..ccbe25dc7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.sc.glif index 5966e411f..db70d8a8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.glif index 71738b17f..9ac10365e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.sc.glif index 8ab381eb3..20ee7ae87 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.glif index 8289b6584..1e52a3d6f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.sc.glif index 75c352039..1590023c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.glif index 4d23a7a0b..0e69759a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.sc.glif index 4dab9e859..d39dcda7f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.glif index d07f9aa86..f2bcd3a4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.sc.glif index 2629d4c69..d88c9273c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.glif index 3815dc33f..0204883bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.sc.glif index 6a4ae1315..626c696e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omega.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omega.sc.glif index 804c7a3c3..f1ea1e2e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omega.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/omega.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.dnom.glif index 28925d5cf..d93af803c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.dnom.glif @@ -35,7 +35,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:03:23 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.glif index 6cd72bbfe..b3e073654 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.lf.glif index 4f001097a..b5e929e07 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.numr.glif index 78659204d..78dfe80d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.osf.glif index 3e3051caa..ae0bb434b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.osf.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.sc.glif index 1837e0b89..67d0565da 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.sc.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tf.glif index 58600762f..9be3e9f15 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tosf.glif index d4a2e94a5..5bb2cb29f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tosf.glif @@ -29,7 +29,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:20:53 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneeighth.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneeighth.glif index f87b05c8f..1a209accd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneeighth.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneeighth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onefifth.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onefifth.glif index 88ee5d3f7..207885fcb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onefifth.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onehalf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onehalf.glif index db9432b46..252c17107 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onehalf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onehalf.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneinferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneinferior.glif index a51c66c31..66ed2b1bd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneninth.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneninth.glif index 628e24180..843d5a9e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneninth.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onequarter.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onequarter.glif index a138fd125..91ec81b87 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onequarter.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onequarter.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneseventh.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneseventh.glif index a240d08b5..c5a8ae9a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneseventh.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onesixth.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onesixth.glif index 323a3e57d..323b17ebb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onesixth.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onesuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onesuperior.glif index 578e49a79..e69212e5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onetenth.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onetenth.glif index 349f34d6f..8a63c38eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onetenth.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onethird.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onethird.glif index e41158a57..3a3319f9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onethird.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.glif index 13dada0d6..2f26df1b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.sc.glif index c57b954c8..2f4e85891 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ordfeminine.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ordfeminine.glif index 5015eeeb6..b57f3e1a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ordfeminine.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ordfeminine.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ordmasculine.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ordmasculine.glif index fb42c1792..8e2c6cc94 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ordmasculine.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ordmasculine.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.glif index e3fc16d86..9da34eee6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.sc.glif index 1d639651d..d3fed6594 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.glif index 6e42067c2..0aa11ff5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.sc.glif index da7686320..1760a67ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.glif index 1ccd0296f..c3a65ca05 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.sc.glif index 36ccfaeda..01bd8dc9f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.glif index 8887e720e..b425a2676 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.sc.glif index f812c9e74..215b899c8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.glif index ba118d409..8c1443a45 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.sc.glif index 6a43a322d..75d2dfc0f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.glif index 1e0a124a2..c07304b50 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.sc.glif index d15cde33d..d18a21625 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/p.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/p.glif index ce7b12482..bd5c42fcd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/p.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/p.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/p.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/p.sc.glif index 16a434c9e..14f351c60 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/p.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/p.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/paragraph.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/paragraph.glif index 446e82756..cd6e734f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/paragraph.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/paragraph.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.case.glif index bf7c258ff..cf42df615 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.glif index e071100f9..70dedea4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.case.glif index 763d672b3..f510786c8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:45 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.glif index 0c62a69f9..a5c920c6f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/partialdiff.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/partialdiff.glif index 7a302ef33..b24ed1de6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/partialdiff.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/partialdiff.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.glif index 04b6034b4..3d975a0e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.sc.glif index ee6dd1b66..a00c244e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/percent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/percent.glif index ab4099676..564fa9446 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/percent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/percent.glif @@ -69,7 +69,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/period.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/period.glif index a50796f1f..7579280e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/period.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/period.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.case.glif index 342d57b53..b0a965818 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.glif index 8339e0077..43943f3cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index cab26f809..fa35a8aab 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.glif index 380b7d2a4..d1cbd9a4c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/perthousand.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/perthousand.glif index 036314f54..aea07b20b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/perthousand.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/perthousand.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/peseta.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/peseta.glif index 88137b6a7..59714df06 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/peseta.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/peseta.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/peso.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/peso.glif index 34cd14820..752053314 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/peso.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/peso.glif @@ -76,7 +76,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.glif index 351fa4401..84afb2abe 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:59 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.sc.glif index 4115902b4..d39ccbb1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey product com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/plus.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/plus.glif index aa1cb55be..660635049 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/plus.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/plus.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/plusminus.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/plusminus.glif index 6e868feb9..3246fa3b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/plusminus.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/plusminus.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/primemod.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/primemod.glif index 2bd127aa1..22b68ea98 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/primemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/primemod.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/product.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/product.glif index 9e90cdbf3..0150950b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/product.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/product.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/punctuationspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/punctuationspace.glif index 923c467b5..b18ef1e58 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/punctuationspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/q.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/q.glif index 0c0098333..01d65d500 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/q.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/q.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey d com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/q.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/q.sc.glif index 9e2452479..45ae8fa16 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/q.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/q.sc.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/question.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/question.glif index e5dc9d9eb..5984488da 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/question.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/question.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.case.glif index 0a4644dfb..a7eb4cb14 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.case.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.glif index 9ea711b45..ca04a08dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedbl.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedbl.glif index 6d2ca4ca1..cd6703dea 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedbl.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesingle com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblbase.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblbase.glif index ad52ae79c..816a5f212 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblbase.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblleft.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblleft.glif index 39b31cea7..4eb76d9c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblleft.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblright.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblright.glif index 7f9a9c62d..e158d6a1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblright.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblright.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteleft.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteleft.glif index 6e26d351b..0d9329b07 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteleft.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotereversed.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotereversed.glif index 7ff4682cf..56b6c4c62 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotereversed.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotereversed.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteright.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteright.glif index 47dffe8b1..8cbd6d388 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteright.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteright.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesinglbase.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesinglbase.glif index e6302d9f2..fc22d4c30 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesinglbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesinglbase.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesingle.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesingle.glif index 606fa0064..38ca5b73c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesingle.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesingle.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/r.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/r.glif index 5d49f2c1e..c976fc082 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/r.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/r.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/r.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/r.sc.glif index c3f132877..90eb5b1c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/r.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/r.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.glif index f701f47ff..30c3ece84 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.sc.glif index 0f6493ef4..52f4ab56c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/radical.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/radical.glif index d4da9348f..b5d7cdd51 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/radical.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/radical.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.glif index 00d0afc79..69e859080 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.sc.glif index 05f4d6ef6..2a5004b2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.glif index 612ae62da..c98b32aa3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.sc.glif index 5f4729e0d..4a1e93eec 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.glif index 9da22acb7..d434206cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.sc.glif index 61e6ba328..81379f96b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.glif index 7d1183c00..2f18f5095 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.sc.glif index b0f8731c6..bd55faf86 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/registered.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/registered.glif index 44390e7f0..8486f4e3d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/registered.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightA_rrow.glif index edce82216..0e851f207 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightB_lackT_riangle.glif index 7e48b8b1e..b9ef8c1bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:48:49 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightW_hiteT_riangle.glif index 92e5b5af2..8dcddff59 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightanglebracket-math.glif index 28a87b47a..429a4bbe8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ring.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ring.glif index 5349966cd..51be6bc23 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ring.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.case.glif index b43d4fc75..c93c6c661 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.glif index 813ddc37c..1245b5d13 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfleft.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfleft.glif index 91a34f64d..dfbfef7ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfright.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfright.glif index 9bc9e8e32..d63fda396 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfright.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfright.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.glif index 68ccdfbfc..aa01621fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.sc.glif index 8660890c9..344f31d03 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.glif index a06693f7f..c3fde2103 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:31 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.sc.glif index 948ec0730..9bd3c2a54 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ruble.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ruble.glif index f79e03baa..eeaf7fca0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ruble.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ruble.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rupeeI_ndian.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rupeeI_ndian.glif index 026c9d7cf..1900fefca 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/rupeeI_ndian.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/s.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/s.glif index 86721a19c..165b9cf99 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/s.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/s.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/s.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/s.sc.glif index 0faafbc1a..a8eaf1576 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/s.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/s.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.glif index 5d5821cb1..f534277e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.sc.glif index 007c44aab..07f09532f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.glif index 4b8e8bd28..a13968561 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.sc.glif index 8c6b35539..c6abd2b7e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:27 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.glif index 6031ae832..9de3d99e3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.sc.glif index 0435e852e..9a48c4f78 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.glif index 90324ed91..a65ef4511 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.sc.glif index 8a2ac8cf4..cfc321430 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:57 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.glif index 0f6726691..d8d8978f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.sc.glif index 2e3bf3cde..badaff439 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.glif index 7b84b1b95..4621cfa7e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.sc.glif index 998100b09..afd6dd576 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.glif index 9d16fbb94..501d82a56 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.sc.glif index bbc3466da..99aded028 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.glif index 42d446349..019613b9b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.sc.glif index 5653e6867..3772d2b20 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.glif index de4569f24..b1743f188 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.sc.glif index bcfc6d249..5d545f7fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.glif index 8ca6461c3..301c56826 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.sc.glif index 301ce4a48..533fbafad 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.glif index 6474cab1c..f76a5f094 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.sc.glif index 4e90f5213..23b0b0590 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/second.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/second.glif index c07043244..eafddf2c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/second.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/second.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/secondtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/secondtonechinese.glif index cc70caf0f..9a1664cd2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/secondtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/section.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/section.glif index 1349a219a..6853ab21d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/section.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/semicolon.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/semicolon.glif index 23159e6a4..64276d5ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/semicolon.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/semicolon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.dnom.glif index 5d804dd62..0cbf6b483 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.dnom.glif @@ -32,7 +32,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:57:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.glif index c25ffe7bb..058a223f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.lf.glif index eb1d62051..c60dbcedc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.numr.glif index f59948077..dfa57511d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.osf.glif index 2869a6097..9a1759496 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.osf.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.sc.glif index 74a730bc9..f053ada42 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.sc.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tf.glif index 15965ab22..dd1017321 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tf.glif @@ -24,7 +24,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tosf.glif index 4588cf653..ff2ac3ef1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tosf.glif @@ -22,7 +22,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:09:42 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seveneighths.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seveneighths.glif index 7c722da21..491ad3beb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seveneighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seveninferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seveninferior.glif index 9c92f271a..47b210437 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seveninferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sevensuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sevensuperior.glif index a2b9831cf..7e118b979 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sevensuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sheqel.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sheqel.glif index 2fe778b05..9c08c6b53 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sheqel.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sheqel.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.dnom.glif index 42b31e18c..681ed7bd1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:00:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.glif index 48a1a09ea..a8fcb1175 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.lf.glif index c3ca388cc..62d12c1d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.numr.glif index 0227ba991..d0627e173 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.osf.glif index c515d537f..ec53b605a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.sc.glif index 5b3387275..d18ff3924 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tf.glif index af3f22e6c..626154d66 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tf.glif @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tosf.glif index ade20f7b1..95588f465 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixinferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixinferior.glif index aeb908f30..87d8313fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixperemspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixperemspace.glif index de0df4cb7..2533c9c35 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixsuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixsuperior.glif index 2c410ccbf..e03af2f13 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.case.glif index 93852d4c3..f1a07565c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.glif index c9cdc5823..7fbc832e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slashlongcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slashlongcomb.glif index 32d62b5fc..cb5432a95 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slashlongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slashlongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slashshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slashshortcomb.glif index bc86b6d15..bec1e9bb7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slashshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/slashshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.case.glif index 9ce0fac0f..e5f74142a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.glif index 60384c53b..63604f748 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/space.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/space.glif index b78022173..eaa9089f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/space.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/space.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sterling.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sterling.glif index 201903900..f56df85ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sterling.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/sterling.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/strokelongcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/strokelongcomb.glif index 2a1ea36d8..c4c24da6b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/strokelongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/strokelongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/strokeshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/strokeshortcomb.glif index b956563ce..dc9ee04be 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/strokeshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/strokeshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/summation.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/summation.glif index 2e68c0a84..3cce4ac9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/summation.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/summation.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/t.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/t.glif index 088e13f1d..702b915f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/t.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/t.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/t.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/t.sc.glif index 5becb68e5..10b0e72df 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/t.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/t.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.glif index 6cf5e3adc..11ef6ddd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.sc.glif index 030f1f623..b09e23c49 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.glif index 464072ba7..a4372de8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.sc.glif index 5440a4841..3e8b4d3ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.glif index 76647ca70..2c1c9d146 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.sc.glif index 785629bc9..239a2d422 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.glif index 48a13f0b0..2298934d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.sc.glif index fd6be967e..125e4e7e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.glif index 24b5a0454..ed76b26d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.sc.glif index b8b4c7bf6..bc774cf67 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.glif index fb87a3b07..695ece946 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.sc.glif index 00a04f88c..d3cbe3a5d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.glif index ceffc3ca1..99a814855 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.sc.glif index 8b4629409..e5ea6324b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tenge.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tenge.glif index dada1c226..79639d0df 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thinspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thinspace.glif index a4d7a2a4e..8ca36dbc9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thinspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.glif index daa4fa59e..7fce06205 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.sc.glif index a27679879..398e3d269 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.dnom.glif index 658e80d48..833bd4ef7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:15 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.glif index a848d9f58..d0c5617c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.lf.glif index e3255f11b..fa983ace7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.numr.glif index 3b4cfa25f..46d09aca7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.osf.glif index 48e3f4d32..1d6e32add 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.sc.glif index d01556df9..b2b6a3c3d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tf.glif index 361bff852..626d9925c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tf.glif @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tosf.glif index 4325aee34..b433afb73 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeeighths.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeeighths.glif index e0b2679fa..a0b3e0183 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeeighths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey three.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeinferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeinferior.glif index 22be0f651..cad6c9d5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeperemspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeperemspace.glif index 4a0679022..a238b9b3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:14 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threequarters.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threequarters.glif index 18f666081..4cc0a9177 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threequarters.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threequarters.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threesuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threesuperior.glif index 721a0742b..94b785d61 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.case.glif index 07facf92e..aea123f2e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.glif index 0ae8c5ecc..049128fa3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.case.glif index 914b6dee2..5a960f708 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.glif index 65069d11b..e7c151bcc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.glif index 889277b13..a90428909 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.sc.glif index eec65ef43..d2f339843 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/trademark.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/trademark.glif index 064d9735e..1f6696c8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/trademark.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/trademark.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tugrik.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tugrik.glif index ebc9bbcc7..a85a031ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tugrik.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/tugrik.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.dnom.glif index 66e42449d..63825c70d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.dnom.glif @@ -46,7 +46,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:42:31 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.glif index ca6353ca9..29533204b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.lf.glif index 91005d8d1..23ecfb3a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.numr.glif index bd486af2c..21e70f65c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.osf.glif index f3e732997..42914ab8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.osf.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.sc.glif index 4452b2eaf..71be10d17 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tf.glif index 5f85f87e3..08c6ff4d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tf.glif @@ -38,7 +38,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tosf.glif index 0e7116eb7..ecfb9b532 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tosf.glif @@ -37,7 +37,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:11:35 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twofifths.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twofifths.glif index 3fb6fd972..d1b3ee6b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twofifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twoinferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twoinferior.glif index 7f4c86f52..d379f2554 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twoinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twosuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twosuperior.glif index f15eee2e7..85dcdf8fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twothirds.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twothirds.glif index 5360c3087..2142a925a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twothirds.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/u.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/u.glif index d6a0c84a7..ad1234b50 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/u.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/u.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/u.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/u.sc.glif index 6dcc6532e..d6b788a50 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/u.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/u.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.glif index 2915e7214..6347f5ca1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.sc.glif index c6a43e417..0c7555d87 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.glif index 0d45f0e34..44d9c31a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.sc.glif index ac3350529..14cbcfb3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.glif index e0d5c2bf1..d846411ed 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.sc.glif index 845ecaded..812bdd6d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.glif index 1ef1c0a37..e41428f4f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.sc.glif index d8f3416d2..964580c93 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.glif index c3ff69803..a10754463 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.sc.glif index d19d025ce..e00e6d485 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.glif index 7bd481cb4..a16454ac5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.sc.glif index f34a23c5d..e085a3971 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.glif index f767a61ac..b96f14ce2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.sc.glif index 59347a831..0bc43afb3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.glif index 7fc54ca5a..9ccea0649 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.sc.glif index 7f44dc067..222f050e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.glif index 38835669e..3f4dff1cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.sc.glif index cc4b1e283..6a91530d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.glif index 0ef23af73..12f989920 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.sc.glif index 68ac8d3e8..c3f0b0e20 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.glif index d40159a5f..495933467 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.sc.glif index 2e1e8b974..ee48734ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.glif index b1e9f4859..eee5808a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.sc.glif index f178ef642..52e2d014b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.glif index 4c7f7f69c..74ae4925a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.sc.glif index b73891116..621e9b767 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.glif index a5e4ef825..2ffb67a01 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.sc.glif index 340fb63d6..b90b0d74d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.glif index 7a59fc13d..f7f72a168 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.sc.glif index 6e561bcc9..53561e1fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.glif index 8002d9f4e..45613ddf4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.sc.glif index 7b117593f..574a06507 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.glif index 8579dc13e..7646e0b3c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.sc.glif index 9646bb351..cef970f05 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.glif index 60df018bc..8159d020a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.sc.glif index 61bf88bd6..8c91fe9f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.glif index ff353637a..fe5657e39 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.sc.glif index db0583d7d..56d368ac5 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.glif index 54bf80efb..061cfd79e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.sc.glif index 4be78b7a9..1464cb5cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.glif index 07944a428..c4fd6ddca 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.sc.glif index ef889d483..5d771fd48 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.glif index d5db7dd22..f205bf3a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.sc.glif index 83373d0a5..5919855e3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.glif index e0f03737a..ba28906a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.sc.glif index 986dd57b2..4dc5b497c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/underscore.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/underscore.glif index 2a26f736b..de03d4687 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/underscore.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/underscore.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uni0000.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uni0000.glif index e6fb07071..a794b2196 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uni0000.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uni0000.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.glif index 2ae82044d..58b389ce1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.sc.glif index 8a39d2b93..adb8c12f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upA_rrow.glif index 4f987d2a4..3b7e9a9c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upB_lackT_riangle.glif index 9810aef73..ce83cd481 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:46:24 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upW_hiteT_riangle.glif index f795ac1fc..a705e597d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:01:56 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.glif index a574db56f..3309bf90f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.sc.glif index 7f29d477f..4bf529b99 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.glif index 42e5cc464..60021b982 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.sc.glif index d0645c930..c69295c0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.glif index 87ee445a4..36553cc55 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.sc.glif index 719bb896c..316dd2538 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/v.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/v.glif index f46ab68cf..47a8e0e0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/v.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/v.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/v.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/v.sc.glif index 276645a98..cafb6a656 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/v.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/v.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinelowmod.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinelowmod.glif index 5f36ea505..bd431c0c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinelowmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinemod.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinemod.glif index e3b1a9d8c..3f6528811 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinemod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/w.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/w.glif index edca5fe84..f0620e3ed 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/w.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/w.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/w.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/w.sc.glif index be4d07079..eb0f2bab8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/w.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/w.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.glif index 4412d0863..cb8aa0145 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.sc.glif index 6be31fad9..6b9b89b48 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.glif index 3c30581c3..559dc1fab 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.sc.glif index 62e392e5c..df43548f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.glif index ab339dd04..89377b402 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.sc.glif index de3cfab9d..a35e9ba39 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.glif index faf9bb265..39a654632 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.sc.glif index 5a90d40ca..91f9c1879 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteD_iamond.glif index d5c7ed06c..2bd96e5ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:31 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteS_quare.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteS_quare.glif index df575f5e2..b08d12867 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:58 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/won.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/won.glif index b0573a069..391fa9f96 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/won.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/won.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:39:44 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/x.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/x.glif index faa34e720..fa74ba5a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/x.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/x.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/x.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/x.sc.glif index 06df3eb68..1348d3946 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/x.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/x.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/y.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/y.glif index 31ce5e639..a9f8844a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/y.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/y.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:00 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/y.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/y.sc.glif index d1b0e400c..77a918479 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/y.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/y.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.glif index 989fc1ab0..a1dcff242 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.sc.glif index fb0e1aed3..90e33d421 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.glif index b18ad1e16..b9c97f234 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.sc.glif index 38a419a23..7a7c1933c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.glif index 93c1469be..71ad36eaa 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.sc.glif index 43abe9b97..d0efe2677 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.glif index e86a90946..36200ef78 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.sc.glif index fb5c0079c..c2b4fc2ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.glif index db594f0ab..b4a8e8290 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:22 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.sc.glif index e67e44801..bb822eaad 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yen.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yen.glif index 1201d0011..9f0b25c5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yen.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yen.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.glif index e1296b12b..9ec05565f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.sc.glif index c973f95b1..198a54d82 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.glif index 18210133c..6cad8959b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.sc.glif index 34030d87d..a06185d49 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.glif index ae8e29e12..852f2954d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.sc.glif index 955a3032f..6527a0aa7 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.glif index f773d4928..99ff018b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.sc.glif index 95cfd8765..5e60d6a78 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/z.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/z.glif index bcd150689..0f5913e78 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/z.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/z.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/z.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/z.sc.glif index 31484fc31..380fdad80 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/z.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/z.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.glif index 77b55238e..ee580852d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.sc.glif index 73b69b28f..e2a36bda1 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.glif index af8b2a87b..cba63806f 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.sc.glif index 7dfa60ec4..0d9af6e51 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.glif index f6e1ac352..94c573bd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.sc.glif index 766a80b69..25f23481a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.glif index 753d6fd96..c112c0c76 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.sc.glif index 35419deab..feba43442 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.dnom.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.dnom.glif index dbdd57e07..e6f90a6cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.dnom.glif @@ -49,7 +49,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.glif index 1c6806111..2e5fa0eff 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.glif index 222eb735f..f01fc5fb0 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.zero.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.zero.glif index 5c328d826..5b50c85e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:40:59 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.numr.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.numr.glif index 116a507c4..6c171d932 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.glif index 525086d0c..a809ca863 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.zero.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.zero.glif index d993cf466..c5afeade9 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:41:12 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.sc.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.sc.glif index bd60a8e06..8911b8be2 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.glif index 070edf756..0b71055ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.glif @@ -41,7 +41,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.zero.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.zero.glif index 62c61429c..915200201 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:52 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.glif index 20abf5373..1b9c87cde 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.glif @@ -39,7 +39,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:14:08 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.zero.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.zero.glif index 3ef9ebebf..2033291a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.zero.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.zero.glif index 056e22009..2c193c972 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:00:23 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zeroinferior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zeroinferior.glif index 37f9446ed..c65450a4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zeroinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerosuperior.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerosuperior.glif index 1044fb4e0..8b1120383 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthjoiner.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthjoiner.glif index 414a7ed8a..ec510243a 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:19 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthnonjoiner.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthnonjoiner.glif index 31175d269..133ec847d 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthspace.glif b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthspace.glif index 94b44a868..0e0c0c616 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Bold.ufo/lib.plist b/sources/instance_ufo/MerriweatherSans-Bold.ufo/lib.plist index 6f887f81c..fd7f8afb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Bold.ufo/lib.plist +++ b/sources/instance_ufo/MerriweatherSans-Bold.ufo/lib.plist @@ -2,14 +2,6 @@ - GSOffsetAutoStroke - 1 - GSOffsetHorizontal - -45 - GSOffsetMakeStroke - 1 - GSOffsetVertical - -45 com.schriftgestaltung.Glyphs.glyphUserData.IJ_acutecomb com.typemytype.robofont.mark @@ -630,7 +622,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 107.0 + 115.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 100.0 com.schriftgestaltung.fontMasterOrder @@ -642,7 +634,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 107.0 + 115.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/fontinfo.plist b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/fontinfo.plist index 66930cbcf..a6f456f39 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/fontinfo.plist +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/fontinfo.plist @@ -61,7 +61,7 @@ 557 565 747 - 754.2307692307693 + 754 983 999 @@ -77,12 +77,12 @@ postscriptStemSnapH 134 - 149.76923076923077 + 150 postscriptStemSnapV - 97.15384615384615 - 117.48717948717947 + 97 + 117 postscriptUnderlinePosition -122 @@ -97,7 +97,7 @@ trademark Merriweather is a trademark of Sorkin Type Co. unitsPerEm - 1000.0 + 1000 versionMajor 1 versionMinor diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_.glif index 6495453d6..c7ae71545 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_.glif @@ -1,30 +1,30 @@ - + A - - - + + + - - - - - - - - + + + + + + + + - - - - - + + + + + @@ -34,7 +34,7 @@ A 10 1 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 12 8 12 17 17 17 16 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_.glif index a6cd9c876..886cc3007 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_.glif @@ -1,38 +1,38 @@ - + AE - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -42,7 +42,7 @@ AE 0 6 7 8 8 6 104 0 0 0 1 10 0 1 97 0 10 0 4 2 10 4 97 9 11 2 8 8 7 90 0 7 7 17 75 0 2 2 3 89 5 1 3 3 18 3 76 0 0 21 20 19 18 0 17 0 17 17 17 17 17 17 17 17 17 12 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_acute.glif index 16d57082d..32783fac1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_acute.glif @@ -1,20 +1,20 @@ - + AEacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_acute.glif index c263b9690..23c9c077f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_acute.glif @@ -1,21 +1,21 @@ - + Aacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:08:22 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breve.glif index 5c9ea377a..df47606df 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breve.glif @@ -1,21 +1,21 @@ - + Abreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breveacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breveacute.glif index 5c59b41a5..55dbfa04a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breveacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevedotbelow.glif index 7cc67ebac..319482eab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevedotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevegrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevegrave.glif index b428be093..e3c24d9f6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevegrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevehookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevehookabove.glif index c3a0a1628..339046c24 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevehookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevetilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevetilde.glif index 00157842f..23dfd1db9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevetilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_caron.glif index def588992..1a71bf9f6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflex.glif index d6bb14cce..1ecef2df5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflex.glif @@ -1,21 +1,21 @@ - + Acircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexacute.glif index 93748aba5..d41335cab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexdotbelow.glif index 5dbda0f6f..747af0fa9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexgrave.glif index 7a38c0d9a..0bd76cdff 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexhookabove.glif index 0872be4bf..ef363b2c2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflextilde.glif index caeda6d90..a91a7c7ad 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflextilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dblgrave.glif index 41072c3f4..7a8a51972 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dieresis.glif index d1b649982..efc792642 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dieresis.glif @@ -1,21 +1,21 @@ - + Adieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dotbelow.glif index cc297e36d..401c420aa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_grave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_grave.glif index 2da3c4c0c..de54b4fa6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_grave.glif @@ -1,21 +1,21 @@ - + Agrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_hookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_hookabove.glif index 6546514e3..01343beb5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_hookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_invertedbreve.glif index 79cc7f902..dc88efdc5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_invertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_macron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_macron.glif index 29085ae78..08a236da3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_macron.glif @@ -1,21 +1,21 @@ - + Amacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ogonek.glif index fe6bd4be8..c347e3892 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ogonek.glif @@ -1,16 +1,16 @@ - + Aogonek - - - + + + - + @@ -19,7 +19,7 @@ Aogonek 30 1 6 3 10 1 2 1 27 1 5 2 3 74 7 1 6 0 1 2 6 1 98 0 5 0 0 5 0 95 0 3 3 17 75 4 1 2 2 18 2 76 28 28 28 32 28 32 38 17 17 17 23 34 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ring.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ring.glif index 2503e0493..b90d7a926 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ring.glif @@ -1,16 +1,16 @@ - + Aring - - - + + + - + @@ -19,7 +19,7 @@ Aring 34 17 4 3 6 4 1 74 0 2 0 5 4 2 5 99 7 1 6 0 0 1 6 0 98 0 4 4 25 75 3 1 1 1 18 1 76 32 32 32 36 32 36 35 35 22 39 17 16 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ringacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ringacute.glif index a9537a347..c70d2d312 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ringacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_tilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_tilde.glif index 0c86f0c36..06046f890 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_tilde.glif @@ -1,21 +1,21 @@ - + Atilde - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_.glif index 971458075..454366b5e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_.glif @@ -1,65 +1,65 @@ - + B - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -91,7 +91,7 @@ NPUSHB[ ] /* 16 values pushed */ 40 40 40 51 40 50 54 53 55 34 33 34 54 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_dotaccent.glif index 1a7e9a946..e62335471 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_.glif index c799a1146..e28804b73 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_.glif @@ -1,49 +1,49 @@ - + C - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -53,7 +53,7 @@ C 3 1 0 3 20 4 2 1 0 21 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 31 0 30 37 38 39 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_R_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_R_.glif index 056897a9a..d38b4050a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_R_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_R_.glif @@ -8,7 +8,7 @@ CR com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_acute.glif index c7ed1d4aa..3b92d4f0d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_acute.glif @@ -1,20 +1,20 @@ - + Cacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_caron.glif index 27cb48ed1..313c0f883 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_caron.glif @@ -1,20 +1,20 @@ - + Ccaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedilla.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedilla.glif index fd3f2791b..984724b00 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedilla.glif @@ -1,12 +1,12 @@ - + Ccedilla - + @@ -31,7 +31,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 46 0 45 38 19 36 36 21 38 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedillaacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedillaacute.glif index d5d7189f9..4b9d683c6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedillaacute.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_circumflex.glif index bc6d70e44..2bf1000ce 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_circumflex.glif @@ -1,20 +1,20 @@ - + Ccircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_dotaccent.glif index 0d2ee25cb..c13a632ff 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_dotaccent.glif @@ -1,20 +1,20 @@ - + Cdotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_.glif index 493384459..6dd278b93 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_.glif @@ -1,51 +1,51 @@ - + D - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -68,7 +68,7 @@ NPUSHB[ ] /* 13 values pushed */ 19 19 19 31 19 30 41 97 50 34 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_.glif index 1f6b49e9b..2eca7adaf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_caron.glif index 9d0df1267..1eb743a4f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_caron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_caron.glif index f5f6411ea..75b4c7816 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_caron.glif @@ -1,21 +1,21 @@ - + Dcaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_croat.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_croat.glif index cf738b631..76ca385ab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_croat.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_croat.glif @@ -1,13 +1,13 @@ - + Dcroat - - - + + + @@ -31,7 +31,7 @@ NPUSHB[ ] /* 17 values pushed */ 23 23 23 39 23 38 17 18 41 97 17 17 50 34 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotaccent.glif index 2047fb5e6..4c2adb501 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotbelow.glif index ae020e856..a08080551 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_elta.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_elta.glif index 4f87c1e8f..642769e80 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_elta.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_elta.glif @@ -12,7 +12,7 @@ uni0394 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_linebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_linebelow.glif index ace785463..45a124126 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_linebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_z.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_z.glif index ff7d3f789..36db2bebe 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_z.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_z.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_zcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_zcaron.glif index 3827a4211..77afd3b7e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_zcaron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:38 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_.glif index 20cf28a98..9510041b8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_.glif @@ -1,28 +1,28 @@ - + E - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -32,7 +32,7 @@ E 0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:17 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_acute.glif index 7fe35745c..1b1a46f81 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_acute.glif @@ -1,22 +1,22 @@ - + Eacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_breve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_breve.glif index 1b935172e..b1b000eaf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_breve.glif @@ -1,22 +1,22 @@ - + Ebreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_caron.glif index 04d26aa5a..aca94de84 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_caron.glif @@ -1,22 +1,22 @@ - + Ecaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_cedillabreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_cedillabreve.glif index 5e459e77e..adf0cccbd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_cedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_cedillabreve.glif @@ -1,20 +1,20 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:45 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflex.glif index 6a637b52e..661aa06b0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflex.glif @@ -1,22 +1,22 @@ - + Ecircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexacute.glif index fa95ea4b8..9ac3fcb66 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexdotbelow.glif index ddd759664..6d1c4b1ea 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexgrave.glif index ae2e4832a..e9204ae8b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexgrave.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexhookabove.glif index f7abda1c3..dc3c9f907 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexhookabove.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflextilde.glif index 80b50f0c8..d3f268b21 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflextilde.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dblgrave.glif index 8395787f2..5d8b84daa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dblgrave.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dieresis.glif index aa3d56e06..d942add59 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dieresis.glif @@ -1,22 +1,22 @@ - + Edieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotaccent.glif index 088da67ad..15a249dda 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotaccent.glif @@ -1,22 +1,22 @@ - + Edotaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotbelow.glif index 649616b0e..b11aa9513 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotbelow.glif @@ -1,11 +1,11 @@ - + - - - + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_grave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_grave.glif index da33218b4..bc04756ca 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_grave.glif @@ -1,22 +1,22 @@ - + Egrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_hookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_hookabove.glif index dac1b648a..e010e7b04 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_hookabove.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_invertedbreve.glif index 71a099a5f..5f1767024 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_invertedbreve.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macron.glif index d6e65e114..3f160b3c4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macron.glif @@ -1,22 +1,22 @@ - + Emacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macronacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macronacute.glif index 68850f927..1b549ab3a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macronacute.glif @@ -1,20 +1,20 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macrongrave.glif index 3701353e2..a30389616 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macrongrave.glif @@ -1,20 +1,20 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ng.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ng.glif index b82fa7678..954d83fe6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ng.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ng.glif @@ -1,32 +1,32 @@ - + Eng - - - - - + + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + @@ -36,7 +36,7 @@ Eng 17 10 8 3 0 1 1 74 5 1 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 19 0 19 17 28 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ogonek.glif index 9f43e24e7..6514f7485 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ogonek.glif @@ -1,17 +1,17 @@ - + Eogonek - - - + + + - + @@ -20,7 +20,7 @@ Eogonek 18 1 4 3 19 1 5 4 2 74 0 0 0 1 2 0 1 97 0 4 0 5 4 5 95 9 1 8 8 7 89 0 7 7 17 75 0 2 2 3 89 6 1 3 3 18 3 76 0 0 0 34 0 34 17 23 36 39 17 17 17 17 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_th.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_th.glif index ab39fd47f..c47d01f5a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_th.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_th.glif @@ -1,19 +1,19 @@ - + Eth - - - + + + - - - - + + + + @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey D com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_tilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_tilde.glif index 00d6e25d6..d35fcfc39 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_tilde.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zh.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zh.glif index 8ee106ee3..696359a7b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zh.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zh.glif @@ -1,44 +1,44 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:46:07 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zhcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zhcaron.glif index f66cc22f4..80a41fca4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zhcaron.glif @@ -1,16 +1,16 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:45:59 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_.glif index 039457aa5..a1430fb46 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_.glif @@ -1,24 +1,24 @@ - + F - - + + - - - - - - - - - - + + + + + + + + + + @@ -28,7 +28,7 @@ F 0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:45:43 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_dotaccent.glif index 624aa46be..a44a7508c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:46:12 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_.glif index 2cc2b8c02..3919a0697 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_.glif @@ -1,56 +1,56 @@ - + G - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -60,7 +60,7 @@ G 21 1 3 2 22 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 38 38 38 39 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_breve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_breve.glif index a58c208b0..a4b4ec9f3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_breve.glif @@ -1,20 +1,20 @@ - + Gbreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_caron.glif index a8c238f19..ba6e76d25 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_caron.glif @@ -1,20 +1,20 @@ - + Gcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_circumflex.glif index 038cba206..171f76fbd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_circumflex.glif @@ -1,20 +1,20 @@ - + Gcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_commaaccent.glif index def6e09a1..2779bdf0a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_commaaccent.glif @@ -1,20 +1,20 @@ - + Gcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_dotaccent.glif index f910afa28..71cb035cd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_dotaccent.glif @@ -1,20 +1,20 @@ - + Gdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_ermandbls.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_ermandbls.glif index 39097b697..c0d2e2d22 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_ermandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_ermandbls.glif @@ -1,59 +1,59 @@ - + uni1E9E - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -63,7 +63,7 @@ uni1E9E 35 1 2 6 34 1 5 2 23 1 4 5 22 1 7 4 4 74 0 1 0 6 0 1 6 112 0 2 0 5 4 2 5 99 0 6 6 0 91 0 0 0 17 75 0 7 7 18 75 0 4 4 3 91 0 3 3 26 3 76 20 36 21 37 38 18 20 34 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_macron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_macron.glif index 510d907ab..c0c0e7640 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_macron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_.glif index 0a3cdb10b..a29aea25b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_.glif @@ -1,26 +1,26 @@ - + H - - + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -30,7 +30,7 @@ H 0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_bar.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_bar.glif index fc8a740ae..2257cfc10 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_bar.glif @@ -1,38 +1,38 @@ - + Hbar - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + @@ -42,7 +42,7 @@ Hbar 0 11 0 2 1 11 2 97 8 1 6 6 17 75 10 4 2 0 0 5 89 9 7 2 5 5 20 75 3 1 1 1 18 1 76 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_brevebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_brevebelow.glif index fd1485331..2146d87ab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_brevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_brevebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_circumflex.glif index 8744648c6..490f2a328 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_circumflex.glif @@ -1,20 +1,20 @@ - + Hcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_dotbelow.glif index 8509144bf..65cf84484 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.glif index 473b6462e..d7db7a9e1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.glif @@ -1,20 +1,20 @@ - + I - - - - + + + + - - - - + + + + @@ -24,7 +24,7 @@ I 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.uc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.uc.glif index 535a9c8f1..0044e9296 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.uc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.uc.glif @@ -1,21 +1,21 @@ - + I.uc - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J_.glif index c023f60e4..17b97cd8c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J_.glif @@ -1,24 +1,24 @@ - + IJ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J__acutecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J__acutecomb.glif index df41dbc6d..9025df071 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J__acutecomb.glif @@ -1,19 +1,19 @@ - + IJ_acutecomb - - - - - - + + + + + + - - + + @@ -22,7 +22,7 @@ IJ_acutecomb 11 10 7 5 4 1 6 1 72 24 1 0 71 4 2 3 3 1 1 17 75 0 0 0 18 0 76 16 16 12 12 16 32 16 32 12 15 12 15 29 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_acute.glif index 2b4c21382..a125a59ec 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_acute.glif @@ -1,22 +1,22 @@ - + Iacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_breve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_breve.glif index ddcb1b253..4c16fd35b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_breve.glif @@ -1,22 +1,22 @@ - + Ibreve - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_caron.glif index e98e0e7ca..ef68df564 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_circumflex.glif index d77c7b0f8..d4dd0eca4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_circumflex.glif @@ -1,22 +1,22 @@ - + Icircumflex - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dblgrave.glif index e2aa00543..52de09d27 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresis.glif index aeecbf806..88ccfbef3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresis.glif @@ -1,22 +1,22 @@ - + Idieresis - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresisacute.glif index 3dfffaa73..29376015a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotaccent.glif index b85bb564a..20d0c61fc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotaccent.glif @@ -1,22 +1,22 @@ - + Idotaccent - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotbelow.glif index 3983affda..c77ffdf4a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_grave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_grave.glif index 0e245ffcc..fd2cff972 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_grave.glif @@ -1,22 +1,22 @@ - + Igrave - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_hookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_hookabove.glif index c94e129ee..72c2d3b11 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_hookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_invertedbreve.glif index 3a5ae815b..87754185e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_invertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_macron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_macron.glif index 811a9a8c2..f69510d8a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_macron.glif @@ -1,22 +1,22 @@ - + Imacron - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_ogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_ogonek.glif index bc2fd7ded..7426ddb05 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_ogonek.glif @@ -1,17 +1,17 @@ - + Iogonek - - - - + + + + - + @@ -20,7 +20,7 @@ Iogonek 1 1 3 2 2 1 0 3 2 74 4 1 3 0 0 3 0 95 0 1 1 17 75 0 2 2 18 2 76 0 0 0 24 0 23 17 24 36 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_tilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_tilde.glif index 0415d9ad9..5a9f6ae68 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_tilde.glif @@ -1,22 +1,22 @@ - + Itilde - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_.glif index b00d9e914..4b8803de2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_.glif @@ -1,29 +1,29 @@ - + J - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -33,7 +33,7 @@ J 8 1 0 71 1 1 0 0 17 0 76 0 0 0 16 0 16 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_circumflex.glif index 20b4932d0..6c96802b3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_circumflex.glif @@ -1,20 +1,20 @@ - + Jcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_.glif index 652d8022b..823dd4197 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_.glif @@ -1,34 +1,34 @@ - + K - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + @@ -38,7 +38,7 @@ K 24 21 15 1 4 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 25 23 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_commaaccent.glif index b1d85efee..5423f421b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_commaaccent.glif @@ -1,20 +1,20 @@ - + Kcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_.glif index 8ff5c769d..13de89d21 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_.glif @@ -1,22 +1,22 @@ - + L - - - - + + + + - - - - - - + + + + + + @@ -26,7 +26,7 @@ L 3 1 2 2 17 75 0 0 0 1 89 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_J_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_J_.glif index a9ff9d0b9..33be8c580 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_J_.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_acute.glif index e28821169..a1fa3ce17 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_acute.glif @@ -1,22 +1,22 @@ - + Lacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_caron.glif index d45dbb3f5..5c4968ea1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_caron.glif @@ -1,32 +1,32 @@ - + Lcaron - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -35,7 +35,7 @@ Lcaron com.schriftgestaltung.Glyphs.glyph.leftMetricsKey L com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:24 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_commaaccent.glif index 8a105f23e..dc159d2d8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_commaaccent.glif @@ -1,22 +1,22 @@ - + Lcommaaccent - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dot.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dot.glif index 151e39d33..cda78a1e4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dot.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dot.glif @@ -1,22 +1,22 @@ - + Ldot - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dotbelow.glif index 380f8281f..0519af283 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_j.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_j.glif index 8cae622e5..dbfad80f7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_j.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_j.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_linebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_linebelow.glif index 74aee68f9..0dd672edb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_linebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_slash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_slash.glif index 21d32368d..778656c91 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_slash.glif @@ -1,26 +1,26 @@ - + Lslash - - - - - - - - - + + + + + + + + + - - - - + + + + @@ -30,7 +30,7 @@ Lslash 10 9 4 3 4 2 1 1 74 0 1 1 17 75 3 1 2 2 0 89 0 0 0 18 0 76 0 0 0 13 0 13 21 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_.glif index 5b4a59d66..7a9c78dc0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_.glif @@ -1,33 +1,33 @@ - + M - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -37,7 +37,7 @@ M 14 9 2 3 1 0 1 74 12 1 1 71 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 18 0 18 25 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotaccent.glif index c36ef27b7..f35a94e7e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotbelow.glif index 3cbf08600..407ba9b65 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_.glif index df3694cd7..20044a5d7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_.glif @@ -1,28 +1,28 @@ - + N - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ N 9 2 2 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_J_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_J_.glif index 60f34f5e1..643d6f05d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_J_.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_acute.glif index 056bbf500..8414061cb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_acute.glif @@ -1,20 +1,20 @@ - + Nacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_caron.glif index 1dd1c8d79..bec1b633c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_caron.glif @@ -1,20 +1,20 @@ - + Ncaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_commaaccent.glif index 71c9390f2..cfdb4725e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_commaaccent.glif @@ -1,20 +1,20 @@ - + Ncommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotaccent.glif index 3d0594fe2..05406c7fc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotbelow.glif index a2c7ff97b..f99550b49 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_j.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_j.glif index ea0ad49a6..afabf5ad0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_j.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_j.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_linebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_linebelow.glif index 04bfcb4d3..dd1d35a1b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_linebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_tilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_tilde.glif index f76fc9f55..d05fbaf0e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_tilde.glif @@ -1,20 +1,20 @@ - + Ntilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_.glif index ca2beed9e..bf0a15bf1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_.glif @@ -1,44 +1,44 @@ - + O - - - - - - + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -48,7 +48,7 @@ O 0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 37 37 38 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:29:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_E_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_E_.glif index 0d6f4d155..a4e3574c0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_E_.glif @@ -1,57 +1,57 @@ - + OE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -128,7 +128,7 @@ NPUSHB[ ] /* 24 values pushed */ 27 27 0 0 27 39 27 38 33 31 0 26 0 26 19 38 35 17 17 17 17 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_acute.glif index 4ab6442a9..b20ed76dc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_acute.glif @@ -1,24 +1,24 @@ - + Oacute - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_breve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_breve.glif index 624cd1e5d..1c51c00de 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_breve.glif @@ -1,24 +1,24 @@ - + Obreve - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_caron.glif index c26387770..59485ad65 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_caron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflex.glif index a26bb1086..980a9ed48 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflex.glif @@ -1,24 +1,24 @@ - + Ocircumflex - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexacute.glif index 8cc160edd..b0a749e2f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexacute.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexdotbelow.glif index 94b49971d..6127f8ab4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexdotbelow.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexgrave.glif index be8564bda..4046ad222 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexgrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexhookabove.glif index 8d731db25..cf6419a3c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexhookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflextilde.glif index d07a7e6f7..61bd0e245 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflextilde.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dblgrave.glif index 40dcdec01..64bccaa8d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dblgrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresis.glif index 2b1aa1e55..1acb67a62 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresis.glif @@ -1,24 +1,24 @@ - + Odieresis - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresismacron.glif index cb7e47052..8d2ba8ec7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresismacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotaccentmacron.glif index 1f4f1198e..c7b954066 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotaccentmacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotbelow.glif index bdf25ee7f..3fb0fc03f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_grave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_grave.glif index e04495d36..a3e0f2ed8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_grave.glif @@ -1,24 +1,24 @@ - + Ograve - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hm.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hm.glif index 159731ef9..af61644ab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hm.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hm.glif @@ -7,38 +7,38 @@ uni2126 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -48,7 +48,7 @@ uni2126 34 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hookabove.glif index b21f27763..e7e0e71b8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horn.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horn.glif index cbe4fdc40..11ae9cda8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horn.glif @@ -1,36 +1,36 @@ - + - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:51:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornacute.glif index 37ee0c624..8de25980b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornacute.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horndotbelow.glif index 6f6f48b36..793d32ce8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horndotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horngrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horngrave.glif index 8a8abd21c..e2089ddc2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horngrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornhookabove.glif index 8bf85de75..105c2bce4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornhookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horntilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horntilde.glif index 5c8dd673c..749562be7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horntilde.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hungarumlaut.glif index 01026819a..6f81653b5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hungarumlaut.glif @@ -1,24 +1,24 @@ - + Ohungarumlaut - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_invertedbreve.glif index b01db8680..e7bde9dad 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_invertedbreve.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macron.glif index ad3669262..bc8b6b44b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macron.glif @@ -1,24 +1,24 @@ - + Omacron - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macronacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macronacute.glif index da760492a..805c6541b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macronacute.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macrongrave.glif index 8d08ac05a..b4d2e8db4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macrongrave.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_mega.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_mega.glif index b13ff8aa7..e83720c90 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_mega.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_mega.glif @@ -12,7 +12,7 @@ uni03A9 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_ogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_ogonek.glif index 1d9981334..4de226b94 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_ogonek.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slash.glif index 78eeec60e..dcab1dfce 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slash.glif @@ -1,6 +1,6 @@ - + Oslash @@ -8,66 +8,66 @@ Oslash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -77,7 +77,7 @@ Oslash 21 1 2 1 40 39 31 30 24 12 9 7 3 2 2 74 23 22 2 1 72 11 10 2 0 71 4 1 2 2 1 91 0 1 1 25 75 5 1 3 3 0 91 0 0 0 26 0 76 34 34 25 25 34 42 34 41 25 33 25 32 43 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slashacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slashacute.glif index feb33f759..c5f0a0997 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slashacute.glif @@ -1,6 +1,6 @@ - + Oslashacute @@ -13,7 +13,7 @@ Oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tilde.glif index 589bd24cf..86dfbb52f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tilde.glif @@ -1,24 +1,24 @@ - + Otilde - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildeacute.glif index 9da14beab..8f6a5ba53 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildeacute.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildedieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildedieresis.glif index 16917933b..050df10f3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildedieresis.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildemacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildemacron.glif index d7a002fa8..9f5cd891a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildemacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_.glif index 6cfb39095..52642cc1c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_.glif @@ -1,48 +1,48 @@ - + P - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -65,7 +65,7 @@ NPUSHB[ ] /* 23 values pushed */ 17 17 1 0 17 28 17 27 23 21 15 14 12 10 5 3 0 16 1 16 8 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_dotaccent.glif index b3a517f71..12dbacad2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Q_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Q_.glif index 0ae88f6a2..f0bd1dd1e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Q_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Q_.glif @@ -1,38 +1,38 @@ - + Q - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -43,7 +43,7 @@ Q 31 1 2 4 5 1 0 2 6 1 1 0 3 74 0 0 0 1 0 1 95 0 5 5 3 91 0 3 3 25 75 0 4 4 2 91 0 2 2 26 2 76 37 41 38 21 37 33 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_.glif index 57935e958..6b18a8cc8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_.glif @@ -1,56 +1,56 @@ - + R - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -73,7 +73,7 @@ NPUSHB[ ] /* 15 values pushed */ 29 29 29 41 29 38 43 34 33 17 36 22 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_acute.glif index 9300c76b1..292f2df83 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_acute.glif @@ -1,20 +1,20 @@ - + Racute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_caron.glif index 320413cc0..6362d84b7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_caron.glif @@ -1,20 +1,20 @@ - + Rcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_commaaccent.glif index db03d43c9..d4591e145 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_commaaccent.glif @@ -1,20 +1,20 @@ - + Rcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dblgrave.glif index 4566b3433..29cbffbc2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dblgrave.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dotbelow.glif index 00c992a97..cf9509040 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_invertedbreve.glif index 1db4385ae..2baeb9118 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_invertedbreve.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_linebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_linebelow.glif index 1b3c8d9a0..54841fd6c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_linebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_.glif index 10aaf7aa0..f8a24b05f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_.glif @@ -1,52 +1,52 @@ - + S - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -56,7 +56,7 @@ S 20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 36 45 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acute.glif index caf52d418..1a9aa458e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acute.glif @@ -1,20 +1,20 @@ - + Sacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acutedotaccent.glif index f949e0ef6..89d6d0a08 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acutedotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_caron.glif index b179fafee..f15dbab29 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_caron.glif @@ -1,20 +1,20 @@ - + Scaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_carondotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_carondotaccent.glif index b77eb4810..65bacdde1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_carondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_carondotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_cedilla.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_cedilla.glif index 7b70c4c62..a7ea7e3f8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_cedilla.glif @@ -1,15 +1,15 @@ - + Scedilla - - + + - + @@ -31,7 +31,7 @@ NPUSHB[ ] /* 19 values pushed */ 0 0 0 59 0 58 54 52 39 37 30 29 26 24 20 18 7 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_chwa.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_chwa.glif index 20d8793b5..d4460b99d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_chwa.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_chwa.glif @@ -1,45 +1,45 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:28:51 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_circumflex.glif index 1c2e31b45..675e81f2a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_circumflex.glif @@ -1,20 +1,20 @@ - + Scircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_commaaccent.glif index ebd06406d..96369a0cf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_commaaccent.glif @@ -1,20 +1,20 @@ - + Scommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotaccent.glif index e7a55aa61..e08bac503 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelow.glif index a9e11273b..f45afbde6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif index 9dad55195..fe18e2b9b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_.glif index 3a939de69..d3934fc59 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_.glif @@ -1,23 +1,23 @@ - + T - - - + + + - - - - - - - - + + + + + + + + @@ -27,7 +27,7 @@ T 4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_bar.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_bar.glif index 61a71405e..d521bd336 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_bar.glif @@ -1,28 +1,28 @@ - + Tbar - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ Tbar 4 1 0 3 1 1 2 0 1 97 8 7 2 5 5 6 89 0 6 6 17 75 0 2 2 18 2 76 0 0 0 15 0 15 17 17 17 17 17 17 17 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_caron.glif index bb68a35d1..adcbffcde 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_caron.glif @@ -1,21 +1,21 @@ - + Tcaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_cedilla.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_cedilla.glif index 7c7d83d99..f65ac3bff 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_cedilla.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_commaaccent.glif index 2ab8987f8..eaa7e3e5e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_commaaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotaccent.glif index a697e0866..1d7680ca4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotbelow.glif index 6852568c1..658c4fa78 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_horn.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_horn.glif index 4ace0a2a8..e7991c07b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_horn.glif @@ -1,47 +1,47 @@ - + Thorn - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -64,7 +64,7 @@ NPUSHB[ ] /* 10 values pushed */ 37 36 34 17 17 18 34 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_linebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_linebelow.glif index 743b48eef..190156b45 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_linebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_.glif index d099baece..6f07d99f8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_.glif @@ -1,43 +1,43 @@ - + U - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -47,7 +47,7 @@ U 2 1 0 0 17 75 0 1 1 3 91 0 3 3 26 3 76 36 20 37 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_acute.glif index ff0d4eb54..bee368ee3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_acute.glif @@ -1,22 +1,22 @@ - + Uacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_breve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_breve.glif index 6a0d9c925..3e974d3b5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_breve.glif @@ -1,22 +1,22 @@ - + Ubreve - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_caron.glif index e09a6fcfb..fd1327a29 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_circumflex.glif index 6e6d5d877..413707b1e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_circumflex.glif @@ -1,22 +1,22 @@ - + Ucircumflex - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dblgrave.glif index 91a2efc37..eab8437fe 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresis.glif index 843aa87b4..e143ef255 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresis.glif @@ -1,22 +1,22 @@ - + Udieresis - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisacute.glif index 0f17cf679..22f86bdfb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresiscaron.glif index 461c1a935..1f3820b0c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresiscaron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:41 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisgrave.glif index 472ae688b..18a744c83 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisgrave.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresismacron.glif index e8a1da88f..a148fafc1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresismacron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dotbelow.glif index 6efaefb13..97a5c9707 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_grave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_grave.glif index f054a6b0e..65c79a839 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_grave.glif @@ -1,22 +1,22 @@ - + Ugrave - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hookabove.glif index 2e8cecd01..1a04d2dd8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horn.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horn.glif index 2cee60f9d..e631bc271 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horn.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornacute.glif index 3ddd0d643..444b7bb70 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horndotbelow.glif index 57ce446de..5f6f2fb1b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horndotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horngrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horngrave.glif index 53bb86bab..a6ba1bf17 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horngrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornhookabove.glif index f5de67dd8..3239b99bc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horntilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horntilde.glif index 4e68fbe74..24541b0a1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horntilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hungarumlaut.glif index 10d148a31..929dfccd7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hungarumlaut.glif @@ -1,22 +1,22 @@ - + Uhungarumlaut - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_invertedbreve.glif index 626af49f2..9e87f8666 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_invertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macron.glif index a622a38c4..be6f8bb6c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macron.glif @@ -1,22 +1,22 @@ - + Umacron - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macrondieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macrondieresis.glif index d170a320b..85b94cd2a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macrondieresis.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ogonek.glif index 8a842e1ab..1db7b058f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ogonek.glif @@ -1,17 +1,17 @@ - + Uogonek - - - - + + + + - + @@ -20,7 +20,7 @@ Uogonek 23 1 2 4 12 1 0 2 13 1 1 0 3 74 0 0 0 1 0 1 95 6 5 2 3 3 17 75 0 4 4 2 91 0 2 2 26 2 76 0 0 0 43 0 43 37 21 39 36 41 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ring.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ring.glif index 122227a2f..68ae4af1e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ring.glif @@ -1,22 +1,22 @@ - + Uring - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tilde.glif index 8aa877dd7..ac463debf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tilde.glif @@ -1,22 +1,22 @@ - + Utilde - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tildeacute.glif index 0f639055a..33ef2eeec 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tildeacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/V_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/V_.glif index 53ae4bdd3..d2f90c7d0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/V_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/V_.glif @@ -1,23 +1,23 @@ - + V - - + + - - - - - - - - - + + + + + + + + + @@ -27,7 +27,7 @@ V 2 1 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_.glif index ab7b5f73a..8266619cc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_.glif @@ -1,34 +1,34 @@ - + W - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -38,7 +38,7 @@ W 17 11 4 3 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_acute.glif index f7f8b163e..a1ead49b2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_acute.glif @@ -1,20 +1,20 @@ - + Wacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_circumflex.glif index b138e9bfb..0dc9f6f02 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_circumflex.glif @@ -1,20 +1,20 @@ - + Wcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_dieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_dieresis.glif index bfd16878e..dd748feb1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_dieresis.glif @@ -1,20 +1,20 @@ - + Wdieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_grave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_grave.glif index ab6c6df21..b56f9360a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_grave.glif @@ -1,20 +1,20 @@ - + Wgrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/X_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/X_.glif index a8df8ffb3..bcea9b515 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/X_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/X_.glif @@ -1,26 +1,26 @@ - + X - - + + - - - - - - + + + + + + - - - - + + + + @@ -30,7 +30,7 @@ X 11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_.glif index 5084f52f0..22f21e909 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_.glif @@ -1,26 +1,26 @@ - + Y - - - + + + - - - - - - - - + + + + + + + + - + @@ -30,7 +30,7 @@ Y 10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_acute.glif index 019fa7a44..30a461643 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_acute.glif @@ -1,21 +1,21 @@ - + Yacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_circumflex.glif index 3e6bf1a28..303c7a494 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_circumflex.glif @@ -1,21 +1,21 @@ - + Ycircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dieresis.glif index 5f9bc206c..cf090b4e4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dieresis.glif @@ -1,21 +1,21 @@ - + Ydieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotaccent.glif index 50dbbcaa9..1d9a0aa3b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotbelow.glif index 80b91f9cd..b8806a988 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_grave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_grave.glif index 622e12aa8..2dd76bfc8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_grave.glif @@ -1,21 +1,21 @@ - + Ygrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_hookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_hookabove.glif index 21fde26c7..6103cd01c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_hookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_macron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_macron.glif index 5ad8dd61b..4c6ffaa6a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_macron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_tilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_tilde.glif index cc1e0f809..e874f730a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_tilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_.glif index 0d2c5368f..6e6a52b81 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_.glif @@ -6,22 +6,22 @@ Z - - + + - - - - - - - + + + + + + + - - - - + + + + @@ -31,7 +31,7 @@ Z 0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_acute.glif index 4dc921870..34b2e29db 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_acute.glif @@ -6,16 +6,16 @@ Zacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_caron.glif index f9f665614..044a2ff6f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_caron.glif @@ -6,16 +6,16 @@ Zcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotaccent.glif index 45f07c201..5bab71508 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotaccent.glif @@ -6,16 +6,16 @@ Zdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotbelow.glif index 2e20ca4c9..cfec6d1cd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotbelow.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_notdef.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_notdef.glif index afaa2bea0..e42b6feef 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_notdef.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_notdef.glif @@ -6,24 +6,24 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -33,7 +33,7 @@ 11 5 1 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_null.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_null.glif index c046681c8..c44fc6ff4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_null.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.glif index dbba90859..9258529a8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.glif @@ -1,49 +1,49 @@ - + a - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -66,7 +66,7 @@ NPUSHB[ ] /* 13 values pushed */ 18 18 18 33 18 32 42 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:24 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.sc.glif index b050c3fbb..23f549ce0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.sc.glif @@ -1,29 +1,29 @@ - + A - - - + + + - - - - - - - - + + + + + + + + - - - - - + + + + + @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:30:33 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.glif index e7b6fa671..95d34bc4e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.glif @@ -1,21 +1,21 @@ - + aacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.sc.glif index 631a96471..7a3965f3e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.glif index b26ca4de7..f64ec5c70 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.glif @@ -1,21 +1,21 @@ - + abreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.sc.glif index 1ac53a622..369744146 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.glif index 9cfa52aee..fdc5c2487 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.sc.glif index 4c04428d8..c8047486f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.glif index 124ba5078..814491f64 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.sc.glif index 0b79e0834..2b24992de 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.glif index 80c81b76d..4167beb47 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.sc.glif index 7d761abe9..38639bf3a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.glif index dd37c6777..a8735cca9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.sc.glif index 76ea11cfb..8881a2db3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.glif index a42c6dd8a..d70b75bfe 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.sc.glif index c5a05cb0b..c54f6ddec 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.glif index cf77c24a3..7d1e23722 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.sc.glif index 27bb6f719..7dd695086 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.glif index 3e565e1bd..e51f6e959 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.glif @@ -1,21 +1,21 @@ - + acircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.sc.glif index 0f7b3a0a6..10e5de595 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.glif index 2c2e3604f..5edb88cba 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.sc.glif index 585ad9bbc..ef20af92e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.glif index c20ae6e32..b73deb077 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif index 37a2dd4dc..844a49327 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.glif index 048231050..879caa368 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.sc.glif index fab2ad19b..5b1d5fb13 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.glif index feb29c152..baa7a8174 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif index a60faea8b..c0293cd96 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.glif index 0c9e19212..f7cc263dc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.sc.glif index d88887144..b4e0cb9b7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acute.glif index 4e708c2a7..90752b17e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acute.glif @@ -1,18 +1,18 @@ - + acute - - - - - - + + + + + + @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.case.glif index 116216c06..b0dc97763 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.case.glif @@ -7,12 +7,12 @@ acute - - - - - - + + + + + + @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.glif index e398b1c91..0aa7d8c7d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.glif @@ -4,16 +4,16 @@ acute - - + + - - - - - - + + + + + + @@ -23,7 +23,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.glif index 5772faa18..dcb94d080 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.sc.glif index bb5a1f581..a86e925dd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.glif index 47b262a55..6bc641ffd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.glif @@ -1,21 +1,21 @@ - + adieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.sc.glif index e2995df06..c41c60e4e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.glif index f2046b32f..fbd5f3d8f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.sc.glif index bc65bbf99..9987b4cb7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.glif index 2b7d1a512..086f81e03 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.glif @@ -1,79 +1,79 @@ - + ae - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -83,7 +83,7 @@ ae 22 1 6 2 39 1 9 6 52 10 3 2 4 5 4 3 74 0 9 0 4 5 9 4 99 8 1 6 6 2 91 3 1 2 2 28 75 7 10 2 5 5 0 91 1 1 0 0 26 0 76 0 0 62 61 58 56 50 48 43 41 0 36 0 35 22 35 36 36 38 11 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.sc.glif index 5d86cc646..9a49d5a02 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.sc.glif @@ -1,37 +1,37 @@ - + AE - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -56,7 +56,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:48:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.glif index 124f9e561..ae4ac35d1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.glif @@ -1,20 +1,20 @@ - + aeacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.sc.glif index c57405954..6325e78e7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:21:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.glif index a500326b1..9d873c2db 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.glif @@ -1,21 +1,21 @@ - + agrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.sc.glif index 56913b770..d5b0b503d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.glif index 5561c0199..ac7134e23 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.sc.glif index 549ce8b8b..ac5687f32 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.glif index 4b7557959..d041049cb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.sc.glif index d138fa832..979e6fa32 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.glif index 01882e1e5..c1666725f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.glif @@ -1,21 +1,21 @@ - + amacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.sc.glif index a0ac260b2..225207317 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ampersand.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ampersand.glif index 3bb63bcb9..25fd8505f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ampersand.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ampersand.glif @@ -1,96 +1,96 @@ - + ampersand - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -100,7 +100,7 @@ ampersand 62 1 6 7 44 28 2 0 6 82 79 54 46 6 5 1 0 18 13 2 2 1 4 74 0 6 5 1 0 1 6 0 99 0 7 7 4 91 0 4 4 25 75 8 1 1 1 2 91 3 1 2 2 26 2 76 38 41 37 31 45 35 35 55 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.glif index 761ce8a2e..00de1d819 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.glif @@ -1,16 +1,16 @@ - + aogonek - - - + + + - + @@ -19,7 +19,7 @@ aogonek 28 1 4 2 44 14 2 5 4 1 1 3 1 2 1 0 3 4 74 29 1 2 72 6 1 3 0 0 3 0 95 0 4 4 2 91 0 2 2 28 75 7 1 5 5 1 91 0 1 1 26 1 76 39 39 0 0 39 54 39 53 48 46 0 38 0 37 37 43 36 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.sc.glif index f5a251026..f3f968a4d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/apostrophemod.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/apostrophemod.glif index 4321bd781..75a25c90e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/apostrophemod.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/apostrophemod.glif @@ -5,22 +5,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/approxequal.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/approxequal.glif index f5428159a..cfff36902 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/approxequal.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/approxequal.glif @@ -6,13 +6,13 @@ approxequal - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.glif index 999239b06..e4b0f5589 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.glif @@ -1,21 +1,21 @@ - + aring - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.sc.glif index 253d48d71..5ca1379db 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.glif index 91df25d52..6212876da 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.sc.glif index 8acc56219..e01f74bb1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciicircum.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciicircum.glif index 228c4ab91..f4349b5bd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciicircum.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciicircum.glif @@ -7,13 +7,13 @@ asciicircum - - - - - - - + + + + + + + @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciitilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciitilde.glif index de93c8e9e..f1c78c87a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciitilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciitilde.glif @@ -7,32 +7,32 @@ asciitilde - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asterisk.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asterisk.glif index 32768e976..a2766ba41 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asterisk.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asterisk.glif @@ -7,36 +7,36 @@ asterisk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46,7 +46,7 @@ asterisk 29 28 26 21 19 18 16 14 13 11 6 4 3 1 14 1 0 1 74 0 1 1 0 89 0 0 0 19 1 76 30 24 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.case.glif index c65f100da..9fb684147 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.case.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.glif index f34f8ff6e..6422a0d86 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.glif @@ -1,82 +1,82 @@ - + at - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -117,7 +117,7 @@ NPUSHB[ ] /* 24 values pushed */ 70 70 0 0 70 83 70 82 77 75 0 69 0 68 38 38 37 43 38 40 38 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.glif index 941636928..360b5e915 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.glif @@ -1,21 +1,21 @@ - + atilde - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.sc.glif index bc63294c8..87f3e2b08 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.glif index 8206c1dbd..4028f41d5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.glif @@ -1,52 +1,52 @@ - + b - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -56,7 +56,7 @@ b 29 14 2 4 3 10 9 2 0 4 2 74 0 1 1 19 75 0 3 3 2 91 5 1 2 2 28 75 6 1 4 4 0 91 0 0 0 26 0 76 18 18 0 0 18 32 18 31 25 23 0 17 0 16 20 37 7 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.sc.glif index 15d2c59f3..11d53bcfa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.sc.glif @@ -1,64 +1,64 @@ - + B - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -103,7 +103,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:31:32 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.case.glif index 5ed9ff6f4..1635516ca 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.case.glif @@ -6,10 +6,10 @@ backslash - - - - + + + + @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.glif index a7995ba8a..e8504e1e5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.glif @@ -7,10 +7,10 @@ backslash - - - - + + + + @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bar.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bar.glif index efc27684d..4263676e6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bar.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bar.glif @@ -7,10 +7,10 @@ bar - - - - + + + + @@ -20,7 +20,7 @@ bar 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.glif index 5d265c13d..2cfef1413 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.sc.glif index 1f0213d5d..0e8645239 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bitcoin.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bitcoin.glif index b28fdf304..87a4b0c60 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bitcoin.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bitcoin.glif @@ -1,9 +1,9 @@ - + - - + + @@ -12,16 +12,16 @@ - - - - + + + + - - - - + + + + @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackD_iamond.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackD_iamond.glif index a731693e9..8d29731c6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackS_quare.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackS_quare.glif index 5e50414bd..b947d4636 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.case.glif index 1edbc13b3..1a466c091 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.case.glif @@ -6,39 +6,39 @@ braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.glif index 08019e598..d98470c3c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.glif @@ -7,39 +7,39 @@ braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.case.glif index d173698b8..911fe75cc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.case.glif @@ -6,39 +6,39 @@ braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.glif index 7f33e60b1..9a0787d81 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.glif @@ -7,39 +7,39 @@ braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.case.glif index 5139419c9..e5842e64c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.case.glif @@ -1,32 +1,32 @@ - + bracketleft - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -36,7 +36,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.glif index 0501513c2..4432bada6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.glif @@ -1,33 +1,33 @@ - + bracketleft - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -37,7 +37,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.case.glif index ff9103f1f..1c960a3f8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.case.glif @@ -1,32 +1,32 @@ - + bracketright - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.glif index b944b924a..3d54f449a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.glif @@ -1,33 +1,33 @@ - + bracketright - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.case.glif index b9af0ef9f..cee180028 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.case.glif @@ -7,26 +7,26 @@ breve.cap - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -36,7 +36,7 @@ breve.cap 15 1 1 0 1 74 2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 38 19 36 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.glif index c8a61bdcd..cb3f9d147 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.glif @@ -1,26 +1,26 @@ - + breve - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.case.glif index e4b0c4ce7..f8a830ab7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.case.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.glif index fcd4ffd53..10db0d386 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.glif @@ -5,26 +5,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.case.glif index d83ad44e7..f70fbc9c0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.case.glif @@ -8,19 +8,19 @@ breve - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.glif index 461744352..71e167bd4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.glif @@ -8,20 +8,20 @@ breve - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif index 74040b9a7..74dd10b9a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.glif index 9a85259cb..08f29e41f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif index d85ab1c2c..6450ba99b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -4,34 +4,34 @@ - - - - - - + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.glif index 8cbfe295f..113c894ed 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif index 59ddafcbb..d08d67cc6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif index 086af71e3..653ca2292 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif index d741d3e72..7be2959e4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.glif index 4e5edc9c7..65caae5c5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.case.glif index e4dcbfa1b..28e845e94 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.case.glif @@ -3,24 +3,24 @@ breve - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.glif index b0f2eaf59..138a3d7ec 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.glif @@ -8,20 +8,20 @@ breve - - - - - - - - - + + + + + + + + + - - - - + + + + @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brokenbar.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brokenbar.glif index e3e945ae3..88f8ca59a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brokenbar.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brokenbar.glif @@ -7,16 +7,16 @@ brokenbar - - - - + + + + - - - - + + + + @@ -26,7 +26,7 @@ brokenbar 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.case.glif index 95830e6f9..a0b07ed47 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.case.glif @@ -27,7 +27,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.glif index cf543bbb1..623e9b287 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.glif @@ -28,7 +28,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bulletoperator.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bulletoperator.glif index 2f48e5855..5a0341ee2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bulletoperator.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bulletoperator.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.glif index 9533e0f52..b665e6523 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.glif @@ -1,46 +1,46 @@ - + c - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,7 +50,7 @@ c 2 1 0 3 17 16 3 3 1 0 2 74 0 0 0 3 91 4 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 27 0 26 37 37 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.sc.glif index 1fed59546..408e9ec08 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.sc.glif @@ -1,48 +1,48 @@ - + C - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -65,7 +65,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.glif index ba57e38aa..956f37ec7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.glif @@ -1,20 +1,20 @@ - + cacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.sc.glif index 495a9f034..b8066cf0c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.case.glif index 7518db361..34ee57639 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.case.glif @@ -7,13 +7,13 @@ caron.cap - - - - - - - + + + + + + + @@ -23,7 +23,7 @@ caron.cap 6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.glif index fb292d9a5..22a07a1a3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.glif @@ -1,19 +1,19 @@ - + caron - - - - - - - + + + + + + + @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.alt.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.alt.glif index 197681f05..134140ac8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.alt.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.alt.glif @@ -3,28 +3,28 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.case.glif index 01b867bdf..7f97c0465 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.case.glif @@ -7,13 +7,13 @@ caron - - - - - - - + + + + + + + @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.glif index 72299e300..5ca0176f8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.glif @@ -8,13 +8,13 @@ caron - - - - - - - + + + + + + + @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.glif index 751b3e8ef..e5f2c5854 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.glif @@ -1,11 +1,11 @@ - + ccaron - + @@ -14,7 +14,7 @@ ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.sc.glif index 731333d70..89d45524c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.glif index 8dab59cc8..d32d363d5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.glif @@ -1,15 +1,15 @@ - + ccedilla - + - + @@ -31,7 +31,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 42 0 41 41 36 42 37 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:10:56 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.sc.glif index 0f9ff57d2..8ddf1badf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.glif index 1f1558ace..bbc95f1aa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.sc.glif index 403541857..25b6cded2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.glif index d86be61b5..a30d05c00 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.glif @@ -1,11 +1,11 @@ - + ccircumflex - + @@ -14,7 +14,7 @@ ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.sc.glif index 70957aa8e..053a18b71 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.glif index 042f54815..ad86b2f14 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.glif @@ -1,12 +1,12 @@ - + cdotaccent - - + + @@ -14,7 +14,7 @@ cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.sc.glif index 3d0345789..212fd45a2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedi.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedi.glif index 6a8908dfc..c00a693fc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedi.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedi.glif @@ -1,48 +1,48 @@ - + uni20B5 - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + @@ -65,7 +65,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 27 0 27 26 17 20 17 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedilla.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedilla.glif index af6a6b9fc..f6a58914d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedilla.glif @@ -6,27 +6,27 @@ cedilla - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.case.glif index ad97108f2..7c360a7ab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.case.glif @@ -2,12 +2,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.glif index 10509b1ed..c5f6ba265 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cent.glif index 01e47bef4..2429c218b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cent.glif @@ -1,44 +1,44 @@ - + cent - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -61,7 +61,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 33 0 32 17 25 17 21 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.case.glif index 2bea4144e..ad079b245 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.case.glif @@ -7,13 +7,13 @@ circumflex.cap - - - - - - - + + + + + + + @@ -23,7 +23,7 @@ circumflex.cap 6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.glif index c63096d8b..de17a8062 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.glif @@ -1,19 +1,19 @@ - + circumflex - - - - - - - + + + + + + + @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.case.glif index b9b4bbb60..66a543288 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.case.glif @@ -7,13 +7,13 @@ circumflex - - - - - - - + + + + + + + @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.glif index f2fa72b74..853857c19 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.glif @@ -9,12 +9,12 @@ circumflex - - - - - - + + + + + + @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 5ebe2f0cc..950de7f1e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -4,27 +4,27 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif index 19b29d533..c831526c4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -4,27 +4,27 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif index 07e1839b7..05ab55d83 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -4,27 +4,27 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif index 82de8cd2c..aa6a1b8ec 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -5,26 +5,26 @@ - - - - + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index 19cd4508d..22b6fefaa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 5f88f1738..46f4cffc3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 803bc4643..58e222829 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -1,50 +1,50 @@ - - + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif index 69b74e2e4..28528f555 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colon.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colon.glif index d131c13e5..4341fea69 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colon.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colon.glif @@ -12,7 +12,7 @@ colon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colonsign.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colonsign.glif index 95fa90c97..12e6ea311 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colonsign.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colonsign.glif @@ -1,70 +1,70 @@ - + colonmonetary - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + @@ -96,7 +96,7 @@ NPUSHB[ ] /* 11 values pushed */ 33 50 26 18 49 31 18 16 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/comma.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/comma.glif index 21a2011be..594c7dbba 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/comma.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/comma.glif @@ -7,25 +7,25 @@ comma - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -35,7 +35,7 @@ comma 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.case.glif index 838ea9794..b1e61ec28 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.case.glif @@ -7,22 +7,22 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.glif index 0e6b9677a..02a5bdf7c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.glif @@ -8,22 +8,22 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif index ccde07f4f..fc045e430 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif @@ -7,22 +7,22 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.glif index 99074c49e..2a9df27b7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.glif @@ -8,22 +8,22 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedmod.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedmod.glif index 245509f7a..2889131a3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedmod.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedmod.glif @@ -5,22 +5,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commercialM_inusS_ign.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commercialM_inusS_ign.glif index cc26ac064..a26417da7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commercialM_inusS_ign.glif @@ -1,16 +1,16 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/copyright.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/copyright.glif index c60a5583b..c22d9da29 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/copyright.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/copyright.glif @@ -1,69 +1,69 @@ - + - - - - - + + + + + - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/currency.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/currency.glif index dbcba0a9a..f9da5b603 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/currency.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/currency.glif @@ -7,56 +7,56 @@ currency - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -66,7 +66,7 @@ currency 29 23 2 2 1 32 20 14 2 4 3 2 11 5 2 0 3 3 74 31 30 22 21 4 1 72 13 12 4 3 4 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 20 2 76 36 36 36 51 36 50 44 42 27 25 39 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.glif index 16037f02e..2e1b7f4fa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.glif @@ -1,54 +1,54 @@ - + d - - + + - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -71,7 +71,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 25 23 0 16 0 16 37 35 17 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.sc.glif index 1ea3ee01c..255b175a8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.sc.glif @@ -1,50 +1,50 @@ - + D - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -82,7 +82,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dagger.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dagger.glif index 9d698a59f..0308bfcef 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dagger.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dagger.glif @@ -7,22 +7,22 @@ dagger - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + @@ -32,7 +32,7 @@ dagger 4 1 1 2 1 74 0 5 0 5 115 3 1 1 4 1 0 5 1 0 98 0 2 2 19 2 76 18 17 18 18 17 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/daggerdbl.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/daggerdbl.glif index f96fa9c1e..c176845df 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/daggerdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/daggerdbl.glif @@ -7,32 +7,32 @@ daggerdbl - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ daggerdbl 9 1 3 4 4 1 1 2 2 74 0 9 0 9 115 5 1 3 6 1 2 1 3 2 98 7 1 1 8 1 0 9 1 0 97 0 4 4 19 4 76 24 23 17 18 17 18 18 17 18 17 16 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.case.glif index 8bdd279ee..a732e6748 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.case.glif @@ -1,29 +1,29 @@ - - + + - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.glif index 7589f3a9f..b5f509cd3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.glif @@ -5,26 +5,26 @@ - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.glif index 4a307135c..66b09ecbe 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.glif @@ -1,39 +1,39 @@ - + dcaron - - + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:09 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.sc.glif index 4f89fe5c1..7b72f59d0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcroat.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcroat.glif index 88d14f809..7942f0cbc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcroat.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcroat.glif @@ -1,20 +1,20 @@ - + dcroat - - + + - + - - - - + + + + @@ -38,7 +38,7 @@ NPUSHB[ ] /* 18 values pushed */ 25 25 25 39 25 38 39 17 17 17 18 37 35 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.glif index 66dd7fbe0..729fedb03 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.glif @@ -1,11 +1,11 @@ - + - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.sc.glif index e32652bb3..7a689d2f6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.glif index a6c3604c7..154ea1861 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.sc.glif index 7803a6c0e..8e2eae473 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/degree.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/degree.glif index 84a81dba8..185a2e434 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/degree.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/degree.glif @@ -1,50 +1,50 @@ - + degree - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -60,7 +60,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/delta.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/delta.sc.glif index aceac89a8..41afe11cf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/delta.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.case.glif index dfdacd16a..788bb57fe 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.case.glif @@ -7,32 +7,32 @@ dieresis.cap - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -42,7 +42,7 @@ dieresis.cap 2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 36 37 37 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.glif index f1dbd9a55..bee7e70c2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.glif @@ -1,38 +1,38 @@ - + dieresis - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif index d982bd6fa..bcd80b250 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.glif index 2248e6a51..6e571a12d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.case.glif index 4b9be824d..732ab52d3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.case.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.glif index 636fcb1de..e8e7f35d6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.glif @@ -5,35 +5,35 @@ dieresis - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divide.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divide.glif index 103ccdf35..0223cb99a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divide.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divide.glif @@ -1,44 +1,44 @@ - + divide - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -48,7 +48,7 @@ divide 0 0 0 1 3 0 1 99 6 1 3 0 2 4 3 2 97 0 4 5 5 4 87 0 4 4 5 91 0 5 4 5 79 14 14 29 27 22 20 14 17 14 17 20 37 34 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divisionslash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divisionslash.glif index 75360bb13..28b2eebd9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divisionslash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divisionslash.glif @@ -7,10 +7,10 @@ uni2215 - - - - + + + + @@ -20,7 +20,7 @@ uni2215 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.glif index 8ba00eced..0247107df 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.sc.glif index 0befe57b2..a72cbcd66 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dollar.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dollar.glif index dd131d6bd..6d689865a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dollar.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dollar.glif @@ -7,50 +7,50 @@ dollar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -154,7 +154,7 @@ NPUSHB[ ] /* 17 values pushed */ 0 0 0 50 0 49 43 42 41 40 27 25 17 16 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dong.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dong.glif index e0ebb378c..a38de1103 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dong.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dong.glif @@ -1,58 +1,58 @@ - + dong - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - + + + + @@ -75,7 +75,7 @@ NPUSHB[ ] /* 18 values pushed */ 48 47 46 45 42 40 35 37 38 35 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.case.glif index d94918cd5..495cd7bd7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.case.glif @@ -7,18 +7,18 @@ dotaccent.cap - - - - - - - - - - - - + + + + + + + + + + + + @@ -28,7 +28,7 @@ dotaccent.cap 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.glif index fdfca15a9..f835d3dab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.glif @@ -1,24 +1,24 @@ - + dotaccent - - - - - - - - - - - - + + + + + + + + + + + + @@ -34,7 +34,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.case.glif index f3d781566..23742d78e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.case.glif @@ -4,24 +4,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.glif index 6f0327f5e..7275057e5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.glif @@ -5,21 +5,21 @@ dotaccent - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -35,7 +35,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.case.glif index bd72d22eb..a375adc05 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.case.glif @@ -4,24 +4,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.glif index c6003543b..b4ae90a7e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.glif @@ -5,24 +5,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/doubleprimemod.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/doubleprimemod.glif index 109a2cf94..0efbc574a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/doubleprimemod.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/doubleprimemod.glif @@ -3,13 +3,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downA_rrow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downA_rrow.glif index 23ed63037..59f805f67 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downA_rrow.glif @@ -13,14 +13,14 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downB_lackT_riangle.glif index 82b84d356..aa6ed77b2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downW_hiteT_riangle.glif index c547c8223..ba2ab9aeb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dram-arm.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dram-arm.glif index f80bd565c..ba5fe8d0c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dram-arm.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dram-arm.glif @@ -1,47 +1,47 @@ - + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.glif index c5e7a090d..ba5b8c748 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.glif @@ -1,22 +1,22 @@ - + - - - - + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.sc.glif index a94f7fe94..80cdbcfaf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.sc.glif @@ -1,61 +1,61 @@ - - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.glif index 6be28fa32..947592208 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.glif @@ -1,22 +1,22 @@ - + - - - - + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.sc.glif index 8ccdd85de..35b3af5c0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.glif index 4cab24255..b5a7fa559 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.glif @@ -1,60 +1,60 @@ - + e - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -64,7 +64,7 @@ e 16 15 2 1 0 1 74 0 5 0 0 1 5 0 99 0 4 4 3 91 6 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 36 35 32 30 0 28 0 27 38 36 22 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:14 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.sc.glif index fd24251b6..c859430cd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.sc.glif @@ -1,27 +1,27 @@ - + E - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.glif index ef5ff2d38..7ed3434b4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.glif @@ -1,21 +1,21 @@ - + eacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.sc.glif index 67107800f..6c3473ba8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.glif index d09b63468..87087d95a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.glif @@ -1,21 +1,21 @@ - + ebreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.sc.glif index 11498e672..a7aec4156 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.glif index b9417a74c..b49f4fb35 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.glif @@ -1,21 +1,21 @@ - + ecaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.sc.glif index 3fe4acd72..fbe1435bc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.glif index 74e38e0f2..937a5a8ed 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.sc.glif index 679d0d747..7f238c4fd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.glif index 372204206..90119d5a3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.glif @@ -1,21 +1,21 @@ - + ecircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.sc.glif index f4b6e3009..b2cd4f225 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.glif index 724e2b6d6..2ce7ac36c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.sc.glif index 7e9fdf50b..86acbb650 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.glif index 0fb9d6a23..bf0d5fe66 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif index b88432a99..9b7c63093 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.glif index 47a8b8ea7..af553e441 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif index 7e88c9174..b157cf7ca 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.glif index 06199915d..c17b664aa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif index 1d9799e4f..256dad5e1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.glif index 936013476..60c89fc4a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.sc.glif index e4e87964a..7f109e6e0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.glif index 32421b263..e4def5b91 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.sc.glif index dc0653f42..706b4f1ee 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.glif index 06f40a4f4..17e642bb3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.glif @@ -1,21 +1,21 @@ - + edieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.sc.glif index 758b9f670..a5623668d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.glif index 0f70c5e60..0fbd8e32d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.glif @@ -1,21 +1,21 @@ - + edotaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.sc.glif index ef6c87d73..f34c47d86 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.glif index 5992dff8f..6cb9c4c59 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.sc.glif index ed5873c5d..60aaa5d69 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.glif index 98971260e..e0d88cdc0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.glif @@ -1,21 +1,21 @@ - + egrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.sc.glif index ed7b9ef31..78afb5dc5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.glif index fb3fdd443..079d480ac 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.sc.glif index ff7049356..404239b56 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.dnom.glif index 76313c9d7..c959db99d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.dnom.glif @@ -1,60 +1,60 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -69,7 +69,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.glif index f40b906a9..18f151372 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.glif @@ -1,67 +1,67 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.lf.glif index 069c7e48c..b91e7f13d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.lf.glif @@ -1,66 +1,66 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.numr.glif index e75cb43dd..eea5f29b2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.osf.glif index 093968328..94ccd90cc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.osf.glif @@ -1,63 +1,63 @@ - + eight - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -80,7 +80,7 @@ NPUSHB[ ] /* 12 values pushed */ 45 45 45 59 45 58 42 45 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.sc.glif index 4b1993897..79d5a69cd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.sc.glif @@ -1,60 +1,60 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tf.glif index 1af08fff8..5e18fcc7d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tf.glif @@ -3,64 +3,64 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tosf.glif index 1699d3853..2122f36b5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tosf.glif @@ -1,66 +1,66 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightinferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightinferior.glif index 3a225a26f..818add32d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightsuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightsuperior.glif index 1f0ff6bb2..bd3668e6d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.glif index 8d47a4543..8c3ad0219 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.sc.glif index 67db0baf0..fbfce694f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ellipsis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ellipsis.glif index 363f49032..07fd6cfbb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ellipsis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ellipsis.glif @@ -17,7 +17,7 @@ ellipsis 39 1 0 1 1 74 8 5 7 3 6 5 1 1 0 91 4 2 2 0 0 26 0 76 28 28 14 14 0 0 28 42 28 41 35 33 14 27 14 26 21 19 0 13 0 12 37 9 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.glif index b307a66ec..3ba253cb7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.glif @@ -1,21 +1,21 @@ - + emacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.sc.glif index 9c5a9dcd1..5c5f167e6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.glif index d531a1dd1..a5a497780 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.sc.glif index 7d849da38..9252c1a53 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.glif index 4df9bc120..7a438e5d2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.sc.glif index 92054d872..9a30bdfad 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.case.glif index 61121db66..12082e9dd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:35 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.glif index 7c015d901..9af1f0c6f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.glif @@ -1,16 +1,16 @@ - + emdash - - - - + + + + @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emptyset.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emptyset.glif index 597259909..90caa5afd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emptyset.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emquad.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emquad.glif index 271c3268d..e0b224553 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emquad.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emspace.glif index d959d67dd..ac22c81e7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.case.glif index 0caab2a6d..c0d140cae 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.glif index 28cdc28f2..8be6e834b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.glif @@ -1,16 +1,16 @@ - + endash - - - - + + + + @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.glif index 4cf534920..bb07594c2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.glif @@ -1,51 +1,51 @@ - + eng - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -68,7 +68,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 38 0 37 17 20 40 37 40 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.sc.glif index 2fba6f021..20a3ee4b6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.sc.glif @@ -1,31 +1,31 @@ - + Eng - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enquad.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enquad.glif index 9d25bf1d2..2ae22e081 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enquad.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enspace.glif index 66518a7f9..8fc67863d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.glif index 05bff2998..e4334ce97 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.glif @@ -1,16 +1,16 @@ - + eogonek - - - + + + - + @@ -19,7 +19,7 @@ eogonek 3 2 2 5 4 27 1 2 5 16 1 0 2 17 1 1 0 4 74 0 6 0 4 5 6 4 99 0 0 0 1 0 1 95 9 1 7 7 3 91 0 3 3 28 75 8 1 5 5 2 91 0 2 2 26 2 76 51 51 0 0 51 61 51 60 55 54 0 50 0 49 22 38 39 36 45 10 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:22 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.sc.glif index f642cd0bd..9102b3840 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/equal.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/equal.glif index eec44540c..5c7c3df17 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/equal.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/equal.glif @@ -1,22 +1,22 @@ - + equal - - - - + + + + - - - - + + + + @@ -26,7 +26,7 @@ equal 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/estimated.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/estimated.glif index 9d83979ab..92dd48871 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/estimated.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/estimated.glif @@ -1,56 +1,56 @@ - + estimated - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + @@ -60,7 +60,7 @@ estimated 30 27 20 10 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.glif index 572fb3ca7..27a98fb15 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.glif @@ -1,67 +1,67 @@ - + eth - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -71,7 +71,7 @@ eth 17 1 3 2 1 74 37 34 33 30 27 26 23 22 21 20 10 1 72 0 2 2 1 91 0 1 1 28 75 0 3 3 0 91 0 0 0 26 0 76 56 54 48 46 38 37 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.sc.glif index 8b34d74bb..05302fe1f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.sc.glif @@ -1,56 +1,56 @@ - + Eth - - - + + + - - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -88,7 +88,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey d.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.glif index d60a0f27b..54fb4d3a4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.sc.glif index d5c366f1c..52d10c894 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/euro.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/euro.glif index 8c022b1a0..d4caf1e7c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/euro.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/euro.glif @@ -7,50 +7,50 @@ Euro - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -60,7 +60,7 @@ Euro 39 1 11 10 40 1 0 11 17 16 2 4 3 3 74 9 1 0 8 1 1 2 0 1 97 7 1 2 6 1 3 4 2 3 97 12 1 11 11 10 91 0 10 10 25 75 0 4 4 5 91 0 5 5 26 5 76 0 0 0 43 0 42 37 35 32 31 18 17 19 37 34 17 18 17 18 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclam.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclam.glif index 6362a72be..e02cb6b51 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclam.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclam.glif @@ -7,24 +7,24 @@ exclam - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -34,7 +34,7 @@ exclam 8 1 2 3 1 74 4 1 1 0 1 114 0 0 3 0 114 5 1 3 3 2 91 0 2 2 26 2 76 4 4 0 0 4 18 4 17 12 10 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdbl.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdbl.glif index 012c2981a..a1c7faaa8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdbl.glif @@ -12,7 +12,7 @@ exclamdbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.case.glif index 409b479bd..9ba5acdf8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.case.glif @@ -6,24 +6,24 @@ exclamdown - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -33,7 +33,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.glif index f242305c4..d12fe678c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.glif @@ -7,24 +7,24 @@ exclamdown - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -34,7 +34,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.glif index 92578b226..d23281b34 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.glif @@ -1,45 +1,45 @@ - + - - - + + + - - - - - - - - - + + + + + + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:14:46 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.sc.glif index 07c25c234..859996a83 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.sc.glif @@ -1,37 +1,37 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.glif index d49ede678..7a4333e45 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:24:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.sc.glif index c5d65624b..cddfd9d12 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.sc.glif @@ -1,46 +1,46 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:32 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.glif index aa9290cb6..e785c9be3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.glif @@ -1,41 +1,41 @@ - + f - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -58,7 +58,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 24 0 24 17 17 20 36 36 17 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.sc.glif index 0bdb36e3f..cd38ac6d7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.sc.glif @@ -1,23 +1,23 @@ - + F - - + + - - - - - - - - - - + + + + + + + + + + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f.glif index 614aff691..2c3ee21ce 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f.glif @@ -1,21 +1,21 @@ - + f_f - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_i.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_i.glif index f83be480f..2faa8c032 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_i.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_i.glif @@ -1,26 +1,26 @@ - + f_f_i - - - - - - - + + + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_l.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_l.glif index d2d2a53f4..0d63fa39d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_l.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_l.glif @@ -1,26 +1,26 @@ - + f_f_l - - - - - - - - + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.glif index f3b4a4089..49541310e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.sc.glif index 249aa5e63..3bcfaab66 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fi.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fi.glif index 9c2cd89ff..2cfd7f5dc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fi.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fi.glif @@ -1,23 +1,23 @@ - + fi - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figuredash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figuredash.glif index 2e07895a5..f5be8fed1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figuredash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figuredash.glif @@ -4,10 +4,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figurespace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figurespace.glif index 188431686..3cfea6c46 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figurespace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/firsttonechinese.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/firsttonechinese.glif index 1c32287d4..d40d4cd9b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/firsttonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/firsttonechinese.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey macroncomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.dnom.glif index 7aaf96382..bbbf2ee8f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.dnom.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,7 +50,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.glif index 8df62cc67..109ec5b4f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.glif @@ -1,48 +1,48 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.lf.glif index e50cd6b89..43c9d3d6d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.lf.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.numr.glif index 52e8b800d..c67f20c72 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.osf.glif index 7684a3226..c7b320b3d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.osf.glif @@ -1,50 +1,50 @@ - + five - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -67,7 +67,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 32 0 31 37 35 17 17 20 37 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.sc.glif index 36265fc6f..84a232cbe 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.sc.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tf.glif index f13106583..a11ad1bc0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tf.glif @@ -3,45 +3,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tosf.glif index 7e8b15f03..cfef74a06 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tosf.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveeighths.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveeighths.glif index 2a92356fb..1a7467301 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveeighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveinferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveinferior.glif index 542ea2fa5..e5c82f12f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesixths.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesixths.glif index c1e0659a2..1aed613e1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesixths.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesixths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesuperior.glif index 156f4a705..8ff9953dc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fl.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fl.glif index 1226f6b95..9d2d274fa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fl.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fl.glif @@ -1,24 +1,24 @@ - + fl - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/florin.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/florin.glif index 574647e25..4b87d9321 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/florin.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/florin.glif @@ -7,30 +7,30 @@ florin - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -53,7 +53,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 24 0 24 17 17 20 36 38 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.dnom.glif index b86b3c918..04a4f5ec1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.dnom.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -36,7 +36,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.glif index 076545c10..a607fdf60 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.glif @@ -1,34 +1,34 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.lf.glif index 5914ee28d..6af150879 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.lf.glif @@ -1,33 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.numr.glif index 614fdffcb..1c0db81a5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.osf.glif index cd793bfe4..2d3a8e022 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.osf.glif @@ -1,30 +1,30 @@ - + four - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -56,7 +56,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 17 0 17 17 17 17 19 19 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.sc.glif index 27d24dfb6..60a836099 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.sc.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tf.glif index ff78fffcb..8233223c4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tf.glif @@ -3,31 +3,31 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tosf.glif index c24f4baed..ac5b5dfb1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tosf.glif @@ -1,33 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourfifths.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourfifths.glif index 2a15c2925..3e65ff53d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourfifths.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourfifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourinferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourinferior.glif index 1fcfc06fc..392dbb7f6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourperemspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourperemspace.glif index fa602253d..891f9f667 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/foursuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/foursuperior.glif index af3be6d4c..32687dbff 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/foursuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/foursuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourthtonechinese.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourthtonechinese.glif index 57b7b3cb7..cbd39002f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourthtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourthtonechinese.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fraction.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fraction.glif index b3566befa..489422a40 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fraction.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fraction.glif @@ -1,6 +1,6 @@ - + fraction @@ -9,8 +9,8 @@ fraction - - + + @@ -20,7 +20,7 @@ fraction 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:48:45 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/franc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/franc.glif index 9d9a56144..5af16f72c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/franc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/franc.glif @@ -1,30 +1,30 @@ - + franc - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -34,7 +34,7 @@ franc 0 4 0 3 2 4 3 97 7 1 2 8 1 1 0 2 1 97 0 5 5 6 89 0 6 6 17 75 0 0 0 18 0 76 17 17 17 17 17 17 17 17 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.glif index 7ccbc0057..5af6e4578 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.glif @@ -1,66 +1,66 @@ - + g - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -70,7 +70,7 @@ g 29 1 4 3 16 1 5 4 9 1 1 2 8 1 0 1 4 74 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 37 37 37 37 37 36 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.sc.glif index d65c31bc2..1dc998dab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.sc.glif @@ -1,55 +1,55 @@ - + G - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -72,7 +72,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gacute.sc.glif index ddfd3c03c..e8456196c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.glif index a8dfd5cb8..a9a8f5dc7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.glif @@ -1,20 +1,20 @@ - + gbreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.sc.glif index f253de5a3..281191ea0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.glif index e3d67bb78..37f4a8073 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.glif @@ -1,20 +1,20 @@ - + gcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.sc.glif index a4fc6e1e2..f51960fff 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.glif index bd2f6193a..65ac54d0c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.glif @@ -1,20 +1,20 @@ - + gcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.sc.glif index d84fe2318..1850d7024 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.glif index e3c31231a..0fcbc5c05 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.glif @@ -1,15 +1,15 @@ - + gcommaaccent - - + + - + @@ -18,7 +18,7 @@ gcommaaccent 46 1 4 3 33 1 5 4 26 1 1 2 25 1 0 1 4 74 16 14 8 7 4 3 72 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 58 56 51 49 44 42 37 35 30 28 23 21 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.sc.glif index 3cb7fbde4..97e8e4b9d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.glif index f82bf2e5d..3310e5602 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.glif @@ -1,20 +1,20 @@ - + gdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.sc.glif index 866ac0eed..8aa2e4b52 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.glif index 44116f42e..d1b1061e2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.glif @@ -1,64 +1,64 @@ - + germandbls - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -99,7 +99,7 @@ NPUSHB[ ] /* 12 values pushed */ 57 56 52 50 34 32 27 25 34 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.sc.glif index a5ab6c443..529a35f7e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.sc.glif @@ -1,52 +1,52 @@ - + uni1E9E - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -69,7 +69,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.glif index 9dbfa75f3..b223bcdf7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.sc.glif index 8c05c0d7a..7a0aa39fd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/grave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/grave.glif index ba00685ad..23a83545f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/grave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/grave.glif @@ -1,6 +1,6 @@ - + grave @@ -9,12 +9,12 @@ grave - - - - - - + + + + + + @@ -24,7 +24,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.case.glif index 696cea077..0498005d8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.case.glif @@ -7,12 +7,12 @@ grave - - - - - - + + + + + + @@ -22,7 +22,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.glif index 3c9d2c1bb..a23d43e3d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.glif @@ -8,12 +8,12 @@ grave - - - - - - + + + + + + @@ -23,7 +23,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greater.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greater.glif index 26b508db6..5b5ad46b2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greater.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greater.glif @@ -1,19 +1,19 @@ - + greater - - - - - - - + + + + + + + @@ -23,7 +23,7 @@ greater 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greaterequal.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greaterequal.glif index 15dea855b..d1bace0b2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greaterequal.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greaterequal.glif @@ -1,25 +1,25 @@ - + greaterequal - - - - - - - + + + + + + + - - - - + + + + @@ -29,7 +29,7 @@ greaterequal 9 7 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guarani.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guarani.glif index bacdfdc2d..0f1e52b9f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guarani.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guarani.glif @@ -1,6 +1,6 @@ - + uni20B2 @@ -8,44 +8,44 @@ uni20B2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -77,7 +77,7 @@ NPUSHB[ ] /* 11 values pushed */ 17 24 17 22 38 34 17 24 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.case.glif index 38da6efbe..00cc00e5e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.case.glif @@ -1,12 +1,12 @@ - + guillemotleft - - + + @@ -15,7 +15,7 @@ guillemotleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.glif index 4ba1ca7ea..31bb05bb4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.glif @@ -1,18 +1,18 @@ - + guillemotleft - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.case.glif index f18eb34e9..024bf3c2d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.case.glif @@ -1,27 +1,27 @@ - + guillemotright - - - - - - - + + + + + + + - - - - - - - + + + + + + + @@ -35,7 +35,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:46 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.glif index 9dd131fb4..ee6abbe6f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.glif @@ -1,28 +1,28 @@ - + guillemotright - - - - - - - + + + + + + + - - - - - - - + + + + + + + @@ -32,7 +32,7 @@ guillemotright 11 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.case.glif index 26e50f718..dffeaffab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.case.glif @@ -6,13 +6,13 @@ guilsinglleft - - - - - - - + + + + + + + @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:18 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.glif index 9d857960c..3c92ebd54 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.glif @@ -7,13 +7,13 @@ guilsinglleft - - - - - - - + + + + + + + @@ -23,7 +23,7 @@ guilsinglleft 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.case.glif index 301a8af94..9de793c47 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.case.glif @@ -1,18 +1,18 @@ - + guilsinglright - - - - - - - + + + + + + + @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:47 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.glif index d6af8f9f8..4c30e8e9a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.glif @@ -7,13 +7,13 @@ guilsinglright - - - - - - - + + + + + + + @@ -23,7 +23,7 @@ guilsinglright 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.glif index 55683fb9d..dfc5a6622 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.glif @@ -1,43 +1,43 @@ - + h - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -47,7 +47,7 @@ h 29 1 0 1 1 74 0 3 3 19 75 0 1 1 4 91 5 1 4 4 28 75 2 1 0 0 18 0 76 0 0 0 32 0 31 17 20 41 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.sc.glif index c080f81de..27b200295 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.sc.glif @@ -1,25 +1,25 @@ - + H - - + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hairspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hairspace.glif index a1a211e42..851ace621 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hairspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.glif index 2a2a25656..f8c80527e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.glif @@ -1,19 +1,19 @@ - + hbar - - - + + + - - - - + + + + @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.sc.glif index e69e74298..bd3e0e5a6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.sc.glif @@ -1,37 +1,37 @@ - + Hbar - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -54,7 +54,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.glif index 4bab8fdcd..4bcc0f5fb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.sc.glif index fa98d362d..738e05531 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.glif index 80ac8d6c2..8515d49b0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.glif @@ -1,16 +1,16 @@ - + hcircumflex - - - + + + - + @@ -19,7 +19,7 @@ hcircumflex 33 1 3 4 35 34 32 31 28 5 5 3 37 1 0 1 3 74 0 4 3 4 114 0 3 3 19 75 0 1 1 5 91 6 1 5 5 28 75 2 1 0 0 18 0 76 0 0 0 40 0 39 18 17 20 41 24 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.sc.glif index b895a4a39..e84f280df 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hdotbelow.glif index 39a646ac4..fd4deb691 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.case.glif index 401348bfb..f5f47d21d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.case.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.glif index 652c620a7..2cae202c7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horizontalbar.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horizontalbar.glif index cec26e68d..8baaf554c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horizontalbar.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horizontalbar.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.case.glif index 60e60949f..712d40427 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.case.glif @@ -1,12 +1,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.glif index 701600a4c..aa414d244 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.glif @@ -3,26 +3,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hryvnia.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hryvnia.glif index ec490ef34..a21d7429a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hryvnia.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hryvnia.glif @@ -1,67 +1,67 @@ - + - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.case.glif index 9d0ad5527..fb9245c18 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.case.glif @@ -7,20 +7,20 @@ hungarumlaut.cap - - - - - - + + + + + + - - - - - - + + + + + + @@ -30,7 +30,7 @@ hungarumlaut.cap 11 7 5 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.glif index c09ecdb24..8f3f1f059 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.glif @@ -1,26 +1,26 @@ - + hungarumlaut - - - - - - + + + + + + - - - - - - + + + + + + @@ -30,7 +30,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.case.glif index 94e2a5011..8fe6a89dc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.case.glif @@ -4,26 +4,26 @@ - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.glif index 2c1b4c9e4..b22d6f72a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.glif @@ -8,20 +8,20 @@ hungarumlaut - - - - - - + + + + + + - - - - - - + + + + + + @@ -31,7 +31,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.case.glif index f521c42d4..a0a3e5007 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.glif index 2de53bbf3..22038be13 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.glif @@ -1,16 +1,16 @@ - + hyphen - - - - + + + + @@ -20,7 +20,7 @@ hyphen 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphentwo.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphentwo.glif index fd144942e..22cc25866 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphentwo.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphentwo.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.cy.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.cy.glif index a6c7dd689..415f2d209 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.cy.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.cy.glif @@ -1,20 +1,20 @@ - + i.cy - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.glif index 2e28cb916..939318785 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.glif @@ -1,20 +1,20 @@ - + i.dot - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.sc.glif index fdba88126..094cc2f40 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.glif index 1a77a07fb..cb70d4ad9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.glif @@ -1,21 +1,21 @@ - + i - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.sc.glif index 64e8c6821..ecacf04f1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.sc.glif @@ -1,19 +1,19 @@ - + I - - - - + + + + - - - - + + + + @@ -36,7 +36,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:27:06 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.uc.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.uc.sc.glif index 3d20889e4..cc8befd7c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.uc.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.uc.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.glif index 721ce333b..d8d2f2d1a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.glif @@ -1,21 +1,21 @@ - + iacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.sc.glif index 44a0241d0..e4a2862ee 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.glif index 463caf58a..797ec74ff 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.glif @@ -1,21 +1,21 @@ - + ibreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.sc.glif index 0c896444b..6cd15b89f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.glif index bcb357f8d..1684eab3a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.sc.glif index 7b65bf360..115f45b76 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.glif index d483979f4..6534222cc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.glif @@ -1,21 +1,21 @@ - + icircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.sc.glif index 8c49258f7..dae75b43f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.glif index 7e1f15d0f..27c30f945 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.sc.glif index b8bbefc42..889783f31 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.glif index a6d3bd1bf..1f550e8b1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.glif @@ -1,21 +1,21 @@ - + idieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.sc.glif index 34b0c8eaf..8f1b9420b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.glif index 6dd65c2ff..be22de7bb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.sc.glif index e8380249b..00268db38 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.glif index 231dea410..fe329d1b7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.glif @@ -1,17 +1,17 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.sc.glif index f6aa4dfcf..8662ea2ac 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.glif index 8855dc8db..11201953f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.sc.glif index 90f5a08aa..667847baa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.glif index e8760d5dc..82e45be45 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.glif @@ -1,19 +1,19 @@ - + dotlessi - - - + + + - - - - + + + + @@ -23,7 +23,7 @@ dotlessi 2 1 1 1 20 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:09 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.sc.glif index 0453ffe3a..99f48e3ce 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.glif index c0c56bb42..fb0633d27 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.glif @@ -1,21 +1,21 @@ - + igrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.sc.glif index 85cba454e..cffc9dec2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.glif index 3bcf3ac23..ef1e9da37 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.sc.glif index d50c71dd0..15c5d9d73 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.glif index dbbc083f4..ea5fd6f4d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.sc.glif index 07548a82e..e152afd15 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij.glif index 3663dbf44..f7a685c50 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij.glif @@ -1,25 +1,25 @@ - + ij - - - - - + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij_acutecomb.glif index 11fda4340..c89722d6e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij_acutecomb.glif @@ -4,15 +4,15 @@ ij_acutecomb - - - - - + + + + + - - + + @@ -23,7 +23,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.glif index 60a3936c1..e7293fa05 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.glif @@ -1,21 +1,21 @@ - + imacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.sc.glif index ec5683d19..458483b66 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/increment.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/increment.glif index 7f79c7169..84e83d2d2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/increment.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/increment.glif @@ -7,17 +7,17 @@ uni2206 - - - - - - + + + + + + - - - + + + @@ -27,7 +27,7 @@ uni2206 7 6 2 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/infinity.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/infinity.glif index 7f7609cc2..720fb51e4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/infinity.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/infinity.glif @@ -1,64 +1,64 @@ - + infinity - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -68,7 +68,7 @@ infinity 49 43 38 30 24 2 3 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/integral.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/integral.glif index d142bc71b..0f0ee366e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/integral.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/integral.glif @@ -1,6 +1,6 @@ - + integral @@ -8,43 +8,43 @@ integral - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -54,7 +54,7 @@ integral 34 13 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.glif index 42d14c7fa..4bab8689a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.glif @@ -1,17 +1,17 @@ - + iogonek - - - + + + - - + + @@ -20,7 +20,7 @@ iogonek 22 1 2 5 23 1 3 2 2 74 0 2 0 3 2 3 95 0 0 0 1 91 6 1 1 1 19 75 0 4 4 20 75 0 5 5 18 5 76 0 0 37 36 35 34 27 25 21 19 0 13 0 12 37 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:18 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.sc.glif index 7efafe0c4..c0fd075ed 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.glif index bd58cf220..5294a3406 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.glif @@ -1,21 +1,21 @@ - + itilde - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.sc.glif index e7712eb62..bc62f4745 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.glif index 47552f638..62856e138 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.glif @@ -1,20 +1,20 @@ - + j - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.sc.glif index 265a87d6e..13a116869 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.sc.glif @@ -1,28 +1,28 @@ - + J - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -45,7 +45,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.glif index 0ca57f11b..1aa06920e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.glif @@ -1,20 +1,20 @@ - + jcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.sc.glif index 52a6d6f88..72b8c1669 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.glif index 8309f1097..5430bedcc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.glif @@ -1,30 +1,30 @@ - + uni0237 - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -34,7 +34,7 @@ uni0237 8 1 1 2 7 1 0 1 2 74 3 1 2 2 20 75 0 1 1 0 91 0 0 0 22 0 76 0 0 0 16 0 16 37 35 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.sc.glif index ede9feaec..804f215e0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.sc.glif @@ -1,25 +1,25 @@ - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.glif index 20ac6e145..d23ea195e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.glif @@ -1,30 +1,30 @@ - + k - - + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + @@ -34,7 +34,7 @@ k 9 6 2 0 3 1 74 4 1 1 1 19 75 0 3 3 20 75 2 1 0 0 18 0 76 0 0 17 16 8 7 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.sc.glif index aed2b2fc8..75dafd1bf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.sc.glif @@ -1,33 +1,33 @@ - + K - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -52,7 +52,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.glif index 475a3afa5..5c7b2e23e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.glif @@ -1,20 +1,20 @@ - + kcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.sc.glif index be54eb016..4573395bc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.glif index 7c0d3af0c..fe39b8db2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.glif @@ -1,28 +1,28 @@ - + kgreenlandic - - - - - - - - - - + + + + + + + + + + - - - - + + + + @@ -32,7 +32,7 @@ kgreenlandic 10 7 2 0 1 1 74 3 4 2 1 1 20 75 2 1 0 0 18 0 76 0 0 17 16 9 8 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.sc.glif index 715ddbb0d..b24a59392 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kip.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kip.glif index 6d421a8be..e16f60211 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kip.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kip.glif @@ -1,35 +1,35 @@ - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.glif index 85fdd59be..7cc77c142 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.glif @@ -1,20 +1,20 @@ - + l - - - + + + - - - - + + + + @@ -24,7 +24,7 @@ l 2 1 1 1 19 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.sc.glif index 16f84445c..786fa2764 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.sc.glif @@ -1,21 +1,21 @@ - + L - - - - + + + + - - - - - - + + + + + + @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.glif index d4a827965..1bf54990b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.glif @@ -1,17 +1,17 @@ - + lacute - - - + + + - + @@ -20,7 +20,7 @@ lacute 5 4 1 3 1 72 2 1 1 1 17 75 0 0 0 18 0 76 6 6 6 9 6 9 23 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.sc.glif index d2d1dcd4f..79abdb932 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.glif index 21a5f63b2..7d9ccc612 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.glif @@ -1,39 +1,39 @@ - + lcaron - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:54 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.sc.glif index d4c82dd68..5ed2f343f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.glif index 815c48926..527c49888 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.glif @@ -1,22 +1,22 @@ - + lcommaaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.sc.glif index bc5e5656a..486c6c3d1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.glif index 03f375db2..32a613a87 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.glif @@ -1,22 +1,22 @@ - + ldot - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.sc.glif index a17502658..f388aec73 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.sc.glif @@ -1,10 +1,10 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldotbelow.glif index 5e642e794..bedf6ace0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftA_rrow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftA_rrow.glif index eec24efbe..3d7cfcfcd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftB_lackT_riangle.glif index 4afe93e01..a8dd35a51 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif index 9411c0a46..b51ec5163 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftanglebracket-math.glif index d285c00d7..7789f2159 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftanglebracket-math.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:50 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/less.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/less.glif index c8fb9ccdb..12cfe424e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/less.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/less.glif @@ -1,19 +1,19 @@ - + less - - - - - - - + + + + + + + @@ -23,7 +23,7 @@ less 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lessequal.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lessequal.glif index 6f22540d2..7bad43738 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lessequal.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lessequal.glif @@ -1,25 +1,25 @@ - + lessequal - - - - - - - + + + + + + + - - - - + + + + @@ -29,7 +29,7 @@ lessequal 8 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lira.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lira.glif index 9418f964f..1b888daa5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lira.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lira.glif @@ -1,74 +1,74 @@ - + lira - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -91,7 +91,7 @@ NPUSHB[ ] /* 20 values pushed */ 69 68 67 65 62 60 55 53 17 17 17 23 44 38 41 17 16 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/liraT_urkish.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/liraT_urkish.glif index 27d8c774d..dda3a48f3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/liraT_urkish.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/liraT_urkish.glif @@ -1,46 +1,46 @@ - + uni20BA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,7 +50,7 @@ uni20BA 13 12 7 6 3 2 6 2 0 17 16 2 3 2 2 74 0 2 0 3 0 2 3 112 0 0 0 17 75 0 3 3 1 89 0 1 1 18 1 76 19 20 41 24 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/literS_ign.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/literS_ign.glif index 5804d58f4..44a5e8455 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/literS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/literS_ign.glif @@ -4,44 +4,44 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.glif index deb3f2915..06dc39848 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.sc.glif index 859c92cf0..5f0f3dd8c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.glif index 6bce7708a..f6e464b45 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.sc.glif index 92a792187..f9389f89f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/logicalnot.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/logicalnot.glif index 9a1a5fcbc..bdf1a49d3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/logicalnot.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/logicalnot.glif @@ -7,12 +7,12 @@ logicalnot - + - - + + @@ -22,7 +22,7 @@ logicalnot 0 0 1 0 115 3 1 2 1 1 2 85 3 1 2 2 1 89 0 1 2 1 77 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lozenge.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lozenge.glif index 89d200a22..04e9a76d5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lozenge.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lozenge.glif @@ -1,30 +1,30 @@ - + lozenge - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -34,7 +34,7 @@ lozenge 14 10 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.glif index bde6fedc9..b38cde563 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.glif @@ -1,24 +1,24 @@ - + lslash - - - - - - - - - - - - + + + + + + + + + + + + @@ -28,7 +28,7 @@ lslash 11 10 6 5 4 0 6 0 1 1 74 0 1 1 19 75 0 0 0 18 0 76 21 18 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.sc.glif index e057e4d55..569479822 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.sc.glif @@ -1,25 +1,25 @@ - + Lslash - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.glif index bd246e4dc..6ab1ddd2c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.glif @@ -1,69 +1,69 @@ - + m - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -86,7 +86,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 54 0 53 35 17 20 40 24 40 23 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.sc.glif index 5a1eb0874..60f89b493 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.sc.glif @@ -1,32 +1,32 @@ - + M - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -49,7 +49,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.case.glif index 0a29cb009..3a5d77e9f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.case.glif @@ -7,10 +7,10 @@ macron.cap - - - - + + + + @@ -20,7 +20,7 @@ macron.cap 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.glif index abac40b71..22c249df7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.glif @@ -1,16 +1,16 @@ - + macron - - - - + + + + @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.case.glif index 91937ed2c..19490dba1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.case.glif @@ -6,10 +6,10 @@ macron - - - - + + + + @@ -25,7 +25,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.glif index 338376c9c..dc6cbff21 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.glif @@ -7,10 +7,10 @@ macron - - - - + + + + @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.case.glif index e0c308329..8f3517846 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.case.glif @@ -4,13 +4,13 @@ macron - + - - - - + + + + @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.glif index 5a0e53da3..34c12312e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.glif @@ -5,13 +5,13 @@ macron - + - - - - + + + + @@ -27,7 +27,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/manat.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/manat.glif index 16ffd6725..abf5d0b92 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/manat.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/manat.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.glif index 96aacf6bd..9c9dceaca 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.sc.glif index 69fd1d436..5fc9bf418 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.glif index feb73d4b8..4cc9c7025 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.sc.glif index 3c50c6c43..2bbf6547d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/micro.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/micro.glif index 5bf678964..ba1299466 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/micro.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/micro.glif @@ -7,55 +7,55 @@ uni00B5 - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + @@ -87,7 +87,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 55 0 55 36 37 37 20 43 37 36 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minus.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minus.glif index caa0461e7..6a3c1803c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minus.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minus.glif @@ -7,10 +7,10 @@ minus - - - - + + + + @@ -20,7 +20,7 @@ minus 1 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minute.glif index e454e4f33..92f9a36c2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minute.glif @@ -7,10 +7,10 @@ minute - - - - + + + + @@ -20,7 +20,7 @@ minute 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.glif index 69ec7c4ef..73ba8b99d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.glif @@ -11,7 +11,7 @@ uni03BC com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.sc.glif index 767fb0999..c7768bf7c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/multiply.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/multiply.glif index a0e477ac7..85e7945bb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/multiply.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/multiply.glif @@ -1,24 +1,24 @@ - + multiply - - - - - - - - - - - - + + + + + + + + + + + + @@ -28,7 +28,7 @@ multiply 10 4 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.glif index 7af3d7082..9f0024586 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.glif @@ -1,44 +1,44 @@ - + n - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -61,7 +61,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 29 17 20 40 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.sc.glif index a06cfb259..f668865e7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.sc.glif @@ -1,27 +1,27 @@ - + N - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.glif index 7fc7614e7..f4afc2994 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.glif @@ -1,20 +1,20 @@ - + nacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.sc.glif index db34e80d5..f674d003d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/naira.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/naira.glif index 469849fea..92628aef7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/naira.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/naira.glif @@ -1,38 +1,38 @@ - + uni20A6 - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + @@ -41,7 +41,7 @@ uni20A6 29 1 8 9 43 1 2 1 2 74 20 14 12 10 4 8 18 16 13 3 7 0 8 7 98 17 15 6 3 0 19 5 3 3 1 2 0 1 97 11 1 9 9 17 75 4 1 2 2 18 2 76 28 28 41 40 39 38 37 36 35 34 33 32 28 31 28 31 27 26 25 24 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 21 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/narrownbspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/narrownbspace.glif index 7e81de874..b816b4431 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/narrownbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nbspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nbspace.glif index 5b5f17477..f35bd2862 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.glif index 65db35b16..a4d6088da 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.glif @@ -1,20 +1,20 @@ - + ncaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.sc.glif index 4face4d11..bb5169a1d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.glif index ef4652da3..5ed244fa5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.glif @@ -1,20 +1,20 @@ - + ncommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.sc.glif index 3b129a35b..6cfceaf27 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.glif index 48b017ea6..03084a710 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.sc.glif index 04a5752f5..156a3e92b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.glif index 6b73e0282..0641164df 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:00 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.sc.glif index f20405439..ebe95a740 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.dnom.glif index 034505e2b..892c200ba 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.dnom.glif @@ -1,44 +1,44 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.glif index 0b22cc385..65f2854cb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.glif @@ -1,51 +1,51 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.lf.glif index d8a241e85..e2f104a13 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.lf.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.numr.glif index a237aea40..c8c37cb2e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.osf.glif index 7a67a8e20..5e1f9637c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.osf.glif @@ -1,47 +1,47 @@ - + nine - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -51,7 +51,7 @@ nine 22 1 3 2 1 74 17 1 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 28 2 76 23 23 23 39 23 38 33 31 38 32 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.sc.glif index 672f51f92..9a2fcb809 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.sc.glif @@ -1,44 +1,44 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tf.glif index e060d0b31..63d9cd6de 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tf.glif @@ -3,48 +3,48 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tosf.glif index f14b78fb2..db3e4fd8c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tosf.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nineinferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nineinferior.glif index 66039d72d..235a8ee60 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nineinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nineinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ninesuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ninesuperior.glif index 183dcf622..4427c53e1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ninesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ninesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nj.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nj.glif index 2467ff03f..ef522a1b1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nj.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nj.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.glif index 822603f3d..e4038424d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.sc.glif index 06aa53382..cfd8df5a2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/notequal.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/notequal.glif index 2a6164fc5..fbf3c59ed 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/notequal.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/notequal.glif @@ -1,32 +1,32 @@ - + notequal - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -36,7 +36,7 @@ notequal 15 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.glif index 7c7ad040a..7cbddc487 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.glif @@ -1,20 +1,20 @@ - + ntilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.sc.glif index bcec0e23e..c6723f845 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numbersign.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numbersign.glif index bbbf22b23..b7ac407bd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numbersign.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numbersign.glif @@ -7,40 +7,40 @@ numbersign - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -61,7 +61,7 @@ NPUSHB[ ] /* 30 values pushed */ 0 0 31 30 29 28 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 17 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numero.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numero.glif index fef5d519a..b01e40d30 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numero.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numero.glif @@ -1,60 +1,60 @@ - + uni2116 - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -64,7 +64,7 @@ uni2116 51 50 40 34 26 20 8 0 4 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.glif index 8f077388b..9fee67527 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.glif @@ -1,49 +1,49 @@ - + o - - - - - + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -53,7 +53,7 @@ o 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 14 14 0 0 14 27 14 26 21 19 0 13 0 12 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:52 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.sc.glif index be113d637..577d0e945 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.sc.glif @@ -1,43 +1,43 @@ - + O - - - - - - + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -60,7 +60,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.glif index e14423736..6deaed58d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.glif @@ -1,23 +1,23 @@ - + oacute - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.sc.glif index eb3919d03..dfd12dad7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.glif index 1a7cde082..d7c629d0c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.glif @@ -1,23 +1,23 @@ - + obreve - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.sc.glif index c38de7334..1579feba5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.glif index 8981e1613..b617dac0e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.sc.glif index d19b96542..e57e18aff 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.glif index a37a59c52..0dd210dbc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.glif @@ -1,23 +1,23 @@ - + ocircumflex - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.sc.glif index 17624b3f6..7c49f49d4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.glif index 4bdd682a0..c11a7aed0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.sc.glif index c60604526..0ad8d381e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.glif index cb4d47d86..6045dfccc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif index 64276edee..6ba3f6256 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.glif index 74a2eb20c..aee5609f0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif index 9b4a0f9c5..8bb2629c9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.glif index b0b66a7b7..c56e44d0f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif index 92c21c6d8..cdd0e6b3f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.glif index 33f3583ec..514bff6a7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.sc.glif index 5f90e2ed1..c332d9211 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.glif index 47a872213..548932da5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.sc.glif index 025df6935..fb4fa8213 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.glif index c8ed6ed16..773cd8f4c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.glif @@ -1,23 +1,23 @@ - + odieresis - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.sc.glif index 534a52c22..99148376e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.glif index 5dfa56120..0bc35f615 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.sc.glif index a20a43312..d85ae024e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.glif index 376a49e9d..43b713485 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.sc.glif index 071130138..edb7244ad 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.glif index 8bbfdd26e..e82287923 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.sc.glif index b2515fdd2..50d619d18 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.glif index 1e2fb8247..c1a50bf80 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.glif @@ -1,21 +1,21 @@ - + oe - - - - - - - - + + + + + + + + - + @@ -28,7 +28,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.sc.glif index a2076a1dc..f52b99227 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.sc.glif @@ -1,50 +1,50 @@ - + OE - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -138,7 +138,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonek.glif index a56e52171..9f4e812bb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonek.glif @@ -1,33 +1,33 @@ - + ogonek - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.case.glif index d4df85e39..44700c705 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.case.glif @@ -6,27 +6,27 @@ ogonek - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.glif index c5343d829..6566b3f23 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.glif @@ -7,27 +7,27 @@ ogonek - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.glif index 9df905e28..91bcd80f6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.glif @@ -1,23 +1,23 @@ - + ograve - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.sc.glif index 32c819338..dbc33abe6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.glif index ff1518719..5c270a922 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.sc.glif index a66c044fa..f2590501b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.glif index 46f99802b..e41fa7955 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.sc.glif index fc64ee1cc..a2ebed802 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.sc.glif @@ -1,65 +1,65 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -80,7 +80,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.glif index e5fb1b776..a7589012e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.sc.glif index 2dac77074..eb7543068 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.glif index 18f132b86..3a755ca75 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.sc.glif index d1e5f762f..defe3cf90 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.glif index 977ae39a4..5b3d84be2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.sc.glif index 2a2ffc5f4..45398892c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.glif index 340cef0a1..b35254686 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.sc.glif index 2307c7c0d..a0a5b7f1e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.glif index 726ff500e..2a4aba13f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.sc.glif index 18b7e0161..73193d26e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.glif index c8db5a56f..a71692e38 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.glif @@ -1,23 +1,23 @@ - + ohungarumlaut - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.sc.glif index 60434d8cb..35a8a4375 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.glif index fcab7a251..2097e8876 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.sc.glif index 834541cbb..2c7b56303 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.glif index 4a1b4e53c..9183ac342 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.glif @@ -1,23 +1,23 @@ - + omacron - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.sc.glif index 92aba5b02..ed36b8a56 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.glif index e7adf5635..e03a20464 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.sc.glif index f8a02d65e..10ecb4425 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.glif index 2be96e4a1..d4ee60cc5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.sc.glif index 831ce56eb..0e3794a60 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omega.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omega.sc.glif index 782028d13..e74a22f4a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omega.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omega.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.dnom.glif index e8bd285e2..e9a26bc07 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.dnom.glif @@ -1,20 +1,20 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -29,7 +29,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:03:51 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.glif index 7ac623ee6..68ae71d04 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.lf.glif index 408c231f8..584ea923d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.lf.glif @@ -1,26 +1,26 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.numr.glif index 5ff3390aa..dc34baf37 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.osf.glif index 87d0bbe3e..ccc9d9c73 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.osf.glif @@ -1,22 +1,22 @@ - + one - - - - - - - - - - - + + + + + + + + + + + @@ -26,7 +26,7 @@ one 8 3 2 0 72 0 0 0 18 0 76 25 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.sc.glif index 028cee60a..0128e1f90 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.sc.glif @@ -1,20 +1,20 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tf.glif index 58d13e4d1..f4f25e9b7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tf.glif @@ -3,28 +3,28 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tosf.glif index 9b9922abf..f0baee066 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tosf.glif @@ -1,30 +1,30 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneeighth.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneeighth.glif index f84819274..165eb06ef 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneeighth.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneeighth.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onefifth.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onefifth.glif index 928033368..8c69bd320 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onefifth.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onefifth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onehalf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onehalf.glif index 3387a20e9..a5c33462a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onehalf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onehalf.glif @@ -1,14 +1,14 @@ - + onehalf - - + + @@ -23,7 +23,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneinferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneinferior.glif index 672f9967d..ec042bb9a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneninth.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneninth.glif index ac5828efb..aa7f2474a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneninth.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneninth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onequarter.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onequarter.glif index a618d201a..2d0f023ea 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onequarter.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onequarter.glif @@ -1,14 +1,14 @@ - + onequarter - - + + @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneseventh.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneseventh.glif index beb85e338..8ca5c49fe 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneseventh.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneseventh.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesixth.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesixth.glif index 804ab465e..d34110b7e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesixth.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesixth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesuperior.glif index f02c30739..1b46a1843 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onetenth.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onetenth.glif index 5bc7cafa3..ac8da926f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onetenth.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onetenth.glif @@ -1,12 +1,12 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onethird.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onethird.glif index b803734fc..adf79b280 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onethird.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onethird.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.glif index b8cdbec01..fab63ae49 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:53 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.sc.glif index 4ac88f315..4e68d931d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordfeminine.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordfeminine.glif index ccdfdc0ca..58fe617f2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordfeminine.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordfeminine.glif @@ -1,49 +1,49 @@ - + ordfeminine - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -53,7 +53,7 @@ ordfeminine 22 17 12 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordmasculine.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordmasculine.glif index d5954a271..988e32a25 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordmasculine.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordmasculine.glif @@ -1,38 +1,38 @@ - + ordmasculine - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -42,7 +42,7 @@ ordmasculine 25 17 10 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslash.glif index d73e6d3a5..8b194fed9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslash.glif @@ -1,73 +1,73 @@ - + oslash - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -77,7 +77,7 @@ oslash 22 19 2 2 1 38 37 29 28 11 5 3 2 8 1 0 3 3 74 21 20 2 1 72 10 9 2 0 71 4 1 2 2 1 91 0 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 32 32 23 23 32 40 32 39 23 31 23 30 41 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslashacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslashacute.glif index ae87a496f..eedb69404 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslashacute.glif @@ -1,19 +1,19 @@ - + oslashacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.glif index 6446343f1..93f07e281 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.glif @@ -1,23 +1,23 @@ - + otilde - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.sc.glif index 7ebe00cd2..2afb92862 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.glif index c9d0c5c43..29e04a6a0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.sc.glif index 485308d54..83465ecf6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.glif index ccc173df4..faf60cb49 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.sc.glif index 2bf53aeef..52afb77e4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.glif index e09b86f5b..9ffe3d09a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.sc.glif index 983a9c772..6ed859bc8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.glif index 1b005e0d1..dbdca65db 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.glif @@ -1,52 +1,52 @@ - + p - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -69,7 +69,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 24 22 0 16 0 15 17 18 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.sc.glif index a4cd9b0f7..b016ca47d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.sc.glif @@ -1,47 +1,47 @@ - + P - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -79,7 +79,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/paragraph.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/paragraph.glif index 566e49aaf..9715be34a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/paragraph.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/paragraph.glif @@ -1,31 +1,31 @@ - + paragraph - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -64,7 +64,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 25 0 25 17 49 22 34 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.case.glif index 31879e540..82a758bb1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.case.glif @@ -6,20 +6,20 @@ parenleft - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -29,7 +29,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.glif index fbf337dc1..afdc03b51 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.glif @@ -7,20 +7,20 @@ parenleft - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -30,7 +30,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.case.glif index 89b9be862..4e627f243 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.case.glif @@ -6,20 +6,20 @@ parenright - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -29,7 +29,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.glif index 2240cd389..f801226cb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.glif @@ -7,20 +7,20 @@ parenright - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -30,7 +30,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/partialdiff.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/partialdiff.glif index 51a542970..3fd3bed32 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/partialdiff.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/partialdiff.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.glif index 51d0588d8..a9d510040 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.sc.glif index de4de98f2..b663fe9b7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:59 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/percent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/percent.glif index 3e4e0862a..12e14d814 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/percent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/percent.glif @@ -1,72 +1,72 @@ - + percent - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -114,7 +114,7 @@ NPUSHB[ ] /* 34 values pushed */ 48 48 33 33 0 0 48 61 48 60 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 13 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/period.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/period.glif index a770786ea..59d83e96b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/period.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/period.glif @@ -7,18 +7,18 @@ period - - - - - - - - - - - - + + + + + + + + + + + + @@ -28,7 +28,7 @@ period 2 1 1 1 0 91 0 0 0 26 0 76 0 0 0 11 0 10 36 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.case.glif index 61fea95f2..f22e5e1ed 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.case.glif @@ -10,7 +10,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.glif index 39e01fa00..7930107d0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.glif @@ -11,7 +11,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 01009a7be..b0e544f40 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/perthousand.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/perthousand.glif index d05b727df..ff60eb311 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/perthousand.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/perthousand.glif @@ -1,100 +1,100 @@ - + perthousand - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -142,7 +142,7 @@ NPUSHB[ ] /* 50 values pushed */ 77 77 63 63 48 48 33 33 0 0 77 90 77 89 84 82 63 76 63 75 70 68 48 62 48 61 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 19 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peseta.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peseta.glif index c57726e8e..5bb9f1358 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peseta.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peseta.glif @@ -1,55 +1,55 @@ - + peseta - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -81,7 +81,7 @@ NPUSHB[ ] /* 26 values pushed */ 34 34 26 26 34 41 34 41 38 36 26 33 26 32 20 17 17 34 36 17 19 34 16 14 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peso.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peso.glif index 21887cb40..a0c068f71 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peso.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peso.glif @@ -1,73 +1,73 @@ - + uni20B1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + @@ -90,7 +90,7 @@ NPUSHB[ ] /* 38 values pushed */ 43 43 32 32 43 49 43 49 46 44 42 41 39 38 32 37 32 36 34 33 31 30 29 28 27 25 34 17 18 17 18 34 17 17 16 20 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.glif index 7102adb25..c8ff7f1fa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.glif @@ -1,63 +1,63 @@ - + pi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -67,7 +67,7 @@ pi 46 25 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.sc.glif index c7f9ace4f..da117be3d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.sc.glif @@ -1,20 +1,20 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plus.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plus.glif index c5920af95..d21aff456 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plus.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plus.glif @@ -1,32 +1,32 @@ - + plus - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -36,7 +36,7 @@ plus 0 2 1 2 114 0 5 0 5 115 3 1 1 0 0 1 85 3 1 1 1 0 90 4 1 0 1 0 78 20 33 34 18 33 32 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plusminus.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plusminus.glif index f942ce73c..5b2d01e7b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plusminus.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plusminus.glif @@ -1,38 +1,38 @@ - + plusminus - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -55,7 +55,7 @@ NPUSHB[ ] /* 16 values pushed */ 27 27 27 30 27 30 19 21 33 34 22 33 32 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/primemod.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/primemod.glif index d1ba3b10a..3f6b83d69 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/primemod.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/primemod.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/product.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/product.glif index 471c89ec8..d455c1e1b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/product.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/product.glif @@ -1,24 +1,24 @@ - + product - - - - - - - - - - - - + + + + + + + + + + + + @@ -28,7 +28,7 @@ product 5 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/punctuationspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/punctuationspace.glif index fc59d5631..5b043d9e5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/punctuationspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.glif index 7888e8ce2..548c2a9c4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.glif @@ -1,46 +1,46 @@ - + q - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -50,7 +50,7 @@ q 17 1 3 2 25 4 2 4 3 2 74 0 3 3 2 91 0 2 2 28 75 5 1 4 4 1 91 0 1 1 26 75 0 0 0 22 0 76 18 18 18 35 18 34 44 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.sc.glif index 392f2d1d7..88abe7eec 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.sc.glif @@ -1,74 +1,74 @@ - + Q - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -91,7 +91,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/question.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/question.glif index 2971c7c75..3f3d606ba 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/question.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/question.glif @@ -1,58 +1,58 @@ - + question - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -62,7 +62,7 @@ question 35 34 15 3 3 0 1 74 0 1 0 0 3 1 0 99 4 1 3 3 2 91 0 2 2 26 2 76 40 40 40 51 40 50 46 44 37 43 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.case.glif index a973020f8..e11617a96 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.case.glif @@ -1,57 +1,57 @@ - + questiondown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -63,7 +63,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.glif index cf1fcd0b9..9f0c69d5a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.glif @@ -1,58 +1,58 @@ - + questiondown - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -64,7 +64,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedbl.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedbl.glif index 357b319c8..e065a7cfa 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedbl.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedbl.glif @@ -1,18 +1,18 @@ - + quotedbl - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblbase.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblbase.glif index 3cfac154e..26526efde 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblbase.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblbase.glif @@ -1,13 +1,13 @@ - + quotedblbase - + @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblleft.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblleft.glif index cb062bb20..0d8e11869 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblleft.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblleft.glif @@ -1,12 +1,12 @@ - + quotedblleft - + @@ -16,7 +16,7 @@ quotedblleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblright.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblright.glif index eb74fef65..ea445e240 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblright.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblright.glif @@ -1,13 +1,13 @@ - + quotedblright - + @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteleft.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteleft.glif index 581d441d3..fd9be76e3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteleft.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteleft.glif @@ -1,28 +1,28 @@ - + quoteleft - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ quoteleft 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotereversed.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotereversed.glif index 6472928d0..5630e166b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotereversed.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotereversed.glif @@ -1,28 +1,28 @@ - + quotereversed - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ quotereversed 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteright.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteright.glif index ff56f8337..50d6a3c3f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteright.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteright.glif @@ -1,28 +1,28 @@ - + quoteright - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ quoteright 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesinglbase.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesinglbase.glif index 42fd054d1..2bdebaf3e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesinglbase.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesinglbase.glif @@ -1,28 +1,28 @@ - + quotesinglbase - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ quotesinglbase 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesingle.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesingle.glif index 7451b40fa..63bc2c8b7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesingle.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesingle.glif @@ -1,15 +1,15 @@ - + quotesingle - - - + + + @@ -58,7 +58,7 @@ NPUSHB[ ] /* 10 values pushed */ 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.glif index 8f593f3dc..7a0a6002c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.glif @@ -1,32 +1,32 @@ - + r - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -58,7 +58,7 @@ NPUSHB[ ] /* 12 values pushed */ 0 0 0 17 0 16 17 20 35 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.sc.glif index 6f980fb25..006ccc379 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.sc.glif @@ -1,55 +1,55 @@ - + R - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -87,7 +87,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.glif index 8a843234a..8c6944461 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.glif @@ -1,20 +1,20 @@ - + racute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.sc.glif index fe5e4f240..ad04a6e7c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/radical.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/radical.glif index e0af3db73..ecfec0d22 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/radical.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/radical.glif @@ -1,22 +1,22 @@ - + radical - - - - - - - - - - + + + + + + + + + + @@ -26,7 +26,7 @@ radical 5 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.glif index 13bfa59a7..8ff2e5aeb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.glif @@ -1,20 +1,20 @@ - + rcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.sc.glif index 980c5e7c8..5086f18f3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.glif index 902ff3be0..c245e8f9d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.glif @@ -1,20 +1,20 @@ - + rcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.sc.glif index 29deec8b4..2339c7599 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.glif index 997402ff1..e27f1bdbf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.sc.glif index e13a1b035..1cc87b8b6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.glif index 0314577f5..6a5b23d7e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.sc.glif index bb2719e3b..5131a461e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/registered.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/registered.glif index 8106b7482..a2520e9c8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/registered.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/registered.glif @@ -1,89 +1,89 @@ - + - - - - - + + + + + - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightA_rrow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightA_rrow.glif index 19b50f4bc..f449895a1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightB_lackT_riangle.glif index c2a1e7a92..9e4ea77eb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif index 880c6b036..a180d33c9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightanglebracket-math.glif index e7f6ccbae..8839b124a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightanglebracket-math.glif @@ -9,13 +9,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.case.glif index 0d0ac669a..efc967f7b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.case.glif @@ -7,32 +7,32 @@ ring.cap - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -42,7 +42,7 @@ ring.cap 22 15 9 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.glif index 96850d9d9..6c3a225b7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.glif @@ -1,44 +1,44 @@ - + ring - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.case.glif index da87ee27a..ee0bca363 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.case.glif @@ -7,38 +7,38 @@ ring - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.glif index 0e749e2bb..ca6423730 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.glif @@ -5,41 +5,41 @@ ring - + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -55,7 +55,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfleft.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfleft.glif index 96edc1aa2..c6819d164 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfleft.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfleft.glif @@ -5,26 +5,26 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfright.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfright.glif index 430bae2d3..b0966149a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfright.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfright.glif @@ -5,26 +5,26 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.glif index e28d38a82..c7062cc0c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.sc.glif index d796bc00b..535425d21 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.glif index 337e66bf7..288bbe8cd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.sc.glif index 7fbfe474b..588532fd5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ruble.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ruble.glif index 29eead5f7..5dc43780c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ruble.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ruble.glif @@ -1,58 +1,58 @@ - + - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rupeeI_ndian.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rupeeI_ndian.glif index 4baaea6cf..1f18ec2f3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rupeeI_ndian.glif @@ -1,58 +1,58 @@ - + uni20B9 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -62,7 +62,7 @@ uni20B9 38 10 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.glif index 7f2bbc4b5..ebe588608 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.glif @@ -1,52 +1,52 @@ - + s - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -56,7 +56,7 @@ s 22 1 2 1 48 23 2 0 2 47 1 3 0 3 74 0 2 2 1 91 0 1 1 28 75 0 0 0 3 91 0 3 3 26 3 76 47 38 47 33 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.sc.glif index 4a937fce3..fe8844271 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.sc.glif @@ -1,50 +1,50 @@ - + S - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -68,7 +68,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.glif index 10e70a755..cc5dc20d7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.glif @@ -1,20 +1,20 @@ - + sacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.sc.glif index f6c411a5c..fe812f41c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.glif index 330898ef2..0f673d2be 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.sc.glif index a81236c1f..5ad80b853 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.glif index 542161192..1e4f339d4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.glif @@ -1,20 +1,20 @@ - + scaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.sc.glif index d924a6e93..860f7e726 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.glif index f33499592..fbe9d4965 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.sc.glif index aae27de58..dbcae53c9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.glif index d2e124105..a055502d8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.glif @@ -1,15 +1,15 @@ - + scedilla - - + + - + @@ -31,7 +31,7 @@ NPUSHB[ ] /* 18 values pushed */ 0 0 0 62 0 61 46 44 39 38 35 33 29 27 38 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.sc.glif index 820872c52..2104734d5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.glif index a197a5cb1..8574bf472 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.glif @@ -1,17 +1,17 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.sc.glif index ae45a7f1a..064b18aef 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.sc.glif @@ -1,44 +1,44 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.glif index d75b93c25..03ae0e553 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.glif @@ -1,20 +1,20 @@ - + scircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.sc.glif index 067f08600..db5a0d4a6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.glif index e7f76f75d..6d6da4c27 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.glif @@ -1,20 +1,20 @@ - + scommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.sc.glif index 306d9fb5a..39a90b7f5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.glif index 05c6c76ef..90c3e24ae 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.sc.glif index f7f35d4b1..eff273265 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.glif index 77fbfb889..cae567f82 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.sc.glif index b65b1f623..518c32e2c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.glif index 2d5572a95..a4f9eeadf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif index 2fa82d6d3..aab946a31 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/second.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/second.glif index c22d00544..0af3674f3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/second.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/second.glif @@ -1,18 +1,18 @@ - + second - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/secondtonechinese.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/secondtonechinese.glif index dcc497c4a..9c295b5f6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/secondtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/secondtonechinese.glif @@ -5,20 +5,20 @@ - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/section.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/section.glif index 5fc946393..c180e9bbd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/section.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/section.glif @@ -1,69 +1,69 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/semicolon.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/semicolon.glif index ec78a59d7..81bfaf5b1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/semicolon.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/semicolon.glif @@ -12,7 +12,7 @@ semicolon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.dnom.glif index 098fc5997..d02b7e441 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.dnom.glif @@ -1,15 +1,15 @@ - + - - - - - - - + + + + + + + @@ -24,7 +24,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.glif index 2e426aadf..b2ced1db0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.lf.glif index de5c1cb00..cc153a1bf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.lf.glif @@ -1,21 +1,21 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.numr.glif index 7a577df05..69c806087 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.osf.glif index 67db2d767..166699e45 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.osf.glif @@ -1,18 +1,18 @@ - + seven - - - - - - - + + + + + + + @@ -22,7 +22,7 @@ seven 5 1 1 71 2 1 1 1 0 89 0 0 0 20 1 76 0 0 0 6 0 6 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.sc.glif index c0684c07f..b9b3e8020 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.sc.glif @@ -1,15 +1,15 @@ - + - - - - - - - + + + + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tf.glif index e8e5d2e32..a14739ca7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tf.glif @@ -3,19 +3,19 @@ - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tosf.glif index a8abd52e8..b451b216a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tosf.glif @@ -1,21 +1,21 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveneighths.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveneighths.glif index 9d1aa708f..03b2e2b03 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveneighths.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveneighths.glif @@ -4,13 +4,13 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveninferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveninferior.glif index eac88eb36..1d75ed418 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveninferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveninferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sevensuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sevensuperior.glif index 2457c2826..860fed151 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sevensuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sevensuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:41 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sheqel.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sheqel.glif index 9201da2e5..0d06c1e12 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sheqel.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sheqel.glif @@ -1,54 +1,54 @@ - + uni20AA - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -71,7 +71,7 @@ NPUSHB[ ] /* 27 values pushed */ 20 19 1 0 36 35 34 32 27 26 19 40 20 40 17 16 15 13 8 7 0 18 1 18 10 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.dnom.glif index d1127325f..c3bf28ed2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.dnom.glif @@ -1,44 +1,44 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.glif index 185febb80..9b2e841ce 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.glif @@ -1,51 +1,51 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.lf.glif index aa0e565bf..26503b4c4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.lf.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.numr.glif index 3deab4fa0..17f461674 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.osf.glif index 306d6164a..7cbc9050c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.osf.glif @@ -1,62 +1,62 @@ - + six - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -66,7 +66,7 @@ six 4 1 3 2 1 74 22 1 0 72 0 0 0 2 3 0 2 99 4 1 3 3 1 91 0 1 1 26 1 76 23 23 23 37 23 36 45 38 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.sc.glif index a09cef6d8..6890e45c8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.sc.glif @@ -1,44 +1,44 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tf.glif index 4d7112ab3..f767ab09b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tf.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tosf.glif index 5cc713d01..6d71c8d60 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tosf.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixinferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixinferior.glif index d84c0c1e4..40db56ea8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixperemspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixperemspace.glif index 0ad55862e..0b0a0dd2d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixsuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixsuperior.glif index fa0128ec9..b1717329e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.case.glif index 51d5cb2c0..5805b9336 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.case.glif @@ -6,10 +6,10 @@ slash - - - - + + + + @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.glif index 0caa8ff6b..9cac11e6e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.glif @@ -7,10 +7,10 @@ slash - - - - + + + + @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashlongcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashlongcomb.glif index a0fd9464c..a609ad12d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashlongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashlongcomb.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashshortcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashshortcomb.glif index 2eebc7036..cbb89c82a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashshortcomb.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.case.glif index f82238595..342ee7939 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.glif index 43667f0ef..a6e0c13c9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/space.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/space.glif index aa20f8963..e79d4c5f6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/space.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/space.glif @@ -10,7 +10,7 @@ space com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:45:33 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sterling.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sterling.glif index db8b97897..147102300 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sterling.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sterling.glif @@ -1,71 +1,71 @@ - + sterling - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -97,7 +97,7 @@ NPUSHB[ ] /* 14 values pushed */ 58 56 17 20 37 36 17 20 22 37 36 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokelongcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokelongcomb.glif index 3578eb2f4..12188d369 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokelongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokelongcomb.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokeshortcomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokeshortcomb.glif index adfba4d9a..56f92cd1b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokeshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokeshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/summation.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/summation.glif index 1665a3c35..8221eb276 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/summation.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/summation.glif @@ -1,24 +1,24 @@ - + summation - - - - - - - + + + + + + + - - - - + + + + @@ -28,7 +28,7 @@ summation 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.glif index b76fc8f32..e8ba4169b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.glif @@ -1,45 +1,45 @@ - + t - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -62,7 +62,7 @@ NPUSHB[ ] /* 10 values pushed */ 38 39 17 17 17 17 16 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.sc.glif index c9bad6a93..a6b4fe77e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.sc.glif @@ -1,22 +1,22 @@ - + T - - - + + + - - - - - - - - + + + + + + + + @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tbar.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tbar.glif index ff3efd697..415bd797f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tbar.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tbar.glif @@ -1,20 +1,20 @@ - + tbar - - - - + + + + - - - - + + + + @@ -38,7 +38,7 @@ NPUSHB[ ] /* 20 values pushed */ 0 0 0 38 0 38 37 36 17 17 17 17 21 38 39 17 17 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.glif index fd887dd9d..7ab903fd0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.glif @@ -1,39 +1,39 @@ - + tcaron - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:38 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.sc.glif index 15ffe3625..749d8fedc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.glif index 5a48099b6..3b4a7dc73 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.sc.glif index dd8e806e4..9430697af 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.glif index 1de5dfbfa..5e9ff5c72 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.sc.glif index 5cdbfaeff..7933e7b98 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.glif index 527efb36e..2f85d84e6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.sc.glif index a8f97e96a..873e11861 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.glif index 65991c26a..849f5a746 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.sc.glif index ac4e1a68c..95bc30542 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.glif index 2bf434845..dc7d776cc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.sc.glif index 768e63db9..8d55d87ff 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tenge.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tenge.glif index 07ac8aa35..aa8fd6006 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tenge.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tenge.glif @@ -1,31 +1,31 @@ - + - - + + - - - - - - - - + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thinspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thinspace.glif index 1e4f83b2a..942abc344 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thinspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.glif index 895a1e217..0cb150cfb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.glif @@ -1,53 +1,53 @@ - + thorn - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -57,7 +57,7 @@ thorn 31 16 2 5 4 8 1 0 5 2 74 0 2 2 19 75 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 91 0 0 0 26 75 0 1 1 22 1 76 20 20 0 0 20 34 20 33 27 25 0 19 0 18 18 19 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.sc.glif index e78e9c2da..6371978cb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.sc.glif @@ -1,46 +1,46 @@ - + Thorn - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -76,7 +76,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.dnom.glif index af5603389..57a1cc77b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.dnom.glif @@ -1,48 +1,48 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -57,7 +57,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.glif index 71dea7a2b..e9aac9eb7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.glif @@ -1,55 +1,55 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.lf.glif index fdbb8ff2a..4219b7199 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.lf.glif @@ -1,54 +1,54 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.numr.glif index c178131ee..6d3639960 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.osf.glif index 88bd844a0..74fca677e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.osf.glif @@ -1,54 +1,54 @@ - + three - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -58,7 +58,7 @@ three 20 19 2 3 1 43 9 2 5 0 42 1 4 5 3 74 0 3 0 0 5 3 0 99 6 1 5 0 4 5 4 95 0 1 1 2 91 0 2 2 28 1 76 0 0 0 45 0 44 38 23 38 41 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.sc.glif index 6c4328a01..6c794ff89 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.sc.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tf.glif index a577f4016..9283c5d28 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tf.glif @@ -3,52 +3,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tosf.glif index dbc2b84d6..34b557ff5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tosf.glif @@ -1,54 +1,54 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeeighths.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeeighths.glif index 8081f20c1..da88d8f8b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeeighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeinferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeinferior.glif index 3af3e5825..2b99a856a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeperemspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeperemspace.glif index 0e5092e78..33246c804 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threequarters.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threequarters.glif index 349cfa5f0..bb06e24bf 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threequarters.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threequarters.glif @@ -1,14 +1,14 @@ - + threequarters - - + + @@ -45,7 +45,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threesuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threesuperior.glif index 82d955a5d..b055ddb9a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.case.glif index 0cbeeb83e..e95c10188 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.case.glif @@ -7,32 +7,32 @@ tilde.cap - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ tilde.cap 14 13 2 3 0 29 28 2 2 1 2 74 0 0 0 3 1 0 3 99 0 1 2 2 1 87 0 1 1 2 91 0 2 1 2 79 36 39 36 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.glif index 41ce4fd26..b66143004 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.glif @@ -1,40 +1,40 @@ - + tilde - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,7 +50,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.case.glif index ebf678953..d1280a8bd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.case.glif @@ -7,32 +7,32 @@ tilde - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.glif index 418c504be..a79c29994 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.glif @@ -5,35 +5,35 @@ tilde - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - + + @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.glif index e625ba9ba..89daa5f48 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.sc.glif index 2290eab41..1caa5aa3f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/trademark.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/trademark.glif index ae4bc560c..8e8d09063 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/trademark.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/trademark.glif @@ -7,34 +7,34 @@ trademark - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -44,7 +44,7 @@ trademark 18 8 6 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tugrik.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tugrik.glif index aa6edcb1e..a65ccabb3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tugrik.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tugrik.glif @@ -1,29 +1,29 @@ - + - - - + + + - - + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.dnom.glif index 9ccce1b5d..7128d16ab 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.dnom.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -40,7 +40,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:26 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.glif index 3ef8e28bd..3d09dbcef 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.glif @@ -1,38 +1,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.lf.glif index 3af575134..66b92c637 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.lf.glif @@ -1,37 +1,37 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.numr.glif index 8251688be..dc9b80768 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.osf.glif index b15fa92bd..8c59d8250 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.osf.glif @@ -1,37 +1,37 @@ - + two - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -41,7 +41,7 @@ two 10 9 2 2 0 25 1 3 2 2 74 0 0 0 1 91 0 1 1 28 75 0 2 2 3 89 0 3 3 18 3 76 17 22 38 37 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.sc.glif index 896406798..c33b6965f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.sc.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tf.glif index b6bb874bd..e0cc0e483 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tf.glif @@ -3,35 +3,35 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tosf.glif index 3011d4baf..320dc5cbc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tosf.glif @@ -1,37 +1,37 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twofifths.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twofifths.glif index 7bda4acb9..f8b5d6b86 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twofifths.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twofifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twoinferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twoinferior.glif index 6c42ac82d..dfda20b32 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twoinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twoinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twosuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twosuperior.glif index 49f0e37cb..fca9d21d6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twosuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twothirds.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twothirds.glif index 0a8681f2c..1ea2ff1a5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twothirds.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twothirds.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.glif index c668bcdc5..a99b29fe7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.glif @@ -1,46 +1,46 @@ - + u - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -63,7 +63,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 30 41 23 35 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:42 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.sc.glif index 23a3af59a..503dd937f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.sc.glif @@ -1,42 +1,42 @@ - + U - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -59,7 +59,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.glif index f3ae4d869..66eae9626 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.glif @@ -1,22 +1,22 @@ - + uacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.sc.glif index 829e795be..b8ac9cecb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.glif index 494024352..2c2bf9741 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.glif @@ -1,22 +1,22 @@ - + ubreve - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.sc.glif index 9d4e108d6..8a54816d4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.glif index 9f2175ecd..721cbcef6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.sc.glif index e2cc0d86a..9bfcce527 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.glif index b4ef2689a..1991ab354 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.glif @@ -1,22 +1,22 @@ - + ucircumflex - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.sc.glif index 64e7ff8a2..99597e04b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.glif index 94a0bcfe7..bef7bd4b0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.sc.glif index 79d1beafc..cfc343bd8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.glif index ad3fa32a3..344b1baeb 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.glif @@ -1,22 +1,22 @@ - + udieresis - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.sc.glif index e20354ee9..5c268a1b9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.glif index bdcd1183e..05ba06862 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.sc.glif index 55b7a048f..d7bfb58c9 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.glif index 8e20c64c4..ad80435c0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.sc.glif index 46a5d2fd6..52bb620b7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.glif index 68c644494..8d17ab193 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.sc.glif index e17818b8a..1f03d5ba1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.glif index f3b83c01e..e953f629f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.sc.glif index 3c017d013..02633778f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.glif index 9c3731325..a36d2ac40 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.sc.glif index b441fcd21..9433ace8a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.glif index 59ba6d226..a17155ff3 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.glif @@ -1,22 +1,22 @@ - + ugrave - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.sc.glif index 407fbee92..0ab59fc88 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.glif index 8ce069c07..d2389649d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.sc.glif index 63fbbbf96..39e2c0b20 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.glif index d0e01fa39..dfff5f6e6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.sc.glif index 950fd323e..ea62d86c7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.sc.glif @@ -1,55 +1,55 @@ - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -68,7 +68,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.glif index 39db84ae6..341c63e70 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.sc.glif index aa4f46b83..933638543 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.glif index b9e1268a8..28ba10910 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.sc.glif index 86f1c684e..7db963eef 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.glif index 813a4dd2c..b571457c6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.sc.glif index 492e7d1fa..c51043bfc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.glif index 0e4dcddcc..071959918 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.sc.glif index f82ce56b5..1182fc1f2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.glif index 949fed2f3..060af45d5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.sc.glif index 80da11fa3..59ee8138a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.glif index 7ad73617c..9c94fd0cc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.glif @@ -1,22 +1,22 @@ - + uhungarumlaut - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.sc.glif index d6949379d..177b9338c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.glif index 4e6ffd782..75d69b6a5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.sc.glif index 0871e66b7..fdbb3f827 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.glif index 98bf3f932..ecf683a05 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.glif @@ -1,22 +1,22 @@ - + umacron - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.sc.glif index e1c108b18..4f63086d2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.glif index a83a8220b..89ef98f65 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.sc.glif index 7c8fdbe2d..40bfe5485 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/underscore.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/underscore.glif index 2040df8c1..fcaca4834 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/underscore.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/underscore.glif @@ -7,8 +7,8 @@ underscore - - + + @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uni0000.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uni0000.glif index a43d421e2..418206a93 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uni0000.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uni0000.glif @@ -9,7 +9,7 @@ NULL com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.glif index 92b23be6d..b27ad7712 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.glif @@ -1,17 +1,17 @@ - + uogonek - - - - + + + + - + @@ -33,7 +33,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 51 0 50 17 20 41 23 42 36 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:51 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.sc.glif index 5da4faf38..0c1b69da4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upA_rrow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upA_rrow.glif index 49d2c975a..a39bd98c6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upB_lackT_riangle.glif index 3be9296d5..2237fb4e8 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upW_hiteT_riangle.glif index d8f91c3ee..5e2600c48 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.glif index 824ab8872..d804ad6db 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.glif @@ -1,22 +1,22 @@ - + uring - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.sc.glif index aaafa9fa9..9cccb66df 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.glif index f50a30ea0..9c8b49971 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.glif @@ -1,22 +1,22 @@ - + utilde - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.sc.glif index e790af9cd..ce22168ad 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.glif index 3836b3e4b..91786c6c1 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.sc.glif index 7590d876d..d37b0863e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.glif index 9e8c48a6b..3f4c2d5e4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.glif @@ -1,34 +1,34 @@ - + v - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -38,7 +38,7 @@ v 23 14 11 3 4 0 71 0 0 0 20 0 76 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.sc.glif index fcf137c90..e63fd23fd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.sc.glif @@ -1,22 +1,22 @@ - + V - - + + - - - - - - - - - + + + + + + + + + @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinelowmod.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinelowmod.glif index 61fb99eec..b2bd7da9d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinelowmod.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinelowmod.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinemod.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinemod.glif index 4a178a2c6..4a1cef6ea 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinemod.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinemod.glif @@ -5,16 +5,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.glif index 1c26ba276..1f91062ad 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.glif @@ -1,48 +1,48 @@ - + w - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -52,7 +52,7 @@ w 36 28 21 16 11 9 6 0 71 1 1 0 0 20 0 76 26 25 19 18 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.sc.glif index 410a5a67e..b72c488c2 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.sc.glif @@ -1,33 +1,33 @@ - + W - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -50,7 +50,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.glif index 7cafea88e..953e7fd7f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.glif @@ -1,20 +1,20 @@ - + wacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.sc.glif index 368de2423..c090f5561 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.glif index 14b9a1ac5..bf24f27be 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.glif @@ -1,20 +1,20 @@ - + wcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.sc.glif index 0bffc129c..fd016c13b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.glif index b17f24921..900563c68 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.glif @@ -1,20 +1,20 @@ - + wdieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.sc.glif index f63d5e505..52f775c23 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.glif index 40fe836be..90becee6c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.glif @@ -1,20 +1,20 @@ - + wgrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.sc.glif index f3fcfaf24..c36f2262a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteD_iamond.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteD_iamond.glif index e3da7ba4b..fe114cfdd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteS_quare.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteS_quare.glif index 33bc0453c..e191c64a7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/won.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/won.glif index d617ce243..290ba4f7a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/won.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/won.glif @@ -1,36 +1,36 @@ - + uni20A9 - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + @@ -41,7 +41,7 @@ uni20A9 34 1 8 9 1 74 25 16 14 12 10 5 8 22 20 18 15 4 7 0 8 7 98 21 19 17 6 4 0 24 23 5 3 4 1 2 0 1 97 13 11 2 9 9 17 75 4 1 2 2 18 2 76 33 33 53 52 50 49 47 46 45 44 43 42 41 40 39 38 37 36 33 35 33 35 32 31 30 29 28 27 26 25 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 26 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:15:38 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.glif index e04611059..85d34d450 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.glif @@ -1,26 +1,26 @@ - + x - - + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -30,7 +30,7 @@ x 9 6 3 3 0 2 1 74 3 1 2 2 20 75 1 1 0 0 18 0 76 18 18 18 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.sc.glif index 5bff04112..28b1525ea 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.sc.glif @@ -1,25 +1,25 @@ - + X - - + + - - - - - - + + + + + + - - - - + + + + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.glif index 8a288a9b0..230ad088e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.glif @@ -1,52 +1,52 @@ - + y - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -56,7 +56,7 @@ y 34 30 2 2 3 17 1 1 2 16 1 0 1 3 74 0 2 3 1 3 2 1 112 4 1 3 3 20 75 0 1 1 0 91 0 0 0 22 0 76 25 18 18 38 44 5 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.sc.glif index ae4541a9b..64199ffbd 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.sc.glif @@ -1,25 +1,25 @@ - + Y - - - + + + - - - - - - - - + + + + + + + + - + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.glif index 90ea04afe..db757441b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.glif @@ -1,20 +1,20 @@ - + yacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.sc.glif index 7ee16e635..615e714f6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.glif index 6a2d4213f..6a0a4c958 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.glif @@ -1,20 +1,20 @@ - + ycircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.sc.glif index 387481661..bb08514c7 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.glif index 6f19422e4..3e070bd19 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.glif @@ -1,20 +1,20 @@ - + ydieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.sc.glif index e39a99f0b..12bf2132f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.glif index 3e3140e18..c40727979 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.sc.glif index 6f53923ee..e78627488 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.glif index 455eb9da6..718d6517d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.sc.glif index c4078b7e8..69fcfc35d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yen.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yen.glif index efe5f3ee5..969c8bc27 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yen.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yen.glif @@ -1,37 +1,37 @@ - + yen - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -41,7 +41,7 @@ yen 21 1 0 9 1 74 8 1 0 7 1 1 2 0 1 98 6 1 2 5 1 3 4 2 3 97 10 1 9 9 17 75 0 4 4 18 4 76 24 23 19 18 17 17 17 17 17 17 17 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.glif index 21053bcb1..55b90f866 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.glif @@ -1,20 +1,20 @@ - + ygrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.sc.glif index 69261c620..d21386727 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.glif index 104b4d85b..c404760f6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.sc.glif index 6453799d6..f8de9698f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.glif index 361156640..7a8383e6f 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.sc.glif index e41fc2284..3616837de 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.glif index 924c688fd..08eab0d8b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.sc.glif index 663fe0d1f..9e68e54e0 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.glif index 0357d7769..bc54746a6 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.glif @@ -1,27 +1,27 @@ - + z - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -31,7 +31,7 @@ z 0 2 2 3 89 0 3 3 20 75 0 0 0 1 89 0 1 1 18 1 76 17 19 17 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.sc.glif index 6d8b81358..52c5d60e5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.sc.glif @@ -5,22 +5,22 @@ Z - - + + - - - - - - - + + + + + + + - - - - + + + + @@ -43,7 +43,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.glif index cd2632b38..e4391395e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.glif @@ -1,21 +1,21 @@ - + zacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.sc.glif index bda000af4..48d3fff10 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.sc.glif @@ -2,18 +2,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.glif index 4e76e8cfd..cba718a37 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.glif @@ -1,21 +1,21 @@ - + zcaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.sc.glif index b0e459639..dfad56a00 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.sc.glif @@ -2,18 +2,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.glif index 63ff5cd4c..d0fd02751 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.glif @@ -1,21 +1,21 @@ - + zdotaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.sc.glif index 5802af9a6..be691519e 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.sc.glif @@ -2,18 +2,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.glif index fd7dfb48d..40fcbeaec 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.sc.glif index b5940814e..8c7f7e6bc 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.sc.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.dnom.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.dnom.glif index cfdc99c37..c5ef89401 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.dnom.glif @@ -3,32 +3,32 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -43,7 +43,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.glif index af440f875..5ee9d4b7a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.glif @@ -4,38 +4,38 @@ - - - - - - - - - - + + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.glif index c1bfa2edb..3865280a5 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.glif @@ -3,38 +3,38 @@ - - - - - - - - - - + + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.zero.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.zero.glif index 4c134f5df..2ad21703b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.numr.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.numr.glif index 1c28b5788..aed00f5c4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.glif index 6271ed4ee..cb4b19573 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.glif @@ -7,31 +7,31 @@ zero - - - - + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -41,7 +41,7 @@ zero 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 15 15 0 0 15 28 15 27 21 19 0 14 0 13 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.zero.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.zero.glif index d32c7dff6..1c469c012 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.sc.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.sc.glif index a1e0b1e9e..63985f411 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.sc.glif @@ -3,32 +3,32 @@ - - - - - - - - - - + + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.glif index 39f355ce8..ee17faa43 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.glif @@ -3,38 +3,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.zero.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.zero.glif index 5c3db68dd..55420f4f4 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.glif index 39e72e0dc..bfd3e7c13 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.zero.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.zero.glif index a02061f9c..e9ff5ae09 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.zero.glif @@ -1,12 +1,12 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.zero.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.zero.glif index 31db4625b..be86d949b 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zeroinferior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zeroinferior.glif index 6126bdef9..47d22605c 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zeroinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerosuperior.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerosuperior.glif index 48818a276..dbb8c332a 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthjoiner.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthjoiner.glif index adf54048e..0f75a5495 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthnonjoiner.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthnonjoiner.glif index 4dcc31dae..3193298ce 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthspace.glif b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthspace.glif index 19f736390..7e4c0794d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthspace.glif +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/lib.plist b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/lib.plist index 84e05fd5c..21f28a75d 100644 --- a/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/lib.plist +++ b/sources/instance_ufo/MerriweatherSans-BoldItalic.ufo/lib.plist @@ -444,7 +444,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 94.0 + 107.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 5.0 com.schriftgestaltung.fontMasterOrder @@ -456,7 +456,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 94.0 + 107.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/fontinfo.plist b/sources/instance_ufo/MerriweatherSans-Italic.ufo/fontinfo.plist index bc857e65b..6be003b6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/fontinfo.plist +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/fontinfo.plist @@ -61,7 +61,7 @@ 557 565 747 - 755.025 + 755 983 999 @@ -76,13 +76,13 @@ postscriptStemSnapH - 108.35000000000002 - 109.35000000000002 + 108 + 109 postscriptStemSnapV - 78.17500000000001 - 86.42500000000001 + 78 + 86 postscriptUnderlinePosition -122 @@ -97,7 +97,7 @@ trademark Merriweather is a trademark of Sorkin Type Co. unitsPerEm - 1000.0 + 1000 versionMajor 1 versionMinor diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_.glif index 91844cf12..7fbe6bce5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_.glif @@ -10,17 +10,17 @@ A - + - - + + - + @@ -34,7 +34,7 @@ A 10 1 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 12 8 12 17 17 17 16 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif index e50621d74..f8f836c98 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif @@ -1,35 +1,35 @@ - + AE - - + + - - - - + + + + - - + + - + - + @@ -42,7 +42,7 @@ AE 0 6 7 8 8 6 104 0 0 0 1 10 0 1 97 0 10 0 4 2 10 4 97 9 11 2 8 8 7 90 0 7 7 17 75 0 2 2 3 89 5 1 3 3 18 3 76 0 0 21 20 19 18 0 17 0 17 17 17 17 17 17 17 17 17 12 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_acute.glif index ca15ef218..5dbd9ce46 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_acute.glif @@ -1,20 +1,20 @@ - + AEacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_acute.glif index 541750c09..4e0e86fb2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_acute.glif @@ -1,21 +1,21 @@ - + Aacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:08:22 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breve.glif index 6421f845e..8de59015a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breve.glif @@ -1,21 +1,21 @@ - + Abreve - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breveacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breveacute.glif index 6c68bd672..879322954 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breveacute.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevedotbelow.glif index b5b00810f..ebd500c5b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevedotbelow.glif @@ -1,19 +1,19 @@ - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevegrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevegrave.glif index dae1a2052..a0775d317 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevegrave.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevehookabove.glif index 433a5087e..68b5fcdde 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevehookabove.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevetilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevetilde.glif index 8a88861c3..d46b7f3c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevetilde.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_caron.glif index 507984e75..b1d9acc14 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_caron.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflex.glif index aa304d8f0..67ebbe073 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflex.glif @@ -1,21 +1,21 @@ - + Acircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexacute.glif index ce8ea85da..80db089fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexacute.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexdotbelow.glif index 19a458782..9290d136e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexgrave.glif index 720146354..724fbc5a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexgrave.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexhookabove.glif index c48c9cc6c..c9d089048 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexhookabove.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflextilde.glif index fa03c317b..dd089d4c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflextilde.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dblgrave.glif index b69b6b83c..21ce43e53 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dblgrave.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dieresis.glif index 985df302d..b70d52426 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dieresis.glif @@ -1,21 +1,21 @@ - + Adieresis - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dotbelow.glif index dddf2ab98..751cc48d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dotbelow.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_grave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_grave.glif index d18e752ff..2b9d75320 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_grave.glif @@ -1,21 +1,21 @@ - + Agrave - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_hookabove.glif index 3fa475cc9..501aba8da 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_hookabove.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_invertedbreve.glif index 59ce0f074..bfebc5392 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_invertedbreve.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_macron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_macron.glif index 8a19189c8..f26b4c6f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_macron.glif @@ -1,21 +1,21 @@ - + Amacron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ogonek.glif index 769363031..cc8b0bd0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ogonek.glif @@ -1,6 +1,6 @@ - + Aogonek @@ -10,7 +10,7 @@ Aogonek - + @@ -19,7 +19,7 @@ Aogonek 30 1 6 3 10 1 2 1 27 1 5 2 3 74 7 1 6 0 1 2 6 1 98 0 5 0 0 5 0 95 0 3 3 17 75 4 1 2 2 18 2 76 28 28 28 32 28 32 38 17 17 17 23 34 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif index 7cdd8c400..60778557d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif @@ -1,16 +1,16 @@ - + Aring - + - + @@ -19,7 +19,7 @@ Aring 34 17 4 3 6 4 1 74 0 2 0 5 4 2 5 99 7 1 6 0 0 1 6 0 98 0 4 4 25 75 3 1 1 1 18 1 76 32 32 32 36 32 36 35 35 22 39 17 16 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ringacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ringacute.glif index 43f136218..f1e06066e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ringacute.glif @@ -1,19 +1,19 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_tilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_tilde.glif index 37a907f41..575ab4966 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/A_tilde.glif @@ -1,21 +1,21 @@ - + Atilde - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/B_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/B_.glif index 5ae3fdd35..0104a59b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/B_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/B_.glif @@ -20,34 +20,34 @@ B - + - + - + - - - - - + + + + + - - + + - + @@ -91,7 +91,7 @@ NPUSHB[ ] /* 16 values pushed */ 40 40 40 51 40 50 54 53 55 34 33 34 54 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/B_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/B_dotaccent.glif index 6391f811d..1a686ccba 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/B_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/B_dotaccent.glif @@ -3,15 +3,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_.glif index 06ca50048..8f79f3c83 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_.glif @@ -10,20 +10,20 @@ C - - - + + + - - - - + + + + - + @@ -53,7 +53,7 @@ C 3 1 0 3 20 4 2 1 0 21 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 31 0 30 37 38 39 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif index 056897a9a..d38b4050a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif @@ -8,7 +8,7 @@ CR com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_acute.glif index 634b824c9..a97806cac 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_acute.glif @@ -1,20 +1,20 @@ - + Cacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_caron.glif index 80b41a960..69665b645 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_caron.glif @@ -1,20 +1,20 @@ - + Ccaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedilla.glif index 4cae1167d..17b9a55bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedilla.glif @@ -1,6 +1,6 @@ - + Ccedilla @@ -31,7 +31,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 46 0 45 38 19 36 36 21 38 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedillaacute.glif index bb4f6ef1c..5d5d464ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedillaacute.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_circumflex.glif index 994f8b608..a0b7c7c8c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_circumflex.glif @@ -1,20 +1,20 @@ - + Ccircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_dotaccent.glif index ff4205156..8c3e40cad 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/C_dotaccent.glif @@ -1,20 +1,20 @@ - + Cdotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_.glif index a6775482a..a9f75990f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_.glif @@ -10,27 +10,27 @@ D - - - - - - + + + + + + - + - + - - - + + + @@ -43,9 +43,9 @@ D - - - + + + @@ -68,7 +68,7 @@ NPUSHB[ ] /* 13 values pushed */ 19 19 19 31 19 30 41 97 50 34 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif index b30e0ea85..e229fd462 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif @@ -3,19 +3,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_caron.glif index 7e594d6e1..9162c33e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_caron.glif @@ -3,19 +3,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_caron.glif index b80aa9a68..a2d880419 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_caron.glif @@ -1,21 +1,21 @@ - + Dcaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_croat.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_croat.glif index 5c88ffa80..121a23fbb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_croat.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_croat.glif @@ -1,6 +1,6 @@ - + Dcroat @@ -31,7 +31,7 @@ NPUSHB[ ] /* 17 values pushed */ 23 23 23 39 23 38 17 18 41 97 17 17 50 34 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotaccent.glif index e333e4dc1..2b30b84dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotaccent.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotbelow.glif index 401f580ef..bec7e9a70 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotbelow.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif index 4f87c1e8f..642769e80 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif @@ -12,7 +12,7 @@ uni0394 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_linebelow.glif index 8f54e394b..6e05fbbce 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_linebelow.glif @@ -1,18 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_z.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_z.glif index 97489c023..0ea33d431 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_z.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_z.glif @@ -1,21 +1,21 @@ - + - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_zcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_zcaron.glif index 94cab85bc..6a019d3a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/D_zcaron.glif @@ -1,21 +1,21 @@ - + - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:38 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_.glif index b1281fa35..8b7ae8227 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_.glif @@ -13,15 +13,15 @@ E - - + + - + - + @@ -32,7 +32,7 @@ E 0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:17 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_acute.glif index 5e53e2aff..d1f1f6128 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_acute.glif @@ -1,22 +1,22 @@ - + Eacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_breve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_breve.glif index 3533d91a4..4f363a864 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_breve.glif @@ -1,22 +1,22 @@ - + Ebreve - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_caron.glif index f09e5a894..c54380168 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_caron.glif @@ -1,22 +1,22 @@ - + Ecaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_cedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_cedillabreve.glif index ee97dfa5d..7c56fcb8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_cedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_cedillabreve.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:45 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflex.glif index 422eb2291..791da6903 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflex.glif @@ -1,22 +1,22 @@ - + Ecircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexacute.glif index b04bdd322..8b400edc9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexacute.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexdotbelow.glif index 35b6f9593..a9dcaddf8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexgrave.glif index cd0c35e87..db287f4ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexgrave.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexhookabove.glif index 96aaa6aea..7ac66ca9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexhookabove.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflextilde.glif index 0b347b4a9..63b471c2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflextilde.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dblgrave.glif index ec60eae83..6724d388a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dblgrave.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dieresis.glif index 07c676d48..512f97325 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dieresis.glif @@ -1,22 +1,22 @@ - + Edieresis - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotaccent.glif index cefda2a4f..4fb9f75a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotaccent.glif @@ -1,22 +1,22 @@ - + Edotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotbelow.glif index 22abad95a..2b7937f87 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotbelow.glif @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_grave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_grave.glif index eebf25990..eaf24fcec 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_grave.glif @@ -1,22 +1,22 @@ - + Egrave - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_hookabove.glif index 0f207fdc3..249bb10e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_hookabove.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_invertedbreve.glif index e836410b7..85a32e74e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_invertedbreve.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macron.glif index dfaea8b15..62a0babd5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macron.glif @@ -1,22 +1,22 @@ - + Emacron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macronacute.glif index 875170817..21f26fc37 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macronacute.glif @@ -1,20 +1,20 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macrongrave.glif index c78c56b47..e0e695b79 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macrongrave.glif @@ -1,20 +1,20 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif index bed5d2469..3efecf239 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif @@ -8,25 +8,25 @@ Eng - + - + - + - - - - + + + + - + - + @@ -36,7 +36,7 @@ Eng 17 10 8 3 0 1 1 74 5 1 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 19 0 19 17 28 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ogonek.glif index 5db69c6e9..0ae1194ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ogonek.glif @@ -1,6 +1,6 @@ - + Eogonek @@ -11,7 +11,7 @@ Eogonek - + @@ -20,7 +20,7 @@ Eogonek 18 1 4 3 19 1 5 4 2 74 0 0 0 1 2 0 1 97 0 4 0 5 4 5 95 9 1 8 8 7 89 0 7 7 17 75 0 2 2 3 89 6 1 3 3 18 3 76 0 0 0 34 0 34 17 23 36 39 17 17 17 17 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_th.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_th.glif index e4ab9a6b7..2404e8509 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_th.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_th.glif @@ -10,7 +10,7 @@ Eth - + @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey D com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_tilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_tilde.glif index a24463314..9bddfc6fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_tilde.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif index c61a6b3ed..ce48363c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif @@ -2,7 +2,7 @@ - + @@ -16,21 +16,21 @@ - + - - + + - - - - + + + + - - + + @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:46:07 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zhcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zhcaron.glif index 74971f720..f84e5359b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zhcaron.glif @@ -1,16 +1,16 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:45:59 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/F_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/F_.glif index 85948d19e..87bdece0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/F_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/F_.glif @@ -6,16 +6,16 @@ F - + - + - + @@ -28,7 +28,7 @@ F 0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:45:43 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/F_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/F_dotaccent.glif index 4114817c7..a4b3a0b89 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/F_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/F_dotaccent.glif @@ -3,15 +3,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:46:12 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_.glif index d0c12da1d..3156f3adb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_.glif @@ -9,25 +9,25 @@ G - - - + + + - + - + - - - + + + @@ -47,7 +47,7 @@ G - + @@ -60,7 +60,7 @@ G 21 1 3 2 22 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 38 38 38 39 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_breve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_breve.glif index 87ef544d0..0c6e05ad4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_breve.glif @@ -1,20 +1,20 @@ - + Gbreve - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_caron.glif index daca8a22d..aa1d08658 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_caron.glif @@ -1,20 +1,20 @@ - + Gcaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_circumflex.glif index 8571c6642..b358e8a68 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_circumflex.glif @@ -1,20 +1,20 @@ - + Gcircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_commaaccent.glif index 9fa683d0d..8b54aeade 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_commaaccent.glif @@ -1,20 +1,20 @@ - + Gcommaaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_dotaccent.glif index 9860a1403..f9b2595e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_dotaccent.glif @@ -1,20 +1,20 @@ - + Gdotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_ermandbls.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_ermandbls.glif index afdcccfda..b64732224 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_ermandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_ermandbls.glif @@ -29,9 +29,9 @@ uni1E9E - + - + @@ -40,19 +40,19 @@ uni1E9E - + - - - + + + - - + + @@ -63,7 +63,7 @@ uni1E9E 35 1 2 6 34 1 5 2 23 1 4 5 22 1 7 4 4 74 0 1 0 6 0 1 6 112 0 2 0 5 4 2 5 99 0 6 6 0 91 0 0 0 17 75 0 7 7 18 75 0 4 4 3 91 0 3 3 26 3 76 20 36 21 37 38 18 20 34 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_macron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_macron.glif index 5d7321d0d..148e10f0b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/G_macron.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_.glif index 6ed3aa5a7..32ba27130 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_.glif @@ -9,8 +9,8 @@ H - - + + @@ -30,7 +30,7 @@ H 0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif index f51619873..556ecf7f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif @@ -7,16 +7,16 @@ Hbar - + - - + + - + @@ -24,13 +24,13 @@ Hbar - - + + - - + + @@ -42,7 +42,7 @@ Hbar 0 11 0 2 1 11 2 97 8 1 6 6 17 75 10 4 2 0 0 5 89 9 7 2 5 5 20 75 3 1 1 1 18 1 76 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_brevebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_brevebelow.glif index 13036b283..0330a823e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_brevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_brevebelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_circumflex.glif index 01333f7a0..ccf555002 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_circumflex.glif @@ -1,20 +1,20 @@ - + Hcircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_dotbelow.glif index 8732d08ad..c6ce325cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/H_dotbelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.glif index cd728c84a..d3ab82eaf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.glif @@ -6,13 +6,13 @@ I - + - - + + @@ -24,7 +24,7 @@ I 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif index a149a9df1..8f86e133b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif @@ -5,17 +5,17 @@ I.uc - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif index 65892f5d8..8bf162cb8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif @@ -1,24 +1,24 @@ - + IJ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J__acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J__acutecomb.glif index 20ea64c73..3095cf81a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J__acutecomb.glif @@ -1,18 +1,18 @@ - + IJ_acutecomb - - + + - + @@ -22,7 +22,7 @@ IJ_acutecomb 11 10 7 5 4 1 6 1 72 24 1 0 71 4 2 3 3 1 1 17 75 0 0 0 18 0 76 16 16 12 12 16 32 16 32 12 15 12 15 29 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_acute.glif index b8142ee47..2dccc71fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_acute.glif @@ -6,17 +6,17 @@ Iacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_breve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_breve.glif index deed822ec..748c82599 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_breve.glif @@ -6,17 +6,17 @@ Ibreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_caron.glif index c7a5f5b42..2224e3344 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_caron.glif @@ -3,17 +3,17 @@ - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_circumflex.glif index 6f83bfc05..83074a8d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_circumflex.glif @@ -6,17 +6,17 @@ Icircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dblgrave.glif index bf8e73b03..5b56753b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dblgrave.glif @@ -3,17 +3,17 @@ - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresis.glif index 66b1b9e3c..ae531ec0f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresis.glif @@ -6,17 +6,17 @@ Idieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresisacute.glif index 25c11f13f..898102874 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresisacute.glif @@ -3,18 +3,18 @@ - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotaccent.glif index efaeb89d5..257fbe711 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotaccent.glif @@ -6,17 +6,17 @@ Idotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotbelow.glif index 5e87a90d4..64877f718 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotbelow.glif @@ -2,18 +2,18 @@ - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_grave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_grave.glif index d0caa2850..3ffb1ac59 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_grave.glif @@ -6,17 +6,17 @@ Igrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_hookabove.glif index 8283cd0f7..153e6ac11 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_hookabove.glif @@ -3,17 +3,17 @@ - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_invertedbreve.glif index 77bbaa31e..cdab76604 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_invertedbreve.glif @@ -3,17 +3,17 @@ - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_macron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_macron.glif index 04d04a7cb..a751a9824 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_macron.glif @@ -6,17 +6,17 @@ Imacron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_ogonek.glif index b1e47d3d7..1807d1b0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_ogonek.glif @@ -6,12 +6,12 @@ Iogonek - + - + @@ -20,7 +20,7 @@ Iogonek 1 1 3 2 2 1 0 3 2 74 4 1 3 0 0 3 0 95 0 1 1 17 75 0 2 2 18 2 76 0 0 0 24 0 23 17 24 36 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_tilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_tilde.glif index 97eaf17f0..827415bac 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/I_tilde.glif @@ -6,17 +6,17 @@ Itilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/J_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/J_.glif index 802c6e519..ad8bfa80d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/J_.glif @@ -10,20 +10,20 @@ J - + - - - - - + + + + + - - - - + + + + - + @@ -33,7 +33,7 @@ J 8 1 0 71 1 1 0 0 17 0 76 0 0 0 16 0 16 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/J_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/J_circumflex.glif index b70826040..f8ca868bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/J_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/J_circumflex.glif @@ -1,20 +1,20 @@ - + Jcircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/K_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/K_.glif index 6eea3810e..64f4fd41a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/K_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/K_.glif @@ -11,15 +11,15 @@ K - + - - + + - + @@ -38,7 +38,7 @@ K 24 21 15 1 4 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 25 23 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/K_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/K_commaaccent.glif index d31cd6dfd..775801dd6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/K_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/K_commaaccent.glif @@ -1,20 +1,20 @@ - + Kcommaaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_.glif index ecb3dd4f0..a0da0e818 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_.glif @@ -1,20 +1,20 @@ - + L - - + + - - + + @@ -26,7 +26,7 @@ L 3 1 2 2 17 75 0 0 0 1 89 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif index 612d7d9d3..4c5a6ffd1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif @@ -1,21 +1,21 @@ - + - - - + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_acute.glif index effa0c731..14435d456 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_acute.glif @@ -1,22 +1,22 @@ - + Lacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_caron.glif index b28c6527a..6efb25598 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_caron.glif @@ -5,22 +5,22 @@ Lcaron - - + + - + - - + + - - + + @@ -35,7 +35,7 @@ Lcaron com.schriftgestaltung.Glyphs.glyph.leftMetricsKey L com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:24 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_commaaccent.glif index f58373da6..c86852787 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_commaaccent.glif @@ -1,22 +1,22 @@ - + Lcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif index 7ea12b2ec..7546a175b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif @@ -5,8 +5,8 @@ Ldot - - + + @@ -16,7 +16,7 @@ Ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dotbelow.glif index bbed33256..a10118a81 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dotbelow.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_j.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_j.glif index 3e1a4c592..7d9fd7216 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_j.glif @@ -2,20 +2,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_linebelow.glif index 77e05c085..5fe77b582 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_linebelow.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_slash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_slash.glif index 725c104be..023272e61 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/L_slash.glif @@ -7,19 +7,19 @@ Lslash - + - - + + - + - - + + @@ -30,7 +30,7 @@ Lslash 10 9 4 3 4 2 1 1 74 0 1 1 17 75 3 1 2 2 0 89 0 0 0 18 0 76 0 0 0 13 0 13 21 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_.glif index c8f812951..57fab0295 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_.glif @@ -11,8 +11,8 @@ M - - + + @@ -23,7 +23,7 @@ M - + @@ -37,7 +37,7 @@ M 14 9 2 3 1 0 1 74 12 1 1 71 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 18 0 18 25 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotaccent.glif index 84ce8f824..15ade9d56 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotbelow.glif index 88d781c74..14f0a5180 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotbelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_.glif index f3c212bac..ce32dfe7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_.glif @@ -10,18 +10,18 @@ N - + - + - + - + - - + + @@ -32,7 +32,7 @@ N 9 2 2 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif index a5fef3f75..3827d3900 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif @@ -1,19 +1,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_acute.glif index 2b2edf5a4..b56fe174a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_acute.glif @@ -1,20 +1,20 @@ - + Nacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_caron.glif index 6ae87c7b1..2a5e6da29 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_caron.glif @@ -1,20 +1,20 @@ - + Ncaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_commaaccent.glif index c553abd7f..600d1f3b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_commaaccent.glif @@ -1,20 +1,20 @@ - + Ncommaaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotaccent.glif index 6da1e44a2..46438b2f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotbelow.glif index f8d6ae89c..ca85d9d18 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotbelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_j.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_j.glif index 0482b66bf..50e7b1dd1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_j.glif @@ -1,19 +1,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_linebelow.glif index 66446f295..36885ab1a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_linebelow.glif @@ -1,17 +1,17 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_tilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_tilde.glif index eb32b6a99..592a0b5d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/N_tilde.glif @@ -1,20 +1,20 @@ - + Ntilde - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_.glif index 11faaf464..104dc1e7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_.glif @@ -27,18 +27,18 @@ O - - + + - + - + @@ -48,7 +48,7 @@ O 0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 37 37 38 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:29:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif index 941086962..12991b0fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif @@ -13,8 +13,8 @@ OE - - + + @@ -28,7 +28,7 @@ OE - + @@ -40,18 +40,18 @@ OE - - + + - + - + @@ -128,7 +128,7 @@ NPUSHB[ ] /* 24 values pushed */ 27 27 0 0 27 39 27 38 33 31 0 26 0 26 19 38 35 17 17 17 17 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_acute.glif index 58e0c959f..c2cf5c91c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_acute.glif @@ -1,6 +1,6 @@ - + Oacute @@ -8,17 +8,17 @@ Oacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_breve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_breve.glif index 187f06701..13d4d02d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_breve.glif @@ -1,6 +1,6 @@ - + Obreve @@ -8,17 +8,17 @@ Obreve - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_caron.glif index ec63fe6d2..d4c4074cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_caron.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflex.glif index e4c549617..3ec3deb9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflex.glif @@ -1,6 +1,6 @@ - + Ocircumflex @@ -8,17 +8,17 @@ Ocircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexacute.glif index 8ecfbf1be..7f76a388e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexacute.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexdotbelow.glif index 5b3d8195b..a06cfac9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexdotbelow.glif @@ -1,22 +1,22 @@ - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexgrave.glif index 3a7f21f21..94585c769 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexgrave.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexhookabove.glif index 121039a92..1622fdc6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexhookabove.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflextilde.glif index e0dae84b5..ab7a88cdf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflextilde.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dblgrave.glif index 73dddd3cb..125ba1f37 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dblgrave.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresis.glif index 00e0e753a..a2d738557 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresis.glif @@ -1,6 +1,6 @@ - + Odieresis @@ -8,17 +8,17 @@ Odieresis - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresismacron.glif index cb41958d8..511df289b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresismacron.glif @@ -1,22 +1,22 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotaccentmacron.glif index 170840e64..6f5dbbcdc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotaccentmacron.glif @@ -1,22 +1,22 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotbelow.glif index e23ed2cdc..0c1191743 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotbelow.glif @@ -1,8 +1,8 @@ - + - + @@ -10,12 +10,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_grave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_grave.glif index 3f3758ade..f8cd01e2e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_grave.glif @@ -1,6 +1,6 @@ - + Ograve @@ -8,17 +8,17 @@ Ograve - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif index 071e6e23e..6e7fb3829 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif @@ -10,7 +10,7 @@ uni2126 - + @@ -26,7 +26,7 @@ uni2126 - + @@ -36,9 +36,9 @@ uni2126 - - - + + + @@ -48,7 +48,7 @@ uni2126 34 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hookabove.glif index 9e478fef5..70fe4c65e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hookabove.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif index 733d70a88..c2e419d6f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:51:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornacute.glif index 5e4f2b95a..e03ba9fd7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornacute.glif @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horndotbelow.glif index 663cfe8ea..6e7d4d3ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horndotbelow.glif @@ -1,8 +1,8 @@ - + - + @@ -10,12 +10,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horngrave.glif index 337d7009c..2fcade10d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horngrave.glif @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornhookabove.glif index 4db113014..b83b1d814 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornhookabove.glif @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horntilde.glif index b3eb2c60b..669e812b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horntilde.glif @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hungarumlaut.glif index 52e0a4b55..1ca1cb5e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hungarumlaut.glif @@ -1,6 +1,6 @@ - + Ohungarumlaut @@ -8,17 +8,17 @@ Ohungarumlaut - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_invertedbreve.glif index d911e1547..9e06a422a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_invertedbreve.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macron.glif index b460513c2..89a28eb55 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macron.glif @@ -1,6 +1,6 @@ - + Omacron @@ -8,17 +8,17 @@ Omacron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macronacute.glif index f1d527875..1f968a2e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macronacute.glif @@ -1,22 +1,22 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macrongrave.glif index 1555729b0..d16d1284f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macrongrave.glif @@ -1,22 +1,22 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif index b13ff8aa7..e83720c90 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif @@ -12,7 +12,7 @@ uni03A9 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_ogonek.glif index c74d1c478..5899042cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_ogonek.glif @@ -1,6 +1,6 @@ - + @@ -10,12 +10,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slash.glif index 09de2da05..a1029749c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slash.glif @@ -8,9 +8,9 @@ Oslash - - - + + + @@ -29,20 +29,20 @@ Oslash - + - + - - + + - - - + + + @@ -50,15 +50,15 @@ Oslash - - - + + + - + @@ -77,7 +77,7 @@ Oslash 21 1 2 1 40 39 31 30 24 12 9 7 3 2 2 74 23 22 2 1 72 11 10 2 0 71 4 1 2 2 1 91 0 1 1 25 75 5 1 3 3 0 91 0 0 0 26 0 76 34 34 25 25 34 42 34 41 25 33 25 32 43 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slashacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slashacute.glif index 865b8637e..b6ade6c30 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slashacute.glif @@ -1,6 +1,6 @@ - + Oslashacute @@ -13,7 +13,7 @@ Oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tilde.glif index e58604ca4..1aaaa6883 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tilde.glif @@ -1,6 +1,6 @@ - + Otilde @@ -8,17 +8,17 @@ Otilde - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildeacute.glif index 2691cb9e2..3f880e3f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildeacute.glif @@ -1,22 +1,22 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildedieresis.glif index 22acda64a..e6dc1ae46 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildedieresis.glif @@ -1,22 +1,22 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildemacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildemacron.glif index bc951a901..d6f257bec 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildemacron.glif @@ -1,22 +1,22 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/P_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/P_.glif index d58bc5d69..e7bbb9c19 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/P_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/P_.glif @@ -1,6 +1,6 @@ - + P @@ -12,16 +12,16 @@ P - + - + - - + + @@ -65,7 +65,7 @@ NPUSHB[ ] /* 23 values pushed */ 17 17 1 0 17 28 17 27 23 21 15 14 12 10 5 3 0 16 1 16 8 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/P_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/P_dotaccent.glif index d39f2c645..3712fb96d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/P_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/P_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Q_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Q_.glif index b688c5425..bacf1b49c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Q_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Q_.glif @@ -23,16 +23,16 @@ Q - - - - - + + + + + - - + + - + @@ -43,7 +43,7 @@ Q 31 1 2 4 5 1 0 2 6 1 1 0 3 74 0 0 0 1 0 1 95 0 5 5 3 91 0 3 3 25 75 0 4 4 2 91 0 2 2 26 2 76 37 41 38 21 37 33 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_.glif index 8c49f304b..b7ff688bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_.glif @@ -9,44 +9,44 @@ R - + - + - + - + - - + + - + - + - - + + - + @@ -73,7 +73,7 @@ NPUSHB[ ] /* 15 values pushed */ 29 29 29 41 29 38 43 34 33 17 36 22 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_acute.glif index b7ca28f88..733ef96c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_acute.glif @@ -1,20 +1,20 @@ - + Racute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_caron.glif index b38561993..22e1f0203 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_caron.glif @@ -1,20 +1,20 @@ - + Rcaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_commaaccent.glif index 58a393e31..fd83721e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_commaaccent.glif @@ -1,20 +1,20 @@ - + Rcommaaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dblgrave.glif index d9c55d606..92aaf3b5a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dblgrave.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dotbelow.glif index 915c6460a..46e25984d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dotbelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_invertedbreve.glif index fdb8c7702..f3957291e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_invertedbreve.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_linebelow.glif index 5ef2f4d9b..ec4e1489e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/R_linebelow.glif @@ -1,17 +1,17 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_.glif index fdb806924..e940172bd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_.glif @@ -18,14 +18,14 @@ S - - - + + + - + @@ -34,18 +34,18 @@ S - + - - - - - + + + + + - - + + @@ -56,7 +56,7 @@ S 20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 36 45 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acute.glif index 21bf85a1f..4e2420868 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acute.glif @@ -6,15 +6,15 @@ Sacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acutedotaccent.glif index 06a43d08c..2ed6bcf8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acutedotaccent.glif @@ -3,16 +3,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_caron.glif index e4ce201d2..f4f0ed48e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_caron.glif @@ -6,15 +6,15 @@ Scaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_carondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_carondotaccent.glif index b8e5b4050..f5fc4456a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_carondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_carondotaccent.glif @@ -3,16 +3,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_cedilla.glif index 2509fb9f9..a521ef1b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_cedilla.glif @@ -9,7 +9,7 @@ Scedilla - + @@ -31,7 +31,7 @@ NPUSHB[ ] /* 19 values pushed */ 0 0 0 59 0 58 54 52 39 37 30 29 26 24 20 18 7 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif index dd72e0e4f..7096933a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif @@ -21,25 +21,25 @@ - + - + - - + + - - + + - - - + + + @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:28:51 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_circumflex.glif index 79118cd28..e1642ee86 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_circumflex.glif @@ -6,15 +6,15 @@ Scircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_commaaccent.glif index 551580e7c..8c6f365ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_commaaccent.glif @@ -5,16 +5,16 @@ Scommaaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotaccent.glif index a620b0ca3..a79aadf53 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotaccent.glif @@ -3,15 +3,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelow.glif index e68f1c3f4..15e221f88 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelow.glif @@ -2,16 +2,16 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelowdotaccent.glif index d9d50868a..51c9a24a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelowdotaccent.glif @@ -2,17 +2,17 @@ - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_.glif index 781847ed6..876fb7091 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_.glif @@ -10,7 +10,7 @@ T - + @@ -27,7 +27,7 @@ T 4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif index 2cff112ab..6ac176be7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif @@ -9,7 +9,7 @@ Tbar - + @@ -32,7 +32,7 @@ Tbar 4 1 0 3 1 1 2 0 1 97 8 7 2 5 5 6 89 0 6 6 17 75 0 2 2 18 2 76 0 0 0 15 0 15 17 17 17 17 17 17 17 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_caron.glif index f8ad58463..d390b610f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_caron.glif @@ -1,21 +1,21 @@ - + Tcaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_cedilla.glif index b94aaad66..b1cfdf0e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_cedilla.glif @@ -1,18 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_commaaccent.glif index 71a21cbfb..84462f85d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_commaaccent.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotaccent.glif index adeed1b3b..344fbe880 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotaccent.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotbelow.glif index 7518b5aca..4f6b37f62 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotbelow.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif index cb3bbeef9..6256fec91 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif @@ -7,11 +7,11 @@ Thorn - + - - - + + + @@ -21,18 +21,18 @@ Thorn - + - - - + + + - - - + + + @@ -64,7 +64,7 @@ NPUSHB[ ] /* 10 values pushed */ 37 36 34 17 17 18 34 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_linebelow.glif index e58f85743..2c4da80f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/T_linebelow.glif @@ -1,18 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_.glif index e15647c71..3b1c5ae33 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_.glif @@ -21,18 +21,18 @@ U - + - - + + - + @@ -47,7 +47,7 @@ U 2 1 0 0 17 75 0 1 1 3 91 0 3 3 26 3 76 36 20 37 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_acute.glif index 85e1c292b..84f8743ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_acute.glif @@ -1,22 +1,22 @@ - + Uacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_breve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_breve.glif index f4e556b71..ce33e492a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_breve.glif @@ -1,22 +1,22 @@ - + Ubreve - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_caron.glif index 8e50193b2..b98c12156 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_caron.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_circumflex.glif index 904df13ec..159a12963 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_circumflex.glif @@ -1,22 +1,22 @@ - + Ucircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dblgrave.glif index 85adaa7f6..f781cd4a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dblgrave.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresis.glif index 373df153f..e04428190 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresis.glif @@ -1,22 +1,22 @@ - + Udieresis - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisacute.glif index 482c03aff..cd9dc86b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisacute.glif @@ -1,20 +1,20 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresiscaron.glif index 318eca76a..6f2072f76 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresiscaron.glif @@ -1,20 +1,20 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:41 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisgrave.glif index 8871bedeb..6ca2a4f84 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisgrave.glif @@ -1,20 +1,20 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresismacron.glif index 76c07a625..bd149b2ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresismacron.glif @@ -1,20 +1,20 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dotbelow.glif index 9d1f21ccd..b91b9f854 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dotbelow.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_grave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_grave.glif index b68997cd6..3cd516b8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_grave.glif @@ -1,22 +1,22 @@ - + Ugrave - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hookabove.glif index b3cee0219..b33186764 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hookabove.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif index 5b52ba26d..c7ef338fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornacute.glif index 87ab22689..ba2dbff3f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornacute.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horndotbelow.glif index 6c11748f8..fb7425414 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horndotbelow.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horngrave.glif index a58eab49b..52c973224 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horngrave.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornhookabove.glif index fa801592b..a825821c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornhookabove.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horntilde.glif index 7c29c88bd..fd44d9eb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horntilde.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hungarumlaut.glif index 33f8ff38a..6e09364fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hungarumlaut.glif @@ -1,22 +1,22 @@ - + Uhungarumlaut - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_invertedbreve.glif index 0f4da8813..8b54cf439 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_invertedbreve.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macron.glif index b6543d108..77914bf7d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macron.glif @@ -1,22 +1,22 @@ - + Umacron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macrondieresis.glif index e95ab67f4..874e1dfd6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macrondieresis.glif @@ -1,20 +1,20 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ogonek.glif index 208e37754..a6a46f03f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ogonek.glif @@ -1,6 +1,6 @@ - + Uogonek @@ -11,7 +11,7 @@ Uogonek - + @@ -20,7 +20,7 @@ Uogonek 23 1 2 4 12 1 0 2 13 1 1 0 3 74 0 0 0 1 0 1 95 6 5 2 3 3 17 75 0 4 4 2 91 0 2 2 26 2 76 0 0 0 43 0 43 37 21 39 36 41 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif index dd61bd9e6..c69a47022 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif @@ -1,22 +1,22 @@ - + Uring - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tilde.glif index 594975d43..b43519f43 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tilde.glif @@ -1,22 +1,22 @@ - + Utilde - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tildeacute.glif index 46d739b07..700b27b30 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tildeacute.glif @@ -1,20 +1,20 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/V_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/V_.glif index 5f9bccb87..1a032ee6e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/V_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/V_.glif @@ -10,12 +10,12 @@ V - + - + - + @@ -27,7 +27,7 @@ V 2 1 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_.glif index f115f6e67..4d4f1de03 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_.glif @@ -9,26 +9,26 @@ W - - + + - + - - + + - + - + - + @@ -38,7 +38,7 @@ W 17 11 4 3 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_acute.glif index 3a10e5a48..b094c203d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_acute.glif @@ -1,20 +1,20 @@ - + Wacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_circumflex.glif index a94b6c890..efe0b8382 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_circumflex.glif @@ -1,20 +1,20 @@ - + Wcircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_dieresis.glif index 160f93683..75b004644 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_dieresis.glif @@ -1,20 +1,20 @@ - + Wdieresis - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_grave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_grave.glif index 8265177b0..7487dbea3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/W_grave.glif @@ -1,20 +1,20 @@ - + Wgrave - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/X_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/X_.glif index 0799883e9..a1de2ef85 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/X_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/X_.glif @@ -10,16 +10,16 @@ X - - + + - + - + @@ -30,7 +30,7 @@ X 11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_.glif index 1e296a49d..8b11cb368 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_.glif @@ -10,14 +10,14 @@ Y - + - - - + + + @@ -30,7 +30,7 @@ Y 10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_acute.glif index 03bcc2659..00566d536 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_acute.glif @@ -1,21 +1,21 @@ - + Yacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_circumflex.glif index 7024934f9..011d8711a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_circumflex.glif @@ -1,21 +1,21 @@ - + Ycircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dieresis.glif index 6e245d24f..005a627b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dieresis.glif @@ -1,21 +1,21 @@ - + Ydieresis - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotaccent.glif index f11353dbd..36b2482ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotaccent.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotbelow.glif index 850250656..7ad50f130 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotbelow.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_grave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_grave.glif index 0af50e47a..595e025d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_grave.glif @@ -1,21 +1,21 @@ - + Ygrave - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_hookabove.glif index 4d106fcbf..15f0a124f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_hookabove.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_macron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_macron.glif index 604737a53..e62200039 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_macron.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_tilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_tilde.glif index d568e1ccc..3b4b63538 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_tilde.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_.glif index be124947e..df9be90ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_.glif @@ -10,18 +10,18 @@ Z - + - - + + - - - + + + @@ -31,7 +31,7 @@ Z 0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_acute.glif index 16a7b57f9..d0ad70e21 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_acute.glif @@ -7,15 +7,15 @@ Zacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_caron.glif index bdb2a968d..ebec89abf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_caron.glif @@ -7,15 +7,15 @@ Zcaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotaccent.glif index 78d294de9..41788daed 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotaccent.glif @@ -7,15 +7,15 @@ Zdotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotbelow.glif index 330b8418b..049191278 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/_notdef.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/_notdef.glif index d5f6adf42..f247fad32 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/_notdef.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/_notdef.glif @@ -33,7 +33,7 @@ 11 5 1 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/_null.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/_null.glif index c046681c8..c44fc6ff4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/_null.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/a.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/a.glif index ce1ec216b..7e98346e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/a.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/a.glif @@ -12,14 +12,14 @@ a - - + + - + @@ -28,8 +28,8 @@ a - - + + @@ -42,7 +42,7 @@ a - + @@ -66,7 +66,7 @@ NPUSHB[ ] /* 13 values pushed */ 18 18 18 33 18 32 42 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:24 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif index d0d7be6c6..8c25f657c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif @@ -5,13 +5,13 @@ A - + - + - + @@ -19,7 +19,7 @@ A - + @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:30:33 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.glif index 30c8d01c8..1fe26c48b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.glif @@ -1,21 +1,21 @@ - + aacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.sc.glif index b9f77a873..80b56f2bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.glif index d0bfeec10..eacc72b21 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.glif @@ -1,21 +1,21 @@ - + abreve - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.sc.glif index c90c77e3e..75abad41a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.glif index 424a9dd91..2ec72e85a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.sc.glif index abb238094..4e474635c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.glif index c92ea49ed..c455c0de5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.glif @@ -1,19 +1,19 @@ - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.sc.glif index ecff2b956..faeb6817b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.glif index b94403a05..8354ef9bd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.sc.glif index 1ea5cbdb5..0be20663c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.glif index f29ab2e2b..e10c5d2e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.sc.glif index 9a96d983b..89540839f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.glif index 9a3dccc79..212bf17a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.sc.glif index 76bac8814..304903684 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.glif index 1c888d48f..c76553c46 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.sc.glif index 034d109a2..7f4fb6486 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.glif index 5560dfcdd..cb94d42c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.glif @@ -1,21 +1,21 @@ - + acircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.sc.glif index b2ea0208d..830330db1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.glif index 4b01afe70..ede797f96 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.sc.glif index cafd6b417..db07d1e71 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.glif index fb1595101..003c3147b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.sc.glif index 0be9b3b68..e7f98b8b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.glif index bccb43f2e..7813b20eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.sc.glif index 395a49cac..0a10390cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.glif index d6d59a178..d9419f99e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.sc.glif index 39b99aeb6..60401245b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.glif index d3a85e06c..8e1924344 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.sc.glif index d8c0efcbf..41dad8e7d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acute.glif index 477731937..f9c1558ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acute.glif @@ -11,8 +11,8 @@ acute - - + + @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.case.glif index ae5a917f7..951427591 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.case.glif @@ -12,7 +12,7 @@ acute - + @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.glif index c6223168e..29c96b953 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.glif @@ -4,16 +4,16 @@ acute - - + + - + - + - + @@ -23,7 +23,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.glif index 512773b56..5da69a3ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.sc.glif index 3b3d166eb..48bd213f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.glif index 35c465848..6517aa6d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.glif @@ -1,21 +1,21 @@ - + adieresis - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.sc.glif index 75ea81c09..1493eb4c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.glif index 48cce13d7..e6d075861 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.sc.glif index 2c05db133..0e03d12eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.glif index 40db3bccc..41d751fed 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.glif @@ -1,35 +1,35 @@ - + ae - - + + - + - + - - + + - - - + + + - + @@ -41,11 +41,11 @@ ae - - + + - + @@ -57,14 +57,14 @@ ae - - - + + + - + - + @@ -83,7 +83,7 @@ ae 22 1 6 2 39 1 9 6 52 10 3 2 4 5 4 3 74 0 9 0 4 5 9 4 99 8 1 6 6 2 91 3 1 2 2 28 75 7 10 2 5 5 0 91 1 1 0 0 26 0 76 0 0 62 61 58 56 50 48 43 41 0 36 0 35 22 35 36 36 38 11 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif index 58f88a732..8d658a9fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif @@ -4,33 +4,33 @@ AE - + - - + + - - + + - + - + - - + + - + @@ -56,7 +56,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:48:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.glif index 621a740db..fc6bd3523 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.glif @@ -1,20 +1,20 @@ - + aeacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.sc.glif index 38fb23a23..20687fc39 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:21:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.glif index 0fd2b7620..068921b83 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.glif @@ -1,21 +1,21 @@ - + agrave - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.sc.glif index ddd7090a5..3a60130cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.glif index 8def2e482..950e3bdb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.sc.glif index 554c43c32..0934968d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.glif index df0dbebcf..1a1032083 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.sc.glif index 2228b200f..8bbd81b76 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.glif index 8888660ab..d3b508cb9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.glif @@ -1,21 +1,21 @@ - + amacron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.sc.glif index 6d7bae825..e8b269629 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ampersand.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ampersand.glif index a6cc7f4bf..232311937 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ampersand.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ampersand.glif @@ -9,25 +9,25 @@ ampersand - + - - - - - - - - - - + + + + + + + + + + - - - + + + @@ -36,37 +36,37 @@ ampersand - - + + - - + + - - + + - - - + + + - - - - + + + + - - + + @@ -74,9 +74,9 @@ ampersand - + - + @@ -100,7 +100,7 @@ ampersand 62 1 6 7 44 28 2 0 6 82 79 54 46 6 5 1 0 18 13 2 2 1 4 74 0 6 5 1 0 1 6 0 99 0 7 7 4 91 0 4 4 25 75 8 1 1 1 2 91 3 1 2 2 26 2 76 38 41 37 31 45 35 35 55 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.glif index f2023f98b..5aa000abd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.glif @@ -1,6 +1,6 @@ - + aogonek @@ -10,7 +10,7 @@ aogonek - + @@ -19,7 +19,7 @@ aogonek 28 1 4 2 44 14 2 5 4 1 1 3 1 2 1 0 3 4 74 29 1 2 72 6 1 3 0 0 3 0 95 0 4 4 2 91 0 2 2 28 75 7 1 5 5 1 91 0 1 1 26 1 76 39 39 0 0 39 54 39 53 48 46 0 38 0 37 37 43 36 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.sc.glif index 727d5e4c4..eb96769f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/apostrophemod.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/apostrophemod.glif index ee13173e6..92ce1b5b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/apostrophemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/apostrophemod.glif @@ -6,21 +6,21 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/approxequal.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/approxequal.glif index e248bafe9..01b81ce90 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/approxequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/approxequal.glif @@ -7,12 +7,12 @@ approxequal - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.glif index 9569ab58e..0b539e98a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.glif @@ -1,21 +1,21 @@ - + aring - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.sc.glif index 8487884c7..7610b784c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.glif index 7afe0b2fe..c59033226 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.glif @@ -1,19 +1,19 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.sc.glif index ce58399dd..c75ea8090 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.sc.glif @@ -1,20 +1,20 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asciicircum.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asciicircum.glif index c22a81359..742aa549c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asciicircum.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asciicircum.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asciitilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asciitilde.glif index 6b6bc41ed..8c55463e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asciitilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asciitilde.glif @@ -23,7 +23,7 @@ asciitilde - + @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asterisk.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asterisk.glif index e075b46f9..86e0c7a2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asterisk.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/asterisk.glif @@ -8,7 +8,7 @@ asterisk - + @@ -32,8 +32,8 @@ asterisk - - + + @@ -46,7 +46,7 @@ asterisk 29 28 26 21 19 18 16 14 13 11 6 4 3 1 14 1 0 1 74 0 1 1 0 89 0 0 0 19 1 76 30 24 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/at.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/at.case.glif index af0aaebbd..89d7a6858 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/at.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/at.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/at.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/at.glif index 3d5ba8962..60aeebde7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/at.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/at.glif @@ -11,14 +11,14 @@ at - - + + - - - + + + @@ -59,24 +59,24 @@ at - - - + + + - - + + - + - + @@ -117,7 +117,7 @@ NPUSHB[ ] /* 24 values pushed */ 70 70 0 0 70 83 70 82 77 75 0 69 0 68 38 38 37 43 38 40 38 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.glif index 8ca6b50fa..6a1ea56e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.glif @@ -1,21 +1,21 @@ - + atilde - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.sc.glif index a86c52c97..8dfc11cd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/b.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/b.glif index 214a5943a..6c1217647 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/b.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/b.glif @@ -5,11 +5,11 @@ b - + - + @@ -21,30 +21,30 @@ b - - - + + + - - - + + + - + - - - + + + - + @@ -56,7 +56,7 @@ b 29 14 2 4 3 10 9 2 0 4 2 74 0 1 1 19 75 0 3 3 2 91 5 1 2 2 28 75 6 1 4 4 0 91 0 0 0 26 0 76 18 18 0 0 18 32 18 31 25 23 0 17 0 16 20 37 7 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif index 0f44a591d..1817c7e57 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif @@ -9,19 +9,19 @@ B - + - - - - + + + + - + @@ -33,22 +33,22 @@ B - - + + - + - + - - + + @@ -103,7 +103,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:31:32 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.case.glif index 3c395e900..a0aedbbaf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.case.glif @@ -8,8 +8,8 @@ backslash - - + + @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.glif index 6ffe1220f..c74533e9f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.glif @@ -9,8 +9,8 @@ backslash - - + + @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bar.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bar.glif index 794c65e60..7fa65c3e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bar.glif @@ -20,7 +20,7 @@ bar 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.glif index 4eace8e8d..cea0a6867 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.glif @@ -2,16 +2,16 @@ - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.sc.glif index 93e399459..52832aecf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bitcoin.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bitcoin.glif index 63e539121..1531850c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bitcoin.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bitcoin.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/blackD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/blackD_iamond.glif index a731693e9..8d29731c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/blackD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/blackS_quare.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/blackS_quare.glif index 5e50414bd..b947d4636 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/blackS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.case.glif index bea131ade..a13d78b88 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.case.glif @@ -9,34 +9,34 @@ braceleft - - - + + + - - + + - - - + + + - + - + - - + + - - + + - - + + @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.glif index 6226de907..a9b6f76e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.glif @@ -10,34 +10,34 @@ braceleft - - - + + + - - + + - - - + + + - + - + - - + + - - + + - - + + @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.case.glif index e3b575cdf..34aad982e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.case.glif @@ -6,7 +6,7 @@ braceleft - + @@ -14,25 +14,25 @@ braceleft - - - + + + - - + + - - - + + + - + @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.glif index 6107a8685..52abe5a71 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.glif @@ -7,7 +7,7 @@ braceleft - + @@ -15,25 +15,25 @@ braceleft - - - + + + - - + + - - - + + + - + @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.case.glif index 04ae51bb7..3e75af3fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.case.glif @@ -7,13 +7,13 @@ bracketleft - - - - - - - + + + + + + + @@ -21,11 +21,11 @@ bracketleft - - - - - + + + + + @@ -36,7 +36,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.glif index aede28a8f..e1b807041 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.glif @@ -8,13 +8,13 @@ bracketleft - - - - - - - + + + + + + + @@ -22,11 +22,11 @@ bracketleft - - - - - + + + + + @@ -37,7 +37,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.case.glif index d90dca30f..b4c149a5b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.case.glif @@ -13,14 +13,14 @@ bracketright - - - - + + + + - - + + @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.glif index a59e1feab..74c0c7e2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.glif @@ -14,14 +14,14 @@ bracketright - - - - + + + + - - + + @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.case.glif index 670bd7a36..20fb39e4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.case.glif @@ -16,17 +16,17 @@ breve.cap - - - - - + + + + + - + @@ -36,7 +36,7 @@ breve.cap 15 1 1 0 1 74 2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 38 19 36 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.glif index 83f1229a0..52acd8de6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.glif @@ -17,9 +17,9 @@ breve - + - + @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.case.glif index 3a45aeaa1..3f126d665 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.case.glif @@ -5,12 +5,12 @@ - + - + @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.glif index dd4565a99..2319329c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.glif @@ -6,12 +6,12 @@ - + - + @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.case.glif index 45fa5244e..c16b3e64f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.case.glif @@ -8,7 +8,7 @@ breve - + @@ -17,10 +17,10 @@ breve - + - + @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.glif index 4629539ea..d3fefbdb7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.glif @@ -18,9 +18,9 @@ breve - + - + @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.case.glif index 714aae4fd..c2b8526b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -12,12 +12,12 @@ - - - + + + - + @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.glif index 2f979af79..21f2667ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.glif @@ -9,15 +9,15 @@ - + - - + + - + @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.case.glif index 53eace978..14edb7721 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -6,10 +6,10 @@ - + - - + + @@ -20,18 +20,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.glif index f5f62a33c..8d693b91a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.glif @@ -9,29 +9,29 @@ - + - - + + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.case.glif index e0c9f3979..b94fc2f3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -4,8 +4,8 @@ - - + + @@ -14,22 +14,22 @@ - + - - - - - - - + + + + + + + - + - - - + + + @@ -40,18 +40,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.glif index c4f43c8d9..1e21210e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -9,35 +9,35 @@ - + - - + + - + - - - - + + + + - - - + + + - - - + + + @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.case.glif index 66a230752..cec0dc2c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -18,13 +18,13 @@ - + - + - + - + @@ -40,18 +40,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.glif index e16482581..289d96129 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.glif @@ -13,8 +13,8 @@ - - + + @@ -32,17 +32,17 @@ - - + + - - - - - - + + + + + + - + @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.case.glif index c30781db7..c386efca8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.case.glif @@ -8,18 +8,18 @@ breve - + - - - + + + - + @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.glif index 7ed418570..d56100542 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.glif @@ -9,18 +9,18 @@ breve - + - + - + @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brokenbar.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brokenbar.glif index 025ba547e..d8197f60e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brokenbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/brokenbar.glif @@ -7,16 +7,16 @@ brokenbar - - - - + + + + - - - - + + + + @@ -26,7 +26,7 @@ brokenbar 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.case.glif index 95830e6f9..a0b07ed47 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.case.glif @@ -27,7 +27,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.glif index cf543bbb1..623e9b287 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.glif @@ -28,7 +28,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bulletoperator.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bulletoperator.glif index ed5c91c9b..4c1a9fb9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bulletoperator.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/bulletoperator.glif @@ -5,15 +5,15 @@ - + - - - - - + + + + + - + @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/c.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/c.glif index 4a57de40e..f1328b5ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/c.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/c.glif @@ -12,24 +12,24 @@ c - + - - - - - - - + + + + + + + - - - + + + - + @@ -50,7 +50,7 @@ c 2 1 0 3 17 16 3 3 1 0 2 74 0 0 0 3 91 4 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 27 0 26 37 37 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif index 570974463..4cfc3c7d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif @@ -11,23 +11,23 @@ C - - - + + + - + - - - - - + + + + + @@ -35,13 +35,13 @@ C - + - + @@ -65,7 +65,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.glif index 659307c54..b4b57c39f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.glif @@ -1,20 +1,20 @@ - + cacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.sc.glif index 5fee52cbe..cd8cca1ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.case.glif index bfbf6b86b..5777dee16 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.case.glif @@ -7,7 +7,7 @@ caron.cap - + @@ -23,7 +23,7 @@ caron.cap 6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.glif index 5359ff92b..179d7d3fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.glif @@ -7,13 +7,13 @@ caron - + - - - - + + + + @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.alt.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.alt.glif index 8145ad9b0..f032eaf09 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.alt.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.case.glif index a701cd38a..29eb93ddf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.case.glif @@ -12,7 +12,7 @@ caron - + @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.glif index 29e244840..2ae02e9a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.glif @@ -10,10 +10,10 @@ caron - + - - + + @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif index 5e17ec613..582704267 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif @@ -1,20 +1,20 @@ - + ccaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.sc.glif index d33409639..64dfbe823 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.glif index 1e39da4e6..828304a31 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.glif @@ -1,15 +1,15 @@ - + ccedilla - + - + @@ -31,7 +31,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 42 0 41 41 36 42 37 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:10:56 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.sc.glif index ebeb83027..b7a7fab45 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.glif index 7ef8a7091..ae22bd31f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.sc.glif index 756167f2b..a176bb24b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.glif index ddc4c5c8b..ff5b72b16 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.glif @@ -1,20 +1,20 @@ - + ccircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.sc.glif index 4dc958bf8..bb4b9a2ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.glif index be8187359..f2b509803 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.glif @@ -1,20 +1,20 @@ - + cdotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.sc.glif index e7b011ccc..1d89da774 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedi.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedi.glif index d9a2ba6c1..8b2e98297 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedi.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedi.glif @@ -10,13 +10,13 @@ uni20B5 - + - - + + - - + + @@ -29,19 +29,19 @@ uni20B5 - - - + + + - - - - - + + + + + @@ -65,7 +65,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 27 0 27 26 17 20 17 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedilla.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedilla.glif index 17f224c52..54ea36f81 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedilla.glif @@ -7,25 +7,25 @@ cedilla - + - - + + - - - + + + - - - - - - + + + + + + @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.case.glif index 65c392662..b8ef5a98f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.glif index 10509b1ed..c5f6ba265 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cent.glif index 3aeb33181..9284eea80 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/cent.glif @@ -7,23 +7,23 @@ cent - + - - + + - - - - - + + + + + - - - + + + @@ -36,9 +36,9 @@ cent - - - + + + @@ -61,7 +61,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 33 0 32 17 25 17 21 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.case.glif index 3752cd6c8..03272fc4c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.case.glif @@ -7,13 +7,13 @@ circumflex.cap - + - + @@ -23,7 +23,7 @@ circumflex.cap 6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.glif index 422848282..a8df1898f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.glif @@ -7,13 +7,13 @@ circumflex - + - + @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.case.glif index f9a7d524f..cb334be16 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.case.glif @@ -13,7 +13,7 @@ circumflex - + @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.glif index 05f0d05cb..007fcf77e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.glif @@ -14,7 +14,7 @@ circumflex - + @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.case.glif index e3cd461e8..1c7c6361d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -9,7 +9,7 @@ - + @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.glif index c45418b76..fb1307c98 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -10,7 +10,7 @@ - + @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.case.glif index 5ca2317eb..e869b1581 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -9,7 +9,7 @@ - + @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.glif index 24dcea39b..2ee671431 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -18,13 +18,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index e67c3f358..9351ea2f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -8,7 +8,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -37,14 +37,14 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 1d1fe7e45..cc3a6d1a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -4,7 +4,7 @@ - + @@ -16,24 +16,24 @@ - - + + - - - + + + - + - + - + @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 3f246ac4b..ffe0208f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -9,7 +9,7 @@ - + @@ -27,13 +27,13 @@ - - + + - - + + - + @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.glif index 3dbb20a25..0c8a77af2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -6,7 +6,7 @@ - + @@ -16,16 +16,16 @@ - + - - + + - - - - + + + + @@ -38,13 +38,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/colon.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/colon.glif index d131c13e5..4341fea69 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/colon.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/colon.glif @@ -12,7 +12,7 @@ colon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/colonsign.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/colonsign.glif index 4365e9963..99d7a21ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/colonsign.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/colonsign.glif @@ -7,22 +7,22 @@ colonmonetary - - - - - - + + + + + + - - - - - - - - + + + + + + + + @@ -44,22 +44,22 @@ colonmonetary - - + + - - - + + + - - - + + + - + - + @@ -96,7 +96,7 @@ NPUSHB[ ] /* 11 values pushed */ 33 50 26 18 49 31 18 16 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/comma.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/comma.glif index 4343bdddf..5d28d5690 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/comma.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/comma.glif @@ -13,19 +13,19 @@ comma - + - + - + - - - + + + @@ -35,7 +35,7 @@ comma 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.case.glif index 337cab25e..4e1caec8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.case.glif @@ -7,13 +7,13 @@ uni0326 - + - - - - - + + + + + @@ -21,8 +21,8 @@ uni0326 - - + + @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.glif index db9a217aa..b7947f405 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.glif @@ -10,18 +10,18 @@ uni0326 - - - - - - - - - + + + + + + + + + - - + + @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.case.glif index 49f383dc9..ff73f457d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.case.glif @@ -8,10 +8,10 @@ uni0326 - - - - + + + + @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.glif index efc0e6104..781dbdc2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.glif @@ -9,21 +9,21 @@ uni0326 - - - - - - + + + + + + - - - - - - + + + + + + @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedmod.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedmod.glif index bc2f6e1f3..c2394f600 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedmod.glif @@ -6,21 +6,21 @@ - - - - - - + + + + + + - - - - - - + + + + + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commercialM_inusS_ign.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commercialM_inusS_ign.glif index 3a1de24b2..59716bec1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/commercialM_inusS_ign.glif @@ -5,12 +5,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/copyright.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/copyright.glif index da5176546..82655d518 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/copyright.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/currency.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/currency.glif index 53712779d..f3961ce70 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/currency.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/currency.glif @@ -15,7 +15,7 @@ currency - + @@ -47,12 +47,12 @@ currency - - - - - - + + + + + + @@ -66,7 +66,7 @@ currency 29 23 2 2 1 32 20 14 2 4 3 2 11 5 2 0 3 3 74 31 30 22 21 4 1 72 13 12 4 3 4 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 20 2 76 36 36 36 51 36 50 44 42 27 25 39 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/d.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/d.glif index 6302aedfd..1b3674bd7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/d.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/d.glif @@ -33,9 +33,9 @@ d - - - + + + @@ -46,9 +46,9 @@ d - - - + + + @@ -71,7 +71,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 25 23 0 16 0 16 37 35 17 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif index 6858a61b2..dacac2b70 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif @@ -10,26 +10,26 @@ D - + - + - + - - + + - - - + + + @@ -43,8 +43,8 @@ D - - + + @@ -82,7 +82,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dagger.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dagger.glif index ec2b65a46..245ba7318 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dagger.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dagger.glif @@ -32,7 +32,7 @@ dagger 4 1 1 2 1 74 0 5 0 5 115 3 1 1 4 1 0 5 1 0 98 0 2 2 19 2 76 18 17 18 18 17 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/daggerdbl.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/daggerdbl.glif index bb30c3625..52819babe 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/daggerdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/daggerdbl.glif @@ -7,12 +7,12 @@ daggerdbl - + - + @@ -21,18 +21,18 @@ daggerdbl - + - + - + - + @@ -42,7 +42,7 @@ daggerdbl 9 1 3 4 4 1 1 2 2 74 0 9 0 9 115 5 1 3 6 1 2 1 3 2 98 7 1 1 8 1 0 9 1 0 97 0 4 4 19 4 76 24 23 17 18 17 18 18 17 18 17 16 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.case.glif index 65edca940..0c75a09d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.case.glif @@ -1,13 +1,13 @@ - - + + - + - + @@ -15,7 +15,7 @@ - + @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.glif index fdc0f2a82..06392479c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.glif @@ -6,7 +6,7 @@ - + @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif index 002b08a84..f7dfe000c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif @@ -13,12 +13,12 @@ dcaron - - - + + + - + @@ -33,7 +33,7 @@ dcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:09 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.sc.glif index 821994127..cd4a53419 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif index 28f9ac342..f7fec51a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif @@ -38,7 +38,7 @@ NPUSHB[ ] /* 18 values pushed */ 25 25 25 39 25 38 39 17 17 17 18 37 35 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.glif index 07980c9a0..198051560 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.glif @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.sc.glif index 614798070..ab6e387b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.glif index add101412..3dcf8b083 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.sc.glif index 3421aef9e..5fdae4381 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.sc.glif @@ -1,19 +1,19 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/degree.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/degree.glif index 7aa08a85d..18a85b645 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/degree.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/degree.glif @@ -10,18 +10,18 @@ degree - - + + - + - + - - + + @@ -29,18 +29,18 @@ degree - + - + - + @@ -60,7 +60,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/delta.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/delta.sc.glif index aceac89a8..41afe11cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/delta.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.case.glif index 47bd355a2..239ec050d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.case.glif @@ -8,10 +8,10 @@ dieresis.cap - - - - + + + + @@ -21,18 +21,18 @@ dieresis.cap - + - + - + @@ -42,7 +42,7 @@ dieresis.cap 2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 36 37 37 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.glif index ad163a573..10cabc0df 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.glif @@ -7,27 +7,27 @@ dieresis - + - - - + + + - - - + + + - - - + + + - + @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.case.glif index d447af053..6c8b25820 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.case.glif @@ -12,9 +12,9 @@ - - - + + + @@ -23,7 +23,7 @@ - + @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.glif index 2427fc976..a8b4c1fc4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.glif @@ -13,9 +13,9 @@ - - - + + + @@ -24,7 +24,7 @@ - + @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.case.glif index 121bc445e..9405fc9e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.case.glif @@ -5,13 +5,13 @@ - - - - - + + + + + - + @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.glif index 990bd6532..2cbf9a7b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.glif @@ -15,10 +15,10 @@ dieresis - - - - + + + + @@ -30,9 +30,9 @@ dieresis - - - + + + @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/divide.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/divide.glif index b396065be..0bbb270c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/divide.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/divide.glif @@ -13,8 +13,8 @@ divide - - + + @@ -23,12 +23,12 @@ divide - - + + - + @@ -48,7 +48,7 @@ divide 0 0 0 1 3 0 1 99 6 1 3 0 2 4 3 2 97 0 4 5 5 4 87 0 4 4 5 91 0 5 4 5 79 14 14 29 27 22 20 14 17 14 17 20 37 34 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/divisionslash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/divisionslash.glif index 4c6c0f680..3dc81c72c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/divisionslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/divisionslash.glif @@ -7,8 +7,8 @@ uni2215 - - + + @@ -20,7 +20,7 @@ uni2215 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.glif index 97b8d2498..4c85b7a35 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.glif @@ -1,6 +1,6 @@ - + @@ -8,12 +8,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.sc.glif index 1335cf93a..1ce17503f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.sc.glif @@ -1,19 +1,19 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dollar.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dollar.glif index e62976bd5..0ac3911ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dollar.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dollar.glif @@ -9,8 +9,8 @@ dollar - - + + @@ -39,17 +39,17 @@ dollar - - - + + + - - - - - + + + + + @@ -154,7 +154,7 @@ NPUSHB[ ] /* 17 values pushed */ 0 0 0 50 0 49 43 42 41 40 27 25 17 16 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dong.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dong.glif index 2d63d5b6c..bc739d80b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dong.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dong.glif @@ -9,32 +9,32 @@ dong - - - + + + - + - + - + - - - - - - + + + + + + - + @@ -50,9 +50,9 @@ dong - + - + @@ -75,7 +75,7 @@ NPUSHB[ ] /* 18 values pushed */ 48 47 46 45 42 40 35 37 38 35 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.case.glif index 65ae02792..6b609676d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.case.glif @@ -12,12 +12,12 @@ dotaccent.cap - + - - - - + + + + @@ -28,7 +28,7 @@ dotaccent.cap 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.glif index 480852c86..4b82bcd88 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.glif @@ -14,11 +14,11 @@ dotaccent - - - - - + + + + + @@ -34,7 +34,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.case.glif index 5544c9079..333d0072e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.case.glif @@ -5,23 +5,23 @@ - - - - - + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.glif index bfda5133a..52d68ffd2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.glif @@ -15,11 +15,11 @@ dotaccent - - - - - + + + + + @@ -35,7 +35,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.case.glif index 5aa7a7746..44e0dbc44 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.case.glif @@ -4,24 +4,24 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.glif index 153d5f21b..e819b239d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.glif @@ -5,24 +5,24 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/doubleprimemod.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/doubleprimemod.glif index 8fd3580c0..199005ea1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/doubleprimemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downA_rrow.glif index babaf2dd2..972689b8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -13,14 +13,14 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downB_lackT_riangle.glif index 82b84d356..aa6ed77b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downW_hiteT_riangle.glif index c547c8223..ba2ab9aeb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dram-arm.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dram-arm.glif index 0c1ea84ff..6cb17c513 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dram-arm.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dram-arm.glif @@ -2,12 +2,12 @@ - + - + @@ -16,32 +16,32 @@ - + - - - - + + + + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.glif index 440543b89..759c6016c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.glif @@ -1,22 +1,22 @@ - + - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif index af1795a4d..a7a756f8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif @@ -6,8 +6,8 @@ - - + + @@ -19,17 +19,17 @@ - - + + - - - - - - + + + + + + @@ -40,13 +40,13 @@ - - + + - + @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.glif index 9fc5d5277..aebed1687 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.glif @@ -1,22 +1,22 @@ - + - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.sc.glif index d98947f71..094bb6f68 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.sc.glif @@ -3,17 +3,17 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/e.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/e.glif index f215b1c0e..80e92f397 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/e.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/e.glif @@ -11,30 +11,30 @@ e - + - + - + - - - + + + - + - - + + - + - + @@ -43,9 +43,9 @@ e - - - + + + @@ -54,7 +54,7 @@ e - + @@ -64,7 +64,7 @@ e 16 15 2 1 0 1 74 0 5 0 0 1 5 0 99 0 4 4 3 91 6 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 36 35 32 30 0 28 0 27 38 36 22 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:14 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif index b27600535..eddd577ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif @@ -10,14 +10,14 @@ E - + - - - - + + + + - + @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.glif index 2de430087..5b0a8d4b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.glif @@ -1,21 +1,21 @@ - + eacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.sc.glif index a25865891..58c1740a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif index e2d92a1fe..af6623293 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif @@ -1,21 +1,21 @@ - + ebreve - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.sc.glif index 5e650a010..048225665 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif index 00b97c0b1..46965e395 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif @@ -1,21 +1,21 @@ - + ecaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.sc.glif index 7de3d265b..f31608657 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.glif index dcc39d3f7..aa31e5fff 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.glif @@ -1,19 +1,19 @@ - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.sc.glif index 320278937..d6a05ab82 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.sc.glif @@ -1,21 +1,21 @@ - - + + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.glif index 654af61ac..2f931897e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.glif @@ -1,21 +1,21 @@ - + ecircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.sc.glif index 8a8393d79..5ff9b41e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.glif index d00667805..724489f87 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.sc.glif index f3655d989..ef660c6ed 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.glif index d908f9dca..a41fc19e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.sc.glif index 2323ca7d7..d43b95bea 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -1,21 +1,21 @@ - - + + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.glif index c8398634f..8014dfd5a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.sc.glif index cb62d43d7..d20d87d0d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.glif index ffae8cbbf..ef6da8c2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.sc.glif index fb87c6847..944b94ab5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.glif index b2a652361..d5d68f9c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.sc.glif index c3c8cc9be..a09859437 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.glif index e0b919fab..c031d7724 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.sc.glif index 0eebf92a4..91a14aa48 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.glif index fb115a369..150a316bf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.glif @@ -1,21 +1,21 @@ - + edieresis - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.sc.glif index c9e4e7952..fce550b86 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.glif index f341a2868..cce6055d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.glif @@ -1,21 +1,21 @@ - + edotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.sc.glif index 3e645502a..e94b2b40f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.glif index 2d13b6c55..991996716 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.sc.glif index d6eb3c56e..9066b804c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.glif index 373dc9016..7bcc28b42 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.glif @@ -1,21 +1,21 @@ - + egrave - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.sc.glif index d785c5928..23b03dbfd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.glif index fa4051e14..b2e877887 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.sc.glif index 76725b5b3..8e541d280 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.dnom.glif index 27d4c4e9d..5d2b6d346 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.dnom.glif @@ -16,31 +16,31 @@ - - - - + + + + - + - - - - + + + + - - + + - + - - - - + + + + @@ -48,12 +48,12 @@ - - - - - - + + + + + + @@ -69,7 +69,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.glif index 1d849f723..f2627e2c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.glif @@ -4,8 +4,8 @@ - - + + @@ -16,23 +16,23 @@ - + - - - - + + + + - - - - + + + + - - - + + + @@ -41,7 +41,7 @@ - + @@ -55,13 +55,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.lf.glif index 5381283a5..cf0e4089d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.lf.glif @@ -3,8 +3,8 @@ - - + + @@ -15,23 +15,23 @@ - + - - - - + + + + - - - - + + + + - - - + + + @@ -40,7 +40,7 @@ - + @@ -54,13 +54,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.numr.glif index 135b62d81..123360033 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.osf.glif index d250d9cb9..1a30710de 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.osf.glif @@ -6,17 +6,17 @@ eight - - + + - + - - - - + + + + @@ -29,11 +29,11 @@ eight - + - - + + @@ -43,16 +43,16 @@ eight - + - - - + + + - + @@ -80,7 +80,7 @@ NPUSHB[ ] /* 12 values pushed */ 45 45 45 59 45 58 42 45 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.sc.glif index 2e879a677..179511bac 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.sc.glif @@ -3,8 +3,8 @@ - - + + @@ -15,23 +15,23 @@ - + - - - - + + + + - - - - + + + + - - - + + + @@ -40,7 +40,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tf.glif index 0887d65e0..488bb6842 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tf.glif @@ -3,8 +3,8 @@ - - + + @@ -16,22 +16,22 @@ - - - - + + + + - - - - - + + + + + - - - + + + @@ -40,7 +40,7 @@ - + @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tosf.glif index 09cefa186..40e6baf8c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tosf.glif @@ -3,8 +3,8 @@ - - + + @@ -21,33 +21,33 @@ - + - - - - + + + + - + - + - - - + + + @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eightinferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eightinferior.glif index bc132d74a..a003531ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eightinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eightinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eightsuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eightsuperior.glif index eb83a9831..e9b4ccc15 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eightsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eightsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.glif index a56991654..7f2d6b30f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.sc.glif index a2905d3ef..5090516db 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ellipsis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ellipsis.glif index 363f49032..07fd6cfbb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ellipsis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ellipsis.glif @@ -17,7 +17,7 @@ ellipsis 39 1 0 1 1 74 8 5 7 3 6 5 1 1 0 91 4 2 2 0 0 26 0 76 28 28 14 14 0 0 28 42 28 41 35 33 14 27 14 26 21 19 0 13 0 12 37 9 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.glif index d77917a30..29411cc8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.glif @@ -1,21 +1,21 @@ - + emacron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.sc.glif index 85ddad6eb..9ddbb0cfa 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.glif index 181a4153e..7f5641057 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.glif @@ -1,19 +1,19 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.sc.glif index aa6b407d1..22f13315d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.sc.glif @@ -1,21 +1,21 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.glif index 796e3af72..cbc713786 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.glif @@ -1,19 +1,19 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.sc.glif index 9d47d1ac1..35f3cc49f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.sc.glif @@ -1,21 +1,21 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.case.glif index 26371d6aa..b61d9fdcf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:35 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.glif index 3d6b5c733..8c647db11 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emptyset.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emptyset.glif index 597259909..90caa5afd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emptyset.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emquad.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emquad.glif index 271c3268d..e0b224553 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emspace.glif index d959d67dd..ac22c81e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.case.glif index 58b5c5d99..a103363aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.glif index 46a38ef27..a46ac1204 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.glif index 36d1803fd..156f05d06 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.glif @@ -15,28 +15,28 @@ eng - - - + + + - + - - + + - + - - + + @@ -68,7 +68,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 38 0 37 17 20 40 37 40 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif index fbb3aa617..5cdd39753 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif @@ -8,23 +8,23 @@ Eng - + - - - + + + - + - - - + + + - + @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/enquad.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/enquad.glif index 9d25bf1d2..2ae22e081 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/enquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/enspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/enspace.glif index 66518a7f9..8fc67863d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/enspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.glif index 196a1094a..7c2d8d16a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.glif @@ -1,6 +1,6 @@ - + eogonek @@ -10,7 +10,7 @@ eogonek - + @@ -19,7 +19,7 @@ eogonek 3 2 2 5 4 27 1 2 5 16 1 0 2 17 1 1 0 4 74 0 6 0 4 5 6 4 99 0 0 0 1 0 1 95 9 1 7 7 3 91 0 3 3 28 75 8 1 5 5 2 91 0 2 2 26 2 76 51 51 0 0 51 61 51 60 55 54 0 50 0 49 22 38 39 36 45 10 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:22 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.sc.glif index 63c9e5ef3..69dfbb6fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.sc.glif @@ -1,20 +1,20 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/equal.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/equal.glif index abb4e73ee..ab5964770 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/equal.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/equal.glif @@ -16,7 +16,7 @@ equal - + @@ -26,7 +26,7 @@ equal 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/estimated.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/estimated.glif index 5103144b7..a067d091b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/estimated.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/estimated.glif @@ -9,16 +9,16 @@ estimated - + - - - - - + + + + + - - + + @@ -42,10 +42,10 @@ estimated - - + + - + @@ -60,7 +60,7 @@ estimated 30 27 20 10 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.glif index 04f8fbf16..3a8c74346 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.glif @@ -34,7 +34,7 @@ eth - + @@ -47,9 +47,9 @@ eth - - - + + + @@ -58,10 +58,10 @@ eth - - - - + + + + @@ -71,7 +71,7 @@ eth 17 1 3 2 1 74 37 34 33 30 27 26 23 22 21 20 10 1 72 0 2 2 1 91 0 1 1 28 75 0 3 3 0 91 0 0 0 26 0 76 56 54 48 46 38 37 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif index 61d0ce051..a80426d24 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif @@ -9,14 +9,14 @@ Eth - + - + - - + + @@ -28,17 +28,17 @@ Eth - - + + - - - - - - + + + + + + @@ -49,8 +49,8 @@ Eth - - + + @@ -88,7 +88,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey d.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.glif index efa87a7c9..3bf68164b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.sc.glif index 6c06b5085..9763ed9f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/euro.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/euro.glif index 9c8a4c8c5..8f2f78420 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/euro.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/euro.glif @@ -8,15 +8,15 @@ Euro - - - - - + + + + + - + @@ -26,9 +26,9 @@ Euro - + - + @@ -60,7 +60,7 @@ Euro 39 1 11 10 40 1 0 11 17 16 2 4 3 3 74 9 1 0 8 1 1 2 0 1 97 7 1 2 6 1 3 4 2 3 97 12 1 11 11 10 91 0 10 10 25 75 0 4 4 5 91 0 5 5 26 5 76 0 0 0 43 0 42 37 35 32 31 18 17 19 37 34 17 18 17 18 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclam.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclam.glif index a0d0de9b6..5bec93665 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclam.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclam.glif @@ -13,18 +13,18 @@ exclam - - + + - - - + + + - + - + @@ -34,7 +34,7 @@ exclam 8 1 2 3 1 74 4 1 1 0 1 114 0 0 3 0 114 5 1 3 3 2 91 0 2 2 26 2 76 4 4 0 0 4 18 4 17 12 10 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdbl.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdbl.glif index d10aedf95..db3af9d0a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdbl.glif @@ -12,7 +12,7 @@ exclamdbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.case.glif index f2b0597fe..31a50696a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.case.glif @@ -23,7 +23,7 @@ exclamdown - + @@ -33,7 +33,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.glif index 80f789cc3..df1d8910b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.glif @@ -7,7 +7,7 @@ exclamdown - + @@ -34,7 +34,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.glif index 5b2c36653..f28df9494 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.glif @@ -9,15 +9,15 @@ - + - + - - + + @@ -25,12 +25,12 @@ - - - - - - + + + + + + @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:14:46 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif index bdce58145..c8199cd70 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif @@ -1,12 +1,12 @@ - + - + @@ -19,19 +19,19 @@ - + - - - - - - - - + + + + + + + + @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.glif index 36c5bcda1..9e3b88bae 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:24:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.sc.glif index 78d0eac18..7fb8eec7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.sc.glif @@ -1,12 +1,12 @@ - + - + @@ -19,28 +19,28 @@ - + - - - - - - - - + + + + + + + + - + - - + + @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:32 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f.glif index 811a7ddd2..6151aefec 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f.glif @@ -1,6 +1,6 @@ - + f @@ -9,20 +9,20 @@ f - + - - + + - + - + @@ -35,7 +35,7 @@ f - + @@ -58,7 +58,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 24 0 24 17 17 20 36 36 17 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif index 78d18b955..4ba66498a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif @@ -8,7 +8,7 @@ F - + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f.glif index 24ae090a1..763833477 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f.glif @@ -1,21 +1,21 @@ - + f_f - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif index 62c42e327..282a71e89 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif @@ -1,26 +1,26 @@ - + f_f_i - - - + + + - - + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif index 16a86caeb..45ad0d5e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif @@ -1,26 +1,26 @@ - + f_f_l - - - + + + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.glif index 0e787e654..926a56fa5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.sc.glif index 22ec90985..6db0bb603 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fi.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fi.glif index ed471e570..122ecff76 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fi.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fi.glif @@ -6,18 +6,18 @@ fi - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/figuredash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/figuredash.glif index 0acafc416..b4484d34c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/figuredash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/figurespace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/figurespace.glif index 010c1e27c..28cb0fc79 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/figurespace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/figurespace.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/firsttonechinese.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/firsttonechinese.glif index 1c32287d4..d40d4cd9b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/firsttonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/firsttonechinese.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey macroncomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.dnom.glif index c4a46449d..480bcfb0d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.dnom.glif @@ -5,37 +5,37 @@ - + - + - - + + - + - - + + - - - + + + - + @@ -50,7 +50,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.glif index 2ba2444f0..c530ec76d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.glif @@ -4,7 +4,7 @@ - + @@ -19,30 +19,30 @@ - + - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.lf.glif index 97253186e..df0e61b15 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.lf.glif @@ -3,7 +3,7 @@ - + @@ -18,30 +18,30 @@ - + - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.numr.glif index f0acb0796..db0d2f895 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.osf.glif index d258e5c6d..68abd2e89 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.osf.glif @@ -8,19 +8,19 @@ five - + - + - + - - + + - - + + @@ -32,17 +32,17 @@ five - - - + + + - - - - - + + + + + - + @@ -67,7 +67,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 32 0 31 37 35 17 17 20 37 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.sc.glif index fcbb3dd13..1edd5e867 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.sc.glif @@ -3,7 +3,7 @@ - + @@ -18,24 +18,24 @@ - + - + - - - + + + - - + + - + @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tf.glif index f973f18e8..817133a03 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tf.glif @@ -3,8 +3,8 @@ - - + + @@ -12,36 +12,36 @@ - + - - + + - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tosf.glif index 2640eb370..4306daed9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tosf.glif @@ -3,11 +3,11 @@ - + - - + + @@ -19,29 +19,29 @@ - + - + - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveeighths.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveeighths.glif index 47a95cea8..966842a4e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveeighths.glif @@ -4,13 +4,13 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveinferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveinferior.glif index 205b69119..89c567b5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesixths.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesixths.glif index f935e94aa..5fa5cdcfb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesixths.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesixths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesuperior.glif index 0ec9ddc5a..4ec41ed82 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fl.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fl.glif index 879075263..93043501d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fl.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fl.glif @@ -6,19 +6,19 @@ fl - - + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/florin.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/florin.glif index 35c60692e..9cf60b0d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/florin.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/florin.glif @@ -13,16 +13,16 @@ florin - + - + - + @@ -53,7 +53,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 24 0 24 17 17 20 36 38 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.dnom.glif index 114d03b3b..5e15e539d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.dnom.glif @@ -8,19 +8,19 @@ - - - + + + - + - - + + @@ -36,7 +36,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.glif index 9b195e559..09d7eff67 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.glif @@ -9,18 +9,18 @@ - + - - - + + + - - - - + + + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.lf.glif index b171d7e04..379387f01 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.lf.glif @@ -8,18 +8,18 @@ - + - - - + + + - - - - + + + + @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.numr.glif index bc53232b8..2149e82bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.osf.glif index d9570c143..00814a152 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.osf.glif @@ -7,23 +7,23 @@ four - - + + - - + + - + - + - + - - - + + + @@ -56,7 +56,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 17 0 17 17 17 17 19 19 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.sc.glif index 1563d309c..4a275be26 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.sc.glif @@ -8,18 +8,18 @@ - + - - - + + + - - - - + + + + @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tf.glif index 5540e2bed..fbef0a195 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tf.glif @@ -7,19 +7,19 @@ - - + + - - + + - - - + + + @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tosf.glif index 53e8d275d..04d4fffd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tosf.glif @@ -7,27 +7,27 @@ - - + + - - - + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourfifths.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourfifths.glif index 9a91e625e..0dae239f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourfifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourfifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourinferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourinferior.glif index c34bbaefb..ccd08477f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourperemspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourperemspace.glif index fa602253d..891f9f667 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/foursuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/foursuperior.glif index 548c0fc67..080a654c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/foursuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourthtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourthtonechinese.glif index 57b7b3cb7..cbd39002f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourthtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fourthtonechinese.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fraction.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fraction.glif index e61db1271..36610168d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fraction.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/fraction.glif @@ -9,7 +9,7 @@ fraction - + @@ -20,7 +20,7 @@ fraction 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:48:45 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/franc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/franc.glif index be3ae4cbf..2792861b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/franc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/franc.glif @@ -7,7 +7,7 @@ franc - + @@ -21,10 +21,10 @@ franc - - - - + + + + @@ -34,7 +34,7 @@ franc 0 4 0 3 2 4 3 97 7 1 2 8 1 1 0 2 1 97 0 5 5 6 89 0 6 6 17 75 0 0 0 18 0 76 17 17 17 17 17 17 17 17 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/g.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/g.glif index be76b5c29..eb333f397 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/g.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/g.glif @@ -10,13 +10,13 @@ g - + - - + + @@ -32,22 +32,22 @@ g - + - + - - - + + + @@ -58,9 +58,9 @@ g - - - + + + @@ -70,7 +70,7 @@ g 29 1 4 3 16 1 5 4 9 1 1 2 8 1 0 1 4 74 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 37 37 37 37 37 36 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif index 9692dd035..c8859347b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif @@ -8,22 +8,22 @@ G - + - + - - - - - + + + + + @@ -42,10 +42,10 @@ G - - - - + + + + @@ -72,7 +72,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gacute.sc.glif index 7c5bd9604..5819fc816 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gacute.sc.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif index 1ad9aae1d..c76c64af4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif @@ -1,20 +1,20 @@ - + gbreve - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.sc.glif index da228a401..9d3627517 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif index e785d7e96..935b35f86 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif @@ -1,20 +1,20 @@ - + gcaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.sc.glif index 5b550a9c9..bdc8cdd16 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.glif index ddaab2d21..5e2ece0da 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.glif @@ -1,20 +1,20 @@ - + gcircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.sc.glif index e8e90241d..728b5fa2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.glif index be7496602..036eddf81 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.glif @@ -1,15 +1,15 @@ - + gcommaaccent - + - + @@ -18,7 +18,7 @@ gcommaaccent 46 1 4 3 33 1 5 4 26 1 1 2 25 1 0 1 4 74 16 14 8 7 4 3 72 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 58 56 51 49 44 42 37 35 30 28 23 21 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.sc.glif index 04e6974fe..390b6906d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.glif index 17397eff2..099b660ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.glif @@ -1,20 +1,20 @@ - + gdotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.sc.glif index 7d4ef2df0..e02297ae0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.glif index 67cdf33f3..4aa09d873 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.glif @@ -8,32 +8,32 @@ germandbls - + - + - + - + - + - + - - - + + + - + @@ -49,13 +49,13 @@ germandbls - + - + - - + + @@ -99,7 +99,7 @@ NPUSHB[ ] /* 12 values pushed */ 57 56 52 50 34 32 27 25 34 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.sc.glif index b0d5fdc0c..4f072f805 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.sc.glif @@ -7,10 +7,10 @@ uni1E9E - - - - + + + + @@ -21,17 +21,17 @@ uni1E9E - + - + - - - + + + @@ -41,9 +41,9 @@ uni1E9E - - - + + + @@ -69,7 +69,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.glif index 97e1e5b47..fcc6f2e89 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.sc.glif index 493a22e35..46bc3fb0d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/grave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/grave.glif index 078f7395b..ec7997cc5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/grave.glif @@ -12,8 +12,8 @@ grave - - + + @@ -24,7 +24,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.case.glif index 3d227057e..58c44a8f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.case.glif @@ -10,8 +10,8 @@ grave - - + + @@ -22,7 +22,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.glif index 608912bd9..729a92d5c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.glif @@ -8,11 +8,11 @@ grave - + - - - + + + @@ -23,7 +23,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/greater.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/greater.glif index cd7a61100..5712cbbbc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/greater.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/greater.glif @@ -23,7 +23,7 @@ greater 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/greaterequal.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/greaterequal.glif index 27b7cb2ef..9d126c199 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/greaterequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/greaterequal.glif @@ -16,8 +16,8 @@ greaterequal - - + + @@ -29,7 +29,7 @@ greaterequal 9 7 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guarani.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guarani.glif index 3e930a7bc..6630d4776 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guarani.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guarani.glif @@ -10,9 +10,9 @@ uni20B2 - - - + + + @@ -20,11 +20,11 @@ uni20B2 - - - - - + + + + + @@ -43,7 +43,7 @@ uni20B2 - + @@ -77,7 +77,7 @@ NPUSHB[ ] /* 11 values pushed */ 17 24 17 22 38 34 17 24 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.case.glif index 2c38ccaa7..999a55cf9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.case.glif @@ -1,11 +1,11 @@ - + guillemotleft - + @@ -15,7 +15,7 @@ guillemotleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.glif index ba68ed132..f5c89aef8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.glif @@ -1,18 +1,18 @@ - + guillemotleft - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.case.glif index fc548e543..4cbb3b8bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.case.glif @@ -6,22 +6,22 @@ guillemotright - - - - - - - + + + + + + + - - - - - - - + + + + + + + @@ -35,7 +35,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:46 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.glif index eb37d191e..0bb76c21c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.glif @@ -1,28 +1,28 @@ - + guillemotright - - - - - - - + + + + + + + - - - - - - - + + + + + + + @@ -32,7 +32,7 @@ guillemotright 11 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.case.glif index fe6bcb897..5668c9399 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.case.glif @@ -12,7 +12,7 @@ guilsinglleft - + @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:18 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.glif index 0b2569871..4f7da4e9a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.glif @@ -13,7 +13,7 @@ guilsinglleft - + @@ -23,7 +23,7 @@ guilsinglleft 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.case.glif index fb132d21a..b218b427f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.case.glif @@ -6,13 +6,13 @@ guilsinglright - + - + - + @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:47 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.glif index c16a8f955..debbcbce1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.glif @@ -7,10 +7,10 @@ guilsinglright - + - + @@ -23,7 +23,7 @@ guilsinglright 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/h.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/h.glif index 7ac092b8d..a3011797e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/h.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/h.glif @@ -7,7 +7,7 @@ h - + @@ -21,12 +21,12 @@ h - - - + + + - - + + @@ -35,8 +35,8 @@ h - - + + @@ -47,7 +47,7 @@ h 29 1 0 1 1 74 0 3 3 19 75 0 1 1 4 91 5 1 4 4 28 75 2 1 0 0 18 0 76 0 0 0 32 0 31 17 20 41 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif index 0e70b5c5d..c06df447d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif @@ -8,16 +8,16 @@ H - - - + + + - + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hairspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hairspace.glif index a1a211e42..851ace621 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hairspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.glif index d29d65e48..918a1e842 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.glif @@ -7,7 +7,7 @@ hbar - + @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.sc.glif index 62fa0d61e..59351df31 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.sc.glif @@ -6,25 +6,25 @@ Hbar - - - - + + + + - + - + - - + + @@ -54,7 +54,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.glif index 15083d1d8..d5b62d2a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.glif @@ -2,17 +2,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.sc.glif index 3eaedbc6a..5e63e5270 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.glif index 92711cffa..2fb40f7ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.glif @@ -7,10 +7,10 @@ hcircumflex - + - + @@ -19,7 +19,7 @@ hcircumflex 33 1 3 4 35 34 32 31 28 5 5 3 37 1 0 1 3 74 0 4 3 4 114 0 3 3 19 75 0 1 1 5 91 6 1 5 5 28 75 2 1 0 0 18 0 76 0 0 0 40 0 39 18 17 20 41 24 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.sc.glif index 2c34f9a1c..b7a38a119 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hdotbelow.glif index 595e6efa3..1fefc5889 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hdotbelow.glif @@ -2,17 +2,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.case.glif index 7e610da87..9a431b725 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.case.glif @@ -6,36 +6,36 @@ - - - + + + - + - + - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.glif index 72eed87df..4ed92f312 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.glif @@ -5,7 +5,7 @@ - + @@ -15,28 +15,28 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horizontalbar.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horizontalbar.glif index 8919d8c8a..2c2361e3a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horizontalbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.case.glif index ed493d109..91728f6c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.case.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.glif index fa81f52da..031085734 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.glif @@ -3,8 +3,8 @@ - - + + @@ -15,14 +15,14 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hryvnia.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hryvnia.glif index 72e0e4fa4..9f1aa21ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hryvnia.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hryvnia.glif @@ -1,47 +1,47 @@ - + - + - - - + + + - - - - - - - - + + + + + + + + - + - + - - + + - + - + @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.case.glif index 1ffe81192..655e624a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.case.glif @@ -9,18 +9,18 @@ hungarumlaut.cap - + - + - + - + @@ -30,7 +30,7 @@ hungarumlaut.cap 11 7 5 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.glif index 82086ef3e..9d84b97ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.glif @@ -7,20 +7,20 @@ hungarumlaut - + - + - - + + - + @@ -30,7 +30,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.case.glif index 8b80fd35f..b1addf03c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.case.glif @@ -7,23 +7,23 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.glif index be32e849f..636307320 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.glif @@ -4,7 +4,7 @@ hungarumlaut - + @@ -16,12 +16,12 @@ hungarumlaut - - + + - - + + @@ -31,7 +31,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.case.glif index 2d39970c3..e4d3b79c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif index 117a44e1a..521c71014 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif @@ -8,7 +8,7 @@ hyphen - + @@ -20,7 +20,7 @@ hyphen 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphentwo.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphentwo.glif index 42121a1a9..9c5397aeb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphentwo.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif index 920f44041..73d3e4bf8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif @@ -5,16 +5,16 @@ i.cy - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif index d1de6b03a..3c28c0bac 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif @@ -5,16 +5,16 @@ i.dot - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.sc.glif index 87200a1e1..7d5911f1b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.glif index 968e0c18a..547233c2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.glif @@ -6,16 +6,16 @@ i - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif index 1a42fec9e..756b018b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif @@ -1,6 +1,6 @@ - + I @@ -10,7 +10,7 @@ I - + @@ -36,7 +36,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:27:06 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.uc.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.uc.sc.glif index ee3947a24..9ec2e32f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.uc.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/i.uc.sc.glif @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.glif index efa7c2133..1a6d3572f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.glif @@ -1,21 +1,21 @@ - + iacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.sc.glif index 5c0e204fd..556a73bdc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif index 6e28cd8c2..b1c22bcd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif @@ -1,21 +1,21 @@ - + ibreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.sc.glif index 538f30c35..bb329a2d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.glif index 4f3168e46..38a5ea87e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.sc.glif index 78777adad..efce11ae6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.glif index 5d80d5e83..d86d003f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.glif @@ -1,21 +1,21 @@ - + icircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.sc.glif index d167d4fa7..6f4070362 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.glif index 25eb5719a..673a09de5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.sc.glif index f3f98a85b..1306059ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.glif index 2d0a9e1bb..3d51bcbde 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.glif @@ -1,21 +1,21 @@ - + idieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.sc.glif index c05d629cc..f6ec2d46f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.glif index 5542c4aa5..b022c0aec 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.glif @@ -1,19 +1,19 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.sc.glif index c2776a2eb..87a1764e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.sc.glif @@ -1,21 +1,21 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.glif index 9493ba96e..04fb9f0fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.sc.glif index 39a9bf957..aa2574b50 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.glif index c98840801..8444c1dae 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.sc.glif index 2c7d41ab2..d08407b92 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.glif index 4466fa0e5..cbba67866 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.glif @@ -6,7 +6,7 @@ dotlessi - + @@ -23,7 +23,7 @@ dotlessi 2 1 1 1 20 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:09 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.sc.glif index b4ba6ed8c..e904437e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.sc.glif @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.glif index 153f1d260..ea56ccc3c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.glif @@ -1,21 +1,21 @@ - + igrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.sc.glif index 02813972a..019d366d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.glif index bf9b5f317..db4765fe5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.sc.glif index 2d48a0f13..25e73018f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.glif index 065c2701c..ac5e0bbd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.sc.glif index 530051fb0..9fe71a1e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ij.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ij.glif index 90e2b826a..a5906c25a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ij.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ij.glif @@ -6,20 +6,20 @@ ij - - + + - + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ij_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ij_acutecomb.glif index 115da18c8..beb70cf78 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ij_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ij_acutecomb.glif @@ -1,18 +1,18 @@ - + ij_acutecomb - - + + - + - - + + @@ -23,7 +23,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.glif index 24a883d16..a36953997 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.glif @@ -1,21 +1,21 @@ - + imacron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.sc.glif index 6acc4f690..2735fa7cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/increment.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/increment.glif index 285e268db..e18c68a31 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/increment.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/increment.glif @@ -7,7 +7,7 @@ uni2206 - + @@ -15,9 +15,9 @@ uni2206 - + - + @@ -27,7 +27,7 @@ uni2206 7 6 2 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/infinity.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/infinity.glif index ed4ed9e28..35d4629e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/infinity.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/infinity.glif @@ -7,30 +7,30 @@ infinity - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -39,7 +39,7 @@ infinity - + @@ -49,11 +49,11 @@ infinity - - - + + + - + @@ -68,7 +68,7 @@ infinity 49 43 38 30 24 2 3 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/integral.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/integral.glif index eb1448dee..6a838096b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/integral.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/integral.glif @@ -10,14 +10,14 @@ integral - + - + @@ -31,17 +31,17 @@ integral - + - - + + - - + + @@ -54,7 +54,7 @@ integral 34 13 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.glif index fa1818af3..a64f04858 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.glif @@ -1,17 +1,17 @@ - + iogonek - - + + - - + + @@ -20,7 +20,7 @@ iogonek 22 1 2 5 23 1 3 2 2 74 0 2 0 3 2 3 95 0 0 0 1 91 6 1 1 1 19 75 0 4 4 20 75 0 5 5 18 5 76 0 0 37 36 35 34 27 25 21 19 0 13 0 12 37 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:18 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.sc.glif index 3a379dc8e..76d6bd910 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.sc.glif @@ -1,20 +1,20 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.glif index 601af2491..4b10f78a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.glif @@ -1,21 +1,21 @@ - + itilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.sc.glif index 01f95a219..22f49de75 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/j.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/j.glif index 5f63f6c0e..a692fe063 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/j.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/j.glif @@ -9,12 +9,12 @@ j - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif index 3eac3c936..4869c5961 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif @@ -5,22 +5,22 @@ J - + - - - - - - - - + + + + + + + + - + - - + + @@ -45,7 +45,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.glif index 932997e35..74662325d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.glif @@ -1,20 +1,20 @@ - + jcircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.sc.glif index 06c7a355a..e1610c93c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.glif index 6984879a0..bce7e6350 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.glif @@ -10,20 +10,20 @@ uni0237 - + - - + + - - + + - + @@ -34,7 +34,7 @@ uni0237 8 1 1 2 7 1 0 1 2 74 3 1 2 2 20 75 0 1 1 0 91 0 0 0 22 0 76 0 0 0 16 0 16 37 35 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.sc.glif index a82e56901..5adfaaac3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.sc.glif @@ -2,22 +2,22 @@ - + - - - - - - - - + + + + + + + + - + - - + + @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/k.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/k.glif index 5bf82e164..d1e80fef4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/k.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/k.glif @@ -5,20 +5,20 @@ k - + - + - - - - + + + + @@ -34,7 +34,7 @@ k 9 6 2 0 3 1 74 4 1 1 1 19 75 0 3 3 20 75 2 1 0 0 18 0 76 0 0 17 16 8 7 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif index e271f1bb1..206e0eb1c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif @@ -8,25 +8,25 @@ K - + - - + + - - + + - - - - - + + + + + - - + + @@ -52,7 +52,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.glif index c4592e45f..c70c79432 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.glif @@ -5,16 +5,16 @@ kcommaaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.sc.glif index 26554c1ef..5eccdd966 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.glif index 54982f9a1..6684a217e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.glif @@ -8,9 +8,9 @@ kgreenlandic - - - + + + @@ -20,8 +20,8 @@ kgreenlandic - - + + @@ -32,7 +32,7 @@ kgreenlandic 10 7 2 0 1 1 74 3 4 2 1 1 20 75 2 1 0 0 18 0 76 0 0 17 16 9 8 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.sc.glif index e1041d63f..e55e4aa70 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.sc.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kip.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kip.glif index f1fe4a65a..8f1113dd2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kip.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/kip.glif @@ -6,30 +6,30 @@ - + - - + + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/l.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/l.glif index 82d3549ce..f391cc102 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/l.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/l.glif @@ -7,14 +7,14 @@ l - + - - + + - + @@ -24,7 +24,7 @@ l 2 1 1 1 19 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif index fc46b7c4b..103a5414d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif @@ -1,10 +1,10 @@ - + L - + @@ -12,9 +12,9 @@ L - - - + + + @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.glif index 0d7b9053a..8ad0f0a62 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.glif @@ -1,17 +1,17 @@ - + lacute - + - + @@ -20,7 +20,7 @@ lacute 5 4 1 3 1 72 2 1 1 1 17 75 0 0 0 18 0 76 6 6 6 9 6 9 23 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.sc.glif index 9d9b64d1f..3c67860f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.sc.glif @@ -1,20 +1,20 @@ - - + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif index 9335795d2..4283923c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif @@ -7,7 +7,7 @@ lcaron - + @@ -24,7 +24,7 @@ lcaron - + @@ -33,7 +33,7 @@ lcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:54 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.sc.glif index 871ea4df9..2dd8ad0cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.sc.glif @@ -1,20 +1,20 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.glif index f47d57113..b250fedba 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.glif @@ -1,22 +1,22 @@ - + lcommaaccent - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.sc.glif index 5e8e27155..197756e7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.sc.glif @@ -1,20 +1,20 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.glif index a4e4908bb..01f1d6b08 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.glif @@ -7,7 +7,7 @@ ldot - + @@ -16,7 +16,7 @@ ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.sc.glif index a8c0fa4a5..aba76f1c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.sc.glif @@ -1,7 +1,7 @@ - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldotbelow.glif index 6292c0f5c..01ce0a31c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ldotbelow.glif @@ -1,19 +1,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftA_rrow.glif index da71fb922..2a4ad57d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftB_lackT_riangle.glif index 4afe93e01..a8dd35a51 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftW_hiteT_riangle.glif index 9411c0a46..b51ec5163 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftanglebracket-math.glif index 826552b15..a966ca6c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/leftanglebracket-math.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:50 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/less.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/less.glif index 37f7d2554..f2dfda33e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/less.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/less.glif @@ -9,7 +9,7 @@ less - + @@ -23,7 +23,7 @@ less 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lessequal.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lessequal.glif index 99f0a0c28..f89753bda 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lessequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lessequal.glif @@ -8,16 +8,16 @@ lessequal - - + + - - + + @@ -29,7 +29,7 @@ lessequal 8 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lira.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lira.glif index 57cc9a517..e06915b15 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lira.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lira.glif @@ -9,13 +9,13 @@ lira - - + + - + @@ -24,11 +24,11 @@ lira - - - - - + + + + + @@ -52,23 +52,23 @@ lira - + - + - - - - - - - + + + + + + + @@ -91,7 +91,7 @@ NPUSHB[ ] /* 20 values pushed */ 69 68 67 65 62 60 55 53 17 17 17 23 44 38 41 17 16 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/liraT_urkish.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/liraT_urkish.glif index da6127594..1a95a5a39 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/liraT_urkish.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/liraT_urkish.glif @@ -10,7 +10,7 @@ uni20BA - + @@ -19,28 +19,28 @@ uni20BA - - - - + + + + - + - - + + - - - + + + @@ -50,7 +50,7 @@ uni20BA 13 12 7 6 3 2 6 2 0 17 16 2 3 2 2 74 0 2 0 3 0 2 3 112 0 0 0 17 75 0 3 3 1 89 0 1 1 18 1 76 19 20 41 24 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/literS_ign.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/literS_ign.glif index ade142de3..9fcdd75c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/literS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/literS_ign.glif @@ -1,47 +1,47 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.glif index 1656ce012..fffbcbe6e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.glif @@ -1,21 +1,21 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif index c747eebc6..d563db909 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif @@ -1,22 +1,22 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.glif index cca7e4d44..b0e1b4e07 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.sc.glif index fd9862777..bc31b7a07 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/logicalnot.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/logicalnot.glif index a6ffe7c37..04ff01ebc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/logicalnot.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/logicalnot.glif @@ -22,7 +22,7 @@ logicalnot 0 0 1 0 115 3 1 2 1 1 2 85 3 1 2 2 1 89 0 1 2 1 77 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lozenge.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lozenge.glif index 603e681e1..50666b849 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lozenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lozenge.glif @@ -1,30 +1,30 @@ - + lozenge - + - - + + - - - - + + + + @@ -34,7 +34,7 @@ lozenge 14 10 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.glif index 8d404fc20..0878b257a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.glif @@ -7,17 +7,17 @@ lslash - - - + + + - + - - + + @@ -28,7 +28,7 @@ lslash 11 10 6 5 4 0 6 0 1 1 74 0 1 1 19 75 0 0 0 18 0 76 21 18 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.sc.glif index 7c69b4125..8c987aa3a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.sc.glif @@ -8,17 +8,17 @@ Lslash - - + + - - + + - - + + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/m.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/m.glif index ed57fa8ab..b89a13078 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/m.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/m.glif @@ -9,10 +9,10 @@ m - - - - + + + + @@ -22,13 +22,13 @@ m - - - - - + + + + + - + @@ -39,12 +39,12 @@ m - + - - - - + + + + @@ -56,8 +56,8 @@ m - - + + @@ -86,7 +86,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 54 0 53 35 17 20 40 24 40 23 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif index 8764b11ee..373a9ea95 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif @@ -1,6 +1,6 @@ - + M @@ -12,20 +12,20 @@ M - + - + - - - + + + - - - - + + + + @@ -49,7 +49,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.case.glif index 7b2b4d3f1..56dae772d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.case.glif @@ -7,10 +7,10 @@ macron.cap - + - - + + @@ -20,7 +20,7 @@ macron.cap 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.glif index c9b4d6919..124ce9d7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.glif @@ -7,10 +7,10 @@ macron - + - + @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.case.glif index da629cf4c..f128b7c91 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.case.glif @@ -7,7 +7,7 @@ macron - + @@ -25,7 +25,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.glif index 95aedc75d..c02b2c6a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.glif @@ -8,7 +8,7 @@ macron - + @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.case.glif index ffd9ab966..c544d8f05 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.case.glif @@ -7,10 +7,10 @@ macron - + - + @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.glif index a2dc472ab..2739235b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.glif @@ -8,7 +8,7 @@ macron - + @@ -27,7 +27,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/manat.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/manat.glif index 5cb89c823..5e1a51350 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/manat.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/manat.glif @@ -4,14 +4,14 @@ - - + + - + - + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.glif index 64f627660..9295c6d56 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.sc.glif index fba304816..d071e3882 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.glif index 9c05064b4..ed4ccedca 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.sc.glif index 2b40e6a94..b2b36da13 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/micro.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/micro.glif index c9ab32d72..87ca493ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/micro.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/micro.glif @@ -7,55 +7,55 @@ uni00B5 - + - - + + - - + + - + - + - - - + + + - + - - - - - - - - - + + + + + + + + + - - + + - - - - - + + + + + @@ -87,7 +87,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 55 0 55 36 37 37 20 43 37 36 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/minus.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/minus.glif index d99562727..4b2b92e62 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/minus.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/minus.glif @@ -20,7 +20,7 @@ minus 1 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/minute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/minute.glif index 7850bde44..5292ebd12 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/minute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/minute.glif @@ -20,7 +20,7 @@ minute 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.glif index 69ec7c4ef..73ba8b99d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.glif @@ -11,7 +11,7 @@ uni03BC com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif index 0c230e0d0..ca1380dde 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/multiply.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/multiply.glif index 613fe4926..0863167dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/multiply.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/multiply.glif @@ -7,18 +7,18 @@ multiply - - - - - - - - - - - - + + + + + + + + + + + + @@ -28,7 +28,7 @@ multiply 10 4 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/n.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/n.glif index 3a016a8f2..01b4a4363 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/n.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/n.glif @@ -11,7 +11,7 @@ n - + @@ -21,23 +21,23 @@ n - - + + - - - - - + + + + + - + - + @@ -61,7 +61,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 29 17 20 40 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif index e1630ef41..e373528cb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif @@ -8,18 +8,18 @@ N - - + + - + - + - - - + + + @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.glif index 021425b16..739551ef8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.glif @@ -6,15 +6,15 @@ nacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.sc.glif index 557afa7c5..3bee33a5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/naira.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/naira.glif index 79c98576e..afded81f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/naira.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/naira.glif @@ -5,11 +5,11 @@ uni20A6 - - + + - + @@ -41,7 +41,7 @@ uni20A6 29 1 8 9 43 1 2 1 2 74 20 14 12 10 4 8 18 16 13 3 7 0 8 7 98 17 15 6 3 0 19 5 3 3 1 2 0 1 97 11 1 9 9 17 75 4 1 2 2 18 2 76 28 28 41 40 39 38 37 36 35 34 33 32 28 31 28 31 27 26 25 24 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 21 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/narrownbspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/narrownbspace.glif index 7e81de874..b816b4431 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/narrownbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nbspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nbspace.glif index 5b5f17477..f35bd2862 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif index f81c4f529..332f49ec0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif @@ -6,15 +6,15 @@ ncaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.sc.glif index a3934fba1..48b5c2855 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.glif index c97947c37..3b58250c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.glif @@ -5,16 +5,16 @@ ncommaaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.sc.glif index 19aa1cf25..f02521423 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.glif index cb4c30a84..f6fdcc94a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.glif @@ -3,15 +3,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.sc.glif index 413e1f535..ee9127975 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.glif index b5760ef7d..95c718522 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.glif @@ -2,16 +2,16 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:00 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.sc.glif index fbc54ae22..e2b0d5172 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.dnom.glif index 57b92b3f4..32beef1af 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.dnom.glif @@ -4,40 +4,40 @@ - + - - - + + + - + - - + + - - - - - - + + + + + + - - + + - + @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.glif index f95ddd6a6..50bac777d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.glif @@ -4,25 +4,25 @@ - - + + - + - - + + - - - + + + @@ -36,7 +36,7 @@ - + @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.lf.glif index 53a8d294e..c549bc74a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.lf.glif @@ -3,25 +3,25 @@ - - + + - + - - + + - - - + + + @@ -35,7 +35,7 @@ - + @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.numr.glif index ecf7ba243..70ee253f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.osf.glif index 14b2b0034..363620fe7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.osf.glif @@ -8,30 +8,30 @@ nine - + - + - - + + - + - + - + @@ -51,7 +51,7 @@ nine 22 1 3 2 1 74 17 1 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 28 2 76 23 23 23 39 23 38 33 31 38 32 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.sc.glif index a82c8b30d..b6868b1fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.sc.glif @@ -3,25 +3,25 @@ - - + + - + - - + + - - - + + + @@ -35,7 +35,7 @@ - + @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tf.glif index cb9137750..9844c2d3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tf.glif @@ -4,24 +4,24 @@ - + - - - - + + + + - + - + @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tosf.glif index 0fcfff161..365411886 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tosf.glif @@ -3,23 +3,23 @@ - - + + - - - - + + + + - + - - - + + + @@ -32,9 +32,9 @@ - - - + + + @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nineinferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nineinferior.glif index df97f91f5..361be9071 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nineinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nineinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ninesuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ninesuperior.glif index 81859e6ca..eb9d52119 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ninesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ninesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nj.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nj.glif index 913b0becc..2cd228717 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nj.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nj.glif @@ -3,17 +3,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.glif index 635860598..51b6b5cc0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.glif @@ -6,12 +6,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.sc.glif index 908ca4af6..e68803d10 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.sc.glif @@ -1,18 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/notequal.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/notequal.glif index 7e6ceb3b4..a9d374958 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/notequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/notequal.glif @@ -24,7 +24,7 @@ notequal - + @@ -36,7 +36,7 @@ notequal 15 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif index a495be526..11050e099 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif @@ -6,15 +6,15 @@ ntilde - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.sc.glif index 61be1e566..1b2aa5ddf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/numbersign.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/numbersign.glif index 15225cdf3..868e8dad7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/numbersign.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/numbersign.glif @@ -7,14 +7,14 @@ numbersign - + - - + + - - + + @@ -30,11 +30,11 @@ numbersign - + - - + + @@ -61,7 +61,7 @@ NPUSHB[ ] /* 30 values pushed */ 0 0 31 30 29 28 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 17 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/numero.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/numero.glif index 914c176d9..da5b525e3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/numero.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/numero.glif @@ -8,17 +8,17 @@ uni2116 - - + + - + - - + + @@ -46,7 +46,7 @@ uni2116 - + @@ -64,7 +64,7 @@ uni2116 51 50 40 34 26 20 8 0 4 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/o.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/o.glif index fc9e96bf8..889c1c34c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/o.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/o.glif @@ -7,7 +7,7 @@ o - + @@ -33,16 +33,16 @@ o - - - - + + + + - + @@ -53,7 +53,7 @@ o 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 14 14 0 0 14 27 14 26 21 19 0 13 0 12 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:52 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif index cf8659d86..2c0245556 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif @@ -20,24 +20,24 @@ O - - - + + + - - - + + + - + - + @@ -60,7 +60,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.glif index 5e34ce890..eaa0a8542 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.glif @@ -1,23 +1,23 @@ - + oacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.sc.glif index 58b3ff77e..f2d6554fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.glif index 4271c3937..f6cf5cfc9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.glif @@ -1,23 +1,23 @@ - + obreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.sc.glif index 7ae662665..634066856 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif index 35e90934a..281af0ace 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.sc.glif index 9e06eb8c5..42731eff2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.glif index 44d4da7a6..75db5d096 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.glif @@ -1,23 +1,23 @@ - + ocircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.sc.glif index 696c71b5f..0988d370a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.glif index 14df84db6..fab6329d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.sc.glif index 5bee8d75e..655024082 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.glif index 968740df8..bd78cb218 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.glif @@ -1,21 +1,21 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.sc.glif index cc7ad23db..5f0082c0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -1,23 +1,23 @@ - - + + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.glif index 09c1a7724..a2dc54332 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.sc.glif index c03b090a8..4b007abc7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.glif index c532ab53c..3ffee4a7e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.sc.glif index 97fd5b6b6..430274ae9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.glif index 33b992209..d60eee4af 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.sc.glif index ef89d4682..cb9a0330e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.glif index 827771f6c..462baae68 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.sc.glif index 82469e738..e10cbd97d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.glif index d9c431b04..2df6f31c8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.glif @@ -1,23 +1,23 @@ - + odieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.sc.glif index 74c70bb3b..7ee592c3f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.glif index e22602cc3..68c767650 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.glif @@ -1,21 +1,21 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.sc.glif index 4239f25af..664e3879e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.sc.glif @@ -1,23 +1,23 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.glif index 27160c020..e26c55a4d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.glif @@ -1,21 +1,21 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.sc.glif index 50f08dabf..566670a7e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.sc.glif @@ -1,23 +1,23 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.glif index 1cedf410f..dfadfc1f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.sc.glif index b79bef154..a00b49e56 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.sc.glif @@ -1,7 +1,7 @@ - - + + @@ -9,14 +9,14 @@ - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.glif index c38a94056..f927ca579 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.glif @@ -8,7 +8,7 @@ oe - + @@ -28,7 +28,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif index 85d21176a..14f4c4991 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif @@ -12,15 +12,15 @@ OE - - + + - + @@ -33,18 +33,18 @@ OE - - - + + + - + - + @@ -138,7 +138,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif index cb5214407..56f82dd4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif @@ -1,6 +1,6 @@ - + ogonek @@ -10,23 +10,23 @@ ogonek - + - - + + - - + + - - - - - + + + + + @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.case.glif index 039643353..21e14fdd7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.case.glif @@ -6,8 +6,8 @@ ogonek - - + + @@ -19,14 +19,14 @@ ogonek - - - - - - - - + + + + + + + + @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.glif index ce8eca497..99d7e9390 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.glif @@ -8,10 +8,10 @@ ogonek - + - + @@ -19,12 +19,12 @@ ogonek - - + + - - - + + + @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.glif index e2833bcae..9f6dbaa30 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.glif @@ -1,23 +1,23 @@ - + ograve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.sc.glif index bf363118c..96762513d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.glif index 4a8fefec6..c3afbb0e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.sc.glif index c27189c13..f0b3fada1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif index 4538e3225..95f6a356d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.sc.glif index 2b77f3afb..0502eace2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.sc.glif @@ -20,34 +20,34 @@ - + - - - + + + - - - + + + - + - + - + @@ -80,7 +80,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.glif index e5dcc922b..67304d8c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.sc.glif index 4b8a97ec1..f7ec5c54e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.glif index 2f0daaa1d..fed26f6e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.sc.glif index 56a1df4a7..f37f37665 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.sc.glif @@ -1,7 +1,7 @@ - - + + @@ -9,14 +9,14 @@ - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.glif index ba7d5c92b..10f9c28a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.sc.glif index 7590d2ac3..57dffad23 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.glif index 62a5cc6d9..fb1177b8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.sc.glif index 1a75f1996..39248a154 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.glif index 21ffc6a4b..d2d2c9bc4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.sc.glif index 7c7ee6518..53866e61c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.glif index ba570cce9..4621db9ed 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.glif @@ -1,23 +1,23 @@ - + ohungarumlaut - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.sc.glif index d5951d21b..dbc83313a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.glif index 9c99d4180..0c3fb6e73 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.glif @@ -1,20 +1,20 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.sc.glif index 8c6416b83..652ca55ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.glif index 57af22d9a..bc2734459 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.glif @@ -1,23 +1,23 @@ - + omacron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.sc.glif index 494e87bcb..cdb0ce57e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.glif index 82ffb254b..f982b7f84 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.glif @@ -1,21 +1,21 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.sc.glif index 849a9b9bf..6736fc3a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.sc.glif @@ -1,23 +1,23 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.glif index 287e90066..71b923389 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.glif @@ -1,21 +1,21 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.sc.glif index 3ffef0c84..c732222e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.sc.glif @@ -1,23 +1,23 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omega.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omega.sc.glif index 782028d13..e74a22f4a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omega.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/omega.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.dnom.glif index 5e30bf633..867284102 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.dnom.glif @@ -3,17 +3,17 @@ - + - + - - + + - + @@ -29,7 +29,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:03:51 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.glif index aeec51142..d01235510 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.glif @@ -8,12 +8,12 @@ - + - + @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif index df52d3d93..67f00fac2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif @@ -7,12 +7,12 @@ - + - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.numr.glif index c7a5fc2c0..ab0fb3de7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.osf.glif index 26fa17e3d..30c16ed6c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.osf.glif @@ -7,7 +7,7 @@ one - + @@ -26,7 +26,7 @@ one 8 3 2 0 72 0 0 0 18 0 76 25 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif index 2b5096e78..692175db4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif @@ -7,12 +7,12 @@ - + - + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif index ce697036c..9d514d9d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif @@ -3,28 +3,28 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tosf.glif index a4c7bc5b6..8b9c92841 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tosf.glif @@ -5,26 +5,26 @@ - - + + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneeighth.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneeighth.glif index 7923476fa..a6d5e6fb2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneeighth.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneeighth.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onefifth.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onefifth.glif index 075cade64..c2f97f72a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onefifth.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onefifth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onehalf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onehalf.glif index 3ceb60359..a1a26cd3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onehalf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onehalf.glif @@ -1,14 +1,14 @@ - + onehalf - - + + @@ -23,7 +23,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneinferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneinferior.glif index 6e6771649..3014f795e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneninth.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneninth.glif index de82e5099..bf7df07e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneninth.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneninth.glif @@ -4,8 +4,8 @@ - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onequarter.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onequarter.glif index 9439b742a..8b0e294f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onequarter.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onequarter.glif @@ -1,14 +1,14 @@ - + onequarter - - + + @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneseventh.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneseventh.glif index cc9a80175..b1f907ddd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneseventh.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oneseventh.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onesixth.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onesixth.glif index 974bb5963..8e0640199 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onesixth.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onesixth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onesuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onesuperior.glif index db3c88eab..886878be2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onetenth.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onetenth.glif index 27c2aa1b4..129acaa96 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onetenth.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onetenth.glif @@ -1,12 +1,12 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onethird.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onethird.glif index 6209881b6..4123ae428 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onethird.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/onethird.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.glif index efc041e20..f058a9f0a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:53 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.sc.glif index 5966f98a7..7697d2b14 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.sc.glif @@ -1,6 +1,6 @@ - + @@ -9,14 +9,14 @@ - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ordfeminine.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ordfeminine.glif index 642992365..a4a3d6084 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ordfeminine.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ordfeminine.glif @@ -1,6 +1,6 @@ - + ordfeminine @@ -9,7 +9,7 @@ ordfeminine - + @@ -29,21 +29,21 @@ ordfeminine - + - + - - + + - + - + @@ -53,7 +53,7 @@ ordfeminine 22 17 12 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ordmasculine.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ordmasculine.glif index 5e5c418ba..f6ba0dde5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ordmasculine.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ordmasculine.glif @@ -1,6 +1,6 @@ - + ordmasculine @@ -13,7 +13,7 @@ ordmasculine - + @@ -22,11 +22,11 @@ ordmasculine - - - - - + + + + + @@ -42,7 +42,7 @@ ordmasculine 25 17 10 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oslash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oslash.glif index 9644a8d00..a35419b76 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oslash.glif @@ -8,9 +8,9 @@ oslash - - - + + + @@ -29,21 +29,21 @@ oslash - + - - + + - - + + @@ -57,8 +57,8 @@ oslash - - + + @@ -77,7 +77,7 @@ oslash 22 19 2 2 1 38 37 29 28 11 5 3 2 8 1 0 3 3 74 21 20 2 1 72 10 9 2 0 71 4 1 2 2 1 91 0 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 32 32 23 23 32 40 32 39 23 31 23 30 41 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oslashacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oslashacute.glif index 6194e268e..a82f69f46 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oslashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/oslashacute.glif @@ -1,19 +1,19 @@ - + oslashacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.glif index 753bbad98..fed78fc0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.glif @@ -1,23 +1,23 @@ - + otilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.sc.glif index b23bac5e2..47256e110 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.sc.glif @@ -1,22 +1,22 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.glif index 68cdaea7c..879c62d80 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.glif @@ -1,21 +1,21 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.sc.glif index d07f3b28b..ef653c336 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.sc.glif @@ -1,23 +1,23 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.glif index 9e32747a9..a920bb557 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.glif @@ -1,21 +1,21 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.sc.glif index 0a7479db9..2c1acf712 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.sc.glif @@ -1,23 +1,23 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.glif index 38cc71d8a..4470c122b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.glif @@ -1,21 +1,21 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.sc.glif index 5e50c6298..81eeb8e09 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.sc.glif @@ -1,23 +1,23 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/p.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/p.glif index 9c73a27ca..2b4ee6e9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/p.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/p.glif @@ -10,11 +10,11 @@ p - - - + + + - + @@ -26,25 +26,25 @@ p - - + + - + - + - - - + + + - + @@ -69,7 +69,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 24 22 0 16 0 15 17 18 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif index 4bcfa0780..096ae7561 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif @@ -8,17 +8,17 @@ P - + - - + + - + - + - + @@ -30,9 +30,9 @@ P - - - + + + @@ -79,7 +79,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/paragraph.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/paragraph.glif index b1a1cd7bf..8dba1380a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/paragraph.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/paragraph.glif @@ -64,7 +64,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 25 0 25 17 49 22 34 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.case.glif index ef094d3ef..c73e22d97 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.case.glif @@ -8,14 +8,14 @@ parenleft - + - + @@ -29,7 +29,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.glif index 515b1a4de..6885be88d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.glif @@ -9,14 +9,14 @@ parenleft - + - + @@ -30,7 +30,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.case.glif index 3b7e7c99f..016d51692 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.case.glif @@ -7,18 +7,18 @@ parenright - + - + - - + + @@ -29,7 +29,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.glif index 63d2a7fe8..3b3253b25 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.glif @@ -8,18 +8,18 @@ parenright - + - + - - + + @@ -30,7 +30,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/partialdiff.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/partialdiff.glif index b83b96fda..663832a7d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/partialdiff.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/partialdiff.glif @@ -6,15 +6,15 @@ - + - + - + - + @@ -25,12 +25,12 @@ - - - + + + - - + + @@ -43,16 +43,16 @@ - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.glif index 323248acf..0c2a2b55d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.sc.glif index 82bcd19d2..32ef97b5b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:59 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/percent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/percent.glif index 1e7b1ac1f..589a53f0f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/percent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/percent.glif @@ -7,13 +7,13 @@ percent - - + + - + @@ -41,32 +41,32 @@ percent - - + + - + - + - - - - + + + + - - - - - - + + + + + + - + - - - + + + @@ -114,7 +114,7 @@ NPUSHB[ ] /* 34 values pushed */ 48 48 33 33 0 0 48 61 48 60 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 13 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/period.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/period.glif index 7a6812731..8ca3f389a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/period.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/period.glif @@ -10,15 +10,15 @@ period - - + + - - - - - + + + + + @@ -28,7 +28,7 @@ period 2 1 1 1 0 91 0 0 0 26 0 76 0 0 0 11 0 10 36 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.case.glif index 61fea95f2..f22e5e1ed 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.case.glif @@ -10,7 +10,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.glif index 39e01fa00..7930107d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.glif @@ -11,7 +11,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 01009a7be..b0e544f40 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/perthousand.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/perthousand.glif index d4dc89476..2abb56bf1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/perthousand.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/perthousand.glif @@ -23,12 +23,12 @@ perthousand - - - + + + - + @@ -36,65 +36,65 @@ perthousand - + - - + + - + - + - - + + - + - - - + + + - - + + - + - - - - - + + + + + - - + + - + - + - - - + + + @@ -142,7 +142,7 @@ NPUSHB[ ] /* 50 values pushed */ 77 77 63 63 48 48 33 33 0 0 77 90 77 89 84 82 63 76 63 75 70 68 48 62 48 61 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 19 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/peseta.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/peseta.glif index 2f9301683..88352bfb2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/peseta.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/peseta.glif @@ -8,21 +8,21 @@ peseta - + - - - - + + + + - - - + + + - + @@ -34,7 +34,7 @@ peseta - + @@ -44,7 +44,7 @@ peseta - + @@ -81,7 +81,7 @@ NPUSHB[ ] /* 26 values pushed */ 34 34 26 26 34 41 34 41 38 36 26 33 26 32 20 17 17 34 36 17 19 34 16 14 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/peso.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/peso.glif index c929e6d6d..a8c516d1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/peso.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/peso.glif @@ -7,13 +7,13 @@ uni20B1 - - - - - - - + + + + + + + @@ -45,22 +45,22 @@ uni20B1 - - + + - + - + - + @@ -90,7 +90,7 @@ NPUSHB[ ] /* 38 values pushed */ 43 43 32 32 43 49 43 49 46 44 42 41 39 38 32 37 32 36 34 33 31 30 29 28 27 25 34 17 18 17 18 34 17 17 16 20 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.glif index f28122f15..8ca8c6ba6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.glif @@ -10,14 +10,14 @@ pi - - + + - + @@ -25,13 +25,13 @@ pi - + - - + + @@ -43,21 +43,21 @@ pi - - - - + + + + - + - + - + @@ -67,7 +67,7 @@ pi 46 25 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif index db44855e6..c9e7d5c1d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/plus.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/plus.glif index 444955ce5..04d7bb3a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/plus.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/plus.glif @@ -7,8 +7,8 @@ plus - - + + @@ -23,7 +23,7 @@ plus - + @@ -36,7 +36,7 @@ plus 0 2 1 2 114 0 5 0 5 115 3 1 1 0 0 1 85 3 1 1 1 0 90 4 1 0 1 0 78 20 33 34 18 33 32 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/plusminus.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/plusminus.glif index 89302d06b..dfe300663 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/plusminus.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/plusminus.glif @@ -7,8 +7,8 @@ plusminus - - + + @@ -23,14 +23,14 @@ plusminus - + - - + + @@ -55,7 +55,7 @@ NPUSHB[ ] /* 16 values pushed */ 27 27 27 30 27 30 19 21 33 34 22 33 32 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/primemod.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/primemod.glif index d1ba3b10a..3f6b83d69 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/primemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/primemod.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/product.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/product.glif index fb1a85a31..8140e1785 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/product.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/product.glif @@ -8,12 +8,12 @@ product - - + + - + @@ -28,7 +28,7 @@ product 5 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/punctuationspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/punctuationspace.glif index fc59d5631..5b043d9e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/punctuationspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/q.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/q.glif index 70def8e39..3a3a3fc6c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/q.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/q.glif @@ -1,6 +1,6 @@ - + q @@ -12,8 +12,8 @@ q - - + + @@ -25,12 +25,12 @@ q - + - - - + + + @@ -38,9 +38,9 @@ q - - - + + + @@ -50,7 +50,7 @@ q 17 1 3 2 25 4 2 4 3 2 74 0 3 3 2 91 0 2 2 28 75 5 1 4 4 1 91 0 1 1 26 75 0 0 0 22 0 76 18 18 18 35 18 34 44 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif index cbd22d936..e7e5f9954 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif @@ -17,20 +17,20 @@ Q - - - - + + + + - - - + + + - - - - - + + + + + @@ -45,30 +45,30 @@ Q - + - - - + + + - - - + + + - + - + @@ -91,7 +91,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/question.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/question.glif index b30f1f863..6705db3a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/question.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/question.glif @@ -1,6 +1,6 @@ - + question @@ -33,25 +33,25 @@ question - + - - + + - + - + - + @@ -62,7 +62,7 @@ question 35 34 15 3 3 0 1 74 0 1 0 0 3 1 0 99 4 1 3 3 2 91 0 2 2 26 2 76 40 40 40 51 40 50 46 44 37 43 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.case.glif index 2539f9df7..6ac74a32c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.case.glif @@ -1,6 +1,6 @@ - + questiondown @@ -11,28 +11,28 @@ questiondown - + - - - + + + - - - - - + + + + + - - + + @@ -47,10 +47,10 @@ questiondown - - - - + + + + @@ -63,7 +63,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.glif index cddcf7688..79e535093 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.glif @@ -1,6 +1,6 @@ - + questiondown @@ -10,31 +10,31 @@ questiondown - + - + - - - - + + + + - - + + - - - - - - - + + + + + + + @@ -64,7 +64,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedbl.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedbl.glif index 90d3b1ab1..777867aab 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedbl.glif @@ -12,7 +12,7 @@ quotedbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblbase.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblbase.glif index 2db54bb98..257eefefe 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblbase.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblleft.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblleft.glif index 539c287b2..e794a6890 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblleft.glif @@ -16,7 +16,7 @@ quotedblleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblright.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblright.glif index 2978e2b76..d1bf242fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblright.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblright.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteleft.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteleft.glif index 7177b7d8f..d1dbb7b1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteleft.glif @@ -8,9 +8,9 @@ quoteleft - + - + @@ -22,7 +22,7 @@ quoteleft - + @@ -32,7 +32,7 @@ quoteleft 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotereversed.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotereversed.glif index a2ddc587d..734168214 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotereversed.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotereversed.glif @@ -11,9 +11,9 @@ quotereversed - - - + + + @@ -32,7 +32,7 @@ quotereversed 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteright.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteright.glif index 5a08fd4ef..f40172fa6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteright.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteright.glif @@ -32,7 +32,7 @@ quoteright 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesinglbase.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesinglbase.glif index 1b36b0ded..3d33f1c35 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesinglbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesinglbase.glif @@ -10,19 +10,19 @@ quotesinglbase - + - - - + + + - - - + + + @@ -32,7 +32,7 @@ quotesinglbase 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesingle.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesingle.glif index 904241306..55ef2aebb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesingle.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesingle.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 10 values pushed */ 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/r.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/r.glif index 43883c4f4..be105d1ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/r.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/r.glif @@ -5,27 +5,27 @@ r - + - - + + - - + + - + - + @@ -58,7 +58,7 @@ NPUSHB[ ] /* 12 values pushed */ 0 0 0 17 0 16 17 20 35 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif index b297bbe5f..19a5f0c00 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif @@ -8,15 +8,15 @@ R - - + + - - + + @@ -25,23 +25,23 @@ R - + - + - + - + @@ -87,7 +87,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.glif index 7fa60eb2c..01c68e4a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.glif @@ -1,20 +1,20 @@ - + racute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.sc.glif index f442550d0..796b101ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/radical.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/radical.glif index f19d5d76e..cf94c9805 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/radical.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/radical.glif @@ -8,15 +8,15 @@ radical - + - - + + - - + + @@ -26,7 +26,7 @@ radical 5 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif index f4b2df05c..f3858eedf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif @@ -1,20 +1,20 @@ - + rcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.sc.glif index 54127758e..22897fb5b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.glif index 1cf23a9be..72ce5dbb3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.glif @@ -1,20 +1,20 @@ - + rcommaaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.sc.glif index 5f8360a0c..6efa8dd8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.glif index 9f712d0ca..4a5bf645c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.sc.glif index 2fc5fc907..0089bb703 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.glif index d76d2734a..5195afe4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.sc.glif index 532e1ad6b..945c76c4c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/registered.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/registered.glif index d1f024256..623c95e02 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/registered.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/registered.glif @@ -18,8 +18,8 @@ - - + + @@ -29,7 +29,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightA_rrow.glif index 759e2124b..5b87b3c9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightB_lackT_riangle.glif index c2a1e7a92..9e4ea77eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightW_hiteT_riangle.glif index 880c6b036..a180d33c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightanglebracket-math.glif index c75443539..35d8ac9da 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rightanglebracket-math.glif @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.case.glif index f1ce25abc..3e640fc9b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.case.glif @@ -14,19 +14,19 @@ ring.cap - - - - - + + + + + - - - - - + + + + + @@ -42,7 +42,7 @@ ring.cap 22 15 9 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.glif index b669474e7..ae03f41d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.glif @@ -21,9 +21,9 @@ ring - - - + + + @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.case.glif index 259740395..377be7625 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.case.glif @@ -18,13 +18,13 @@ ring - - - + + + - + @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.glif index 30d0d3590..1382c2768 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.glif @@ -5,7 +5,7 @@ ring - + @@ -22,14 +22,14 @@ ring - - - + + + - + @@ -55,7 +55,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfleft.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfleft.glif index 2bafe9a76..b91510e4c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfleft.glif @@ -7,11 +7,11 @@ - + - + @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfright.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfright.glif index 4fec12a47..3548c139d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfright.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfright.glif @@ -13,18 +13,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.glif index 1b5f8a5a0..2ef092987 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.sc.glif index 108591b0f..16c395051 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.glif index 3314e3d0d..e062e0160 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.sc.glif index f84738d63..5c1115acc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.sc.glif @@ -1,18 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ruble.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ruble.glif index 681dfce30..885688527 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ruble.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ruble.glif @@ -1,31 +1,31 @@ - + - + - + - + - + - + - - + + @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rupeeI_ndian.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rupeeI_ndian.glif index 54572f056..86c31c3cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/rupeeI_ndian.glif @@ -9,12 +9,12 @@ uni20B9 - + - + - + @@ -22,10 +22,10 @@ uni20B9 - + - + @@ -34,10 +34,10 @@ uni20B9 - + - + @@ -46,12 +46,12 @@ uni20B9 - - - + + + - - + + @@ -62,7 +62,7 @@ uni20B9 38 10 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/s.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/s.glif index c004fcc84..18dc7b0a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/s.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/s.glif @@ -10,20 +10,20 @@ s - - - - + + + + - - + + - + - + @@ -37,15 +37,15 @@ s - - - - - - - - - + + + + + + + + + @@ -56,7 +56,7 @@ s 22 1 2 1 48 23 2 0 2 47 1 3 0 3 74 0 2 2 1 91 0 1 1 28 75 0 0 0 3 91 0 3 3 26 3 76 47 38 47 33 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif index 526f5d54c..ea2fc8fc3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif @@ -14,18 +14,18 @@ S - - - - - + + + + + - - + + @@ -33,18 +33,18 @@ S - + - + - - - - - - - - + + + + + + + + @@ -68,7 +68,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.glif index 25f04f60d..de6031421 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.glif @@ -1,20 +1,20 @@ - + sacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.sc.glif index 9f078d773..336ac006b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.sc.glif @@ -2,17 +2,17 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.glif index b6c463d5d..210b2da50 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.glif @@ -1,18 +1,18 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.sc.glif index 4b1aa0021..94382e358 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.sc.glif @@ -2,18 +2,18 @@ - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.glif index de95f73e9..bb25b7602 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.glif @@ -1,20 +1,20 @@ - + scaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.sc.glif index ba1523071..5ed847465 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.sc.glif @@ -2,17 +2,17 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.glif index 42c558df8..d17af9e52 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.glif @@ -1,18 +1,18 @@ - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.sc.glif index 2ceaa06f4..b0eecdd2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.sc.glif @@ -2,18 +2,18 @@ - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.glif index fc79c32d8..1b47f34d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.glif @@ -1,15 +1,15 @@ - + scedilla - + - + @@ -31,7 +31,7 @@ NPUSHB[ ] /* 18 values pushed */ 0 0 0 62 0 61 46 44 39 38 35 33 29 27 38 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.sc.glif index 524e5792f..9ddcb6a52 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.sc.glif @@ -1,18 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.glif index 01cf72597..f9ce53a2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.sc.glif index d8e5aad7c..bca8076b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.sc.glif @@ -22,23 +22,23 @@ - - + + - + - - - - - + + + + + - - + + @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.glif index a8ddc8b21..5d21cbbb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.glif @@ -1,20 +1,20 @@ - + scircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.sc.glif index 3df3338ef..5a1a4833c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.sc.glif @@ -2,17 +2,17 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.glif index c07bcc743..dbf0b9e92 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.glif @@ -1,20 +1,20 @@ - + scommaaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.sc.glif index 1a904885d..8e04c9899 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.sc.glif @@ -1,18 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.glif index d7fbfb4f2..95b7215d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.sc.glif index a2b8d3a4b..19c90f29c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.sc.glif @@ -2,17 +2,17 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.glif index 8eb6b51b8..89f872670 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.sc.glif index 21ded00cb..f1eca0a3d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.sc.glif @@ -1,18 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.glif index 8f9f5e67c..a4c689229 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.sc.glif index 24cf703fc..dd59c88a4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -1,19 +1,19 @@ - - + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/second.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/second.glif index 29799082b..480a400f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/second.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/second.glif @@ -12,7 +12,7 @@ second com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/secondtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/secondtonechinese.glif index badff70b5..4ce0d5bdf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/secondtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/secondtonechinese.glif @@ -5,8 +5,8 @@ - - + + @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/section.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/section.glif index e228e37f6..85ef7f39c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/section.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/section.glif @@ -14,19 +14,19 @@ - - + + - + - + @@ -35,35 +35,35 @@ - - + + - + - - - - - - - - - - + + + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/semicolon.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/semicolon.glif index ec78a59d7..81bfaf5b1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/semicolon.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/semicolon.glif @@ -12,7 +12,7 @@ semicolon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.dnom.glif index 39c7adabb..2a02de3bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.dnom.glif @@ -3,13 +3,13 @@ - + - - - + + + @@ -24,7 +24,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.glif index 5ee035f4e..9605acc16 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.glif @@ -4,19 +4,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.lf.glif index e316f263e..68fdf7d19 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.lf.glif @@ -3,19 +3,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.numr.glif index 797875e89..fd38c9982 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.osf.glif index 015ee054a..e7adb0e1d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.osf.glif @@ -10,7 +10,7 @@ seven - + @@ -22,7 +22,7 @@ seven 5 1 1 71 2 1 1 1 0 89 0 0 0 20 1 76 0 0 0 6 0 6 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.sc.glif index 033a57d3a..bd1749df6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.sc.glif @@ -3,13 +3,13 @@ - + - + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tf.glif index c9f7e0b21..02e778d9f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tf.glif @@ -3,19 +3,19 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tosf.glif index f7490af17..8a2b3f1fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tosf.glif @@ -9,13 +9,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seveneighths.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seveneighths.glif index 97b43b428..e03da7035 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seveneighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seveneighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seveninferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seveninferior.glif index 90a2c01d4..464721529 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seveninferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sevensuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sevensuperior.glif index 475895725..43554a3e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sevensuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:41 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif index e4638b84a..6108e2532 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif @@ -8,16 +8,16 @@ uni20AA - + - + - + @@ -29,25 +29,25 @@ uni20AA - - - + + + - - - - - + + + + + - - - - - + + + + + @@ -71,7 +71,7 @@ NPUSHB[ ] /* 27 values pushed */ 20 19 1 0 36 35 34 32 27 26 19 40 20 40 17 16 15 13 8 7 0 18 1 18 10 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.dnom.glif index d30ce8be1..c2a6d0296 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.dnom.glif @@ -18,26 +18,26 @@ - - - - + + + + - + - - - + + + - + @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.glif index 06eb8c8ea..2fc9f7f83 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.glif @@ -12,8 +12,8 @@ - - + + @@ -25,27 +25,27 @@ - - + + - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif index 18e7f200d..82fafb536 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif @@ -11,8 +11,8 @@ - - + + @@ -24,27 +24,27 @@ - - + + - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.numr.glif index 1590aa3e7..c491ec5af 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.osf.glif index cd42c5c7d..4ad27e37b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.osf.glif @@ -7,7 +7,7 @@ six - + @@ -21,7 +21,7 @@ six - + @@ -32,31 +32,31 @@ six - - - - + + + + - - + + - + - - + + @@ -66,7 +66,7 @@ six 4 1 3 2 1 74 22 1 0 72 0 0 0 2 3 0 2 99 4 1 3 3 1 91 0 1 1 26 1 76 23 23 23 37 23 36 45 38 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif index aee3a0b0d..760f6b38d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif @@ -11,8 +11,8 @@ - - + + @@ -24,21 +24,21 @@ - - + + - + - + - + - + @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif index 65013291a..7d62bfa1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif @@ -10,41 +10,41 @@ - - + + - - - - + + + + - - - - - - - + + + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tosf.glif index e4e810673..2f7dc6280 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tosf.glif @@ -11,25 +11,25 @@ - + - - - - + + + + - - + + - + @@ -37,14 +37,14 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixinferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixinferior.glif index 5bd885ac6..22cd38024 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixperemspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixperemspace.glif index 0ad55862e..0b0a0dd2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixsuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixsuperior.glif index 77a1ba714..7a50f47f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.case.glif index 814491c1d..2cc47b97a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.case.glif @@ -6,8 +6,8 @@ slash - - + + @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.glif index 0730e6bea..7ad814771 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.glif @@ -7,8 +7,8 @@ slash - - + + @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slashlongcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slashlongcomb.glif index 9bb683d59..92b2f4de4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slashlongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slashlongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slashshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slashshortcomb.glif index 16a7e3844..c8d797f29 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slashshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/slashshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.case.glif index f82238595..342ee7939 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.glif index e6f82fcf9..9c40dd024 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/space.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/space.glif index aa20f8963..e79d4c5f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/space.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/space.glif @@ -10,7 +10,7 @@ space com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:45:33 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sterling.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sterling.glif index b17f44fe6..58afc8f32 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sterling.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/sterling.glif @@ -10,29 +10,29 @@ sterling - - + + - - - - + + + + - + - - - - - - + + + + + + - - + + @@ -40,8 +40,8 @@ sterling - - + + @@ -52,20 +52,20 @@ sterling - + - + - + - - - - - + + + + + @@ -97,7 +97,7 @@ NPUSHB[ ] /* 14 values pushed */ 58 56 17 20 37 36 17 20 22 37 36 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/strokelongcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/strokelongcomb.glif index 8338b5282..f890e4a4a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/strokelongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/strokelongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/strokeshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/strokeshortcomb.glif index adfba4d9a..56f92cd1b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/strokeshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/strokeshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/summation.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/summation.glif index 41db53c7c..2e5c8eda3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/summation.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/summation.glif @@ -7,18 +7,18 @@ summation - + - - + + - + - - - + + + @@ -28,7 +28,7 @@ summation 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/t.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/t.glif index 264b4fa1f..c064a5018 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/t.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/t.glif @@ -7,39 +7,39 @@ t - + - - - + + + - - - - - - + + + + + + - - - + + + - + - + - - + + @@ -62,7 +62,7 @@ NPUSHB[ ] /* 10 values pushed */ 38 39 17 17 17 17 16 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif index dbccb17b3..fdb451292 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif @@ -9,12 +9,12 @@ T - + - + - + @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tbar.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tbar.glif index bdedc2877..90c4eb407 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tbar.glif @@ -7,14 +7,14 @@ tbar - + - - + + @@ -38,7 +38,7 @@ NPUSHB[ ] /* 20 values pushed */ 0 0 0 38 0 38 37 36 17 17 17 17 21 38 39 17 17 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif index a262296a8..dc842716b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif @@ -7,20 +7,20 @@ tcaron - + - + - - + + - - + + @@ -33,7 +33,7 @@ tcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:38 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.sc.glif index f8b839b82..ff83cb914 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.glif index 3b3e00b1e..c34b5930c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.glif @@ -1,19 +1,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.sc.glif index c3627b468..5a973b404 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.sc.glif @@ -1,19 +1,19 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.glif index 47b9f5dfe..678f62c1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.glif @@ -1,19 +1,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.sc.glif index 4902a82fa..fe965c8cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.sc.glif @@ -1,19 +1,19 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.glif index d3c072e24..103349b96 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.sc.glif index 79f8ec40f..bc2387362 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.glif index 2fd80141e..e6bdd0dea 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.sc.glif index 0faa21792..0f01f2d60 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.glif index 70dec31c8..ea4709f75 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.glif @@ -1,19 +1,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.sc.glif index 3a41ea491..7ae7a1c49 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.sc.glif @@ -1,19 +1,19 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tenge.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tenge.glif index acc061f78..913cba73c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tenge.glif @@ -11,12 +11,12 @@ - - + + - + @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thinspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thinspace.glif index 1e4f83b2a..942abc344 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thinspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.glif index 0422f5ac7..6d94b51be 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.glif @@ -8,12 +8,12 @@ thorn - + - + @@ -25,27 +25,27 @@ thorn - - - + + + - + - + - - - + + + - + @@ -57,7 +57,7 @@ thorn 31 16 2 5 4 8 1 0 5 2 74 0 2 2 19 75 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 91 0 0 0 26 75 0 1 1 22 1 76 20 20 0 0 20 34 20 33 27 25 0 19 0 18 18 19 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.sc.glif index b97ceb381..3632d1bd3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.sc.glif @@ -6,34 +6,34 @@ Thorn - - + + - + - + - + - + - - - + + + @@ -76,7 +76,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.dnom.glif index 73a7c846b..2849e631d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.dnom.glif @@ -29,17 +29,17 @@ - + - + - - - - - + + + + + @@ -57,7 +57,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.glif index d69d69a1d..8d383d458 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.glif @@ -9,7 +9,7 @@ - + @@ -31,17 +31,17 @@ - + - - - - - - - + + + + + + + @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.lf.glif index 3304f3cf3..00bda2650 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.lf.glif @@ -8,7 +8,7 @@ - + @@ -30,17 +30,17 @@ - + - - - - - - - + + + + + + + @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.numr.glif index 746cac5c7..64bd5f64b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.osf.glif index d75250a4f..c4026f6cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.osf.glif @@ -10,12 +10,12 @@ three - - - - + + + + - + @@ -32,20 +32,20 @@ three - - + + - - - - - - + + + + + + @@ -58,7 +58,7 @@ three 20 19 2 3 1 43 9 2 5 0 42 1 4 5 3 74 0 3 0 0 5 3 0 99 6 1 5 0 4 5 4 95 0 1 1 2 91 0 2 2 28 1 76 0 0 0 45 0 44 38 23 38 41 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.sc.glif index d6c00ba98..617f44da1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.sc.glif @@ -8,7 +8,7 @@ - + @@ -30,17 +30,17 @@ - + - - - - - - - + + + + + + + @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tf.glif index 87ee398e6..65a5eec06 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tf.glif @@ -3,8 +3,8 @@ - - + + @@ -15,40 +15,40 @@ - - - - + + + + - + - + - + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tosf.glif index 932805c60..f526ed263 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tosf.glif @@ -5,9 +5,9 @@ - - - + + + @@ -18,37 +18,37 @@ - + - - - - + + + + - + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeeighths.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeeighths.glif index 60a51499a..94adaa315 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeeighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeinferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeinferior.glif index 007d729af..1c1a2f009 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeperemspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeperemspace.glif index 0e5092e78..33246c804 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threequarters.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threequarters.glif index e3e6198de..a3e4cb098 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threequarters.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threequarters.glif @@ -1,14 +1,14 @@ - + threequarters - - + + @@ -45,7 +45,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threesuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threesuperior.glif index 9df037703..a828ff853 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/threesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.case.glif index b462aaaf1..3fe3d279c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.case.glif @@ -13,21 +13,21 @@ tilde.cap - + - - + + - - - + + + @@ -42,7 +42,7 @@ tilde.cap 14 13 2 3 0 29 28 2 2 1 2 74 0 0 0 3 1 0 3 99 0 1 2 2 1 87 0 1 1 2 91 0 2 1 2 79 36 39 36 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.glif index 1f04d19c7..517f9ba9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.glif @@ -11,7 +11,7 @@ tilde - + @@ -21,7 +21,7 @@ tilde - + @@ -50,7 +50,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.case.glif index 2f889c4c1..85b3a6fa6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.case.glif @@ -13,19 +13,19 @@ tilde - + - + - + - - + + @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.glif index 7f1a84c65..d8bb8b8b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.glif @@ -11,8 +11,8 @@ tilde - - + + @@ -21,17 +21,17 @@ tilde - - + + - + - + - + @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.glif index ddaa3031e..711d2327d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.sc.glif index 62999d64a..a554ae1f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.sc.glif @@ -1,19 +1,19 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/trademark.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/trademark.glif index 548624f47..35837f332 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/trademark.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/trademark.glif @@ -44,7 +44,7 @@ trademark 18 8 6 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif index 284709200..9c03b55ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif @@ -2,9 +2,9 @@ - - - + + + @@ -13,17 +13,17 @@ - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.dnom.glif index a9f77e2f8..6112f889b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.dnom.glif @@ -5,9 +5,9 @@ - + - + @@ -17,13 +17,13 @@ - + - - - + + + @@ -40,7 +40,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:26 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.glif index 7ff5df3e3..ebedd28c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.glif @@ -4,35 +4,35 @@ - + - + - + - + - + - + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif index 9084d600e..3a792a115 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif @@ -3,35 +3,35 @@ - + - + - + - + - + - + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.numr.glif index 5b0ffc63b..3ffb06925 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.osf.glif index aa17cac73..fa068cb4e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.osf.glif @@ -8,8 +8,8 @@ two - - + + @@ -20,7 +20,7 @@ two - + @@ -29,9 +29,9 @@ two - + - + @@ -41,7 +41,7 @@ two 10 9 2 2 0 25 1 3 2 2 74 0 0 0 1 91 0 1 1 28 75 0 2 2 3 89 0 3 3 18 3 76 17 22 38 37 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif index b8e37c63d..2c6e8dd8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif @@ -3,29 +3,29 @@ - + - + - + - + - + - + - - - - - + + + + + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif index 05216ec2b..665cc2d06 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif @@ -3,19 +3,19 @@ - + - + - + - + @@ -25,13 +25,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tosf.glif index 5fc26d815..043975822 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tosf.glif @@ -6,8 +6,8 @@ - - + + @@ -15,23 +15,23 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twofifths.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twofifths.glif index 80ada6d55..df739bb57 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twofifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twofifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twoinferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twoinferior.glif index 4e8e80a5a..2eab9166c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twoinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twoinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twosuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twosuperior.glif index eac681a61..bb25f201d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twosuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twothirds.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twothirds.glif index 7ab537f97..18ddd5667 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twothirds.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/twothirds.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/u.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/u.glif index b70e7a027..d5431e699 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/u.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/u.glif @@ -1,6 +1,6 @@ - + u @@ -8,7 +8,7 @@ u - + @@ -17,30 +17,30 @@ u - + - - - - - + + + + + - + - - + + - + @@ -63,7 +63,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 30 41 23 35 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:42 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif index 5cad337c8..85446c386 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif @@ -12,30 +12,30 @@ U - + - + - - - - + + + + - - + + - + - - - - - + + + + + @@ -59,7 +59,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.glif index c084e7c84..3a68fa0bf 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.glif @@ -1,22 +1,22 @@ - + uacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.sc.glif index 93af81328..b6e010263 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif index 49d342c8f..5678be283 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif @@ -1,22 +1,22 @@ - + ubreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.sc.glif index ffebdf443..b174b5de1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif index 9eb35ed6d..592bb5226 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.sc.glif index b628f7a40..0432b4c44 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.glif index c5275c1ac..5227189a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.glif @@ -1,22 +1,22 @@ - + ucircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.sc.glif index bd4e9a647..e8d0505ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.glif index 4ab732ae1..d0edca175 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.sc.glif index 12f59e672..3ba0e6b67 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.glif index a2d828243..93f5fb1f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.glif @@ -1,22 +1,22 @@ - + udieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.sc.glif index f6e467a9e..e24e846f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.glif index 0ecf51d63..8deaf7cc0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.glif @@ -1,20 +1,20 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.sc.glif index f022a6941..579c120cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.sc.glif @@ -1,21 +1,21 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.glif index 5b3e14f7b..9e8f83a48 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.glif @@ -1,20 +1,20 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.sc.glif index 08d93cd81..a3121c674 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.sc.glif @@ -1,21 +1,21 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.glif index 6650f954d..7e2a748e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.glif @@ -1,20 +1,20 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.sc.glif index d3cebef3f..f218b29f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.sc.glif @@ -1,21 +1,21 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.glif index 766de109f..05f8119ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.glif @@ -1,20 +1,20 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.sc.glif index f1806bf7a..ddab6e792 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.sc.glif @@ -1,21 +1,21 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.glif index f5b2f5602..6913cda50 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.glif @@ -1,19 +1,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.sc.glif index 07d703d68..88c4ef613 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif index e62f68caa..0d545e5fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif @@ -1,22 +1,22 @@ - + ugrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.sc.glif index b28aa9e15..5a639f3fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.glif index e3aef23cd..161158e1c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.sc.glif index aa37e1cc8..d1514a11a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif index 355e8ee1c..2280c980b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif @@ -1,11 +1,11 @@ - + - + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.sc.glif index 45eee5084..02df3f125 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.sc.glif @@ -9,30 +9,30 @@ - + - + - - - - + + + + - - + + - + - - - - - + + + + + @@ -68,7 +68,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.glif index 1793414cf..4170fefd9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.sc.glif index 82ae612e8..e6d335428 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.glif index 32bba4b31..59e091460 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.glif @@ -1,19 +1,19 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.sc.glif index 379f0a75d..e762df6a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.glif index 32a690bcf..d06dab4cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.sc.glif index f465bbf2b..56c712db0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.glif index c2c9e2beb..56dc9c617 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.sc.glif index 0ddd2b61c..e012a557f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.glif index 462dc3fb1..8abc77cd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.sc.glif index b2a4f99c8..3f7061deb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.glif index 4b752dacf..adc5dacbe 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.glif @@ -1,22 +1,22 @@ - + uhungarumlaut - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.sc.glif index 73645590c..2141f9f62 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.glif index b2799e8f0..2d6a59ab4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.sc.glif index e941eb529..b5fd7f5c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.glif index 31a804e12..caad6ca15 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.glif @@ -1,22 +1,22 @@ - + umacron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.sc.glif index 46220c311..26ab23004 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.glif index 5386488ec..9893d7dba 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.glif @@ -1,20 +1,20 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.sc.glif index a9e0ab734..453e143c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.sc.glif @@ -1,21 +1,21 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/underscore.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/underscore.glif index bbfa6f39d..9ceee0d31 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/underscore.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/underscore.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uni0000.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uni0000.glif index a43d421e2..418206a93 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uni0000.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uni0000.glif @@ -9,7 +9,7 @@ NULL com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.glif index dff24cc76..24572c2b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.glif @@ -1,6 +1,6 @@ - + uogonek @@ -8,10 +8,10 @@ uogonek - + - + @@ -33,7 +33,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 51 0 50 17 20 41 23 42 36 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:51 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.sc.glif index 3d96353d9..f92d1149b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.sc.glif @@ -1,20 +1,20 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upA_rrow.glif index bc16687a9..c5736cf7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upB_lackT_riangle.glif index 3be9296d5..2237fb4e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upW_hiteT_riangle.glif index d8f91c3ee..5e2600c48 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.glif index 562edf4f4..63d7638b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.glif @@ -1,22 +1,22 @@ - + uring - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.sc.glif index ec0af6043..4c2b8d8ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.glif index 5740dab1f..b6b90a242 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.glif @@ -1,22 +1,22 @@ - + utilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.sc.glif index 781739864..445a57743 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.sc.glif @@ -1,20 +1,20 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.glif index 4fe065f2b..97e9c02b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.glif @@ -1,20 +1,20 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.sc.glif index 14481125a..010ce3d77 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.sc.glif @@ -1,21 +1,21 @@ - + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/v.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/v.glif index 30296b33b..4f9b3c5c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/v.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/v.glif @@ -1,20 +1,20 @@ - + v - + - - - - + + + + - + @@ -22,11 +22,11 @@ v - + - + @@ -38,7 +38,7 @@ v 23 14 11 3 4 0 71 0 0 0 20 0 76 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif index 34d0ac792..c1c1e004a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif @@ -12,10 +12,10 @@ V - - - - + + + + @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinelowmod.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinelowmod.glif index bd9818874..b1b080390 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinelowmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinemod.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinemod.glif index 819a2244b..567f4998f 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinemod.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/w.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/w.glif index 9acd77943..931c205b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/w.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/w.glif @@ -10,14 +10,14 @@ w - - + + - + - - + + @@ -30,7 +30,7 @@ w - + @@ -38,10 +38,10 @@ w - - - - + + + + @@ -52,7 +52,7 @@ w 36 28 21 16 11 9 6 0 71 1 1 0 0 20 0 76 26 25 19 18 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif index 6464a9c72..a778406d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif @@ -8,26 +8,26 @@ W - - - + + + - - - + + + - + - + - - + + @@ -50,7 +50,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.glif index cd47a1ef4..e48be3768 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.glif @@ -1,20 +1,20 @@ - + wacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.sc.glif index 5654cfd0e..9ae89641c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.glif index 23c2a19cf..5cb514d65 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.glif @@ -1,20 +1,20 @@ - + wcircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.sc.glif index 130b2beb2..87b628f5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.glif index 6f572192e..f79d07640 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.glif @@ -1,20 +1,20 @@ - + wdieresis - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.sc.glif index c4e0a9052..5261c1ee0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif index 23791eb3c..924fcfdd7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif @@ -1,20 +1,20 @@ - + wgrave - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.sc.glif index c4ce71750..3515e48e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.sc.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteD_iamond.glif index e3da7ba4b..fe114cfdd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteS_quare.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteS_quare.glif index 33bc0453c..e191c64a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/won.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/won.glif index 51dad080d..63ce17829 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/won.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/won.glif @@ -9,10 +9,10 @@ uni20A9 - + - + @@ -30,7 +30,7 @@ uni20A9 - + @@ -41,7 +41,7 @@ uni20A9 34 1 8 9 1 74 25 16 14 12 10 5 8 22 20 18 15 4 7 0 8 7 98 21 19 17 6 4 0 24 23 5 3 4 1 2 0 1 97 13 11 2 9 9 17 75 4 1 2 2 18 2 76 33 33 53 52 50 49 47 46 45 44 43 42 41 40 39 38 37 36 33 35 33 35 32 31 30 29 28 27 26 25 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 26 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:15:38 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/x.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/x.glif index 54a184d4b..5de6c466c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/x.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/x.glif @@ -9,17 +9,17 @@ x - - + + - - - - + + + + - + - + @@ -30,7 +30,7 @@ x 9 6 3 3 0 2 1 74 3 1 2 2 20 75 1 1 0 0 18 0 76 18 18 18 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif index 597960a5f..49b873c29 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif @@ -8,15 +8,15 @@ X - - + + - + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/y.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/y.glif index fd68cc543..362235c6e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/y.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/y.glif @@ -5,17 +5,17 @@ y - + - - + + - + - - + + @@ -27,26 +27,26 @@ y - + - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -56,7 +56,7 @@ y 34 30 2 2 3 17 1 1 2 16 1 0 1 3 74 0 2 3 1 3 2 1 112 4 1 3 3 20 75 0 1 1 0 91 0 0 0 22 0 76 25 18 18 38 44 5 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif index 564bcc707..8de2c2bfb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif @@ -9,13 +9,13 @@ Y - + - + @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.glif index 72f57eb51..d9c9633bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.glif @@ -1,20 +1,20 @@ - + yacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.sc.glif index fb93ce5d0..b32f8de51 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.sc.glif @@ -1,19 +1,19 @@ - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.glif index 4b21fac13..d27cc394e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.glif @@ -1,20 +1,20 @@ - + ycircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.sc.glif index dcd93b09b..e48084a3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.glif index d64a3c6d0..4aadff1ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.glif @@ -1,20 +1,20 @@ - + ydieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.sc.glif index 9d4ebd2e4..e1e7c93f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.glif index b5b835d0c..5a44bf3da 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.sc.glif index f397e3723..d87ffd30c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.glif index b8e844c17..daeee5bcc 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.glif @@ -1,17 +1,17 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.sc.glif index 8c7d62b20..3945a8fd9 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.sc.glif @@ -1,19 +1,19 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yen.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yen.glif index 7c26aa3a9..8eecb4344 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yen.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yen.glif @@ -7,7 +7,7 @@ yen - + @@ -26,12 +26,12 @@ yen - - + + - - - + + + @@ -41,7 +41,7 @@ yen 21 1 0 9 1 74 8 1 0 7 1 1 2 0 1 98 6 1 2 5 1 3 4 2 3 97 10 1 9 9 17 75 0 4 4 18 4 76 24 23 19 18 17 17 17 17 17 17 17 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif index ffac67647..d054a50b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif @@ -1,20 +1,20 @@ - + ygrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.sc.glif index 9d43257dd..7ec502237 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.glif index f66101c7f..53bc51dd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.sc.glif index b54108fd1..10b042959 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.glif index d1c0fc40e..f52f7f5c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.sc.glif index ea275b7e6..9f5b0fe9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif index fb0c979d9..3fea6dd96 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.sc.glif index 0bb948481..5f80af5aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/z.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/z.glif index 65eb4b94d..d666d86d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/z.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/z.glif @@ -10,18 +10,18 @@ z - + - - - + + + - + - + @@ -31,7 +31,7 @@ z 0 2 2 3 89 0 3 3 20 75 0 0 0 1 89 0 1 1 18 1 76 17 19 17 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif index 0ba5bad6a..1dbf08227 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif @@ -9,18 +9,18 @@ Z - + - - - + + + - - - + + + @@ -43,7 +43,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.glif index 33423591f..1e73530fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.glif @@ -1,21 +1,21 @@ - + zacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.sc.glif index b48c9e1a8..a2aa629d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif index 8dc9178c0..229bff0a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif @@ -1,21 +1,21 @@ - + zcaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.sc.glif index 99c7996e7..d43a9e418 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.glif index cbd76ef37..c42241818 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.glif @@ -1,21 +1,21 @@ - + zdotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.sc.glif index dc5888358..6422f303d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.glif index 8ad39f4dc..d71adb5e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.sc.glif index 63351f34c..e83994fab 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.sc.glif @@ -1,19 +1,19 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.dnom.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.dnom.glif index 3f36ee758..cc0e21b9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.dnom.glif @@ -17,18 +17,18 @@ - - + + - + - + @@ -43,7 +43,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.glif index e9df77e53..009efde9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.glif @@ -18,24 +18,24 @@ - - - - - - + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.glif index c94a03812..a1ddf4562 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.glif @@ -17,24 +17,24 @@ - - - - - - + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.zero.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.zero.glif index 1a015742e..4a5505917 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.numr.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.numr.glif index 1c28b5788..aed00f5c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.glif index 3b89aeca1..ee2f91647 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.glif @@ -20,18 +20,18 @@ zero - - - + + + - - + + - + @@ -41,7 +41,7 @@ zero 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 15 15 0 0 15 28 15 27 21 19 0 14 0 13 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.zero.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.zero.glif index 211ceaf81..c8197edcb 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.sc.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.sc.glif index 16f95a4f1..cd716633b 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.sc.glif @@ -17,18 +17,18 @@ - - - - - - + + + + + + - - - - - + + + + + @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.glif index ccd2da4c5..40f423584 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.glif @@ -3,8 +3,8 @@ - - + + @@ -14,7 +14,7 @@ - + @@ -22,19 +22,19 @@ - + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.zero.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.zero.glif index b1a1f3230..33fdb5ff0 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.glif index 7036da52b..6e789f6e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.glif @@ -22,8 +22,8 @@ - - + + @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.zero.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.zero.glif index 2ad38427c..384de6c10 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.zero.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.zero.glif index 576a21f04..b80a7d937 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zeroinferior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zeroinferior.glif index 6126bdef9..47d22605c 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zeroinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerosuperior.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerosuperior.glif index 48818a276..dbb8c332a 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthjoiner.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthjoiner.glif index adf54048e..0f75a5495 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthnonjoiner.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthnonjoiner.glif index 4dcc31dae..3193298ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthspace.glif b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthspace.glif index 19f736390..7e4c0794d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/kerning.plist b/sources/instance_ufo/MerriweatherSans-Italic.ufo/kerning.plist index 3ce3e609d..65d1f7465 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/kerning.plist +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/kerning.plist @@ -5,7 +5,7 @@ public.kern1.fraction public.kern2.seven.dnom - 63.25000000000001 + 63 public.kern1.one.dnom diff --git a/sources/instance_ufo/MerriweatherSans-Italic.ufo/lib.plist b/sources/instance_ufo/MerriweatherSans-Italic.ufo/lib.plist index 84e05fd5c..21f28a75d 100644 --- a/sources/instance_ufo/MerriweatherSans-Italic.ufo/lib.plist +++ b/sources/instance_ufo/MerriweatherSans-Italic.ufo/lib.plist @@ -444,7 +444,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 94.0 + 107.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 5.0 com.schriftgestaltung.fontMasterOrder @@ -456,7 +456,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 94.0 + 107.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/features.fea b/sources/instance_ufo/MerriweatherSans-Light.ufo/features.fea index 0f006619d..d50aa7dc3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/features.fea +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/features.fea @@ -688,9 +688,9 @@ table GDEF { [IJ_acutecomb ij_acutecomb f_f f_f_i f_f_l fi fl ij_acutecomb.sc], # Liga [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb caroncomb.alt circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb dblgravecomb breveinvertedcomb commaturnedabovecomb horncomb dotbelowcomb dieresisbelowcomb commaaccentcomb cedillacomb ogonekcomb brevebelowcomb macronbelowcomb strokeshortcomb strokelongcomb slashshortcomb slashlongcomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case dblgravecomb.case breveinvertedcomb.case commaturnedabovecomb.case horncomb.case dotbelowcomb.case dieresisbelowcomb.case commaaccentcomb.case cedillacomb.case ogonekcomb.case brevebelowcomb.case macronbelowcomb.case brevecomb_acutecomb brevecomb_gravecomb brevecomb_hookabovecomb brevecomb_tildecomb circumflexcomb_acutecomb circumflexcomb_gravecomb circumflexcomb_hookabovecomb circumflexcomb_tildecomb brevecomb_acutecomb.case brevecomb_gravecomb.case brevecomb_hookabovecomb.case brevecomb_tildecomb.case circumflexcomb_acutecomb.case circumflexcomb_gravecomb.case circumflexcomb_hookabovecomb.case circumflexcomb_tildecomb.case], # Mark ; - LigatureCaretByPos f_f 396; - LigatureCaretByPos f_f_i 363 725; - LigatureCaretByPos f_f_l 364 727; - LigatureCaretByPos fi 346; - LigatureCaretByPos fl 348; + LigatureCaretByPos f_f 400; + LigatureCaretByPos f_f_i 366 733; + LigatureCaretByPos f_f_l 367 734; + LigatureCaretByPos fi 349; + LigatureCaretByPos fl 351; } GDEF; diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_.glif index 8910503a9..d8acf9602 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_.glif index 5358361f3..6a0578a96 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_acute.glif index ae594a3de..7b2fb00f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_acute.glif index 35633b0a2..c19be5f69 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:37 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_breve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_breve.glif index f094a3db6..a366659fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_breve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_breveacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_breveacute.glif index 60e90dfd7..d854afc50 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_breveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_breveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevedotbelow.glif index 313756263..25d5d43ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevegrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevegrave.glif index e2b077582..7b9827c85 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevegrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevehookabove.glif index 2bacc2379..b10c7cf34 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevetilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevetilde.glif index f3eed8767..ad015e4ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_caron.glif index fe7789e07..4aa6e484f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflex.glif index a92e96e80..1e7b44862 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexacute.glif index ac77ddc02..c3bd994b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexdotbelow.glif index 36504cd89..c9e1bb129 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexgrave.glif index 5b0e10297..06456003b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexhookabove.glif index 97fdcaeda..d1ec12db5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflextilde.glif index b0c2f5e34..4bc9b4f3d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dblgrave.glif index 53f27558b..b44463d9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dieresis.glif index b46d8d5f3..febd41b4a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dotbelow.glif index b598a8a68..8f53ebedf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_grave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_grave.glif index dd056465a..5b76a410d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_hookabove.glif index fc64da378..c143eee40 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_invertedbreve.glif index e78d1b17f..6652ade5f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_macron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_macron.glif index 2a579df8d..209cfdf36 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ogonek.glif index 006181525..75432d818 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ogonek.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ring.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ring.glif index afbd663a6..4a0ab7a5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ringacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ringacute.glif index 0815523ac..6e155f58d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_ringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif index 63b65a078..f32068960 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/B_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/B_.glif index ec80a6203..5087cd8c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/B_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/B_.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/B_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/B_dotaccent.glif index a56f89df0..d921103ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/B_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/B_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_.glif index c4fcf3893..a02e72fff 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_R_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_R_.glif index b989f35f9..e17b7b373 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_R_.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_acute.glif index ac72dc464..401a1c2c8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_caron.glif index b0e32e80d..8c26bd1c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedilla.glif index 2293e9173..d3a4c48c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedillaacute.glif index ee0f49df1..c415c1175 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_circumflex.glif index 4ba52b7b8..87c0669dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_dotaccent.glif index 330af03af..317d94468 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/C_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_.glif index 28d2e5f33..7bfdc4730 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif index 8fc5f27f9..b1f96dadf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_caron.glif index a5f1a2482..2b3a8148a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_caron.glif index d57762854..6f44d62a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_croat.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_croat.glif index 2d8630045..a594d9b57 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_croat.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_croat.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotaccent.glif index 3b04aaf41..c3801516f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotbelow.glif index 18ef89d87..ae0c169ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_elta.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_elta.glif index 7b7260124..8d4b5de6b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_elta.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_elta.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_linebelow.glif index 76bb52552..f4b0d0fbe 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_z.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_z.glif index d154b73cd..6403451b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_z.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_z.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_zcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_zcaron.glif index 841738358..661f24027 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/D_zcaron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_.glif index b5bd9e4c9..4bcf69533 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_acute.glif index 18a9512d0..dcaf3b401 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_breve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_breve.glif index 52db4627d..f2dd13359 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_caron.glif index 5243a7d0a..5226517f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_cedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_cedillabreve.glif index 5e1afbc89..cb7d78f00 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_cedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_cedillabreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflex.glif index 740defae1..cc38349f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexacute.glif index 1269da7fc..40b27ef43 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexdotbelow.glif index b97aecb68..036c5e249 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexgrave.glif index d9207941c..b219bddb1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexhookabove.glif index 1b9e29bd4..d96de68d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflextilde.glif index 21e2f119f..a1666b966 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dblgrave.glif index 7b7513a2b..45f3b5967 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dieresis.glif index 188b0dbc3..2d6895f42 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotaccent.glif index 0f6825afd..f69bf1648 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotbelow.glif index 32eb3799b..4bdec3033 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_grave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_grave.glif index c9a89c8c7..92fd5aea3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_hookabove.glif index 9c144c332..250d5c9bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_invertedbreve.glif index ba06f510d..6e7e57219 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macron.glif index d214a7b18..cb77b6287 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macronacute.glif index 79a7ef9c5..839bee1f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macrongrave.glif index 24f4d187f..7b2e789b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_macrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_ng.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_ng.glif index 333625d78..54df9f2d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_ng.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_ng.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_ogonek.glif index f14bad219..8493f240d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_th.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_th.glif index 9c06d56f1..430bdfeaa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_th.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_th.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif index 3d9dfc3c2..8f0f62316 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_zh.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_zh.glif index 17fe76101..d82f594af 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_zh.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_zh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_zhcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_zhcaron.glif index 300e5b5de..af04715ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_zhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/E_zhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:07:55 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/F_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/F_.glif index b9f28fd02..41cabe337 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/F_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/F_.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/F_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/F_dotaccent.glif index d875bcf98..dbae7daff 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/F_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/F_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_.glif index 33440f3fb..bbf5c4c2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_breve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_breve.glif index 176dcd862..a5093b4fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_breve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_caron.glif index 0fa53eef3..18475a647 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_circumflex.glif index 16e607da9..1e62d5ed4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_commaaccent.glif index 9cceb91b9..67691ed8f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_dotaccent.glif index d83bc14e7..97ac82729 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_ermandbls.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_ermandbls.glif index 068549d40..73ce29611 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_ermandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_ermandbls.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_macron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_macron.glif index 361b6352f..bd1b9630f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/G_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_.glif index 695346ae8..de816cecf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_bar.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_bar.glif index 4197697d6..223e5797f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_bar.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_brevebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_brevebelow.glif index 06e9d3153..b6cd96410 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_brevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_brevebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_circumflex.glif index 32f01148b..64e0934ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_dotbelow.glif index 3d93fe3bd..3c2424e41 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/H_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_.glif index bb169c3fb..c82c9a844 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif index 11facf7db..949187bf7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_J_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_J_.glif index 82d2ed1d5..3676d8c95 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_J__acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_J__acutecomb.glif index 510912a2e..fd6f3b07d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_J__acutecomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_acute.glif index 924204ee9..5b5e3c242 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_breve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_breve.glif index 9c654270a..41e88d103 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_caron.glif index 19e299db1..a797e27c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_circumflex.glif index 9100c1b20..8772853d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dblgrave.glif index c4795a508..d55750ee3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresis.glif index d6301bab0..e5e8a4b5f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresisacute.glif index 2216c8b76..3568e3e0f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotaccent.glif index f7811c70b..89bf768f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotbelow.glif index 87a95d1f1..0188e1dd2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_grave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_grave.glif index 0361a6bbc..dc1d82636 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_hookabove.glif index 93f4356bb..56800115f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_invertedbreve.glif index 42f4b95b8..f832baef9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_macron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_macron.glif index aa24a5177..e47f256a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_ogonek.glif index 644ea8996..068f00705 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif index 95da5920e..3d2b717fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/J_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/J_.glif index d094e8222..9986cb8cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/J_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/J_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/J_circumflex.glif index 57c31ead7..80dd9f15f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/J_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/J_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/K_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/K_.glif index 814288d8a..9934a18d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/K_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/K_.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/K_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/K_commaaccent.glif index 3c264f725..cccd98f16 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/K_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/K_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_.glif index f31a47fe0..730854129 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_J_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_J_.glif index f74e84bde..f7af5d283 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_acute.glif index 409a475a8..c9327b749 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_caron.glif index 9b36b6fed..b787702b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:16 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_commaaccent.glif index 0a24e3a60..ad4edacf9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_commaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_dot.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_dot.glif index 80aa73bae..79f9a5441 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_dot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_dotbelow.glif index 1bb2e75a6..1e8be9f81 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_j.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_j.glif index 9cdc08a42..8fd142965 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_j.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_linebelow.glif index 07e7163e0..f3d0e41f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_linebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_slash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_slash.glif index a726ff979..96e30255b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/L_slash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_.glif index e4e546477..6005eea61 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotaccent.glif index c3d24e4c2..943ea8737 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotbelow.glif index 5fec82312..02cd59291 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_.glif index 0b49dec8e..2cdd00a4a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_J_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_J_.glif index 2124ddc7f..8114e6c5b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_acute.glif index 7da1b85f2..bff048e23 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_caron.glif index 0bafdda9c..d08b5ac03 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_commaaccent.glif index 71a8fde10..b7c582f64 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotaccent.glif index 0efe2b114..b50bd6630 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotbelow.glif index c52045a48..83df332d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_j.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_j.glif index d5af11c1e..07bc1d872 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_linebelow.glif index 65fc4f07d..d4de4d1f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif index 9615da2c6..eb4e00d60 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_.glif index 8f2e9f3e2..f6cd23fb4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_E_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_E_.glif index e862637ef..e33747e31 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_E_.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_acute.glif index a083d70dc..9309df371 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_acute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_breve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_breve.glif index 38ae2316d..db1d3b5cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_breve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_caron.glif index 98dae0455..3a62a8c97 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflex.glif index 30da599a6..ec20d174a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflex.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexacute.glif index 5862efc13..d35afbbbf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexdotbelow.glif index 6fee4c807..4c36232c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexdotbelow.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexgrave.glif index 2194018d8..ef04bf8e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexgrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexhookabove.glif index df4353be3..40fd4e9eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexhookabove.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflextilde.glif index 8b0f7a7d6..9a7606f74 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflextilde.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dblgrave.glif index 71623a7c8..066d20de9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dblgrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresis.glif index ccb4d9d35..150d2cb9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresismacron.glif index 13452a821..e75490417 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresismacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotaccentmacron.glif index 5bf8c560d..3c5eff966 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotaccentmacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotbelow.glif index 6dfe487dc..31c727c90 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_grave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_grave.glif index 34cd6e510..2ffb8d800 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_grave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hm.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hm.glif index 20d2465ad..294f3c965 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hm.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hm.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hookabove.glif index 727a481a9..ede28746d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horn.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horn.glif index 48fcedaef..e9325006b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horn.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:25 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornacute.glif index 3fb0b9d42..84a3abcab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horndotbelow.glif index 3cac04784..3be898700 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horndotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horngrave.glif index c33e77c05..9b702de63 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horngrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornhookabove.glif index e390728be..4c7c66cb3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornhookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horntilde.glif index 256adf634..4849980ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_horntilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hungarumlaut.glif index 47be6e6ab..a394cc0c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_hungarumlaut.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_invertedbreve.glif index 2910ac111..5ac1d4a6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_invertedbreve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macron.glif index 3e9abb518..d47acb33b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macronacute.glif index a0a386a46..e53d3fd26 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macronacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macrongrave.glif index 21cf89b38..e60e2e782 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_macrongrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_mega.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_mega.glif index f142e998f..22a1e8460 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_mega.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_mega.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_ogonek.glif index 2d90d9850..693b4dbd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_ogonek.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_slash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_slash.glif index 41fb3dd05..f790e05d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_slash.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_slashacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_slashacute.glif index 55dcc4e9e..5a649106e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_slashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_slashacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:43:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif index beb53219b..db8c85974 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildeacute.glif index 2db2a7272..b001766a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildeacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildedieresis.glif index b87e74de7..257beb3d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildedieresis.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildemacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildemacron.glif index a81524d90..8cd02ee57 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildemacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/P_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/P_.glif index 59ecf8b26..a801c1b76 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/P_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/P_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/P_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/P_dotaccent.glif index 0b4b6178d..b8a0b8580 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/P_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/P_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Q_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Q_.glif index e78c8b56c..be6874403 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Q_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Q_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_.glif index f52a985e9..89aa958ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_acute.glif index 151511ddc..377d6c04f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_caron.glif index 413ec24ea..f344ec230 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_commaaccent.glif index 10015cd24..8a2f7608f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_dblgrave.glif index 259d32279..27aa2c0ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_dotbelow.glif index 11fa15f6e..07266900d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_invertedbreve.glif index e11638d17..8ef5746b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_linebelow.glif index f80a1cb2b..1b20f75e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/R_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_.glif index d6c48a651..0394d2462 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_acute.glif index 63e7081c8..0cfff345f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_acutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_acutedotaccent.glif index 6a878147f..2aa79c622 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_acutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_caron.glif index 6a1fcad42..aac0b63fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_carondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_carondotaccent.glif index 8bb34ad75..e1e7e0006 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_carondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_carondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_cedilla.glif index ee30c1c99..1830197d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif index 6143ab226..c01a805f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_circumflex.glif index cac97affb..79d36b439 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_commaaccent.glif index bbf57ee7c..87a809fa3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotaccent.glif index 8c8e3a369..45feeabe5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelow.glif index 2d17922be..5f7769206 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelowdotaccent.glif index 1374cd3c8..e377b5d84 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_.glif index 9871db426..b9f4730ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_bar.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_bar.glif index 3abb6cc60..ee56232a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_bar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_caron.glif index 2d2939068..fb60973b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_cedilla.glif index cbab216b3..33c2f8427 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_cedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_commaaccent.glif index 7defec351..de17317ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_commaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotaccent.glif index 496efdf7d..10f3b11fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotbelow.glif index f6fffae77..bbe58b16a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_horn.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_horn.glif index 75179a5db..53a1d20c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_horn.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_linebelow.glif index 061d0efe9..f5786f557 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/T_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_.glif index cba3ce289..ef239581b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_acute.glif index 346b70bbb..837eef6fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_breve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_breve.glif index 77e83f4ac..053f01219 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_caron.glif index d085663e2..5b06b4224 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_circumflex.glif index 244d983f8..8acbceaa2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dblgrave.glif index 117c792c3..8a45279b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresis.glif index 086b22611..cdd7237c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisacute.glif index 8a626b6a9..2282266f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresiscaron.glif index 0043045a8..297fc91a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisgrave.glif index 10ce8cbfe..265edfddb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresismacron.glif index c93b4222c..1be70d844 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dotbelow.glif index 4ba33aadd..86c25a7cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_grave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_grave.glif index eaa9f223e..7ea3d5d41 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hookabove.glif index 144dd03cc..0969e4339 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horn.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horn.glif index ee3133f11..f9e2ba5db 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornacute.glif index 382518127..6a509ed81 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horndotbelow.glif index 912aade2e..40d723821 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horngrave.glif index 621d9cf57..a108fd268 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornhookabove.glif index 4ae40053b..b8027217e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horntilde.glif index 09f4a7361..aaf8f24e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_horntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hungarumlaut.glif index 566c903bc..cf5523c4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_hungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_invertedbreve.glif index fef6128a3..892139304 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_macron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_macron.glif index eaafbfa94..47c7354cb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_macrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_macrondieresis.glif index 3bc9ba5fc..f50aa17dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_macrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_macrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_ogonek.glif index 184ef3a98..5fb428c9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_ring.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_ring.glif index ddcb3cc25..9cad57def 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_ring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif index fcaf30230..44198c820 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_tildeacute.glif index 3b5a12676..903430fc0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/U_tildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/V_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/V_.glif index 3ea315ffd..4e69320c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/V_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/V_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_.glif index 0bd6646d0..6e2eb3bd4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_acute.glif index 5a2080294..2dd113b7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_circumflex.glif index 64ffc9427..212c4a719 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_dieresis.glif index e6e9aba27..43f2773f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_dieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_grave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_grave.glif index bf5efe89e..5f9a83ae1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/W_grave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/X_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/X_.glif index eb3391db2..b66d7ce26 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/X_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/X_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_.glif index a047104b3..a18166c78 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif index 2fd41bc60..22d70e06c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_circumflex.glif index 69f90263b..28d033383 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dieresis.glif index 0989bbc3f..07d5667cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotaccent.glif index a352281ef..1123e43cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotbelow.glif index b150354e6..6f38d3d28 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif index b6eee1264..c5017a9ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_hookabove.glif index edeb91d2f..5b369ffc4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_macron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_macron.glif index 866a233d0..a549ff0b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif index de0b0be72..dfc8cfc6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_.glif index 75bcd569e..c269900fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif index 0b839e180..64866ba1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif index 772391f91..13de0cf50 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotaccent.glif index c3e11ffbe..b25db616a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotbelow.glif index cece88799..4e9826db3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/_notdef.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/_notdef.glif index e8ef622df..0b8a53f3c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/_notdef.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/_notdef.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/_null.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/_null.glif index b4a9c99c8..821d79181 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/_null.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/16 02:26:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/a.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/a.glif index e565d537f..63d051dd5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/a.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/a.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/a.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/a.sc.glif index b24848ff3..3f2b8cbfb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/a.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/a.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.glif index ce9743b6f..1c39e7539 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.sc.glif index 27b4968f1..a4ef4f05d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.glif index cf61d32e3..8e8cd0939 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.sc.glif index 7005302ed..9fdec5ce6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.glif index c7771a653..2fd090998 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.sc.glif index 9e95e79f2..f7fe3cedc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.glif index 7cf154087..c53e421f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.sc.glif index 0ef65eb80..e29d56787 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.glif index 9e61f3757..6982e72b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.sc.glif index 018a219ec..e58b02c0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.glif index 482651596..acaf603d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.sc.glif index dea31575f..6644fc967 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.glif index 0f262304c..bb03b7087 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.sc.glif index 23fc2fa0e..585e9b1e3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.glif index fe2e0e561..a86bd3e5d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.sc.glif index ca8010279..cfe74cf9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.glif index 578e94dea..1fa9425ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.sc.glif index 35e0bf1c2..a7b76a326 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.glif index 64dee6b6f..8d76b5990 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.sc.glif index e4bd9716d..453e018ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.glif index 2cf208595..6dbba6e99 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.sc.glif index 8b6b57c2e..f68c233d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.glif index 3f1842c6b..7809ac0b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.sc.glif index e5dd6fef0..973b0301e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.glif index fc18d6c4a..7082b8c13 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.sc.glif index c81579fe8..85bd1cddd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.glif index 7b7c01db1..962fab873 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.sc.glif index 145b1570f..aaae5298b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acute.glif index cfff67b67..bd53e8cc1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acute.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.case.glif index e0ca9ca6f..d3f65e6ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.glif index 0084ce87b..663498227 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.glif index 43189536d..bf78adc07 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.sc.glif index 15b399ddb..5d4ea325a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.glif index 6ee0734b2..6c8464751 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.sc.glif index 4d2dd9ae3..07c4af8c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.glif index 6c3c1fc43..df15e7959 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.sc.glif index 353a5d5da..ab8ef4e2c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ae.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ae.glif index c837cb74b..7518e7b17 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ae.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ae.glif @@ -90,7 +90,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif index 45f8346fd..c7998baea 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.glif index 471a8cbd5..7bddf6f48 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.sc.glif index 128712444..9c3f18506 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.glif index a739b480d..9e5517e2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.sc.glif index 56b0f54df..c0bb18538 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.glif index 21921090d..ef1e6e014 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.sc.glif index 4604d621b..82a7d3a7f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:30:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.glif index 82accc646..0c2ffed6b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.sc.glif index 64b3cd7f2..2a944147c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.glif index 95525cc43..22580c654 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.sc.glif index 5f84f3bd9..559819543 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ampersand.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ampersand.glif index 6490fa4af..65e3ae8cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ampersand.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ampersand.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.glif index 429e83cb6..dc79552e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:23:43 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.sc.glif index d81327ff8..26ed7b373 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/apostrophemod.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/apostrophemod.glif index f72f4f676..3b8df6603 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/apostrophemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/apostrophemod.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/approxequal.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/approxequal.glif index d7bd0a0f6..b109f2f0d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/approxequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/approxequal.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aring.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aring.glif index 363ec07b1..0042aacd6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aring.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aring.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aring.sc.glif index 78ec0ee48..c40d03ac1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.glif index 60d7eaa65..b6b27aa2c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.sc.glif index 326bd6a8c..020ca4b5a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asciicircum.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asciicircum.glif index ffd3f7058..5c73b1a6b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asciicircum.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asciicircum.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asciitilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asciitilde.glif index 5c4aab2ce..31663720b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asciitilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asciitilde.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asterisk.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asterisk.glif index eb244bd6d..cea3d0028 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asterisk.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/asterisk.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/at.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/at.case.glif index 2a59a949a..41f8b0a8c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/at.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/at.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/at.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/at.glif index 9721ed3e1..458b14a44 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/at.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/at.glif @@ -82,7 +82,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.glif index 768cd2193..265c91874 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.sc.glif index 6790ec950..d73395689 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/b.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/b.glif index ef3182ce8..c9f5e427c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/b.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/b.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/b.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/b.sc.glif index 2ca38e79d..091b9d181 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/b.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/b.sc.glif @@ -75,7 +75,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.case.glif index 6fb191564..ab5539c7d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.glif index f6dfba309..3110ddde0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bar.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bar.glif index 6ee080949..d831afc8f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bar.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.glif index 0ec23819e..9c33f8e72 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.sc.glif index 223823ea9..74a3e5cb4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:34:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif index bd0b76b1f..fbbf14523 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/blackD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/blackD_iamond.glif index 8730e8156..9999125f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/blackD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:21:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/blackS_quare.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/blackS_quare.glif index c7b990278..da76546a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/blackS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:29:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.case.glif index 9cf9579d2..591155c15 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.glif index 7aa8958c0..dc89fd0c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.case.glif index 0296ce4a7..e9ddf6120 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.glif index 25140e55c..8ec98cc04 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.case.glif index 4db5af683..097778b0f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.glif index f9ba756a9..4223c22e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.case.glif index a04451415..d2d75544d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.glif index f9c648812..763f90d36 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breve.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breve.case.glif index 18ca39393..347351eb9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breve.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breve.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breve.glif index 912cee316..ea77c5506 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breve.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.case.glif index 183ef7470..a1d9dcac1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.glif index d36f0f249..48bc025d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.case.glif index e0174ab4b..8030677e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.glif index 9b9930ef7..8f6f6e24e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.case.glif index 9672e16a6..ed4ce1b0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.glif index e0a28ed79..8e9374dae 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.case.glif index a61f1116b..6661df6e3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.glif index fc5be9a0e..08af0de4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.case.glif index dd57bb149..0f4cab771 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.glif index a01b2f774..2c8fa2738 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.case.glif index 6804f760b..31b515d17 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.glif index 34fa5badb..c999d5a87 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.case.glif index a7d848b29..7d3467e6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.glif index 7aba02d55..9306af9f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brokenbar.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brokenbar.glif index 10fd70ae1..11a898467 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brokenbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/brokenbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.case.glif index 6420b33ad..0da1a9650 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.glif index 70edcff34..aa2394c13 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bulletoperator.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bulletoperator.glif index e0cad3cca..141e7e6a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bulletoperator.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/c.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/c.glif index ef506905e..ec81765a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/c.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/c.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/c.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/c.sc.glif index f76e5099f..cc3c91889 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/c.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/c.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.glif index f839be40e..12aeab4fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.sc.glif index d7edf0dc5..8d899f9c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caron.glif index 6a952fcfb..35c0960f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.alt.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.alt.glif index ef298f239..07bebcfd2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.alt.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:58 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.case.glif index 5fd61ec46..71385508b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.glif index 8ce16673c..473005395 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.glif index 87db34bf5..584c5d9d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.sc.glif index 1c1676ec2..9ef0eba43 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.glif index 9f9f64e8a..b236a8f0d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.sc.glif index 073214116..e712a5d38 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.glif index 6fc5968ea..857619834 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.sc.glif index 29c5162f7..98acaf250 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.glif index e30cf5ba5..8968d4f1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.sc.glif index d85fff9ba..0fc3afbd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.glif index 03508c4d1..c68483f68 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.sc.glif index 3da823e8f..109965bb0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedi.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedi.glif index 8567dc033..4de4e23ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedi.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedi.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedilla.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedilla.glif index b57fdc205..3288ea7b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedilla.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.case.glif index b55756761..7c0a8b468 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.glif index 805c671ea..615596932 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cent.glif index 1dd9e258c..6bbb9dcab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/cent.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflex.glif index de2f2f60b..18cb39924 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflex.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.case.glif index 2de587fe7..e2d268542 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.glif index 707c86e69..4eae672de 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.case.glif index ccdcf2eed..bb7171cf9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.glif index eb86f3578..0f0823f11 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.case.glif index fbd24166e..fdede0894 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.glif index 38912ae42..6dd7a47de 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index 40dc6eb6f..b87f3e4e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 8bc259461..3c9f4d3bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 93cdd691d..d9f96973d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.glif index 7560fac35..4b58b219d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/colon.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/colon.glif index f4bfa15cb..921d46922 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/colon.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/colon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/colonsign.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/colonsign.glif index 22eddb97a..7090980d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/colonsign.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/colonsign.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.23 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/comma.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/comma.glif index 0f52ace4b..4b5b81113 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/comma.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/comma.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.case.glif index 7bd2012de..ca43586a4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.glif index 1eb4117a6..202e01a41 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.case.glif index ec1843c2f..ab680aa92 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.glif index 0f7472e08..20e777a9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedmod.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedmod.glif index 778925e0a..4b5986957 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedmod.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commercialM_inusS_ign.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commercialM_inusS_ign.glif index 6aefcc23e..e31abed03 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 02:18:10 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/copyright.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/copyright.glif index 9162b4f9f..af9b598a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/copyright.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/currency.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/currency.glif index 1303a52ea..590254ade 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/currency.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/currency.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/d.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/d.glif index c6c506bba..51ee05f2c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/d.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/d.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/d.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/d.sc.glif index b6bd0cbef..478d225c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/d.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/d.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dagger.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dagger.glif index 9350528c0..0368d6bd4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dagger.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dagger.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/daggerdbl.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/daggerdbl.glif index 07f347388..ea3b14345 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/daggerdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/daggerdbl.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.case.glif index 0376f2ca1..974e5253b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.glif index f1b16a939..9577e1869 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.glif index ce2d69371..a040340b1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:33 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.sc.glif index 62f8a883f..66a3e5fa7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.glif index aeabedb4f..bd5c998d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.sc.glif index f69427825..560519a70 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.glif index 3e8669e30..f0fca2158 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.sc.glif index 0a6ad883b..ba9019c57 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.glif index 7e8246ec1..a7223b223 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.sc.glif index 1bd85918a..d025fa8c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/degree.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/degree.glif index 1df3aa5da..8212423b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/degree.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/degree.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/delta.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/delta.sc.glif index fd6f9b726..8e5eaddb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/delta.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:50 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresis.glif index 17602869c..38ff60155 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresis.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.case.glif index ca364303b..ae63fae67 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.glif index 04e25ddee..04d2c7070 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.case.glif index 6f1ad1021..d6e0d7508 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.glif index f701c630e..8234b07c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/divide.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/divide.glif index b950ee1d8..171078c96 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/divide.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/divide.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/divisionslash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/divisionslash.glif index 74579a359..a7783f506 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/divisionslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/divisionslash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.glif index 9c27f4485..fd3681f79 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.sc.glif index 1aa622264..7c9e2ffc5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dollar.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dollar.glif index b9ec0c75f..74369574d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dollar.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dollar.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dong.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dong.glif index 5ca526d87..012e70212 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dong.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dong.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:23:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccent.glif index c3eeefacb..a3fe0e02b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccent.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.case.glif index 2db9e7572..65bcc87eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.glif index 731203843..b5fb64efc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.case.glif index 7991b8eb6..d1d23b513 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.glif index e175ecbc1..a8d55e769 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/doubleprimemod.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/doubleprimemod.glif index 67a2eb1fe..072482a95 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/doubleprimemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downA_rrow.glif index 7793c4398..67c425eef 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downB_lackT_riangle.glif index 132be8f74..dd54462be 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:49:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downW_hiteT_riangle.glif index 226292264..96a87a69a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dram-arm.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dram-arm.glif index 921d808f0..c2cd217ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dram-arm.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dz.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dz.glif index 8ee170376..949c82182 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dz.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dz.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif index 36cb58201..a5450956d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif index c2c9b140a..ae24c69e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:56:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.sc.glif index 6f35f1158..b5d80dd47 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:12 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/e.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/e.glif index b47038633..a5dd670c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/e.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/e.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/e.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/e.sc.glif index af3cb25c8..c5eda4fc3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/e.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/e.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.5,0.09,0.79,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.glif index d25f1075d..dfeb803ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.sc.glif index 3e587eb40..f9d041f80 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.glif index 068f1d1f6..39a019234 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.sc.glif index 0e87ee769..b872a03fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.glif index 5dd8eb12d..71dc90257 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.sc.glif index 1beaa3ad4..bde099142 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.glif index b1a49f3b9..a3718ef03 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.sc.glif index 3f4c8b94d..fa035ee0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.glif index aad9cc69f..99e4a2686 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.sc.glif index 760cde607..cedf99f1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.glif index 334f374f2..bb36cbe19 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.sc.glif index 9e59051fe..8c06d398a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.glif index 097d65e62..a6b2acb84 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.sc.glif index c4a5bfccf..abe114c11 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.glif index 5a80cb142..6a44cbccb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.sc.glif index 2d19a8b10..1b22e0b36 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.glif index 806907cf5..c97aefecd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.sc.glif index 99af09141..e39c518f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.glif index 6e6806405..119b3391c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.sc.glif index 4030461bf..2de3c0dbb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.glif index c99c039d8..b5cdc50c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.sc.glif index 5c417dbd4..a8a81800d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.glif index 60df4f670..ec8c8f319 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.sc.glif index 3fa51b854..8ebb403e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.glif index de3cdca72..12164f6a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.sc.glif index 015f72efb..ffbe440b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.glif index a51853306..d83d94a6f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.sc.glif index 229ddcbbe..3be6b634a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.glif index 65cafb86e..373f4c464 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.sc.glif index 37b975493..5449f3071 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.glif index 56fb4b7c2..abcc5ae83 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:12:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.sc.glif index 03f19028f..fd428d9a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.dnom.glif index c58ca358d..668f3e20d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:15:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.glif index be1656bb2..0687aa846 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.lf.glif index 9fcceb57c..7eb6dac0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.numr.glif index 4c2d9f7c7..06a05b681 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.osf.glif index a57a75000..72912dd7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.sc.glif index fbbfb9c59..7454d5e7f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tf.glif index 81a98aaa9..3b821a59b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tf.glif @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tosf.glif index 70040cfe8..418287dfe 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eightinferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eightinferior.glif index aa1de4626..41e1b9c02 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eightinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eightsuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eightsuperior.glif index 237688329..2d74cb8be 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eightsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.glif index 0b775322f..5e5c5d67b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.sc.glif index 4fc1324b5..9ca17579e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ellipsis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ellipsis.glif index 91f1ae4af..6c1123830 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ellipsis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ellipsis.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.glif index 345957d95..fb5b66d25 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.sc.glif index 95a86e3ea..babc90e69 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.glif index cd4b5405a..15ad5b6bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.sc.glif index 4d4e534c5..b301331d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.glif index e1c123f10..2652a6960 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.sc.glif index 77f0507c4..48dab6e93 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.case.glif index 38fbc3396..902697c78 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.glif index 4b186aa2a..5e178d308 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emptyset.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emptyset.glif index 1849f5885..5f2b5c3d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emptyset.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emquad.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emquad.glif index 19176adba..fc6587eca 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emspace.glif index cad26b367..606f556f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/endash.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/endash.case.glif index 04ce147df..87c4696c0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/endash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/endash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/endash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/endash.glif index 669cdb1cf..b77c7f1f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/endash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/endash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eng.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eng.glif index ca995a2c7..45f7cb0ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eng.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eng.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif index e8a711b97..9c0784e60 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/enquad.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/enquad.glif index 65ee49710..6c8c3aa58 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/enquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/enspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/enspace.glif index 990d19c9d..35e68736f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/enspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.glif index bf9a043c3..3b4f27685 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.sc.glif index 614e1793f..4f0d152c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/equal.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/equal.glif index ca6465d37..94740fe40 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/equal.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/equal.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/estimated.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/estimated.glif index bf11a9cb6..77e0593bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/estimated.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/estimated.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eth.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eth.glif index d16c23317..82674f97d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eth.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eth.glif @@ -72,7 +72,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eth.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eth.sc.glif index 3740f169e..408867cd9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eth.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/eth.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.glif index f6bf1f054..ccda246f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.sc.glif index 6dc386654..2c5caee39 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/euro.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/euro.glif index 5f74cf32c..f33ac925c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/euro.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/euro.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclam.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclam.glif index ea0812303..af1f05589 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclam.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclam.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdouble.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdouble.glif index 6b0a3a17e..80e8f065d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdouble.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdouble.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.case.glif index e44102903..3deaa1bfd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.glif index 8fe037759..4f7cc250f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey exclam com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.glif index ac80b85ff..daa54d79f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.sc.glif index bcddd7555..e83fc1455 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.glif index 91064c10b..75b8d3e3c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:22:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.sc.glif index bc8c708e5..aab5446fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:45:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f.glif index b38ca2964..037c0ecfd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f.sc.glif index 42b8dbad0..74c73035d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f.sc.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f.glif index cddc88605..a6d247a8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif index 089cb9b35..526b6cb7e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif index f8e72c8f0..9008c134a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.glif index cffe3ffb5..b8acae874 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.sc.glif index 988b74476..6b3d524dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fi.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fi.glif index ace8eec4e..7bc8890ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fi.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fi.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/figuredash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/figuredash.glif index 163869b27..9200372f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/figuredash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/figurespace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/figurespace.glif index 337dd2b83..fe662c978 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/figurespace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/firsttonechinese.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/firsttonechinese.glif index 15952551e..4c9b177be 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/firsttonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/firsttonechinese.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.dnom.glif index 42c6ae9a9..43ec25309 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.dnom.glif @@ -54,7 +54,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:08:19 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.glif index 55b259e7e..08de7cda9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.lf.glif index 6b9386c8a..f6b19c655 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.numr.glif index 1bd175251..bc5e0b279 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.osf.glif index bc0d11e83..127dffef4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.osf.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.sc.glif index 445733cb2..85d72b0b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.sc.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.tf.glif index 97795b4bb..b2ae343de 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.tf.glif @@ -46,7 +46,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.tosf.glif index d0f200699..6b4bb4efd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/five.tosf.glif @@ -44,7 +44,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fiveeighths.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fiveeighths.glif index cab7e2b52..e1c139cec 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fiveeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fiveinferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fiveinferior.glif index 156b7e6ee..09b69bdf1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fiveinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fivesixths.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fivesixths.glif index 937e37f21..1eac2a7d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fivesixths.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fivesuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fivesuperior.glif index 67dbde6ed..075a0d877 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fivesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fl.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fl.glif index 4bffa1cd1..2d256556e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fl.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/florin.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/florin.glif index 7124d48ec..68bb75fb9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/florin.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/florin.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.dnom.glif index 484f21ffb..6bfce1a17 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.dnom.glif @@ -42,7 +42,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:07:58 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.glif index f3dcf8c36..ef89fa7a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.lf.glif index b40ef689b..13bb16754 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.numr.glif index 644cc8544..4d7b8f2d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.osf.glif index 9ece9f180..0d4940172 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.osf.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.sc.glif index 974325fbc..f4d6b8c2a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.tf.glif index 03c0f6301..09b1c8349 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.tf.glif @@ -35,7 +35,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.tosf.glif index cf3469510..ea3e3a2cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/four.tosf.glif @@ -33,7 +33,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourfifths.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourfifths.glif index 820b61a6c..cb3ce2fb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourfifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourinferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourinferior.glif index f642bb082..f013c7bd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourperemspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourperemspace.glif index 60ac7a31c..4e0d29e21 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/foursuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/foursuperior.glif index f72009106..78d0a02d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/foursuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourthtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourthtonechinese.glif index e97337377..9387760eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourthtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fourthtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fraction.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fraction.glif index 23a5a6378..176edf109 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fraction.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/fraction.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/franc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/franc.glif index 55592e2d2..ddc1e6ad3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/franc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/franc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:04 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/g.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/g.glif index 975f4a513..79d22b2fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/g.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/g.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/g.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/g.sc.glif index a79c087e3..2783feed5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/g.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/g.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gacute.sc.glif index f121e30fb..2db5dc0b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.glif index 34c83050a..2dedae183 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.sc.glif index c09ff8d30..7bf4ac6ed 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.glif index 03549c294..d293fcd8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.sc.glif index 35dd85385..784e5b0e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.glif index 50013cded..1b551f517 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.sc.glif index f1a06f659..a5c14d8d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.glif index 0fd9c029c..c75187fc0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.sc.glif index 9e8da99bc..6ed46460a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.glif index 25301835f..59d15e815 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.sc.glif index 408354fd8..1f39d6dbc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.glif index 85d14aa70..dc57ace73 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.glif @@ -58,7 +58,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.sc.glif index c8a17d6f3..e8fa79db2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.glif index cb533b4a0..2a9902364 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.sc.glif index 478d15c49..fdaba2994 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/grave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/grave.glif index 48dcb7fc2..978e8d2ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/grave.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.case.glif index d2a7e3e45..694ce1d7d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.glif index 539936358..86269f359 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/greater.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/greater.glif index 186acedea..1a7451331 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/greater.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/greater.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/greaterequal.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/greaterequal.glif index 456dc687d..c1d234f74 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/greaterequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/greaterequal.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guarani.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guarani.glif index a010ebc40..cdd574f6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guarani.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guarani.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.case.glif index 6ffdb4151..2069224c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.glif index 410930c58..c9c812897 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.case.glif index a866a1458..a35262c67 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.glif index 80bf87856..eace3c514 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.case.glif index ff4ed38e4..35277b808 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.glif index 6097264b1..c389e88a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.case.glif index 034c979fc..50ee1c8ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.glif index 001bde3a6..c0cb5d937 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/h.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/h.glif index 712c2dbd1..9b3efe001 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/h.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/h.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/h.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/h.sc.glif index d24758b45..cb3829515 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/h.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/h.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hairspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hairspace.glif index 9adcc4f46..75a173d6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hairspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.glif index 0e9b58921..dccdfe4a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.sc.glif index cd61c6675..d8764a22c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:24 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.glif index 2aa5e8f53..80f8227f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.sc.glif index e4da13eba..3410871aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.glif index c72580ce1..c6866cfc6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:13:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.sc.glif index aaead96d5..230f5e96b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.glif index 2bf1789fc..95941e32f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.sc.glif index 31facabed..75d74f273 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.case.glif index 4a5d49c0f..a5f51f047 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.glif index 57ec29d5f..deca467e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horizontalbar.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horizontalbar.glif index ebdfeebf1..17127c2f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horizontalbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.case.glif index 7e68bb3f1..9cd922eec 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.glif index 6c9953b9f..1ec8a9c5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hryvnia.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hryvnia.glif index 0d681902a..a12f5fbe0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hryvnia.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlaut.glif index 8b0d00105..e0f3b1cc6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlaut.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.case.glif index 94bc8993d..5912ee5d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 466.0 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.glif index 143a4de3b..834286d73 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.case.glif index 651f27888..d03978ab2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.glif index 1a197f650..d9ec1bd21 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphentwo.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphentwo.glif index 84d16989b..00379f4fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphentwo.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.cy.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.cy.glif index e2ffaf3b1..a26aa7af6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.cy.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.cy.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.glif index 5d3b47b39..185893315 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.sc.glif index c2197ac9b..1a4ffd48a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.glif index 374741367..8b9b790d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.sc.glif index 8fd8226e9..d687cb619 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.uc.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.uc.sc.glif index 8af28a69f..2d7bf182f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.uc.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/i.uc.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.glif index 67a7f11f3..19c5a8e74 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.sc.glif index 3b8185634..ecb8f4f7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.glif index 3124f3259..9cf745b4c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.sc.glif index d6f696f94..de5059e03 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.glif index da608c741..bc21b08d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.sc.glif index 35851b06f..ca81ac094 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.glif index 3e7e95be8..29972cde2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.sc.glif index c874ca016..b384773d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.glif index 92d4a6d82..eae47eea5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.sc.glif index a5e6fc45c..fc6066ae8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.glif index 271cd8d2d..595f39bad 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.sc.glif index 96db34284..984b7a12f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.glif index 6cec490b3..66dafc1ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.sc.glif index 57054baaa..538a19e8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.glif index 370f23beb..f341b7dd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.sc.glif index 360016f60..33cca7322 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.glif index fca3a0033..cceb431c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.sc.glif index 267a6d8f3..2b85eeb13 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.glif index b89ff4d35..b939cc5ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.sc.glif index a54270232..1efce70de 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.glif index ff776c82b..7f98b75a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.sc.glif index a9b15af08..60be1b1ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.glif index 1a9baf913..262b8665c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.sc.glif index 855b3e5c5..e83a514cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.glif index 571751027..0926e08ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.sc.glif index 525e8855e..22b943373 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij.glif index 883fa4c8d..1238b73fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif index 1b0db9fde..aecdabf85 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.glif index b8e63f3ad..4338578b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:47:38 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.sc.glif index c732280f6..567cf66d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.glif index 720b6a083..0ec51e293 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.sc.glif index dc0a214a3..e8ca21207 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/increment.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/increment.glif index 339185eb2..93554bdf3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/increment.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/increment.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:52 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/infinity.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/infinity.glif index 109d9a7ca..5e4072747 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/infinity.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/infinity.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/integral.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/integral.glif index c861d0515..86f8bb2ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/integral.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/integral.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.glif index 5f9b4de52..3ab72f702 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:27:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.sc.glif index c9d12e4ae..8a823b4a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.glif index 1fc89b4ea..42683642f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.sc.glif index a39ff3b8c..2a56b2ca6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/j.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/j.glif index 3e5204c7d..90f3e76bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/j.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/j.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/j.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/j.sc.glif index 3d615ef54..d0365bb5a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/j.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/j.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.glif index 5d5da4b1b..6a5f7ecca 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.sc.glif index e6a4da788..ced52733b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:27:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.glif index ec54ce299..1ebc8104a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.sc.glif index ab0c996b8..082c025ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/k.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/k.glif index 41608f23f..6d1cdfa80 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/k.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/k.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/k.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/k.sc.glif index 2d94af2f3..59d68507c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/k.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.glif index 8f104ead3..a0ee9ae5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.sc.glif index e05bce670..4f0a496e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.glif index bff46f78e..984456b77 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.sc.glif index ecd9147aa..e5d0488b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kip.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kip.glif index e2b3e5cb2..b91b46409 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kip.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/kip.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/l.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/l.glif index 1e335e2a0..132f4eb6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/l.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/l.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/l.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/l.sc.glif index 9f14b8548..0f96d8e71 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/l.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/l.sc.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.glif index 264b2f91d..3e25e6c6f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.sc.glif index 3479a6fd6..277004106 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.glif index 22f1baaeb..ffccb9c49 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:11 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.sc.glif index c8c4dd611..cc0cb6cbf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.glif index c63f69c00..d91d1bae1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.sc.glif index 8c96855f1..bb1c14925 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.glif index 29c0dbf51..48dbd46db 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.sc.glif index 1a6de1615..e6f0b6884 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.glif index 0075aab62..4eab55ec9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.sc.glif index 1a689717c..b8720f36b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftA_rrow.glif index a4e99ec16..e9de331a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftB_lackT_riangle.glif index 7b9e1d370..ae37f8045 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:50:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftW_hiteT_riangle.glif index 3ede7c893..7821af23f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftanglebracket-math.glif index 697440653..45038f19a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/leftanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/less.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/less.glif index 9ed2e0770..42e980812 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/less.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/less.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lessequal.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lessequal.glif index b37bc1c49..98f2d0aaa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lessequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lessequal.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lira.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lira.glif index 7feb7b7ca..38394fa2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lira.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lira.glif @@ -73,7 +73,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/liraT_urkish.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/liraT_urkish.glif index 0910d93a4..009f65806 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/liraT_urkish.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/liraT_urkish.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/literS_ign.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/literS_ign.glif index e79eb0839..538b40519 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/literS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/literS_ign.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lj.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lj.glif index fbc1376f8..2fde86b28 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lj.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lj.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif index 2ea43506d..358f391c1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.glif index e3c609e55..669256f76 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.sc.glif index 80b37a732..d44a79e81 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/logicalnot.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/logicalnot.glif index dcaace50d..5dc07608b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/logicalnot.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/logicalnot.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lozenge.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lozenge.glif index 1f5cdbe14..0c2d6975d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lozenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lozenge.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.glif index bb8578d82..c2dd56c57 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.sc.glif index 420d7164c..897ec3b41 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.sc.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/m.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/m.glif index 10f358162..7754fb57a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/m.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/m.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey n com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/m.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/m.sc.glif index ac232b404..61a6c8b2c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/m.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/m.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macron.glif index f6d5d2718..046293c9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.case.glif index 7399aa73d..d5227c420 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.case.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.glif index 4d9dcb0b9..6e3f1bffd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.case.glif index 1d9bf64e4..c32e35823 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.case.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.glif index 01dfc3797..b23bbbdc2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/manat.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/manat.glif index ef0070e64..ad0d0e4b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/manat.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:39 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.glif index 50f0b00bb..a4418d5af 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.sc.glif index af1d88b01..eae08aad3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.glif index 6393e7375..5b517b471 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.sc.glif index 39195f697..256ac4b31 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/micro.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/micro.glif index 99b8290a0..7d6815909 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/micro.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/micro.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/minus.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/minus.glif index 06a2a440b..5ec69d537 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/minus.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/minus.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/minute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/minute.glif index 74274dc83..b7c53ba76 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/minute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/minute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mu.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mu.glif index ab0148f09..8f3a3c3cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mu.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mu.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:50 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif index 2e6e8be21..86c88f3f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 05:10:55 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/multiply.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/multiply.glif index 8c9dab1d9..3ac6c47c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/multiply.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/multiply.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/n.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/n.glif index 36416f3ca..6a20ec5e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/n.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/n.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/n.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/n.sc.glif index 2e61af28c..ec2b41ec1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/n.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/n.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.glif index c75794d15..f4883c20c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.sc.glif index c53a46a7a..cd1f6240a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/naira.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/naira.glif index 145acd013..5af49fe7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/naira.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/naira.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:35:45 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/narrownbspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/narrownbspace.glif index f9d187141..118ce21fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/narrownbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nbspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nbspace.glif index 8938e0842..d5f1ad380 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.glif index 95c163161..911fd2b49 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.sc.glif index 62d7cffbb..8b9ce85f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.glif index bf1840a69..f791ab005 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.sc.glif index df981e21e..2280dd84a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.glif index 57aed7bce..b953feee7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.sc.glif index 9cd1275c2..eb05630d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.glif index d6544e68f..76c9f0be5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.sc.glif index ddf748fb5..aacab3216 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.dnom.glif index 27153124b..961a0e4f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:18:17 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.glif index 5d0212f43..334fb2635 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.lf.glif index 34f3f4dde..97fe265e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.numr.glif index 6fb10e418..cc89fb1ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.osf.glif index 1bfde22d8..530970776 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.sc.glif index b4255fdf4..6bcaa2ae7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tf.glif index febe70112..28ae04c42 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tf.glif @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tosf.glif index f9bb418ea..73a0745a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:36 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nineinferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nineinferior.glif index 9e0efe2cb..6ec88f8c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nineinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ninesuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ninesuperior.glif index f748871f3..397ea2922 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ninesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nj.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nj.glif index b8cdd527d..3f5cd082e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nj.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nj.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif index 34680df72..19275897d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:09:07 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.glif index b837c9a1d..9ffdf2555 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.sc.glif index 7f66cc0c0..ef008eccd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/notequal.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/notequal.glif index 6b8dcd225..4fd5f656c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/notequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/notequal.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.glif index 489e27ab4..d346dca58 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.sc.glif index c0c52e633..3d1c19fa9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/numbersign.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/numbersign.glif index 82207f5a7..8dbdb70e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/numbersign.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/numbersign.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/numero.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/numero.glif index 9585cabfe..3d910d748 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/numero.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/numero.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/o.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/o.glif index 838be8f4d..7401dde38 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/o.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/o.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/o.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/o.sc.glif index d356f7d1a..43e6e6cf4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/o.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/o.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.glif index 29e8418e1..9c2744524 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.sc.glif index f47f61537..c65500a79 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.glif index 94529b0e0..b6e9891f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.sc.glif index 31059334a..30f1b8b99 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.glif index f7869758d..ee5d98482 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.sc.glif index d025b74de..644d275bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.glif index 0d7e3049f..d198cdd82 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.sc.glif index 8b3c1f5ad..f67708b70 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.glif index 78b6dc4be..ef6a6b5ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.sc.glif index 306677d07..eebfa32af 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.glif index d43ed15dc..aed6466f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.sc.glif index ab9b2d984..ca3de0b8c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.glif index dc539a215..d71237c2a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.sc.glif index 236e9f001..b1257c6a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.glif index 6e2c0f91d..4b9de5953 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.sc.glif index f4d0e4f93..ffdd5301b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.glif index 57640e6ff..523ee93fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.sc.glif index 758025e59..1c12cdd70 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.glif index ef5bc69d2..1ec5205f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.sc.glif index caa6460ed..b73d83e05 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.glif index 0e14cef82..32320a46a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.sc.glif index 789be495e..fa2c91f17 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.glif index d9a73047a..26e04bad3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.sc.glif index 994b8736d..60245d3ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.glif index 9816c11fb..8784aadb2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.sc.glif index 9767178b7..8f8bb8466 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.glif index 88ee92822..cea01bcde 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.sc.glif index 70ee15012..1bfc81896 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oe.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oe.glif index 1446924d3..8e04b9169 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oe.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oe.glif @@ -71,7 +71,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif index e1b5d78d8..6c5b08e68 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonek.glif index e82629d13..7570f1a17 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonek.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.case.glif index 4865d163f..0fcb87a51 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.glif index 6908e512f..db556f689 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.glif index 738fbdb8b..d88226a19 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.sc.glif index 51c76a513..80b1d202f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.glif index 0d92c1e5f..dd7a246eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.sc.glif index 6cc564694..cab0750fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.glif index 811efb609..f0e551f30 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.sc.glif index 151777a03..5612ebcbf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.glif index 215010b44..571b03163 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.sc.glif index fe88073a6..12ccce6bf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.glif index 514882653..17b25430e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.sc.glif index 9243cd6bc..fc3e47935 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.glif index b8996b3a5..f9473d420 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.sc.glif index 484a93e3d..8c4943d28 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.glif index fb0777bd4..80d3027cb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.sc.glif index 14f40a405..27013695f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.glif index f6144f25f..ac7d2d4ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.sc.glif index 73159d0f0..db00911a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.glif index 7eef774bd..e27ba2268 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.sc.glif index 12f751a8f..a732aed5b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.glif index dced6860b..3bcd8995e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.sc.glif index aa01d1557..61dbcced0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.glif index 672975d23..271b98240 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.sc.glif index d1f90b6a1..0a42977ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.glif index 2c7b3ef77..2345829fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.sc.glif index b67f50470..ec2697bb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.glif index 549cf053e..4ced2ed74 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.sc.glif index 38d3588be..c8cea0dee 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omega.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omega.sc.glif index 5b1de3e8e..e9e42acee 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omega.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/omega.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.dnom.glif index 16dfed0be..233930a95 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.dnom.glif @@ -35,7 +35,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:03:23 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.glif index 185752d24..769aad876 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.lf.glif index 16d520762..690bafc93 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.numr.glif index 69cd18963..8cc324c7f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.osf.glif index edae899d7..fb72edc38 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.osf.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.sc.glif index a451bba00..c8ca0e7f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.sc.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.tf.glif index 0f4dedec6..c5a142ea1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.tosf.glif index e8b138bd4..631edaec3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/one.tosf.glif @@ -29,7 +29,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:20:53 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneeighth.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneeighth.glif index 981678faa..e0f01523b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneeighth.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneeighth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onefifth.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onefifth.glif index 985197d04..5418a3222 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onefifth.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onehalf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onehalf.glif index 79687520c..3ba4a7cd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onehalf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onehalf.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneinferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneinferior.glif index e1973111c..dd8c0ad7b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneninth.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneninth.glif index 274834f2d..b4b61a546 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneninth.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onequarter.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onequarter.glif index a0e18161f..97bb4be62 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onequarter.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onequarter.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneseventh.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneseventh.glif index 3e0d9f32d..4535c4d56 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneseventh.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onesixth.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onesixth.glif index e0debdc40..4928c3d6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onesixth.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onesuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onesuperior.glif index b52a3bc31..2200dfd71 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onetenth.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onetenth.glif index aac9d9a88..1bc29a834 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onetenth.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onethird.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onethird.glif index 58311a63b..b2aba54e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onethird.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.glif index fc8b40fc9..871793927 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.sc.glif index 129540cf5..df3dcbf34 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ordfeminine.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ordfeminine.glif index 072891ae8..ddb0c7463 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ordfeminine.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ordfeminine.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ordmasculine.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ordmasculine.glif index a1988b1ab..20eaf6144 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ordmasculine.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ordmasculine.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.glif index f949dac8c..965eb6166 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.sc.glif index f1207f72c..4343b9a4a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.glif index e9879e502..4e666baf9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.sc.glif index 43c661090..e89d2805a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.glif index 50e652f3c..9e12279d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.sc.glif index 511392ab3..12dd6e221 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.glif index 6287cefb5..ded232e97 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.sc.glif index ec5636bd1..3e70a36c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.glif index c6f0fa413..db90a90d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.sc.glif index eea04977f..eb4680efe 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.glif index 18b68289b..90f29ce5b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.sc.glif index f3e4543d5..7456f2160 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/p.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/p.glif index fdf7c2c88..61770e462 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/p.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/p.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/p.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/p.sc.glif index 0797d0404..1760e764b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/p.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/p.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/paragraph.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/paragraph.glif index 4d8fc372d..ce1dba9f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/paragraph.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/paragraph.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.case.glif index 47ca027ef..0f6e656cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.glif index f4724169f..82d260fdc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.case.glif index fa106f893..158e14abe 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:45 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.glif index 20a5dda1f..f66c9f6f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/partialdiff.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/partialdiff.glif index 703d76229..266b1deb3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/partialdiff.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/partialdiff.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.glif index 6bf49b6d1..db029ce6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.sc.glif index 64dd48b1a..9a62dbfff 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/percent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/percent.glif index 74859c3f2..c7d2b9731 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/percent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/percent.glif @@ -69,7 +69,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/period.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/period.glif index 1bd9e4259..574bc4048 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/period.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/period.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.case.glif index 18aea91e8..9d9262dc2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.glif index 4d78d6a68..9e0fde995 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index ec86b5253..999324066 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.glif index 0f26f65fc..61d052be3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/perthousand.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/perthousand.glif index de390e1c2..0be233cdb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/perthousand.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/perthousand.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/peseta.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/peseta.glif index 72ae699ea..0ae67e4f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/peseta.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/peseta.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/peso.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/peso.glif index 91a6ed87c..44548e984 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/peso.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/peso.glif @@ -76,7 +76,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pi.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pi.glif index 47028a6bd..95e6e0153 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pi.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pi.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:59 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif index 235d6f1fb..2975deb66 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey product com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/plus.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/plus.glif index cae72617f..90cf01818 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/plus.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/plus.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/plusminus.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/plusminus.glif index 5b689b982..0933078aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/plusminus.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/plusminus.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/primemod.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/primemod.glif index 2bd127aa1..22b68ea98 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/primemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/primemod.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/product.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/product.glif index 60af36778..0769f0254 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/product.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/product.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/punctuationspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/punctuationspace.glif index c613d7abd..2a3d2d84f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/punctuationspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/q.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/q.glif index 245596e46..29900468c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/q.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/q.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey d com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/q.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/q.sc.glif index 289756035..d18823d4f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/q.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/q.sc.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/question.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/question.glif index 380825f73..3a9757b51 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/question.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/question.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.case.glif index a690fbca1..8acfaaac8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.case.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.glif index 02e49bac3..e076e3030 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedbl.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedbl.glif index 15dbbae69..b02782f64 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedbl.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesingle com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblbase.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblbase.glif index 9d9145679..76a7a8673 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblbase.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblleft.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblleft.glif index a6c0bff98..241a75b51 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblleft.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblright.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblright.glif index 024ad0573..a64eea9df 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblright.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblright.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quoteleft.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quoteleft.glif index 05886ca56..5bbaf29f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quoteleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quoteleft.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotereversed.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotereversed.glif index 2dc861334..0c3f37b7d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotereversed.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotereversed.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quoteright.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quoteright.glif index baa621adf..c5186d4ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quoteright.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quoteright.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotesinglbase.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotesinglbase.glif index 8eaa6531f..9ca174831 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotesinglbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotesinglbase.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotesingle.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotesingle.glif index c1adb3f5b..ff7461b14 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotesingle.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/quotesingle.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/r.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/r.glif index 08eace7fa..7ee814ded 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/r.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/r.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/r.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/r.sc.glif index 8a51e8a39..ac1a5e87c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/r.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/r.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/racute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/racute.glif index beff0f27a..08352e9fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/racute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/racute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/racute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/racute.sc.glif index f192a1697..3a527c173 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/racute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/racute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/radical.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/radical.glif index eb7f12092..f3d5efe33 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/radical.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/radical.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.glif index 96ba290f3..4bf2dd327 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.sc.glif index 4855a710b..944130870 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.glif index cd12eea3a..2a4fb02ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.sc.glif index 4a6c45788..7ceaf34dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.glif index ee1e56a79..20bbfb668 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.sc.glif index f3ab88e17..d92ac3b3c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.glif index 9581ff171..ba415083e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.sc.glif index 6dad9cd31..7758b3aba 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/registered.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/registered.glif index d40412ba1..2425d4704 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/registered.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightA_rrow.glif index baf7938ab..6f009f397 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightB_lackT_riangle.glif index 7e48b8b1e..b9ef8c1bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:48:49 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightW_hiteT_riangle.glif index 92e5b5af2..8dcddff59 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightanglebracket-math.glif index 6b36c454b..86ff41efa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ring.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ring.glif index baa471813..1b942f2d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ring.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.case.glif index 1f7d058f9..1e06679b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.glif index fc89414d8..c963109a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfleft.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfleft.glif index 344d4bbe3..5176b8cdc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfright.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfright.glif index d31f20b3f..4f1261dce 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfright.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfright.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.glif index 1c1338c17..6a2abf917 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.sc.glif index cead242df..54eec4d38 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.glif index 038de14ee..5cfd5d994 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:31 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.sc.glif index ea7308e83..9a1740129 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ruble.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ruble.glif index 5e98311e2..1a79e084a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ruble.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ruble.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rupeeI_ndian.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rupeeI_ndian.glif index 1cea90b6d..e209d38c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/rupeeI_ndian.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/s.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/s.glif index 12e92552c..e979b49b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/s.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/s.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/s.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/s.sc.glif index e97ecd1c7..c7793f085 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/s.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/s.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.glif index 337c48171..8b8c1c2f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.sc.glif index 72cf93632..c3a9a35f9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.glif index 4863b24cc..3c561c4ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.sc.glif index ceed7070d..75e82757f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:27 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.glif index 408cd8e44..4cdc39312 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.sc.glif index 9fb0723f9..07f094baf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.glif index c951e45a6..232674dde 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.sc.glif index b810efd4e..9bd232cd4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:57 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.glif index f2d455e44..05acf16ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.sc.glif index eb70ad692..9a5d3fdd6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.glif index bab6f2fbe..08a8837eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.sc.glif index 46b850d42..4415621ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.glif index 953739233..1c46821cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.sc.glif index 43e27060b..1d03d2366 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.glif index 4b12b3e72..9aa8583b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.sc.glif index d5059e670..5d3fbf5a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.glif index c47646aaa..29c3c3743 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.sc.glif index 3312044f1..ecd0a791c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.glif index 462d3514d..19f072654 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.sc.glif index 32fa586fc..466c82707 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.glif index df7b30006..de4c7af04 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.sc.glif index 82f286879..0d2e420db 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/second.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/second.glif index e41b5d13f..76317bbef 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/second.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/second.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/secondtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/secondtonechinese.glif index 4bb2c42cc..0291dd327 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/secondtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/section.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/section.glif index e473e4edd..f79452ef2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/section.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/semicolon.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/semicolon.glif index 82c17260c..794d94915 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/semicolon.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/semicolon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.dnom.glif index 965dbf7db..6fc441427 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.dnom.glif @@ -32,7 +32,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:57:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.glif index 6f2fc9c33..263500ed6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.lf.glif index 468b61029..febae7e70 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.numr.glif index 1ed8524a8..56436111a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.osf.glif index f9ac7abf7..bf7fc22a4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.osf.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.sc.glif index e0099db4b..6e41660f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.sc.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tf.glif index 0e7ea7cec..66e99d3ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tf.glif @@ -24,7 +24,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tosf.glif index 9f7a1ab1a..df65a5bb7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tosf.glif @@ -22,7 +22,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:09:42 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seveneighths.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seveneighths.glif index b2902b2ed..7b8b84ff2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seveneighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seveninferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seveninferior.glif index fc47f97ff..023b93b92 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seveninferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sevensuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sevensuperior.glif index cbab98003..8a25c1246 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sevensuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sheqel.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sheqel.glif index 5eb35a8eb..ac8dc7231 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sheqel.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sheqel.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.dnom.glif index ef19f3482..5577a7a48 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:00:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.glif index 7bcdd5a96..5779bb8be 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.lf.glif index b19ed4b13..e77afd0dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.numr.glif index 369df89cd..115789722 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.osf.glif index 0418ae7f3..a8560c3a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.sc.glif index c386a2735..0108e195c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.tf.glif index 2ac3e4e95..6e7044d6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.tf.glif @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.tosf.glif index 6a9c2b9ab..bd983db7f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/six.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixinferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixinferior.glif index fe9ee8434..5c9ff9fca 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixperemspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixperemspace.glif index de0df4cb7..2533c9c35 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixsuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixsuperior.glif index fb2a96ac6..f8cbdcbf1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slash.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slash.case.glif index 44d14b867..e1eefa852 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slash.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slash.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slash.glif index 538f43c0f..286f2b650 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slashlongcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slashlongcomb.glif index 3b4d3934e..37768f443 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slashlongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slashlongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slashshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slashshortcomb.glif index 7cedeabc3..be1e6804b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slashshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/slashshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.case.glif index 029117125..fbc18dceb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.glif index dfdec7555..1419e6fe0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/space.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/space.glif index b78022173..eaa9089f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/space.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/space.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sterling.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sterling.glif index 728df49ad..9fd341ecf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sterling.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/sterling.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/strokelongcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/strokelongcomb.glif index d08455199..8b00858fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/strokelongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/strokelongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/strokeshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/strokeshortcomb.glif index 38a2bc1ef..e60fb22a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/strokeshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/strokeshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/summation.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/summation.glif index 48aa1cd18..e769eb778 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/summation.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/summation.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/t.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/t.glif index 7ca0755b9..275ba1a7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/t.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/t.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/t.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/t.sc.glif index ddc743275..f5b1b1bd7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/t.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/t.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.glif index 38d78aa26..43edf5ec9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.sc.glif index 33c796de4..ff811391f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.glif index 6fb86b026..d6c33cfeb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.sc.glif index bb813e5aa..8337d1e57 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.glif index 9dd48ef69..f0c544f42 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.sc.glif index e04e49640..1b373417b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.glif index a190bbb1e..3e206c775 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.sc.glif index c38b6b6f4..d4b628ae1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.glif index 69b9587a5..a955c8a7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.sc.glif index 3a79de060..15ee9a751 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.glif index d53277546..087923a28 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.sc.glif index 71a714d4f..45f233e79 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.glif index 677a6b343..b4f548b59 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.sc.glif index 18a94e6eb..c8f15836f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tenge.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tenge.glif index 2c70f7a32..9e93bca4c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thinspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thinspace.glif index a4d7a2a4e..8ca36dbc9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thinspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.glif index 336c6d553..aadf3351c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.sc.glif index 146643fa0..6c54e284f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.dnom.glif index 0f42b0c20..09939ebab 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:15 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.glif index b7d450305..9f7f32bc7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.lf.glif index 95c675219..05e343645 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.numr.glif index f12a70e76..a7777047f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.osf.glif index 1786d9b94..b41ff408a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.sc.glif index 88ec845ef..97788a020 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.tf.glif index 4cb56bac0..96891e172 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.tf.glif @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.tosf.glif index a2ba7aef2..c2c204cb0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/three.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeeighths.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeeighths.glif index 0a140e7f4..2c3ca6c61 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeeighths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey three.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeinferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeinferior.glif index 618b77826..85e0622b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeperemspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeperemspace.glif index 4a0679022..a238b9b3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:14 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threequarters.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threequarters.glif index 36a5ba6ba..84ce81e9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threequarters.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threequarters.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threesuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threesuperior.glif index 5efee2f82..4e1c75dd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.case.glif index aafc0d8ec..fa55aabee 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.glif index fc3cca7dd..12729191e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.case.glif index e1f630772..b81628c32 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.glif index df6031b75..c13de3462 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.glif index be3f8379e..f98a2290e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.sc.glif index 7c6279b1c..24b4852dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/trademark.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/trademark.glif index c45784f21..ae99c71a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/trademark.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/trademark.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tugrik.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tugrik.glif index fbca7babd..1ec1fa311 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tugrik.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/tugrik.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.dnom.glif index e1d5e3e24..924f7cdfa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.dnom.glif @@ -46,7 +46,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:42:31 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.glif index 7b59df71b..dbef41686 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.lf.glif index 390d1df4c..c642b2a96 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.numr.glif index 658d550de..3133f6371 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.osf.glif index 727d531f2..623eb43ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.osf.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.sc.glif index 834f5dd0f..219a8fb3f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.tf.glif index a1963aea9..479ac735a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.tf.glif @@ -38,7 +38,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.tosf.glif index bdfe719f6..100989b2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/two.tosf.glif @@ -37,7 +37,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:11:35 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twofifths.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twofifths.glif index 4858804a9..9bd647454 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twofifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twoinferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twoinferior.glif index 86c2cdbe4..fc6176e9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twoinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twosuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twosuperior.glif index f341c6bc6..15c79e646 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twothirds.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twothirds.glif index 1785c2661..2f1a531ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twothirds.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/u.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/u.glif index 7cc5304e9..b1270a460 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/u.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/u.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/u.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/u.sc.glif index 316b18fba..e45f40713 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/u.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/u.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.glif index 0d084bf9d..9fc3662df 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.sc.glif index 66db427e3..aa5dabbb8 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.glif index 6813611a6..897203166 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.sc.glif index 113e5bccf..c699664d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.glif index 13f5606f0..4dcf91a88 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.sc.glif index f3a138bd1..b3a7c28df 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.glif index f8675363e..685bfc21f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.sc.glif index 6c8a92995..eee34ec0d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.glif index 5da5fe0cf..bfdb96ef4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.sc.glif index 8bdf0a862..4cf4f050a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.glif index 90a8d5786..0f70a0605 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.sc.glif index 599e78148..f821eb13c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.glif index f253b1799..03c77046c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.sc.glif index be1c8a1ae..e6ad4f5a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.glif index 471da559f..258758339 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.sc.glif index 4593761a6..b42f5a4bf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.glif index 7361fe89e..f48066ea3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.sc.glif index 121f3718a..3d5964356 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.glif index be9a6b267..c318a560a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.sc.glif index c01754bd6..a42531566 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.glif index eb6fe5171..4d491a462 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.sc.glif index fc703392f..90899595b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.glif index 81dd86996..7cc44a4bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.sc.glif index 4144792e5..28fe34e2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.glif index 3b98b5858..3974cbaf7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.sc.glif index 02a1d07a4..b720a56f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.glif index 1fad03328..dac3f12ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.sc.glif index 41f1582fe..839ae750f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.glif index a38272dd1..3675a68a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.sc.glif index 21e1075b4..13588c01e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.glif index 84b0a7927..8bf1913a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.sc.glif index 7196f939a..fc117ca86 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.glif index 8d2dbbf0a..94aaca948 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.sc.glif index 8e181b653..bf88cc81f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.glif index 1aa7f0bd1..38ca05c16 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.sc.glif index e0deae23b..48ffce246 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.glif index 54d392a00..e1ef8b8c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.sc.glif index e20a5bc84..59bd085f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.glif index e9ae94e53..0c0c26a70 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.sc.glif index e3438b9e4..137e23553 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.glif index 9b8c17271..fa75229ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.sc.glif index f665095d5..39f169193 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.glif index b6502b81d..2bee27f8c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.sc.glif index 4537c5bcb..7f4c55f64 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.glif index 47e09b0d1..3d20ae245 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.sc.glif index 7f4528048..1a7c45568 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/underscore.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/underscore.glif index 64bd444aa..feb31ffed 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/underscore.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/underscore.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uni0000.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uni0000.glif index e6fb07071..a794b2196 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uni0000.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uni0000.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.glif index e8b7e62c3..6339adbb2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.sc.glif index ec54f0525..b1be63064 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upA_rrow.glif index cf6bb66a2..eddf1341b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upB_lackT_riangle.glif index 9810aef73..ce83cd481 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:46:24 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upW_hiteT_riangle.glif index f795ac1fc..a705e597d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:01:56 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uring.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uring.glif index a402a985f..079c56b6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uring.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uring.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uring.sc.glif index edc2fda17..1bea2aa3d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/uring.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.glif index b8f4b05a3..0c3e6fc2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.sc.glif index 236d590c2..221d71a64 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.glif index 533a9bdb4..6b34c7ec2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.sc.glif index c05c60e6b..4b6d4898c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/v.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/v.glif index 164406cf8..bd8ff6198 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/v.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/v.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/v.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/v.sc.glif index 35723e298..9939e86f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/v.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/v.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinelowmod.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinelowmod.glif index 446c681a9..fc36d9f27 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinelowmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinemod.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinemod.glif index e86edd485..72e601433 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinemod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/w.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/w.glif index 13217175c..eff6f45bf 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/w.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/w.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/w.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/w.sc.glif index c1c4d0528..671b4166e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/w.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/w.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.glif index 9ab4e6a14..7d413f90f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.sc.glif index 46b0ab1a7..f03eaa806 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.glif index 9d1a9706a..8a15c548b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.sc.glif index 27fa86c20..c5c089efb 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.glif index ab685f891..f0ac5b359 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.sc.glif index 27d33ce4c..5968d2393 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.glif index 0996f1bae..3303f32d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.sc.glif index 1b17c3476..d6fb6e892 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/whiteD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/whiteD_iamond.glif index d5c7ed06c..2bd96e5ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/whiteD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:31 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/whiteS_quare.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/whiteS_quare.glif index df575f5e2..b08d12867 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/whiteS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:58 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/won.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/won.glif index 7c0d75249..d779c4422 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/won.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/won.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:39:44 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/x.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/x.glif index e74897d59..8c3726f93 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/x.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/x.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/x.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/x.sc.glif index 8449696f1..b35fddc0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/x.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/x.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/y.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/y.glif index 2aed888e2..5442aeacc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/y.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/y.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:00 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/y.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/y.sc.glif index f2e0e4cf7..57bb562fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/y.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/y.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.glif index 329695897..eb782accc 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.sc.glif index 127799aef..3242dd9d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.glif index 60f747ad5..4a79bdf82 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.sc.glif index f5726280e..bf94e0233 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.glif index e2fc0e70a..e1e9b6fc1 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.sc.glif index 85397f001..7d53c7ece 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.glif index af80d7dd9..3cc48dc53 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.sc.glif index 311657173..e6a99e1aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.glif index 0befd93df..9ef9c9159 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:22 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.sc.glif index 871601da2..f91e8c1c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yen.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yen.glif index 3fec6585c..0aba9b69f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yen.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yen.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.glif index a67042ab6..efc2d3037 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.sc.glif index f297b264e..a66f89345 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.glif index 718c99b4e..d20c2d41c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.sc.glif index 793dc5857..10c72cc27 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.glif index e26c8ef11..ba58cb725 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.sc.glif index 3ad33ec11..a0f503dd4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.glif index 9b12df4f4..2f0d79ec0 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.sc.glif index 3b26da5b2..0bcb35d0f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/z.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/z.glif index 1ac8c8db5..36278342f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/z.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/z.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/z.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/z.sc.glif index f691175bd..9fea1096c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/z.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/z.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.glif index d02e52439..0f7446462 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.sc.glif index 939eb3e4f..959ccfb69 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.glif index 2694262c2..3497811f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.sc.glif index f7fbcb414..42788eec3 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.glif index e93ed21d8..dfdb6df7b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.sc.glif index 8112ea033..4b10ef8c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.glif index 354b8ea25..7243d4fb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.sc.glif index e246e210e..1abb2b290 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.dnom.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.dnom.glif index 85ffaba64..ab629710c 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.dnom.glif @@ -49,7 +49,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.glif index d094844c4..b113f766f 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.glif index 5e7002ea6..d0838dae2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.zero.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.zero.glif index 4698e9509..243ea9e2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:40:59 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.numr.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.numr.glif index c1843508a..0d6d9822b 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.glif index f66c03bba..081bb2e89 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.zero.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.zero.glif index 82ed1728a..f9a334e50 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:41:12 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.sc.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.sc.glif index dc57abc21..073cbc1a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.glif index 5b00bd964..e4c31300e 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.glif @@ -41,7 +41,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.zero.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.zero.glif index c858b4715..5395ddc8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:52 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.glif index 385fd5acf..e9fa569e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.glif @@ -39,7 +39,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:14:08 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.zero.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.zero.glif index 003b0ad3a..ccfb22190 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.zero.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.zero.glif index c62cfb529..6f515a733 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:00:23 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zeroinferior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zeroinferior.glif index fd7e4334c..2e3545dc2 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zeroinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerosuperior.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerosuperior.glif index 8d758e9c6..0a0783e95 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthjoiner.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthjoiner.glif index 414a7ed8a..ec510243a 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:19 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthnonjoiner.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthnonjoiner.glif index 31175d269..133ec847d 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthspace.glif b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthspace.glif index 94b44a868..0e0c0c616 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Light.ufo/lib.plist b/sources/instance_ufo/MerriweatherSans-Light.ufo/lib.plist index 6f887f81c..fd7f8afb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Light.ufo/lib.plist +++ b/sources/instance_ufo/MerriweatherSans-Light.ufo/lib.plist @@ -2,14 +2,6 @@ - GSOffsetAutoStroke - 1 - GSOffsetHorizontal - -45 - GSOffsetMakeStroke - 1 - GSOffsetVertical - -45 com.schriftgestaltung.Glyphs.glyphUserData.IJ_acutecomb com.typemytype.robofont.mark @@ -630,7 +622,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 107.0 + 115.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 100.0 com.schriftgestaltung.fontMasterOrder @@ -642,7 +634,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 107.0 + 115.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_.glif index fc10856e6..abd5fe497 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_.glif @@ -34,7 +34,7 @@ A 10 1 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 12 8 12 17 17 17 16 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_.glif index 10b0040c6..6a2f721ad 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ AE 0 6 7 8 8 6 104 0 0 0 1 10 0 1 97 0 10 0 4 2 10 4 97 9 11 2 8 8 7 90 0 7 7 17 75 0 2 2 3 89 5 1 3 3 18 3 76 0 0 21 20 19 18 0 17 0 17 17 17 17 17 17 17 17 17 12 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_acute.glif index 4a3a530ef..6ee71f3de 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_acute.glif @@ -14,7 +14,7 @@ AEacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_acute.glif index 9b44b49f9..d1cbb2efb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_acute.glif @@ -15,7 +15,7 @@ Aacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:08:22 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breve.glif index 0cbe8c02f..87a1af041 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breve.glif @@ -15,7 +15,7 @@ Abreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breveacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breveacute.glif index bd3bcb4da..bcfd0c0c3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breveacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevedotbelow.glif index 93b2112e9..6ba6db19a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevedotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevegrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevegrave.glif index 942c57672..fa981bea1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevegrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevehookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevehookabove.glif index f7417c876..1fab0f461 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevetilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevetilde.glif index d06b79e9a..766354cc8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevetilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_caron.glif index 1b1aaa01e..f646eef3a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflex.glif index b3c50c05b..85bc14031 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflex.glif @@ -15,7 +15,7 @@ Acircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexacute.glif index f10310512..071bbbfdc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexdotbelow.glif index 4388c19ce..e2b9c77d0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexgrave.glif index d99f4e2e2..3913856c7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexhookabove.glif index 00172b84e..0bf70dfb2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflextilde.glif index 583fa31da..773210c29 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dblgrave.glif index ee4e4bb71..19fd0b893 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dieresis.glif index 594fde551..51f24c9e1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dieresis.glif @@ -15,7 +15,7 @@ Adieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dotbelow.glif index ff621fc1a..f5e9f9ab2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_grave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_grave.glif index de407e4eb..63d6a4dc1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_grave.glif @@ -15,7 +15,7 @@ Agrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_hookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_hookabove.glif index 02c66a829..890bcd098 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_hookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_invertedbreve.glif index 50b6dd1a0..fabac395f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_macron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_macron.glif index 023232a33..0da3ac796 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_macron.glif @@ -15,7 +15,7 @@ Amacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ogonek.glif index 79f240044..62b2f9282 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ogonek.glif @@ -19,7 +19,7 @@ Aogonek 30 1 6 3 10 1 2 1 27 1 5 2 3 74 7 1 6 0 1 2 6 1 98 0 5 0 0 5 0 95 0 3 3 17 75 4 1 2 2 18 2 76 28 28 28 32 28 32 38 17 17 17 23 34 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ring.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ring.glif index 102875660..f2617859b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ring.glif @@ -19,7 +19,7 @@ Aring 34 17 4 3 6 4 1 74 0 2 0 5 4 2 5 99 7 1 6 0 0 1 6 0 98 0 4 4 25 75 3 1 1 1 18 1 76 32 32 32 36 32 36 35 35 22 39 17 16 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ringacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ringacute.glif index e6be48715..3525bf186 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ringacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_tilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_tilde.glif index d0e5b845b..065aca1d5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_tilde.glif @@ -15,7 +15,7 @@ Atilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_.glif index 48d4175e3..5d9dfa9cf 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_.glif @@ -91,7 +91,7 @@ NPUSHB[ ] /* 16 values pushed */ 40 40 40 51 40 50 54 53 55 34 33 34 54 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_dotaccent.glif index 501aa1806..3a02c490b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_.glif index b758fad8f..71fbd95b9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_.glif @@ -53,7 +53,7 @@ C 3 1 0 3 20 4 2 1 0 21 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 31 0 30 37 38 39 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_R_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_R_.glif index 056897a9a..d38b4050a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_R_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_R_.glif @@ -8,7 +8,7 @@ CR com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_acute.glif index e6bddfc18..e71513a78 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_acute.glif @@ -14,7 +14,7 @@ Cacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_caron.glif index 9a043589b..40494225a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_caron.glif @@ -14,7 +14,7 @@ Ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedilla.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedilla.glif index e61216327..4fdf79dae 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 46 0 45 38 19 36 36 21 38 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedillaacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedillaacute.glif index cc54e42e8..84a582391 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedillaacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_circumflex.glif index 4433ffc28..e3991b867 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_circumflex.glif @@ -14,7 +14,7 @@ Ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_dotaccent.glif index ef9f4cbce..3a03cb135 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_dotaccent.glif @@ -14,7 +14,7 @@ Cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_.glif index a19bd100d..72341312d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_.glif @@ -68,7 +68,7 @@ NPUSHB[ ] /* 13 values pushed */ 19 19 19 31 19 30 41 97 50 34 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_.glif index 669b52ac8..952f45f0b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_caron.glif index 77c320e05..2e02c7f12 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_caron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_caron.glif index e861b7a09..799b68be0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_caron.glif @@ -15,7 +15,7 @@ Dcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_croat.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_croat.glif index 2ea319f58..cc96a90ca 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_croat.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_croat.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 17 values pushed */ 23 23 23 39 23 38 17 18 41 97 17 17 50 34 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotaccent.glif index 92f4996c4..9da979ec4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotbelow.glif index bcb0db816..ee715051c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_elta.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_elta.glif index 4f87c1e8f..642769e80 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_elta.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_elta.glif @@ -12,7 +12,7 @@ uni0394 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_linebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_linebelow.glif index 4ae62c669..619660e5b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_z.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_z.glif index 178f44fed..d9e7a34d7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_z.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_z.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_zcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_zcaron.glif index bfba45e0c..e331e455c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_zcaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:38 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_.glif index 496301960..577443643 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_.glif @@ -32,7 +32,7 @@ E 0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:17 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_acute.glif index 81004709e..82e7e7cf3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_acute.glif @@ -16,7 +16,7 @@ Eacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_breve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_breve.glif index e25de918f..3cf32cd08 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_breve.glif @@ -16,7 +16,7 @@ Ebreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_caron.glif index ccae38f35..c1f830d4a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_caron.glif @@ -16,7 +16,7 @@ Ecaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_cedillabreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_cedillabreve.glif index 85f70e1a9..1b1eec039 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_cedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_cedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:45 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflex.glif index ce1c61d34..1e8f4dc2d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflex.glif @@ -16,7 +16,7 @@ Ecircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexacute.glif index 200c8292c..26b6ba72d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexdotbelow.glif index 1b27d76ff..2a48ec5f2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexgrave.glif index fb9a3ab15..f78c9d2b4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexhookabove.glif index 5f4961c31..fec4cb56e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflextilde.glif index 04f0d5bd5..76afcabe0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dblgrave.glif index 0a263aad6..3b2e16251 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dieresis.glif index 486e53c2d..ed3797e41 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dieresis.glif @@ -16,7 +16,7 @@ Edieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotaccent.glif index cd6369261..66eef971a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotaccent.glif @@ -16,7 +16,7 @@ Edotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotbelow.glif index bcd46b2b4..bedfd661f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_grave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_grave.glif index 9d14c7a1c..001898d7f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_grave.glif @@ -16,7 +16,7 @@ Egrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_hookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_hookabove.glif index b34fd9984..a553fd962 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_invertedbreve.glif index b8cf59982..53ed46a5e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macron.glif index b8893550b..996c15b9b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macron.glif @@ -16,7 +16,7 @@ Emacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macronacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macronacute.glif index 7b61e8e8e..134b120c6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macrongrave.glif index 4338daf4f..fa5ee0438 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ng.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ng.glif index e5301c90f..d7d3e7e5e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ng.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ng.glif @@ -36,7 +36,7 @@ Eng 17 10 8 3 0 1 1 74 5 1 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 19 0 19 17 28 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ogonek.glif index 856ca48b1..06dcf9b1a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ogonek.glif @@ -20,7 +20,7 @@ Eogonek 18 1 4 3 19 1 5 4 2 74 0 0 0 1 2 0 1 97 0 4 0 5 4 5 95 9 1 8 8 7 89 0 7 7 17 75 0 2 2 3 89 6 1 3 3 18 3 76 0 0 0 34 0 34 17 23 36 39 17 17 17 17 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_th.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_th.glif index 306ca87a5..000410d63 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_th.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_th.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey D com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_tilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_tilde.glif index b4d934ada..a6648a9ad 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zh.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zh.glif index 731c26cf8..301015bbe 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zh.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:46:07 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zhcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zhcaron.glif index fa199743f..25012a8fe 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zhcaron.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:45:59 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_.glif index 831cae5e8..c981f56a9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_.glif @@ -28,7 +28,7 @@ F 0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:45:43 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_dotaccent.glif index 4f1e478ee..083d42089 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:46:12 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_.glif index 5d5654b86..6e05bffb9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_.glif @@ -60,7 +60,7 @@ G 21 1 3 2 22 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 38 38 38 39 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_breve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_breve.glif index e65aae45e..58f57890f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_breve.glif @@ -14,7 +14,7 @@ Gbreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_caron.glif index 8112011ab..3529b8923 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_caron.glif @@ -14,7 +14,7 @@ Gcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_circumflex.glif index b7b33d3f7..ec24cfb45 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_circumflex.glif @@ -14,7 +14,7 @@ Gcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_commaaccent.glif index 65c58e07d..4b2f227f6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_commaaccent.glif @@ -14,7 +14,7 @@ Gcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_dotaccent.glif index 8190a987e..8fbcf3465 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_dotaccent.glif @@ -14,7 +14,7 @@ Gdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_ermandbls.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_ermandbls.glif index 6903aa6fe..c93577222 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_ermandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_ermandbls.glif @@ -63,7 +63,7 @@ uni1E9E 35 1 2 6 34 1 5 2 23 1 4 5 22 1 7 4 4 74 0 1 0 6 0 1 6 112 0 2 0 5 4 2 5 99 0 6 6 0 91 0 0 0 17 75 0 7 7 18 75 0 4 4 3 91 0 3 3 26 3 76 20 36 21 37 38 18 20 34 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_macron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_macron.glif index 447eeed0c..dd913a931 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_macron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_.glif index f0d4c52d5..796af7871 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_.glif @@ -30,7 +30,7 @@ H 0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_bar.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_bar.glif index 0bdb84cfd..7dac0836a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_bar.glif @@ -42,7 +42,7 @@ Hbar 0 11 0 2 1 11 2 97 8 1 6 6 17 75 10 4 2 0 0 5 89 9 7 2 5 5 20 75 3 1 1 1 18 1 76 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_brevebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_brevebelow.glif index 7165dc53e..1aa2bcee2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_brevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_brevebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_circumflex.glif index 8ba12c956..f749d3c87 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ Hcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_dotbelow.glif index 7fb2f902e..46981e6fc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.glif index cbff3d08f..8ea265f11 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.glif @@ -24,7 +24,7 @@ I 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.uc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.uc.glif index 3e6f7b91c..aa3264fa5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.uc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.uc.glif @@ -15,7 +15,7 @@ I.uc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J_.glif index ce7d887c2..a96a8adcf 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J_.glif @@ -18,7 +18,7 @@ IJ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J__acutecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J__acutecomb.glif index c4faa64dc..8354d7354 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J__acutecomb.glif @@ -22,7 +22,7 @@ IJ_acutecomb 11 10 7 5 4 1 6 1 72 24 1 0 71 4 2 3 3 1 1 17 75 0 0 0 18 0 76 16 16 12 12 16 32 16 32 12 15 12 15 29 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_acute.glif index ae4108ea6..d2f9e350c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_acute.glif @@ -16,7 +16,7 @@ Iacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_breve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_breve.glif index ae938eace..73632ef65 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_breve.glif @@ -16,7 +16,7 @@ Ibreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_caron.glif index fb74e27fe..c9e1d2af7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_circumflex.glif index 3fc72b7d0..c834c544c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_circumflex.glif @@ -16,7 +16,7 @@ Icircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dblgrave.glif index 9db26f76d..023fc427e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresis.glif index 5cfec64e8..b56163c55 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresis.glif @@ -16,7 +16,7 @@ Idieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresisacute.glif index bbe8ebcd0..bf484793c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotaccent.glif index 12423ba79..57080411f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotaccent.glif @@ -16,7 +16,7 @@ Idotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotbelow.glif index 1b71eb0d7..a67db4594 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_grave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_grave.glif index 1fe94c1e6..ebcba88c5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_grave.glif @@ -16,7 +16,7 @@ Igrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_hookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_hookabove.glif index 6f87c8dff..ca9536589 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_invertedbreve.glif index a14045ab0..87753ed71 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_macron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_macron.glif index 5d064076f..43c6f7ad8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_macron.glif @@ -16,7 +16,7 @@ Imacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_ogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_ogonek.glif index a94fe31bd..951ffcc73 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_ogonek.glif @@ -20,7 +20,7 @@ Iogonek 1 1 3 2 2 1 0 3 2 74 4 1 3 0 0 3 0 95 0 1 1 17 75 0 2 2 18 2 76 0 0 0 24 0 23 17 24 36 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_tilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_tilde.glif index 35f7b8a4b..48ec4b0be 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_tilde.glif @@ -16,7 +16,7 @@ Itilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_.glif index 3156edb98..83eb7b32e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_.glif @@ -33,7 +33,7 @@ J 8 1 0 71 1 1 0 0 17 0 76 0 0 0 16 0 16 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_circumflex.glif index bda7c704c..73d39a283 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_circumflex.glif @@ -14,7 +14,7 @@ Jcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_.glif index 98162fa3e..f7799d367 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_.glif @@ -38,7 +38,7 @@ K 24 21 15 1 4 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 25 23 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_commaaccent.glif index d02d0efa3..74642fedb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_commaaccent.glif @@ -14,7 +14,7 @@ Kcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_.glif index 153b6d957..6c1f7bbdc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_.glif @@ -26,7 +26,7 @@ L 3 1 2 2 17 75 0 0 0 1 89 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_J_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_J_.glif index b7701e6b4..0baa561e5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_acute.glif index 536eae596..fb34860ab 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_acute.glif @@ -16,7 +16,7 @@ Lacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_caron.glif index 39f5c2564..13339c5cc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_caron.glif @@ -35,7 +35,7 @@ Lcaron com.schriftgestaltung.Glyphs.glyph.leftMetricsKey L com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:24 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_commaaccent.glif index d7fafed63..4c4f11502 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_commaaccent.glif @@ -16,7 +16,7 @@ Lcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dot.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dot.glif index 357cab73b..8d3f8c686 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dot.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dot.glif @@ -16,7 +16,7 @@ Ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dotbelow.glif index e0788b687..9f470a491 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_j.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_j.glif index 5aceeff6d..414046bdb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_j.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_linebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_linebelow.glif index e82bb451b..f3b46166d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_slash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_slash.glif index 191b38b29..16684b565 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_slash.glif @@ -30,7 +30,7 @@ Lslash 10 9 4 3 4 2 1 1 74 0 1 1 17 75 3 1 2 2 0 89 0 0 0 18 0 76 0 0 0 13 0 13 21 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_.glif index 0ade18791..7a1c7aaf3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_.glif @@ -37,7 +37,7 @@ M 14 9 2 3 1 0 1 74 12 1 1 71 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 18 0 18 25 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotaccent.glif index 748037d62..a42e07c14 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotbelow.glif index e767efefb..244298023 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_.glif index 141771a79..c49c00f6a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_.glif @@ -32,7 +32,7 @@ N 9 2 2 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_J_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_J_.glif index 602bb0f02..c60fa88fb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_J_.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_acute.glif index 30ed9e4aa..8cb5ec933 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_acute.glif @@ -14,7 +14,7 @@ Nacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_caron.glif index a836980d7..579f32048 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_caron.glif @@ -14,7 +14,7 @@ Ncaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_commaaccent.glif index e1e42cd45..c0ee1d97f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_commaaccent.glif @@ -14,7 +14,7 @@ Ncommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotaccent.glif index 2bd9df5df..cdc0f9b99 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotbelow.glif index 05ba0f4d3..4ebe9d319 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_j.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_j.glif index 8f0bc2e54..91c78ef9b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_j.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_j.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_linebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_linebelow.glif index 6ec0012a0..3dc67a61d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_linebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_tilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_tilde.glif index 0dd3322fd..191e792fa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_tilde.glif @@ -14,7 +14,7 @@ Ntilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_.glif index b8670162d..75528de8e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_.glif @@ -48,7 +48,7 @@ O 0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 37 37 38 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:29:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_E_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_E_.glif index d71e97587..4b4d15567 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_E_.glif @@ -128,7 +128,7 @@ NPUSHB[ ] /* 24 values pushed */ 27 27 0 0 27 39 27 38 33 31 0 26 0 26 19 38 35 17 17 17 17 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_acute.glif index faee0074c..403238f01 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_acute.glif @@ -18,7 +18,7 @@ Oacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_breve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_breve.glif index 7a041d218..e1c8ba8f6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_breve.glif @@ -18,7 +18,7 @@ Obreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_caron.glif index 9c5a1fe98..4dbe4659e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_caron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflex.glif index 803e03d43..443f194b2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflex.glif @@ -18,7 +18,7 @@ Ocircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexacute.glif index c2d230875..fc1aa6698 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexdotbelow.glif index 5ba2341b4..e26284f82 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexgrave.glif index ca04fc9e9..ba54fb24e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexhookabove.glif index fe20716a8..a05e238a4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflextilde.glif index edfe2dd6e..133fb653c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dblgrave.glif index 3f2ba17c3..4acb1a9e0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresis.glif index 0f3721519..01ea840c7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresis.glif @@ -18,7 +18,7 @@ Odieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresismacron.glif index fac52c3a8..8994a0962 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotaccentmacron.glif index 010924f7f..ef579a010 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotbelow.glif index a8939fa1d..c4e7134a1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_grave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_grave.glif index a579949ef..5640e6892 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_grave.glif @@ -18,7 +18,7 @@ Ograve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hm.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hm.glif index c4bb231d1..3097a47aa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hm.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hm.glif @@ -48,7 +48,7 @@ uni2126 34 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hookabove.glif index 3a7d645f9..22fa7fe0b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horn.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horn.glif index 6063c129f..7d06ae8da 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horn.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:51:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornacute.glif index cb71ef161..061fe93e8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horndotbelow.glif index 7e2098169..b634c2743 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horngrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horngrave.glif index 092e430af..a2b9447b7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornhookabove.glif index 4483bc31c..a6ba8915a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horntilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horntilde.glif index 33e463b1f..aa49ee040 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hungarumlaut.glif index 4a506f6be..49a9523a4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hungarumlaut.glif @@ -18,7 +18,7 @@ Ohungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_invertedbreve.glif index 7480efe32..b037c4556 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_invertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macron.glif index 2f46d37cd..1e30388ac 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macron.glif @@ -18,7 +18,7 @@ Omacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macronacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macronacute.glif index a9e7a2c21..2810cb8a5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macrongrave.glif index a78705c14..b827f2004 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_mega.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_mega.glif index cb03ab5d5..d8a14213a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_mega.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_mega.glif @@ -12,7 +12,7 @@ uni03A9 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_ogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_ogonek.glif index 220201e5a..13467fa50 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_ogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slash.glif index 0b550bc82..bd2338bc7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slash.glif @@ -77,7 +77,7 @@ Oslash 21 1 2 1 40 39 31 30 24 12 9 7 3 2 2 74 23 22 2 1 72 11 10 2 0 71 4 1 2 2 1 91 0 1 1 25 75 5 1 3 3 0 91 0 0 0 26 0 76 34 34 25 25 34 42 34 41 25 33 25 32 43 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slashacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slashacute.glif index 090cbea79..f695b357b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slashacute.glif @@ -13,7 +13,7 @@ Oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tilde.glif index 8c85debb7..c63a06493 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tilde.glif @@ -18,7 +18,7 @@ Otilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildeacute.glif index ecef280a4..b4d7b570e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildedieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildedieresis.glif index 2173f7f81..e67f1dc9d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildemacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildemacron.glif index c093fffa8..6c2410986 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_.glif index 5128121a3..bed16eaa8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_.glif @@ -65,7 +65,7 @@ NPUSHB[ ] /* 23 values pushed */ 17 17 1 0 17 28 17 27 23 21 15 14 12 10 5 3 0 16 1 16 8 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_dotaccent.glif index 4f1eb1e1c..d2221b271 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Q_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Q_.glif index cad4309d6..763cd1166 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Q_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Q_.glif @@ -43,7 +43,7 @@ Q 31 1 2 4 5 1 0 2 6 1 1 0 3 74 0 0 0 1 0 1 95 0 5 5 3 91 0 3 3 25 75 0 4 4 2 91 0 2 2 26 2 76 37 41 38 21 37 33 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_.glif index 72308badb..27215ab6b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_.glif @@ -73,7 +73,7 @@ NPUSHB[ ] /* 15 values pushed */ 29 29 29 41 29 38 43 34 33 17 36 22 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_acute.glif index 0a8b51591..5ca7e9660 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_acute.glif @@ -14,7 +14,7 @@ Racute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_caron.glif index 0a56c2408..f7c58908e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_caron.glif @@ -14,7 +14,7 @@ Rcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_commaaccent.glif index 908a28176..e3caed5f6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_commaaccent.glif @@ -14,7 +14,7 @@ Rcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dblgrave.glif index 40b2c8fde..c9baa191e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dblgrave.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dotbelow.glif index f4f1bf7bf..946001e12 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_invertedbreve.glif index 5d355b3d2..89d3bbbeb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_invertedbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_linebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_linebelow.glif index da35a2305..cba4a9b04 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_linebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_.glif index f63c5db4d..c0cdda785 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_.glif @@ -56,7 +56,7 @@ S 20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 36 45 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acute.glif index 0b99536ee..0c938b672 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acute.glif @@ -14,7 +14,7 @@ Sacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acutedotaccent.glif index 957105042..825fe30e8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acutedotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_caron.glif index 26fcf2d48..fa518e6ac 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_caron.glif @@ -14,7 +14,7 @@ Scaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_carondotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_carondotaccent.glif index b03ef2e29..37c3fdce3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_carondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_carondotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_cedilla.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_cedilla.glif index 1a579ba3f..cd52db4fc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_cedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 19 values pushed */ 0 0 0 59 0 58 54 52 39 37 30 29 26 24 20 18 7 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_chwa.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_chwa.glif index e7d80ed91..3ad709612 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_chwa.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_chwa.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:28:51 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_circumflex.glif index ea5d84c39..3e6a85b5b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_circumflex.glif @@ -14,7 +14,7 @@ Scircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_commaaccent.glif index a24aaf34e..8564b2b9d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_commaaccent.glif @@ -14,7 +14,7 @@ Scommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotaccent.glif index 9563d4845..51ac05820 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelow.glif index 0b2a5f6d8..36414be26 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelowdotaccent.glif index 15eac4011..99c2d4f68 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelowdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_.glif index 0abe9d369..04f1393fe 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_.glif @@ -27,7 +27,7 @@ T 4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_bar.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_bar.glif index dd26d1cb8..bcebe699a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_bar.glif @@ -32,7 +32,7 @@ Tbar 4 1 0 3 1 1 2 0 1 97 8 7 2 5 5 6 89 0 6 6 17 75 0 2 2 18 2 76 0 0 0 15 0 15 17 17 17 17 17 17 17 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_caron.glif index 5166a536a..124a245cd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_caron.glif @@ -15,7 +15,7 @@ Tcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_cedilla.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_cedilla.glif index 0ae721768..faed39293 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_commaaccent.glif index c2e16a5c8..d4a34cac3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotaccent.glif index ede8d2c74..3df404a5a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotbelow.glif index 9873831e1..6af612221 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_horn.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_horn.glif index 7cdfe2d7e..8b8589b6f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_horn.glif @@ -64,7 +64,7 @@ NPUSHB[ ] /* 10 values pushed */ 37 36 34 17 17 18 34 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_linebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_linebelow.glif index e4847d330..f1411497b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_.glif index 789808b70..713328447 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_.glif @@ -47,7 +47,7 @@ U 2 1 0 0 17 75 0 1 1 3 91 0 3 3 26 3 76 36 20 37 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_acute.glif index 1990d4ca2..37d753a3b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_acute.glif @@ -16,7 +16,7 @@ Uacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_breve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_breve.glif index 8a09ba8c6..137f3a65e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_breve.glif @@ -16,7 +16,7 @@ Ubreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_caron.glif index 76d0fc99d..618fbd492 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_circumflex.glif index 258fec487..6a63d37fc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_circumflex.glif @@ -16,7 +16,7 @@ Ucircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dblgrave.glif index 159d17072..428463aa0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresis.glif index 47c0611a3..9b39e232f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresis.glif @@ -16,7 +16,7 @@ Udieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisacute.glif index 6b8d480b0..618283302 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresiscaron.glif index 9e7802044..641f764b3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresiscaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:41 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisgrave.glif index acce151c8..a50332dbb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresismacron.glif index 2f0cecb04..e85bb8fb3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresismacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dotbelow.glif index 27e7f73de..cac9e21f2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_grave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_grave.glif index 47701094c..5d7f85ac9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_grave.glif @@ -16,7 +16,7 @@ Ugrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hookabove.glif index 6456325b9..d2ca91a1d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horn.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horn.glif index 5bbcd7b7a..69544021a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horn.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornacute.glif index efb169923..6eea2cb8e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horndotbelow.glif index b75009f96..f7c466dd3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horndotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horngrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horngrave.glif index 1b9ea79cc..88eb58fc3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horngrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornhookabove.glif index 3a22d1a2a..d31d01a79 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horntilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horntilde.glif index 7bb4d0af0..a342a47b2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horntilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hungarumlaut.glif index 536c2a575..bcfa4e7fd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hungarumlaut.glif @@ -16,7 +16,7 @@ Uhungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_invertedbreve.glif index 5e5c6702a..fa92e10f7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macron.glif index b74a2dcf1..9cc364f3b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macron.glif @@ -16,7 +16,7 @@ Umacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macrondieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macrondieresis.glif index a015950d3..7008facb0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macrondieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ogonek.glif index ee56bc15f..ac36996e9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ogonek.glif @@ -20,7 +20,7 @@ Uogonek 23 1 2 4 12 1 0 2 13 1 1 0 3 74 0 0 0 1 0 1 95 6 5 2 3 3 17 75 0 4 4 2 91 0 2 2 26 2 76 0 0 0 43 0 43 37 21 39 36 41 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ring.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ring.glif index a37bb96e0..d365a286d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ring.glif @@ -16,7 +16,7 @@ Uring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tilde.glif index 059b6324a..8ed72015a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tilde.glif @@ -16,7 +16,7 @@ Utilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tildeacute.glif index 88c508d0a..0523ae940 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tildeacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/V_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/V_.glif index ad6d54804..b998aabb1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/V_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/V_.glif @@ -27,7 +27,7 @@ V 2 1 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_.glif index ee792912d..5c2d97198 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_.glif @@ -38,7 +38,7 @@ W 17 11 4 3 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_acute.glif index a9fe8d812..35456a092 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_acute.glif @@ -14,7 +14,7 @@ Wacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_circumflex.glif index 4cf2b1288..6cdb0626c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_circumflex.glif @@ -14,7 +14,7 @@ Wcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_dieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_dieresis.glif index 92d51a000..128b87836 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_dieresis.glif @@ -14,7 +14,7 @@ Wdieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_grave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_grave.glif index 14ad8d2a5..fc06f04eb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_grave.glif @@ -14,7 +14,7 @@ Wgrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/X_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/X_.glif index af70fd903..69dc54138 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/X_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/X_.glif @@ -30,7 +30,7 @@ X 11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_.glif index 46f89e973..87fdbaad3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_.glif @@ -30,7 +30,7 @@ Y 10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_acute.glif index d7a79814b..19b2cb4b5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_acute.glif @@ -15,7 +15,7 @@ Yacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_circumflex.glif index f005c0535..2e3ed3eab 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_circumflex.glif @@ -15,7 +15,7 @@ Ycircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dieresis.glif index e7dc50a47..b7f2c15f0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dieresis.glif @@ -15,7 +15,7 @@ Ydieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotaccent.glif index a89a6be0e..522f2ebff 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotbelow.glif index 7f110a9d7..c22822443 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_grave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_grave.glif index f8436d61b..b69770d03 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_grave.glif @@ -15,7 +15,7 @@ Ygrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_hookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_hookabove.glif index d056b51c5..f9b8d2f75 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_hookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_macron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_macron.glif index 94bbce057..c9261ff15 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_tilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_tilde.glif index 7119ede8a..69dd98077 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_.glif index 04a259644..c7017ccf3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_.glif @@ -31,7 +31,7 @@ Z 0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_acute.glif index 63e40b3c1..6aff3f42a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_acute.glif @@ -15,7 +15,7 @@ Zacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_caron.glif index 0b585e536..f7d7737da 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_caron.glif @@ -15,7 +15,7 @@ Zcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotaccent.glif index 2f746c238..921b30232 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotaccent.glif @@ -15,7 +15,7 @@ Zdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotbelow.glif index 2e4770da5..7530b0a50 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_notdef.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_notdef.glif index 7acddcbdc..01e016b5a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_notdef.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_notdef.glif @@ -33,7 +33,7 @@ 11 5 1 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_null.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_null.glif index c046681c8..c44fc6ff4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_null.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.glif index 2765cb24a..d1b7ffe52 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.glif @@ -66,7 +66,7 @@ NPUSHB[ ] /* 13 values pushed */ 18 18 18 33 18 32 42 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:24 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.sc.glif index 04dd2e559..ed65b3b26 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.sc.glif @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:30:33 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.glif index 560a309f0..026df90a8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.glif @@ -15,7 +15,7 @@ aacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.sc.glif index f3cc15d5b..a69bcf875 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.glif index c217eb8ea..69c2a3ca9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.glif @@ -15,7 +15,7 @@ abreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.sc.glif index d89d71365..b1c4ef10e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.glif index 6cbeeae30..586485062 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.sc.glif index c0e90bcbd..3412a3285 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.glif index c0d231bc0..aeb6a210e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.sc.glif index ef34d87dc..f5cd20a6d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.glif index d2e4bd77e..097dcff95 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.sc.glif index 0d6f30194..b09235baa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.glif index 2368bdc0d..8f481b5c1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.sc.glif index c31d0d76d..613618ae2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.glif index 6de2af829..4c740e03a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.sc.glif index b0b86790e..6a25170c2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.glif index 38f53e697..df9b8363b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.sc.glif index ecca67e82..6de85e9c9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.glif index bad8850d3..e854ed937 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.glif @@ -15,7 +15,7 @@ acircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.sc.glif index e6cb3f25e..37cf9d1ae 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.glif index c0d816d19..09bbc33a9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.sc.glif index c5efbf77c..2d2d71469 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.glif index bb0b8f2f2..a57b26880 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.sc.glif index bedfdb779..a1e225dcf 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.glif index 3dd6a80d7..b7ad15025 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.sc.glif index 6209b3c85..476fa6779 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.glif index e97ab3d9f..f45103ecb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.sc.glif index c51eb5e78..8616c0bbd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.glif index 7fa016339..5b53526c9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.sc.glif index d07367888..da58cc892 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acute.glif index 9e690070c..4eb385930 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acute.glif @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.case.glif index 907c3e597..1f093356b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.case.glif @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.glif index 60fc720f1..62b79fd89 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.glif @@ -23,7 +23,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.glif index 699b2ea31..bf83f84f1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.sc.glif index cc6b3b814..e09e0acc4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.glif index 26e98b07a..cac0edb21 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.glif @@ -15,7 +15,7 @@ adieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.sc.glif index b26b54ec2..0324ee33a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.glif index e3467bb79..fbdff4450 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.sc.glif index bf4f5c140..ca4e43524 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.glif index aed2129e2..d78d88f89 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.glif @@ -83,7 +83,7 @@ ae 22 1 6 2 39 1 9 6 52 10 3 2 4 5 4 3 74 0 9 0 4 5 9 4 99 8 1 6 6 2 91 3 1 2 2 28 75 7 10 2 5 5 0 91 1 1 0 0 26 0 76 0 0 62 61 58 56 50 48 43 41 0 36 0 35 22 35 36 36 38 11 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.sc.glif index e10a5921b..bec608e0d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.sc.glif @@ -56,7 +56,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:48:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.glif index 3aab5f31c..f2a6fbe47 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.glif @@ -14,7 +14,7 @@ aeacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.sc.glif index 0b2b9d2b4..d3be510f9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:21:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.glif index e71a64268..c9602295e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.glif @@ -15,7 +15,7 @@ agrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.sc.glif index cdf1c46a9..b85d3dcf5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.glif index a78457ede..e914e0a0d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.sc.glif index c0ca4ba26..379883636 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.glif index e66fd8a4e..046d657b2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.sc.glif index cae49cb38..144f9bb46 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.glif index c29db3d6d..61b9e0f79 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.glif @@ -15,7 +15,7 @@ amacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.sc.glif index 2c102fbb3..904bf1716 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ampersand.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ampersand.glif index 25e2ec60f..2aa70266e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ampersand.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ampersand.glif @@ -100,7 +100,7 @@ ampersand 62 1 6 7 44 28 2 0 6 82 79 54 46 6 5 1 0 18 13 2 2 1 4 74 0 6 5 1 0 1 6 0 99 0 7 7 4 91 0 4 4 25 75 8 1 1 1 2 91 3 1 2 2 26 2 76 38 41 37 31 45 35 35 55 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.glif index 1fc95bd3c..9c2b04dbd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.glif @@ -19,7 +19,7 @@ aogonek 28 1 4 2 44 14 2 5 4 1 1 3 1 2 1 0 3 4 74 29 1 2 72 6 1 3 0 0 3 0 95 0 4 4 2 91 0 2 2 28 75 7 1 5 5 1 91 0 1 1 26 1 76 39 39 0 0 39 54 39 53 48 46 0 38 0 37 37 43 36 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.sc.glif index ad1076015..cdf7fdd41 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/apostrophemod.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/apostrophemod.glif index 5e115b3db..e4d31c295 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/apostrophemod.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/apostrophemod.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/approxequal.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/approxequal.glif index 17ba0db76..01eb7524b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/approxequal.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/approxequal.glif @@ -12,7 +12,7 @@ approxequal com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.glif index b988d1653..6ebf8b823 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.glif @@ -15,7 +15,7 @@ aring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.sc.glif index ad9f3f6ac..7f4b756ac 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.glif index bcc44c781..82ecde66e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.sc.glif index 528294a51..d83fa8d75 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciicircum.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciicircum.glif index 213b80941..4d7b83bbc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciicircum.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciicircum.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciitilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciitilde.glif index 6c90d213f..186ecbdd4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciitilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciitilde.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asterisk.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asterisk.glif index 7af557338..f5962485a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asterisk.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asterisk.glif @@ -46,7 +46,7 @@ asterisk 29 28 26 21 19 18 16 14 13 11 6 4 3 1 14 1 0 1 74 0 1 1 0 89 0 0 0 19 1 76 30 24 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.case.glif index b3fdb1206..6e8f273d9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.glif index ba7be6b39..799dfd376 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.glif @@ -117,7 +117,7 @@ NPUSHB[ ] /* 24 values pushed */ 70 70 0 0 70 83 70 82 77 75 0 69 0 68 38 38 37 43 38 40 38 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.glif index 66e1d6de2..fb9e2fc41 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.glif @@ -15,7 +15,7 @@ atilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.sc.glif index 1dd47fdfe..509f36c7d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.glif index e8fa0b48d..20947ae8f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.glif @@ -56,7 +56,7 @@ b 29 14 2 4 3 10 9 2 0 4 2 74 0 1 1 19 75 0 3 3 2 91 5 1 2 2 28 75 6 1 4 4 0 91 0 0 0 26 0 76 18 18 0 0 18 32 18 31 25 23 0 17 0 16 20 37 7 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.sc.glif index 6a42536d6..ce1df76c2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.sc.glif @@ -103,7 +103,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:31:32 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.case.glif index efee7f526..2d1a6a278 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.case.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.glif index 1ed759c0f..c11d96c38 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.glif @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bar.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bar.glif index e115d2acf..b5926b344 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bar.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bar.glif @@ -20,7 +20,7 @@ bar 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.glif index 815fcc9af..8907d9895 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.sc.glif index 1b195fc33..ba826efae 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bitcoin.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bitcoin.glif index d01543f15..fe1a68373 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bitcoin.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bitcoin.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackD_iamond.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackD_iamond.glif index a731693e9..8d29731c6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackS_quare.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackS_quare.glif index 5e50414bd..b947d4636 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.case.glif index cc14d71d1..0f5116b78 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.glif index 9c0e6524e..997cd4ed4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.case.glif index 51c5d27fe..d1a83582e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.case.glif @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.glif index c5dd3a86a..8e8064744 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.glif @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.case.glif index 6d0dbec4a..47dd52783 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.case.glif @@ -36,7 +36,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.glif index a38a19fde..9161d2bbc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.glif @@ -37,7 +37,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.case.glif index f924ba985..8e0a498d7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.case.glif @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.glif index 5c3b90e8b..ef93072e8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.case.glif index 091dce78e..f3cee09ef 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.case.glif @@ -36,7 +36,7 @@ breve.cap 15 1 1 0 1 74 2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 38 19 36 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.glif index 359ee3a21..203515db8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.case.glif index a9cbaa4bf..e3f05ecf4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.glif index a559d0070..d84e5db22 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.case.glif index 7d30381f1..d787302d8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.case.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.glif index da0baea8b..19c753c93 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.glif @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.case.glif index 99c9617b7..5b44e326b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.glif index d1f4b0eb8..801f2fd21 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.case.glif index 950438579..75753c11b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.glif index a62da9b3c..694808227 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif index 17d74fdd0..43232ade3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.glif index 76919a8e1..5ef735591 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.case.glif index 381954fd9..8324676f3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.glif index 5f7185a08..e6cf627a1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.case.glif index 32129b354..a1be2a953 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.case.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.glif index a5d0de212..7cbc16071 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.glif @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brokenbar.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brokenbar.glif index 391531cc7..e57250ecc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brokenbar.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brokenbar.glif @@ -26,7 +26,7 @@ brokenbar 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.case.glif index 330a93141..5434a00d0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.case.glif @@ -27,7 +27,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.glif index 2dcdf629d..6cf90ea10 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.glif @@ -28,7 +28,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bulletoperator.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bulletoperator.glif index 088fb1c4d..abd87249a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bulletoperator.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.glif index c01fe4ca5..2dcd89356 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.glif @@ -50,7 +50,7 @@ c 2 1 0 3 17 16 3 3 1 0 2 74 0 0 0 3 91 4 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 27 0 26 37 37 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.sc.glif index dcec2b21c..8a521e8ee 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.sc.glif @@ -65,7 +65,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.glif index fb4cb8d6d..bb2bd7837 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.glif @@ -14,7 +14,7 @@ cacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.sc.glif index 6aec444bf..851eed438 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.case.glif index 8ff3b09e4..05018c881 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.case.glif @@ -23,7 +23,7 @@ caron.cap 6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.glif index 68e8dc757..c9e5d8f19 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.alt.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.alt.glif index 8145ad9b0..f032eaf09 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.alt.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.case.glif index 34dc6f1b6..fc9635174 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.case.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.glif index a7eb52dfd..0c62f27f7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.glif index 2d284486f..afec1e6aa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.glif @@ -14,7 +14,7 @@ ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.sc.glif index ac495a0cf..817548fad 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.glif index c5fb28dd3..e0fc5bf3f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 42 0 41 41 36 42 37 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:10:56 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.sc.glif index 695c22a00..7e503950b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.glif index 25613c77a..2521c1ba8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.sc.glif index 601fd54c4..26f2eae6b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.glif index 2f2df7847..0d558f44b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.glif @@ -14,7 +14,7 @@ ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.sc.glif index 58711cbc9..d755fed8b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.glif index 296b84648..1b2b8337b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.glif @@ -14,7 +14,7 @@ cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.sc.glif index 43853ba85..7a0a66fa6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedi.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedi.glif index 7382fe952..2a3a24c9a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedi.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedi.glif @@ -65,7 +65,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 27 0 27 26 17 20 17 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedilla.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedilla.glif index 6b0f73a3a..1f33590f9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedilla.glif @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.case.glif index 9fe08a354..bceee2cd5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.glif index 10509b1ed..c5f6ba265 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cent.glif index b873c8142..641eb64c9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cent.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 33 0 32 17 25 17 21 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.case.glif index 5f3fa8565..495833162 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.case.glif @@ -23,7 +23,7 @@ circumflex.cap 6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.glif index c3c44634f..613a787bb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.case.glif index 3364c65ea..637a44603 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.case.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.glif index aca69cd8a..e5315b837 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 63e3d7f67..f4b5a32a3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.glif index 0d641c109..235ff8d6e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif index 3a8c1f3f7..2e78dbc04 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.glif index fb9700f0d..f3a11e56c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index a3f28c490..498306c1c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 4f9a6e129..7779df930 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 1af55e158..c9e70e72e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.glif index b9e4d3ad5..208c457ab 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colon.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colon.glif index bc0bc28b0..f27f39b39 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colon.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colon.glif @@ -12,7 +12,7 @@ colon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colonsign.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colonsign.glif index ecbaaee05..4f7930ca4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colonsign.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colonsign.glif @@ -96,7 +96,7 @@ NPUSHB[ ] /* 11 values pushed */ 33 50 26 18 49 31 18 16 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/comma.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/comma.glif index a41fbd6e6..f93aef809 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/comma.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/comma.glif @@ -35,7 +35,7 @@ comma 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.case.glif index 50febc876..5d1418992 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.case.glif @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.glif index 5c2af98c9..c00c022d7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.glif @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.case.glif index 7760d75a6..4e83da8b8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.case.glif @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.glif index b37290098..2081230e9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.glif @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedmod.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedmod.glif index c77a519c9..e70c4fc70 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedmod.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedmod.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commercialM_inusS_ign.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commercialM_inusS_ign.glif index c0045eded..2451a5c27 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/copyright.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/copyright.glif index 927597b58..9ccd83067 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/copyright.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/currency.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/currency.glif index 9917fbb20..350fd9c45 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/currency.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/currency.glif @@ -66,7 +66,7 @@ currency 29 23 2 2 1 32 20 14 2 4 3 2 11 5 2 0 3 3 74 31 30 22 21 4 1 72 13 12 4 3 4 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 20 2 76 36 36 36 51 36 50 44 42 27 25 39 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.glif index 74637df16..0d5926c24 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.glif @@ -71,7 +71,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 25 23 0 16 0 16 37 35 17 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.sc.glif index 6ecdff9d6..346d153ae 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.sc.glif @@ -82,7 +82,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dagger.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dagger.glif index 5fb07b2bf..366c6114a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dagger.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dagger.glif @@ -32,7 +32,7 @@ dagger 4 1 1 2 1 74 0 5 0 5 115 3 1 1 4 1 0 5 1 0 98 0 2 2 19 2 76 18 17 18 18 17 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/daggerdbl.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/daggerdbl.glif index e9287f31c..2e1522613 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/daggerdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/daggerdbl.glif @@ -42,7 +42,7 @@ daggerdbl 9 1 3 4 4 1 1 2 2 74 0 9 0 9 115 5 1 3 6 1 2 1 3 2 98 7 1 1 8 1 0 9 1 0 97 0 4 4 19 4 76 24 23 17 18 17 18 18 17 18 17 16 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.case.glif index 7dde71aa2..b283bbf94 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.glif index 395f0e685..1d7f82d54 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.glif index 051925b41..af344276a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.glif @@ -33,7 +33,7 @@ dcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:09 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.sc.glif index 6d17729a8..77120e716 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcroat.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcroat.glif index a7e5fb2fb..c2295bdfd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcroat.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcroat.glif @@ -38,7 +38,7 @@ NPUSHB[ ] /* 18 values pushed */ 25 25 25 39 25 38 39 17 17 17 18 37 35 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.glif index 31300e447..df225e991 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.sc.glif index 05dd98027..f59d31cf1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.glif index 734380da7..a4492c9dd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.sc.glif index d326ce7e3..74ad44bdc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/degree.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/degree.glif index 0d862e371..edf4cd282 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/degree.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/degree.glif @@ -60,7 +60,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/delta.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/delta.sc.glif index aceac89a8..41afe11cf 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/delta.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.case.glif index d9ac21933..68a5c7bd4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.case.glif @@ -42,7 +42,7 @@ dieresis.cap 2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 36 37 37 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.glif index 99a7192c7..ba975e8cb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.case.glif index d695a1562..903fa2ca5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.glif index 2d6590f95..c89fee3ba 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.case.glif index 8eaa9cb7f..e9361d54c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.glif index c10608f19..4b326e5a5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.glif @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divide.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divide.glif index 50d868f75..1a37b0c27 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divide.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divide.glif @@ -48,7 +48,7 @@ divide 0 0 0 1 3 0 1 99 6 1 3 0 2 4 3 2 97 0 4 5 5 4 87 0 4 4 5 91 0 5 4 5 79 14 14 29 27 22 20 14 17 14 17 20 37 34 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divisionslash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divisionslash.glif index 7152553ce..845cae2e5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divisionslash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divisionslash.glif @@ -20,7 +20,7 @@ uni2215 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.glif index 61c4c6ede..ee04f9483 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.sc.glif index 09b1220af..7bcca7220 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dollar.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dollar.glif index 732d77893..a786f9bf5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dollar.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dollar.glif @@ -154,7 +154,7 @@ NPUSHB[ ] /* 17 values pushed */ 0 0 0 50 0 49 43 42 41 40 27 25 17 16 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dong.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dong.glif index 28ca1309d..55b67fe08 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dong.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dong.glif @@ -75,7 +75,7 @@ NPUSHB[ ] /* 18 values pushed */ 48 47 46 45 42 40 35 37 38 35 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.case.glif index 8acd13eab..3d6495c44 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.case.glif @@ -28,7 +28,7 @@ dotaccent.cap 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.glif index f1ed6650d..66757cf4f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.glif @@ -34,7 +34,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.case.glif index ec4e9c6a3..44d34a217 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.glif index 5e0840539..20519c060 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.glif @@ -35,7 +35,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.case.glif index b331ca2fc..a970be080 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.glif index 8badc3717..68e2e8c59 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/doubleprimemod.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/doubleprimemod.glif index 3ee2164e9..e6389313c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/doubleprimemod.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downA_rrow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downA_rrow.glif index 7f8a4bd68..e43afee6d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downB_lackT_riangle.glif index 82b84d356..aa6ed77b2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downW_hiteT_riangle.glif index c547c8223..ba2ab9aeb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dram-arm.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dram-arm.glif index 8d5708168..8b23bc7f3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dram-arm.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.glif index f5cfa58ad..b315caa50 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.sc.glif index bb497d08f..43734d053 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.glif index 53fa373d5..22dc9946f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.sc.glif index 12c7d54f3..2c3c3c7ea 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.glif index 92b8f71e1..d2320f472 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.glif @@ -64,7 +64,7 @@ e 16 15 2 1 0 1 74 0 5 0 0 1 5 0 99 0 4 4 3 91 6 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 36 35 32 30 0 28 0 27 38 36 22 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:14 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.sc.glif index 4221927d7..78fda5fe1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.sc.glif @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.glif index fdb77df8e..ab69e05c9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.glif @@ -15,7 +15,7 @@ eacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.sc.glif index 85c01fefd..29e03ec3e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.glif index c026f883f..7e0b0d362 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.glif @@ -15,7 +15,7 @@ ebreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.sc.glif index a4b56e0b1..7a05be6f3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.glif index 104453923..1695f5755 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.glif @@ -15,7 +15,7 @@ ecaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.sc.glif index 7a06facd9..def7dc2d8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.glif index d406aaebe..be1f19c34 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.sc.glif index 4ea5a3512..30155bb32 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.glif index 8e8c6fcc2..8c91d28a3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.glif @@ -15,7 +15,7 @@ ecircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.sc.glif index 614637e63..aa3ba9e4e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.glif index 794a053d1..aef765811 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.sc.glif index 2224b83c5..7c0db686a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.glif index 641335704..ff9b3e102 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif index 1cd44e640..a33cdea6f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.glif index 63519f172..99365b8b0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.sc.glif index 7d4ad306b..3bc8f6132 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.glif index a5188afb2..84ae6d99e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.sc.glif index 3aa691bad..22a79a0ce 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.glif index c212eef71..aeb3681bc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.sc.glif index 243f2ecbb..0bb7545d9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.glif index ef34e15b6..56c776555 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.sc.glif index 4787da7d7..f34f1d452 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.glif index 660c2755f..a4900fc9f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.glif @@ -15,7 +15,7 @@ edieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.sc.glif index 207ad9bc7..5631ac3ae 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.glif index 8333b88c7..eccbb9fba 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.glif @@ -15,7 +15,7 @@ edotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.sc.glif index 8107448e0..c25b192c8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.glif index d4441b59a..c3a5d0e22 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.sc.glif index 1166ee520..05d9ae190 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.glif index f4969c03a..23b6b3bcb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.glif @@ -15,7 +15,7 @@ egrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.sc.glif index a91df6ae9..51c99d226 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.glif index 46e156cd6..18efecffc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.sc.glif index f4b7b3a89..a1b0765cf 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.dnom.glif index 7baa10c8b..4f507c1a1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.dnom.glif @@ -69,7 +69,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.glif index 260e0e5cd..0c06f2ec2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.lf.glif index d5e91d860..e43db7054 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.lf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.numr.glif index 3a46c7a41..f5168d250 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.osf.glif index 2e9e5f2a4..e48f54807 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.osf.glif @@ -80,7 +80,7 @@ NPUSHB[ ] /* 12 values pushed */ 45 45 45 59 45 58 42 45 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.sc.glif index b47c32a31..49e197a29 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tf.glif index b48bb46c9..7a609b889 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tosf.glif index 6bcb52d92..48fb208f1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tosf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightinferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightinferior.glif index f5ab0971c..c9b364470 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightsuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightsuperior.glif index bdbde55f9..b6064e2a5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.glif index e62aabade..a41b8d3a0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.sc.glif index f4c932c9f..1a1fd48ca 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ellipsis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ellipsis.glif index d1f7188be..3026c572c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ellipsis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ellipsis.glif @@ -17,7 +17,7 @@ ellipsis 39 1 0 1 1 74 8 5 7 3 6 5 1 1 0 91 4 2 2 0 0 26 0 76 28 28 14 14 0 0 28 42 28 41 35 33 14 27 14 26 21 19 0 13 0 12 37 9 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.glif index 4c6c32435..28a246575 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.glif @@ -15,7 +15,7 @@ emacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.sc.glif index f16bbc5a5..6a828aaea 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.glif index ac574a511..90b3585dc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.sc.glif index 4d82bc76e..6e690c4eb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.glif index 9353a3999..dab76c42e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.sc.glif index acc734d4b..e132e30c0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.case.glif index c08bb7024..55078ab72 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:35 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.glif index 8f9d29f00..94c3c793a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emptyset.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emptyset.glif index 63c8c0b84..6c0d86af9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emptyset.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emquad.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emquad.glif index 271c3268d..e0b224553 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emquad.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emspace.glif index d959d67dd..ac22c81e7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.case.glif index 61291896f..2c51f8e67 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.glif index 9b4a5bbd9..bf6b3df80 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.glif index b267e4438..739f90684 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.glif @@ -68,7 +68,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 38 0 37 17 20 40 37 40 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.sc.glif index 0cbf19004..654a0a6b0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.sc.glif @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enquad.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enquad.glif index 9d25bf1d2..2ae22e081 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enquad.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enspace.glif index 66518a7f9..8fc67863d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.glif index fafb54552..457cdfaf4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.glif @@ -19,7 +19,7 @@ eogonek 3 2 2 5 4 27 1 2 5 16 1 0 2 17 1 1 0 4 74 0 6 0 4 5 6 4 99 0 0 0 1 0 1 95 9 1 7 7 3 91 0 3 3 28 75 8 1 5 5 2 91 0 2 2 26 2 76 51 51 0 0 51 61 51 60 55 54 0 50 0 49 22 38 39 36 45 10 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:22 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.sc.glif index f8b1d8ddb..66eb58412 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/equal.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/equal.glif index 694c4b7bd..9fe2bf75d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/equal.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/equal.glif @@ -26,7 +26,7 @@ equal 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/estimated.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/estimated.glif index b67d70db0..7b6600259 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/estimated.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/estimated.glif @@ -60,7 +60,7 @@ estimated 30 27 20 10 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.glif index b9d6ec8e5..91f67a921 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.glif @@ -71,7 +71,7 @@ eth 17 1 3 2 1 74 37 34 33 30 27 26 23 22 21 20 10 1 72 0 2 2 1 91 0 1 1 28 75 0 3 3 0 91 0 0 0 26 0 76 56 54 48 46 38 37 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.sc.glif index 0e27a3acf..70b189137 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.sc.glif @@ -88,7 +88,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey d.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.glif index dbf2f0838..9ce756931 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.sc.glif index 861f9e09b..9e27d64e6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/euro.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/euro.glif index 2afd8b27f..9bfa634df 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/euro.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/euro.glif @@ -60,7 +60,7 @@ Euro 39 1 11 10 40 1 0 11 17 16 2 4 3 3 74 9 1 0 8 1 1 2 0 1 97 7 1 2 6 1 3 4 2 3 97 12 1 11 11 10 91 0 10 10 25 75 0 4 4 5 91 0 5 5 26 5 76 0 0 0 43 0 42 37 35 32 31 18 17 19 37 34 17 18 17 18 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclam.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclam.glif index 01cc3dc24..7f77e840d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclam.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclam.glif @@ -34,7 +34,7 @@ exclam 8 1 2 3 1 74 4 1 1 0 1 114 0 0 3 0 114 5 1 3 3 2 91 0 2 2 26 2 76 4 4 0 0 4 18 4 17 12 10 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdbl.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdbl.glif index cca14d4ae..b2796e18f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdbl.glif @@ -12,7 +12,7 @@ exclamdbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.case.glif index 4a80b84df..5545ee819 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.case.glif @@ -33,7 +33,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.glif index f19b17bad..430e336e1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.glif @@ -34,7 +34,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.glif index 7ea968cf6..882a17334 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:14:46 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.sc.glif index f1919cb21..017610736 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.glif index 3a0c28a01..4df23a666 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:24:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.sc.glif index 6cc259d57..d01074f01 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:32 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.glif index 1bf26b28c..7cff3174c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 24 0 24 17 17 20 36 36 17 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.sc.glif index 19f4c92f1..ceaa4a691 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f.glif index 13835005b..64e217111 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ f_f com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_i.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_i.glif index 59f4ee432..4e5c45b2c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_i.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_i.glif @@ -20,7 +20,7 @@ f_f_i com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_l.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_l.glif index 17b39c84b..871c7b3ac 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_l.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_l.glif @@ -20,7 +20,7 @@ f_f_l com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.glif index 7549f97e4..692e87bfa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.sc.glif index 9d4f2ab25..b39ed47ef 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fi.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fi.glif index ce8b3f7f8..55e06c314 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fi.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fi.glif @@ -17,7 +17,7 @@ fi com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figuredash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figuredash.glif index 85a818c9f..7c3f651e5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figuredash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figurespace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figurespace.glif index 5c8af3b22..8edef9a8d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figurespace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/firsttonechinese.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/firsttonechinese.glif index 1c32287d4..d40d4cd9b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/firsttonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/firsttonechinese.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey macroncomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.dnom.glif index 3e660b2c1..181b403f4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.dnom.glif @@ -50,7 +50,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.glif index 9fd21ff27..ed6f31f8b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.lf.glif index 4429f9557..1756e8603 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.lf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.numr.glif index 0a8bace2e..054aa3766 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.osf.glif index fbe4d8c67..c5205e434 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.osf.glif @@ -67,7 +67,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 32 0 31 37 35 17 17 20 37 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.sc.glif index 947d09fdc..0f3e1cacb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tf.glif index f49a7ea93..da158c68c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tosf.glif index ea9ff679d..dcaa93cda 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tosf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveeighths.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveeighths.glif index c0d1f84ac..256ee0e1c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveinferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveinferior.glif index 7c54b38d5..942734efa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesixths.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesixths.glif index 85471ccb7..3b5a7d5c9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesixths.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesuperior.glif index e06d302ec..d7d6a7725 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fl.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fl.glif index cb993f7a8..07f52f201 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fl.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ fl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/florin.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/florin.glif index d5ed6af5d..1b32dd727 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/florin.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/florin.glif @@ -53,7 +53,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 24 0 24 17 17 20 36 38 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.dnom.glif index f45942a46..c85136d63 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.dnom.glif @@ -36,7 +36,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.glif index 8bee6afcc..a279e73fa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.lf.glif index df79741ed..c670ed77a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.lf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.numr.glif index 09830132b..e3ac9f67c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.osf.glif index 1b95096d6..fca7161ec 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.osf.glif @@ -56,7 +56,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 17 0 17 17 17 17 19 19 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.sc.glif index 663a32194..468ff00bd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tf.glif index 83b2d8b91..dac0dfcc9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tosf.glif index 88b8700cf..68e835f52 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tosf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourfifths.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourfifths.glif index 1fd2e77e6..31fb35641 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourfifths.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourinferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourinferior.glif index 37a7d0346..319a8f132 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourperemspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourperemspace.glif index fa602253d..891f9f667 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/foursuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/foursuperior.glif index ccac32f7e..f9ffe554f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/foursuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourthtonechinese.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourthtonechinese.glif index 57b7b3cb7..cbd39002f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourthtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourthtonechinese.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fraction.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fraction.glif index 9e007aad4..3961c5a55 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fraction.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fraction.glif @@ -20,7 +20,7 @@ fraction 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:48:45 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/franc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/franc.glif index cf6188b75..adac851fe 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/franc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/franc.glif @@ -34,7 +34,7 @@ franc 0 4 0 3 2 4 3 97 7 1 2 8 1 1 0 2 1 97 0 5 5 6 89 0 6 6 17 75 0 0 0 18 0 76 17 17 17 17 17 17 17 17 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.glif index 8e35bc3cc..bc9ebc0c4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.glif @@ -70,7 +70,7 @@ g 29 1 4 3 16 1 5 4 9 1 1 2 8 1 0 1 4 74 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 37 37 37 37 37 36 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.sc.glif index e88d84764..9b5fd7fff 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.sc.glif @@ -72,7 +72,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gacute.sc.glif index 70b01a22e..c008e5dbe 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.glif index 2ea0be472..b0059c4f2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.glif @@ -14,7 +14,7 @@ gbreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.sc.glif index 16be7c33c..9701b6bac 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.glif index 27fb64028..e69ceb8a3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.glif @@ -14,7 +14,7 @@ gcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.sc.glif index a20e92809..c96000240 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.glif index 479458367..9440ab18f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.glif @@ -14,7 +14,7 @@ gcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.sc.glif index ebf8337ca..ea4ccf997 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.glif index c6354d0fb..4e983be98 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.glif @@ -18,7 +18,7 @@ gcommaaccent 46 1 4 3 33 1 5 4 26 1 1 2 25 1 0 1 4 74 16 14 8 7 4 3 72 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 58 56 51 49 44 42 37 35 30 28 23 21 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.sc.glif index e00f85368..3ba3becf7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.glif index c008a7155..ecbeed12c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.glif @@ -14,7 +14,7 @@ gdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.sc.glif index e0f74014b..8bd7bf787 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.glif index a517bd53c..03bea1a73 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.glif @@ -99,7 +99,7 @@ NPUSHB[ ] /* 12 values pushed */ 57 56 52 50 34 32 27 25 34 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.sc.glif index aa6047328..6427f08f4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.sc.glif @@ -69,7 +69,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.glif index 85958f58a..7fa9a5d6f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.sc.glif index b31fe1ee0..46a7a1566 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/grave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/grave.glif index 920e27092..8c63539a4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/grave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/grave.glif @@ -24,7 +24,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.case.glif index 076434909..54b925f06 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.case.glif @@ -22,7 +22,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.glif index 62c38346f..12bb6cb02 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.glif @@ -23,7 +23,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greater.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greater.glif index db0736fd2..34fa8ce06 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greater.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greater.glif @@ -23,7 +23,7 @@ greater 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greaterequal.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greaterequal.glif index 227d3eb9b..d59ada351 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greaterequal.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greaterequal.glif @@ -29,7 +29,7 @@ greaterequal 9 7 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guarani.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guarani.glif index af1bfb1a7..7a83d7a41 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guarani.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guarani.glif @@ -77,7 +77,7 @@ NPUSHB[ ] /* 11 values pushed */ 17 24 17 22 38 34 17 24 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.case.glif index 4ea23f877..9220d8dd7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.case.glif @@ -15,7 +15,7 @@ guillemotleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.glif index 57828a10c..cdf9e8e3b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.glif @@ -12,7 +12,7 @@ guillemotleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.case.glif index 9edba1df6..7cde7ccb7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.case.glif @@ -35,7 +35,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:46 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.glif index 06aee7aa9..3f6f56f88 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.glif @@ -32,7 +32,7 @@ guillemotright 11 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.case.glif index 1592a4d6e..fd7606ff2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.case.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:18 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.glif index 432f4661b..fd0c08a49 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.glif @@ -23,7 +23,7 @@ guilsinglleft 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.case.glif index 6617690fc..829ce88d5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.case.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:47 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.glif index c4582b993..fa34254cc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.glif @@ -23,7 +23,7 @@ guilsinglright 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.glif index a573dbcbc..dc387456a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.glif @@ -47,7 +47,7 @@ h 29 1 0 1 1 74 0 3 3 19 75 0 1 1 4 91 5 1 4 4 28 75 2 1 0 0 18 0 76 0 0 0 32 0 31 17 20 41 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.sc.glif index 61c964e81..add20070a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hairspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hairspace.glif index a1a211e42..851ace621 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hairspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.glif index 3a5c6a372..1e858c366 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.sc.glif index 0a07eaa68..37020c532 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.sc.glif @@ -54,7 +54,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.glif index 3baa2a67a..bc162dfca 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.sc.glif index a2b4a0fa4..2f5b6c591 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.glif index c66181e9a..906c03a6d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.glif @@ -19,7 +19,7 @@ hcircumflex 33 1 3 4 35 34 32 31 28 5 5 3 37 1 0 1 3 74 0 4 3 4 114 0 3 3 19 75 0 1 1 5 91 6 1 5 5 28 75 2 1 0 0 18 0 76 0 0 0 40 0 39 18 17 20 41 24 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.sc.glif index 5cec389b0..0d118076b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hdotbelow.glif index 0a9f1f3f5..a205f7b50 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.case.glif index bd262acbd..90228d491 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.glif index ded722896..f7e7b17e6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horizontalbar.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horizontalbar.glif index 351f940e6..20fd08d23 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horizontalbar.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.case.glif index ed493d109..91728f6c9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.case.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.glif index 920059dfb..48cc3346d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hryvnia.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hryvnia.glif index 7c05676c8..66daa5f75 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hryvnia.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.case.glif index 88f4b9a47..334ea73e2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.case.glif @@ -30,7 +30,7 @@ hungarumlaut.cap 11 7 5 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.glif index 7a79d6f62..e10b618d6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.glif @@ -30,7 +30,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.case.glif index 913294054..784d21c09 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.glif index fcd4da346..6ffce6fbe 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.glif @@ -31,7 +31,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.case.glif index 3a1c17e41..ea7df197d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.glif index 146f9615f..dc9f7feb4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.glif @@ -20,7 +20,7 @@ hyphen 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphentwo.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphentwo.glif index 0a23d5db1..e21017813 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphentwo.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.cy.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.cy.glif index 2edede744..ec48ae0e7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.cy.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.cy.glif @@ -14,7 +14,7 @@ i.cy com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.glif index 3bc79d0b6..041d4145c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.glif @@ -14,7 +14,7 @@ i.dot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.sc.glif index 58d94f504..ed884d66d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.glif index bc8e7d68f..09419deb8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.glif @@ -15,7 +15,7 @@ i com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.sc.glif index 0a26329b1..c940017af 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.sc.glif @@ -36,7 +36,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:27:06 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.uc.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.uc.sc.glif index bfe0016b4..998ec3ad2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.uc.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.uc.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.glif index 3e27018a3..51023a97d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.glif @@ -15,7 +15,7 @@ iacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.sc.glif index a38152a1f..3505f0846 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.glif index 1fb574951..845dececa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.glif @@ -15,7 +15,7 @@ ibreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.sc.glif index 4202aa8ba..cf4636568 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.glif index 30f4f2bb6..8ad3aab55 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.sc.glif index 6de8bdd2d..0173e79d7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.glif index a09e381a8..0b8604b3c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.glif @@ -15,7 +15,7 @@ icircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.sc.glif index 9b381b75d..58ef9ba16 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.glif index 4e8223488..32a45e304 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.sc.glif index 395640230..209730039 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.glif index c7ffc534c..bfb88e2f7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.glif @@ -15,7 +15,7 @@ idieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.sc.glif index d56f6d6d0..6dbbe6ec8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.glif index 388dd7005..5320c44ea 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.sc.glif index 2c46d77f8..0f3b7e2eb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.glif index d1571c9dc..dd7852941 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.sc.glif index 1798082be..4ac52ff3a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.glif index 57a7b6a5f..b0b7801c4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.sc.glif index 9c2f2d2b2..a3aece340 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.glif index 09669a05f..4a9191357 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.glif @@ -23,7 +23,7 @@ dotlessi 2 1 1 1 20 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:09 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.sc.glif index 6dfea0dd5..f6494ffcd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.glif index 4f642ca1d..bbd0cf166 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.glif @@ -15,7 +15,7 @@ igrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.sc.glif index 3ccd3fbcd..7bf2fa3fa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.glif index 4a7a8585b..25c7a524d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.sc.glif index 13650ef9d..be015a4c1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.glif index a4f0caaea..1221864ec 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.sc.glif index 441e318da..d14a164bd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij.glif index c4d594f37..328453460 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij.glif @@ -19,7 +19,7 @@ ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij_acutecomb.glif index ad1b44d6a..490841844 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij_acutecomb.glif @@ -23,7 +23,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.glif index bb104b15f..4071d3ac3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.glif @@ -15,7 +15,7 @@ imacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.sc.glif index 68057d8d9..f0cd96a44 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/increment.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/increment.glif index 855a4e460..34d9459ad 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/increment.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/increment.glif @@ -27,7 +27,7 @@ uni2206 7 6 2 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/infinity.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/infinity.glif index 118648faf..fa57b5f40 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/infinity.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/infinity.glif @@ -68,7 +68,7 @@ infinity 49 43 38 30 24 2 3 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/integral.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/integral.glif index ac48e29e4..0f9d399df 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/integral.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/integral.glif @@ -54,7 +54,7 @@ integral 34 13 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.glif index 34f6d8210..335832223 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.glif @@ -20,7 +20,7 @@ iogonek 22 1 2 5 23 1 3 2 2 74 0 2 0 3 2 3 95 0 0 0 1 91 6 1 1 1 19 75 0 4 4 20 75 0 5 5 18 5 76 0 0 37 36 35 34 27 25 21 19 0 13 0 12 37 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:18 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.sc.glif index 889416db7..90cd95e49 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.glif index 23ab96d0d..bcf527884 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.glif @@ -15,7 +15,7 @@ itilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.sc.glif index 73ece0db3..a3888a411 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.glif index 0f01b1fb5..8bb030330 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.glif @@ -14,7 +14,7 @@ j com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.sc.glif index 88b337892..85984cc94 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.sc.glif @@ -45,7 +45,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.glif index 724c9801e..d92eccacc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.glif @@ -14,7 +14,7 @@ jcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.sc.glif index 26d23359e..a99e4104f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.glif index 8ea014ae3..28baadc59 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.glif @@ -34,7 +34,7 @@ uni0237 8 1 1 2 7 1 0 1 2 74 3 1 2 2 20 75 0 1 1 0 91 0 0 0 22 0 76 0 0 0 16 0 16 37 35 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.sc.glif index ec23a1cd2..fdd0e6cff 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.sc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.glif index 34ea0a1b2..c0e7febb2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.glif @@ -34,7 +34,7 @@ k 9 6 2 0 3 1 74 4 1 1 1 19 75 0 3 3 20 75 2 1 0 0 18 0 76 0 0 17 16 8 7 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.sc.glif index 929ab25f7..f071f444d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.glif index 309c9abda..883253fd3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.glif @@ -14,7 +14,7 @@ kcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.sc.glif index 4394bef03..9c3c1ee43 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.glif index 7c74a024f..789b177ea 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.glif @@ -32,7 +32,7 @@ kgreenlandic 10 7 2 0 1 1 74 3 4 2 1 1 20 75 2 1 0 0 18 0 76 0 0 17 16 9 8 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.sc.glif index 4341acc77..0aead0be5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kip.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kip.glif index f016c7b9a..319bdb2d4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kip.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kip.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.glif index 005c20032..f7695545c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.glif @@ -24,7 +24,7 @@ l 2 1 1 1 19 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.sc.glif index f1903e51f..2e43baa36 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.sc.glif @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.glif index 2105824fb..44c85022f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.glif @@ -20,7 +20,7 @@ lacute 5 4 1 3 1 72 2 1 1 1 17 75 0 0 0 18 0 76 6 6 6 9 6 9 23 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.sc.glif index 2361a2970..21e6164e0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.glif index 14605964c..e4f9139e3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.glif @@ -33,7 +33,7 @@ lcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:54 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.sc.glif index bbea59428..a05f8c675 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.glif index fb27b6768..fa41631a8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.glif @@ -16,7 +16,7 @@ lcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.sc.glif index 60b70f280..12a88300f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.glif index 474adce94..fe0aa772a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.glif @@ -16,7 +16,7 @@ ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.sc.glif index f548121d0..cd6f46658 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldotbelow.glif index 4d7b53af9..692f278a2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftA_rrow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftA_rrow.glif index 1feafdc16..2504499e5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftB_lackT_riangle.glif index 4afe93e01..a8dd35a51 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftW_hiteT_riangle.glif index 9411c0a46..b51ec5163 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftanglebracket-math.glif index 08d3d7215..4cd366163 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftanglebracket-math.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:50 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/less.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/less.glif index ac1ad83b1..473d84b16 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/less.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/less.glif @@ -23,7 +23,7 @@ less 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lessequal.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lessequal.glif index 4a7097205..f1ecacf79 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lessequal.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lessequal.glif @@ -29,7 +29,7 @@ lessequal 8 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lira.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lira.glif index eb4e7f2b3..edd8ecffd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lira.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lira.glif @@ -91,7 +91,7 @@ NPUSHB[ ] /* 20 values pushed */ 69 68 67 65 62 60 55 53 17 17 17 23 44 38 41 17 16 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/liraT_urkish.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/liraT_urkish.glif index d6414fa2f..810d8a2cd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/liraT_urkish.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/liraT_urkish.glif @@ -50,7 +50,7 @@ uni20BA 13 12 7 6 3 2 6 2 0 17 16 2 3 2 2 74 0 2 0 3 0 2 3 112 0 0 0 17 75 0 3 3 1 89 0 1 1 18 1 76 19 20 41 24 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/literS_ign.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/literS_ign.glif index 32f1483f5..e478db7bc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/literS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/literS_ign.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.glif index 34b39de03..a910db5f3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.sc.glif index cde549912..43d5e3421 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.glif index e11ea8296..a1dbc2a1a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.sc.glif index 98bab6026..caa496573 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/logicalnot.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/logicalnot.glif index 5fbe9da13..3653022d0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/logicalnot.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/logicalnot.glif @@ -22,7 +22,7 @@ logicalnot 0 0 1 0 115 3 1 2 1 1 2 85 3 1 2 2 1 89 0 1 2 1 77 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lozenge.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lozenge.glif index ee69b8497..f9f78c71d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lozenge.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lozenge.glif @@ -34,7 +34,7 @@ lozenge 14 10 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.glif index 27bfd0e8e..446fece97 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.glif @@ -28,7 +28,7 @@ lslash 11 10 6 5 4 0 6 0 1 1 74 0 1 1 19 75 0 0 0 18 0 76 21 18 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.sc.glif index 132669942..5fb8e417b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.glif index e3e3a5c3d..54d6f10f5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.glif @@ -86,7 +86,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 54 0 53 35 17 20 40 24 40 23 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.sc.glif index aa5f54dc5..bf632346b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.sc.glif @@ -49,7 +49,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.case.glif index 5032ecf2f..d19c8bfc8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.case.glif @@ -20,7 +20,7 @@ macron.cap 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.glif index 89313ea14..dc7446998 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.case.glif index 77a3474ca..f31b7e237 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.case.glif @@ -25,7 +25,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.glif index 98a75c539..212c031f7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.case.glif index 646acbb69..8b87b7f61 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.case.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.glif index 2657c08d0..491b0abd6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.glif @@ -27,7 +27,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/manat.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/manat.glif index 20122cdc2..159ad11e8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/manat.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.glif index 4e6f3ee6b..60efd2c33 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.sc.glif index f22b14226..f6fa6a99e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.glif index 1e7ee6086..5b710798d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.sc.glif index 1107a6f8e..59d7f9b0b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/micro.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/micro.glif index d6b36ab27..04c759463 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/micro.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/micro.glif @@ -87,7 +87,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 55 0 55 36 37 37 20 43 37 36 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minus.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minus.glif index f4c1c1cf7..1091237e5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minus.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minus.glif @@ -20,7 +20,7 @@ minus 1 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minute.glif index 46ac6f88e..044e1c8c9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minute.glif @@ -20,7 +20,7 @@ minute 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.glif index 68f7e16ed..10146a3f6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.glif @@ -11,7 +11,7 @@ uni03BC com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.sc.glif index eb41ad23f..ff4ea97b6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/multiply.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/multiply.glif index af1387ffb..01fc9e1c6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/multiply.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/multiply.glif @@ -28,7 +28,7 @@ multiply 10 4 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.glif index 215a10178..0ecd749f7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 29 17 20 40 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.sc.glif index 6df991861..8cba9a06b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.sc.glif @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.glif index 59ce890bf..8448b6a7c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.glif @@ -14,7 +14,7 @@ nacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.sc.glif index 444afaec1..7301adbb8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/naira.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/naira.glif index f1a4168d2..e58023d59 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/naira.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/naira.glif @@ -41,7 +41,7 @@ uni20A6 29 1 8 9 43 1 2 1 2 74 20 14 12 10 4 8 18 16 13 3 7 0 8 7 98 17 15 6 3 0 19 5 3 3 1 2 0 1 97 11 1 9 9 17 75 4 1 2 2 18 2 76 28 28 41 40 39 38 37 36 35 34 33 32 28 31 28 31 27 26 25 24 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 21 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/narrownbspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/narrownbspace.glif index 7e81de874..b816b4431 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/narrownbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nbspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nbspace.glif index 5b5f17477..f35bd2862 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.glif index 3c497e314..50434f62f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.glif @@ -14,7 +14,7 @@ ncaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.sc.glif index 9227b58cc..2d48cd182 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.glif index 9232c08ef..36a1bcfaa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.glif @@ -14,7 +14,7 @@ ncommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.sc.glif index 12fa1874c..e45492235 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.glif index a3cd35af1..b38629527 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.sc.glif index d8b0475b8..9b37357b1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.glif index 5a6c94210..2a9a7471b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:00 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.sc.glif index 42525e3de..566bc144d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.dnom.glif index 2fcc8e8c4..781bf6b3a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.dnom.glif @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.glif index 6a3f8ba75..cc5688ad9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.lf.glif index 8e6e490cc..103767c5a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.lf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.numr.glif index f8a927fe4..f0c450df3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.osf.glif index dde509efb..bae27b192 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.osf.glif @@ -51,7 +51,7 @@ nine 22 1 3 2 1 74 17 1 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 28 2 76 23 23 23 39 23 38 33 31 38 32 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.sc.glif index f318f3e32..88fd63603 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tf.glif index 093452948..65ee02580 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tosf.glif index 02cd96655..d34929c83 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tosf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nineinferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nineinferior.glif index 834e51bb1..f1826de70 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nineinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ninesuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ninesuperior.glif index e539bf40c..b92d33fc0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ninesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nj.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nj.glif index 339a296a9..72a8ff9df 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nj.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nj.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.glif index f346cddd5..96bf95206 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.sc.glif index d691384fa..497496782 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/notequal.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/notequal.glif index f3664515b..19cbf4574 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/notequal.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/notequal.glif @@ -36,7 +36,7 @@ notequal 15 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.glif index b675f7060..e53cac087 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.glif @@ -14,7 +14,7 @@ ntilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.sc.glif index 712d36991..6073e1841 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numbersign.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numbersign.glif index e3e53e37b..0d8580d34 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numbersign.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numbersign.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 30 values pushed */ 0 0 31 30 29 28 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 17 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numero.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numero.glif index 00fed0c0e..e0dfa3f47 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numero.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numero.glif @@ -64,7 +64,7 @@ uni2116 51 50 40 34 26 20 8 0 4 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.glif index a71b86716..d0b1a3542 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.glif @@ -53,7 +53,7 @@ o 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 14 14 0 0 14 27 14 26 21 19 0 13 0 12 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:52 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.sc.glif index 5da30ae08..f9d727397 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.sc.glif @@ -60,7 +60,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.glif index 342783aec..1a1bbe79c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.glif @@ -17,7 +17,7 @@ oacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.sc.glif index d866c902c..1cf25a127 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.glif index 3d5c4bac0..c36d9887f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.glif @@ -17,7 +17,7 @@ obreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.sc.glif index af6be835c..04ab5610f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.glif index 597a3825e..3856cb771 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.sc.glif index f9f3cda0c..721f64086 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.glif index dbcbfec7c..782bba62f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.glif @@ -17,7 +17,7 @@ ocircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.sc.glif index 502fc61bf..fee3da329 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.glif index e5b5f24be..8a7233a69 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.sc.glif index dcda2795a..ea380e5a1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.glif index 247356c57..df05704f8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif index c97c7d6be..5c2ce0844 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.glif index 9043c4e46..42cddba93 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.sc.glif index 0a5117f31..e4bc2d4dc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.glif index 86c4fed51..86a18acc6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.sc.glif index 28ecaec38..3deb56ca6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.glif index 495f26e9c..18ee4da80 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.sc.glif index df1dfa9f8..2158f7fed 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.glif index cc1545ee0..371e97323 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.sc.glif index 27efa2a69..29ebdef7a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.glif index ad7c8c674..588a9caaa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.glif @@ -17,7 +17,7 @@ odieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.sc.glif index c85d3f3e3..475a1a013 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.glif index 80ce9f6ae..90843fad7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.sc.glif index 23b34705a..798a816e0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.glif index 9cb25e5fc..704b5bd84 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.sc.glif index 5b3e9f0dd..fdfad29b6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.glif index 70e08f9e3..35a7f750f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.sc.glif index 0fc45382b..a506b285e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.glif index 20d96f21b..c6686322c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.glif @@ -28,7 +28,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.sc.glif index ad04b264f..32dc1d67d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.sc.glif @@ -138,7 +138,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonek.glif index 386bc57ae..088491d4e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonek.glif @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.case.glif index 87ac4248d..f22d56edb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.case.glif @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.glif index fe5839404..22aead4ab 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.glif @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.glif index 5acde0f9a..f91915f6a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.glif @@ -17,7 +17,7 @@ ograve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.sc.glif index b643bf6f5..41bbc2158 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.glif index 3e690ef14..6d6ba22c6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.sc.glif index b5c518b3f..25db28bed 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.glif index 64a3a0355..51f67ad8b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.sc.glif index 3fbda5539..c47c16e4a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.sc.glif @@ -80,7 +80,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.glif index 448fa5445..e4868892a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.sc.glif index 7678ed0da..ab03525a5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.glif index 0569d015c..ed8bde5ce 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.sc.glif index 152731fad..3a01fb1be 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.glif index f7c382b2c..cca399da2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.sc.glif index fc21710f4..0fdcaf26a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.glif index 535027ba5..51dbed426 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.sc.glif index 77a5730d1..3885ad870 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.glif index 2fffadad0..5aee42e28 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.sc.glif index 9997dc9f6..e557f61b7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.glif index 0df04bbe3..34da74000 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.glif @@ -17,7 +17,7 @@ ohungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.sc.glif index cf2210768..c97c56a8c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.glif index 1c5c8b06b..6e603cd56 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.sc.glif index 4ebae7e36..102878ede 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.glif index d06bd78e7..eff0b8973 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.glif @@ -17,7 +17,7 @@ omacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.sc.glif index 1611c37d9..caa4a252f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.glif index 40e17640c..0c491ab73 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.sc.glif index 95dbded93..7ee4d97e6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.glif index 679ab3112..977c52ead 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.sc.glif index e12de53b5..1ee9fceb9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omega.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omega.sc.glif index ffba49356..8f9c3d392 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omega.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omega.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.dnom.glif index 7fe9f88a1..a8b59d583 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.dnom.glif @@ -29,7 +29,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:03:51 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.glif index 0a7db064e..4b4ebb5c8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.lf.glif index 641b1a6ba..bc7d7777f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.lf.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.numr.glif index 390fc18b6..e06a12d65 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.osf.glif index 43f344a18..a445920e6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.osf.glif @@ -26,7 +26,7 @@ one 8 3 2 0 72 0 0 0 18 0 76 25 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.sc.glif index 7e9bd6035..330ea6fcd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.sc.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tf.glif index 30b0a41f2..211f52f70 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tosf.glif index f43272335..0f3fce598 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tosf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneeighth.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneeighth.glif index 034b9fde5..9df3ea745 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneeighth.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneeighth.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onefifth.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onefifth.glif index 4808d0332..378c55713 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onefifth.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onehalf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onehalf.glif index 1ba085a7b..52c78d6c9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onehalf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onehalf.glif @@ -23,7 +23,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneinferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneinferior.glif index d6b7d53f1..79b968450 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneninth.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneninth.glif index 1808448a0..5c5f34d12 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneninth.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onequarter.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onequarter.glif index 6b6e9be6f..385bc2e60 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onequarter.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onequarter.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneseventh.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneseventh.glif index 111a204ac..ba4a5d2ed 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneseventh.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesixth.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesixth.glif index cc62946f5..395f7cb83 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesixth.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesuperior.glif index caff465b9..9f3c785cd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onetenth.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onetenth.glif index 4335b6cea..d9d003646 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onetenth.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onethird.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onethird.glif index 16c06a6a4..11a27828a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onethird.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.glif index b080e951c..6c8dcb001 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:53 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.sc.glif index 907d09722..ec9f83c1b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordfeminine.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordfeminine.glif index e89a009c6..0d375d123 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordfeminine.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordfeminine.glif @@ -53,7 +53,7 @@ ordfeminine 22 17 12 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordmasculine.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordmasculine.glif index 4cfa583f7..01fb75e13 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordmasculine.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordmasculine.glif @@ -42,7 +42,7 @@ ordmasculine 25 17 10 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslash.glif index 419f98d4c..cdf4465fa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslash.glif @@ -77,7 +77,7 @@ oslash 22 19 2 2 1 38 37 29 28 11 5 3 2 8 1 0 3 3 74 21 20 2 1 72 10 9 2 0 71 4 1 2 2 1 91 0 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 32 32 23 23 32 40 32 39 23 31 23 30 41 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslashacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslashacute.glif index 6c9bf44de..8df8b2534 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslashacute.glif @@ -13,7 +13,7 @@ oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.glif index b2c1cc3a5..3f3245e74 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.glif @@ -17,7 +17,7 @@ otilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.sc.glif index ee2d3c64a..855081468 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.glif index 2ae1dba96..c2589e0e5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.sc.glif index b9435a1b6..d336fb612 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.glif index 7559aad2a..90431531c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.sc.glif index bf3eaf02b..dbbf3ba4e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.glif index 4a501b3a3..690be936b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.sc.glif index 46f5263fe..b3c7d2f73 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.glif index 0a6263a40..062d38fe8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.glif @@ -69,7 +69,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 24 22 0 16 0 15 17 18 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.sc.glif index 5568b128e..74e76215f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.sc.glif @@ -79,7 +79,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/paragraph.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/paragraph.glif index 459b60c20..e2c3d6ac6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/paragraph.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/paragraph.glif @@ -64,7 +64,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 25 0 25 17 49 22 34 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.case.glif index 9515e52ec..f960a8b76 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.case.glif @@ -29,7 +29,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.glif index d3a2ad37c..63c98cba4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.glif @@ -30,7 +30,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.case.glif index 768857719..1062ae540 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.case.glif @@ -29,7 +29,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.glif index 51c384ad1..b6f442bca 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.glif @@ -30,7 +30,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/partialdiff.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/partialdiff.glif index 96c401dcd..ca24377b4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/partialdiff.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/partialdiff.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.glif index 175bf258b..4753ea9b2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.sc.glif index d82143007..8b60378b8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:59 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/percent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/percent.glif index 18d1f5efb..b69f66349 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/percent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/percent.glif @@ -114,7 +114,7 @@ NPUSHB[ ] /* 34 values pushed */ 48 48 33 33 0 0 48 61 48 60 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 13 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/period.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/period.glif index 1afed0cde..70d8dd04b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/period.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/period.glif @@ -28,7 +28,7 @@ period 2 1 1 1 0 91 0 0 0 26 0 76 0 0 0 11 0 10 36 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.case.glif index 064c1841f..add171371 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.case.glif @@ -10,7 +10,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.glif index 49e5cc2b7..42e649e02 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.glif @@ -11,7 +11,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 01009a7be..b0e544f40 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/perthousand.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/perthousand.glif index 1e2c9219b..ed5663206 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/perthousand.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/perthousand.glif @@ -142,7 +142,7 @@ NPUSHB[ ] /* 50 values pushed */ 77 77 63 63 48 48 33 33 0 0 77 90 77 89 84 82 63 76 63 75 70 68 48 62 48 61 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 19 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peseta.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peseta.glif index 47bb904fd..6c1a21200 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peseta.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peseta.glif @@ -81,7 +81,7 @@ NPUSHB[ ] /* 26 values pushed */ 34 34 26 26 34 41 34 41 38 36 26 33 26 32 20 17 17 34 36 17 19 34 16 14 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peso.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peso.glif index 537cc6254..68e21127b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peso.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peso.glif @@ -90,7 +90,7 @@ NPUSHB[ ] /* 38 values pushed */ 43 43 32 32 43 49 43 49 46 44 42 41 39 38 32 37 32 36 34 33 31 30 29 28 27 25 34 17 18 17 18 34 17 17 16 20 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.glif index bffb47c33..0759a752e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.glif @@ -67,7 +67,7 @@ pi 46 25 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.sc.glif index d6539d160..342be6b52 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.sc.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plus.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plus.glif index 004ff1988..6b7f622df 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plus.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plus.glif @@ -36,7 +36,7 @@ plus 0 2 1 2 114 0 5 0 5 115 3 1 1 0 0 1 85 3 1 1 1 0 90 4 1 0 1 0 78 20 33 34 18 33 32 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plusminus.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plusminus.glif index ca33004ff..08920d64e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plusminus.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plusminus.glif @@ -55,7 +55,7 @@ NPUSHB[ ] /* 16 values pushed */ 27 27 27 30 27 30 19 21 33 34 22 33 32 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/primemod.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/primemod.glif index d1ba3b10a..3f6b83d69 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/primemod.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/primemod.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/product.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/product.glif index ecbd77855..6336107c0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/product.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/product.glif @@ -28,7 +28,7 @@ product 5 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/punctuationspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/punctuationspace.glif index 15222ce07..200c188a2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/punctuationspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.glif index 8f842d922..af5f5d317 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.glif @@ -50,7 +50,7 @@ q 17 1 3 2 25 4 2 4 3 2 74 0 3 3 2 91 0 2 2 28 75 5 1 4 4 1 91 0 1 1 26 75 0 0 0 22 0 76 18 18 18 35 18 34 44 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.sc.glif index f5e9c4ab0..1f633f92e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.sc.glif @@ -91,7 +91,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/question.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/question.glif index 0cc8eecab..40cf23bd2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/question.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/question.glif @@ -62,7 +62,7 @@ question 35 34 15 3 3 0 1 74 0 1 0 0 3 1 0 99 4 1 3 3 2 91 0 2 2 26 2 76 40 40 40 51 40 50 46 44 37 43 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.case.glif index 21223d536..3fc3c660d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.case.glif @@ -63,7 +63,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.glif index be9cbd66d..a4462995f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.glif @@ -64,7 +64,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedbl.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedbl.glif index 89c9cc364..9f4db9a2d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedbl.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedbl.glif @@ -12,7 +12,7 @@ quotedbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblbase.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblbase.glif index ec2157781..8d45ddf64 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblbase.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblbase.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblleft.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblleft.glif index 5b77a4892..de42b552f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblleft.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblleft.glif @@ -16,7 +16,7 @@ quotedblleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblright.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblright.glif index 670868bb3..1e7e606fc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblright.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblright.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteleft.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteleft.glif index ff9f699fb..8a052d6de 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteleft.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteleft.glif @@ -32,7 +32,7 @@ quoteleft 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotereversed.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotereversed.glif index 0fd4f0255..5ba0c5477 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotereversed.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotereversed.glif @@ -32,7 +32,7 @@ quotereversed 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteright.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteright.glif index 084338cfd..2fa43a24f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteright.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteright.glif @@ -32,7 +32,7 @@ quoteright 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesinglbase.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesinglbase.glif index 7bbdcc837..6d4a0faf2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesinglbase.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesinglbase.glif @@ -32,7 +32,7 @@ quotesinglbase 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesingle.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesingle.glif index 9ba9f8a16..ff970dcac 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesingle.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesingle.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 10 values pushed */ 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.glif index 7d79db31a..dfa7192fd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 12 values pushed */ 0 0 0 17 0 16 17 20 35 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.sc.glif index f795c137c..e4c4c31c7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.sc.glif @@ -87,7 +87,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.glif index 538f38ce0..9ed5489f7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.glif @@ -14,7 +14,7 @@ racute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.sc.glif index 1255db170..26157d195 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/radical.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/radical.glif index b5381cf95..bc116f956 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/radical.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/radical.glif @@ -26,7 +26,7 @@ radical 5 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.glif index acc5b7467..ff7ca8d4c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.glif @@ -14,7 +14,7 @@ rcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.sc.glif index 94c659c92..c9c26774b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.glif index e06131556..d030a8bc7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.glif @@ -14,7 +14,7 @@ rcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.sc.glif index e2c893383..89bb47384 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.glif index 33e8a8dbf..96325441f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.sc.glif index e744dc947..90f187373 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.glif index add4213f1..91276bc88 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.sc.glif index 6794e4ba0..5386d0820 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/registered.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/registered.glif index 1515274cf..496f8a467 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/registered.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightA_rrow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightA_rrow.glif index 90c58b37c..0f0a53b40 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightB_lackT_riangle.glif index c2a1e7a92..9e4ea77eb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightW_hiteT_riangle.glif index 880c6b036..a180d33c9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightanglebracket-math.glif index 3769f95b7..72daf8e9c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.case.glif index c49601bc9..0a8df88eb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.case.glif @@ -42,7 +42,7 @@ ring.cap 22 15 9 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.glif index da046f12b..4611216b0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.case.glif index d3bc473dc..9ebe5d2a5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.case.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.glif index 25eb6bc71..fb84426fe 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.glif @@ -55,7 +55,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfleft.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfleft.glif index 2565b7dc8..f83b4d9a5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfleft.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfleft.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfright.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfright.glif index bd9a30771..2047f4759 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfright.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfright.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.glif index 3f9b526f6..f9aed9585 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.sc.glif index f52094a46..b594bb5c1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.glif index 6d424872a..881e5d8b2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.sc.glif index fd663774d..7f25e0f1b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ruble.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ruble.glif index b6e694384..d67c1bf2d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ruble.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ruble.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rupeeI_ndian.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rupeeI_ndian.glif index 2036f5018..fea9883ba 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rupeeI_ndian.glif @@ -62,7 +62,7 @@ uni20B9 38 10 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.glif index 8b8d3e006..4fb62c0d4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.glif @@ -56,7 +56,7 @@ s 22 1 2 1 48 23 2 0 2 47 1 3 0 3 74 0 2 2 1 91 0 1 1 28 75 0 0 0 3 91 0 3 3 26 3 76 47 38 47 33 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.sc.glif index 9ea1193db..13ca6edcb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.sc.glif @@ -68,7 +68,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.glif index 8c60ead5c..eae149957 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.glif @@ -14,7 +14,7 @@ sacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.sc.glif index 96798907f..e3fc264e8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.glif index cdabeff6e..c2098a11e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.sc.glif index 6c4edb64b..a197bb7a2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.glif index 548590b6e..f5b6409f7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.glif @@ -14,7 +14,7 @@ scaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.sc.glif index 59c2fb09a..5824ca21b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.glif index 4e3cd0a2b..cdb0806c8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.sc.glif index c3f64f807..d491f37c5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.glif index c8be20ec6..85c866f86 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 18 values pushed */ 0 0 0 62 0 61 46 44 39 38 35 33 29 27 38 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.sc.glif index 63245bc77..2302b3a40 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.glif index 8cd3a95e2..3eaf9e35b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.sc.glif index 0ae0bd517..152e89e74 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.glif index 409f90834..71bc04f72 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.glif @@ -14,7 +14,7 @@ scircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.sc.glif index 74ff54a2c..a3b3b8daa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.glif index c2f8c4c3c..19d0dface 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.glif @@ -14,7 +14,7 @@ scommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.sc.glif index 6ab11402f..2b9793d35 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.glif index 04d4e789c..22f612917 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.sc.glif index d081d622a..18a88a345 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.glif index 1f7b2fd9b..23ec91d72 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.sc.glif index fba2b2e35..65fe38170 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.glif index 5ec7afc6e..f830dbb63 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif index 2e6c7cb68..211fdce78 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/second.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/second.glif index 6fa63be73..baeecd977 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/second.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/second.glif @@ -12,7 +12,7 @@ second com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/secondtonechinese.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/secondtonechinese.glif index 2df0dbaf8..6091d0b47 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/secondtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/section.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/section.glif index 8f2050c8f..8813b0f71 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/section.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/semicolon.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/semicolon.glif index fa4e08d34..379eec7fe 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/semicolon.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/semicolon.glif @@ -12,7 +12,7 @@ semicolon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.dnom.glif index a61fec214..d72f83993 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.dnom.glif @@ -24,7 +24,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.glif index 1b797b282..09801ea86 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.lf.glif index 5e2b10581..bf6b8a10b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.lf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.numr.glif index 3d659b7ca..9de395bee 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.osf.glif index 7030a238e..c06776666 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.osf.glif @@ -22,7 +22,7 @@ seven 5 1 1 71 2 1 1 1 0 89 0 0 0 20 1 76 0 0 0 6 0 6 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.sc.glif index 09bb2820c..ab4d8e354 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tf.glif index 4847e9286..0e9688f41 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tosf.glif index a32114b36..610ed1bf7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tosf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveneighths.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveneighths.glif index 5106898e3..4cf240e0e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveneighths.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveninferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveninferior.glif index 8e468ffe6..a5cf92f73 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveninferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sevensuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sevensuperior.glif index 9fd07c6a7..535cc7605 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sevensuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:41 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sheqel.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sheqel.glif index 0b78568aa..0520d0b24 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sheqel.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sheqel.glif @@ -71,7 +71,7 @@ NPUSHB[ ] /* 27 values pushed */ 20 19 1 0 36 35 34 32 27 26 19 40 20 40 17 16 15 13 8 7 0 18 1 18 10 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.dnom.glif index 3ab5a47b3..a0c87cfc8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.dnom.glif @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.glif index 6a5ade2ae..075b391b2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.lf.glif index 9866eac1b..796c9fe82 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.lf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.numr.glif index 4ff6c3924..28c5ca145 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.osf.glif index 860e6037b..94f8d2986 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.osf.glif @@ -66,7 +66,7 @@ six 4 1 3 2 1 74 22 1 0 72 0 0 0 2 3 0 2 99 4 1 3 3 1 91 0 1 1 26 1 76 23 23 23 37 23 36 45 38 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.sc.glif index 167e5881a..8e5d7ee2e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tf.glif index 3c91f7227..c0ed64d4e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tosf.glif index 08b2de880..33c5ea6c5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tosf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixinferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixinferior.glif index e68f565e3..425d9d084 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixperemspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixperemspace.glif index 0ad55862e..0b0a0dd2d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixsuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixsuperior.glif index f33b6b4a9..4846ddca2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.case.glif index 61b5c624e..04f0c6243 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.case.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.glif index 3f0389961..38628d588 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.glif @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashlongcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashlongcomb.glif index 55b92b1cb..e51c685ed 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashlongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashlongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashshortcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashshortcomb.glif index bc939db36..2d69c5c6c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.case.glif index f82238595..342ee7939 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.glif index ec61d6ab3..107344343 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/space.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/space.glif index aa20f8963..e79d4c5f6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/space.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/space.glif @@ -10,7 +10,7 @@ space com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:45:33 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sterling.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sterling.glif index 54bbb8aa5..edc584962 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sterling.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sterling.glif @@ -97,7 +97,7 @@ NPUSHB[ ] /* 14 values pushed */ 58 56 17 20 37 36 17 20 22 37 36 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokelongcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokelongcomb.glif index 80b6e56b6..46e2b7122 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokelongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokelongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokeshortcomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokeshortcomb.glif index 99af7b1ac..8625748e8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokeshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokeshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/summation.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/summation.glif index c740b2f92..e5083828e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/summation.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/summation.glif @@ -28,7 +28,7 @@ summation 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.glif index 32945ad81..54736b9fa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.glif @@ -62,7 +62,7 @@ NPUSHB[ ] /* 10 values pushed */ 38 39 17 17 17 17 16 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.sc.glif index 2157399af..afc7cbc1f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.sc.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tbar.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tbar.glif index 004b3a7ac..7127d48e4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tbar.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tbar.glif @@ -38,7 +38,7 @@ NPUSHB[ ] /* 20 values pushed */ 0 0 0 38 0 38 37 36 17 17 17 17 21 38 39 17 17 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.glif index ae8864312..50e250758 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.glif @@ -33,7 +33,7 @@ tcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:38 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.sc.glif index 1a8a6e8d7..e435e2245 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.glif index fae9c08e6..53eed3a34 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.sc.glif index 2f3da6dfe..821c4e852 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.glif index 339969116..3fb56622c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.sc.glif index 0b2428881..c12a96270 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.glif index f56b2e1fe..699695829 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.sc.glif index fabb21700..a3c39a1d4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.glif index b9ae8b47a..94ae392ef 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.sc.glif index 316b50498..801c771c2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.glif index 8fae3b217..29b089d1f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.sc.glif index 1d9c51fa3..689b56844 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tenge.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tenge.glif index 63a67e24c..d5e4ad763 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tenge.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thinspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thinspace.glif index 1e4f83b2a..942abc344 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thinspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.glif index 28ec5e7bd..556e41182 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.glif @@ -57,7 +57,7 @@ thorn 31 16 2 5 4 8 1 0 5 2 74 0 2 2 19 75 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 91 0 0 0 26 75 0 1 1 22 1 76 20 20 0 0 20 34 20 33 27 25 0 19 0 18 18 19 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.sc.glif index 15b50c277..651807dfd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.sc.glif @@ -76,7 +76,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.dnom.glif index 1b12f3365..11cacb6f6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.dnom.glif @@ -57,7 +57,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.glif index ecdcb461e..61527c79b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.lf.glif index c4330abb5..479ef37d9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.lf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.numr.glif index e45554f1c..fb7ea4842 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.osf.glif index 54f2e84b5..625a4cda6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.osf.glif @@ -58,7 +58,7 @@ three 20 19 2 3 1 43 9 2 5 0 42 1 4 5 3 74 0 3 0 0 5 3 0 99 6 1 5 0 4 5 4 95 0 1 1 2 91 0 2 2 28 1 76 0 0 0 45 0 44 38 23 38 41 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.sc.glif index ac0300bfd..60004b28f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tf.glif index afb123ca7..ddc9ff347 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tosf.glif index 991a80594..a86d1f9b7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tosf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeeighths.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeeighths.glif index 35be5eaff..24d50c877 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeinferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeinferior.glif index 29fab3898..bfdee0c7b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeperemspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeperemspace.glif index 0e5092e78..33246c804 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threequarters.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threequarters.glif index c9b1d94d5..48cbc82bc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threequarters.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threequarters.glif @@ -45,7 +45,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threesuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threesuperior.glif index f278dcc5b..2a378b8e0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.case.glif index 25a2fb410..3e6c4499b 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.case.glif @@ -42,7 +42,7 @@ tilde.cap 14 13 2 3 0 29 28 2 2 1 2 74 0 0 0 3 1 0 3 99 0 1 2 2 1 87 0 1 1 2 91 0 2 1 2 79 36 39 36 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.glif index 15dc68286..1092c6b17 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.glif @@ -50,7 +50,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.case.glif index b9115ee37..eb97753b3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.case.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.glif index f46572e50..f8dbb5e77 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.glif @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.glif index d109fbfa6..3a89e24e1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.sc.glif index 60970bba2..0b5164943 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/trademark.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/trademark.glif index 4246cc184..5df46a997 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/trademark.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/trademark.glif @@ -44,7 +44,7 @@ trademark 18 8 6 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tugrik.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tugrik.glif index 815fb912f..584281076 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tugrik.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tugrik.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.dnom.glif index b2550fe96..cab809f89 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.dnom.glif @@ -40,7 +40,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:26 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.glif index 046c5b781..d45e2dcd2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.lf.glif index 3eb4a29fb..a652a654c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.lf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.numr.glif index 9a8cb8e61..946e2281d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.osf.glif index 914ce80be..f545c78fc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.osf.glif @@ -41,7 +41,7 @@ two 10 9 2 2 0 25 1 3 2 2 74 0 0 0 1 91 0 1 1 28 75 0 2 2 3 89 0 3 3 18 3 76 17 22 38 37 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.sc.glif index cbd239a88..8b29a41d2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tf.glif index d14ddec0c..c63ca62e3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tosf.glif index 7284ed184..16c0967c8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tosf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twofifths.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twofifths.glif index db2a7fd4c..0d2215eeb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twofifths.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twoinferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twoinferior.glif index 71d0b3ebb..1b1283ecc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twoinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twosuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twosuperior.glif index fd2c2a45e..3f9396158 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twothirds.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twothirds.glif index f43cef882..52d70424e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twothirds.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.glif index bf9259826..88080c228 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.glif @@ -63,7 +63,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 30 41 23 35 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:42 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.sc.glif index cfb811133..0e0210bca 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.sc.glif @@ -59,7 +59,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.glif index 641667daa..00f1386fc 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.glif @@ -16,7 +16,7 @@ uacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.sc.glif index 8b2410aa7..877c7820c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.glif index adb83f9ae..6e2113edd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.glif @@ -16,7 +16,7 @@ ubreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.sc.glif index 374c8a82f..017536116 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.glif index c374c5f8e..133dfd5b5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.sc.glif index 415d8176c..768a75d7a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.glif index e0cf870e6..65484a9bf 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.glif @@ -16,7 +16,7 @@ ucircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.sc.glif index b4ad1f231..5b31b4b41 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.glif index d26ad075a..14667ce22 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.sc.glif index 33c25ea38..e6ac7bf70 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.glif index a24df5527..764119d66 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.glif @@ -16,7 +16,7 @@ udieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.sc.glif index ba878a4f1..a8f242718 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.glif index f8c2b9dd2..62f709f19 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.sc.glif index e87e4e24a..711c4a2b4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.glif index cfeb13416..75e332935 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.sc.glif index 58f20fbbb..008d0e9be 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.glif index 59062fab1..bf10538a1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.sc.glif index 4d9a1bfa9..34af18c45 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.glif index 0f54a33c8..9daa1dbac 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.sc.glif index b0993f8e7..fe13d779f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.glif index b0215e027..96846c04e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.sc.glif index 5b8b477de..ffaed0ff3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.glif index 4742c5ce7..bd62060a1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.glif @@ -16,7 +16,7 @@ ugrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.sc.glif index 76c2e72ff..82212b860 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.glif index 1bb2dc9dc..8c4a4cbdd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.sc.glif index c05c0a8fc..2658b5f02 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.glif index ba8aadb5c..fa99ca772 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.sc.glif index 31a510a35..264ae12d1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.sc.glif @@ -68,7 +68,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.glif index 8d41f465a..ab4b6f4c1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.sc.glif index 662f0ce84..0b889a2ab 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.glif index ce44f4545..d4f2dae3e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.sc.glif index 9f97ef1e8..2fa4a3516 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.glif index c8dde7b42..e336e8ffb 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.sc.glif index 9b1b7f461..94b0b7cab 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.glif index 1dca9ea06..9719093ff 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.sc.glif index 81727cc57..0eb805cde 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.glif index 0c8456e0a..4c45572de 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.sc.glif index d5125809f..32b330fa2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.glif index 5c44b01f1..8368f5de7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.glif @@ -16,7 +16,7 @@ uhungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.sc.glif index 678806d28..b3c0f712c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.glif index 825306972..999015267 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.sc.glif index 1a5aa5cfd..eb0332e06 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.glif index d14e30620..a2d011daf 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.glif @@ -16,7 +16,7 @@ umacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.sc.glif index 3f257285c..dbf7dd6c4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.glif index 2cb5e04ef..6828acca5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.sc.glif index 5addc81f2..a87dcb995 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/underscore.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/underscore.glif index d04b042c3..498eb4128 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/underscore.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/underscore.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uni0000.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uni0000.glif index a43d421e2..418206a93 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uni0000.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uni0000.glif @@ -9,7 +9,7 @@ NULL com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.glif index 8fd0026a7..9cf1bce05 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.glif @@ -33,7 +33,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 51 0 50 17 20 41 23 42 36 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:51 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.sc.glif index bb33451fd..45259bc22 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upA_rrow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upA_rrow.glif index ba104884e..e4a44da56 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upB_lackT_riangle.glif index 3be9296d5..2237fb4e8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upW_hiteT_riangle.glif index d8f91c3ee..5e2600c48 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.glif index dd5dff4fa..1329db720 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.glif @@ -16,7 +16,7 @@ uring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.sc.glif index 506e6f966..14567811f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.glif index 2dac87f79..d6a6190a9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.glif @@ -16,7 +16,7 @@ utilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.sc.glif index 534fdb0ca..a64c8004d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.glif index 5a930b15a..4da42c102 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.sc.glif index d0662efcc..cd8f8455e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.glif index 0bea40d91..0b23aaae2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.glif @@ -38,7 +38,7 @@ v 23 14 11 3 4 0 71 0 0 0 20 0 76 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.sc.glif index 0c409ebc6..886e2fb97 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.sc.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinelowmod.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinelowmod.glif index b95e14942..caa5dd8dd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinelowmod.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinemod.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinemod.glif index 11ae0dc51..33b715502 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinemod.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinemod.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.glif index 8980de4f1..e5a74c5b2 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.glif @@ -52,7 +52,7 @@ w 36 28 21 16 11 9 6 0 71 1 1 0 0 20 0 76 26 25 19 18 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.sc.glif index 2687570f1..2ef1edfa9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.sc.glif @@ -50,7 +50,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.glif index 7565c1c04..a7f084658 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.glif @@ -14,7 +14,7 @@ wacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.sc.glif index ec2af7b1e..aff49d915 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.glif index 28e675a0c..54d89fab3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.glif @@ -14,7 +14,7 @@ wcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.sc.glif index 1e7754995..4028789c6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.glif index 3a9a18b5d..20a7fbb61 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.glif @@ -14,7 +14,7 @@ wdieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.sc.glif index c050ae0dd..dd6f2dce5 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.glif index ed33c6f51..ee9293817 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.glif @@ -14,7 +14,7 @@ wgrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.sc.glif index d499857ce..bbade1dde 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteD_iamond.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteD_iamond.glif index e3da7ba4b..fe114cfdd 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteS_quare.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteS_quare.glif index 33bc0453c..e191c64a7 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/won.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/won.glif index aa9e66cb1..71347acf3 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/won.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/won.glif @@ -41,7 +41,7 @@ uni20A9 34 1 8 9 1 74 25 16 14 12 10 5 8 22 20 18 15 4 7 0 8 7 98 21 19 17 6 4 0 24 23 5 3 4 1 2 0 1 97 13 11 2 9 9 17 75 4 1 2 2 18 2 76 33 33 53 52 50 49 47 46 45 44 43 42 41 40 39 38 37 36 33 35 33 35 32 31 30 29 28 27 26 25 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 26 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:15:38 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.glif index f33e0f1e0..474fd82da 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.glif @@ -30,7 +30,7 @@ x 9 6 3 3 0 2 1 74 3 1 2 2 20 75 1 1 0 0 18 0 76 18 18 18 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.sc.glif index cfe1b4841..41b9d2893 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.glif index 73e676ce8..e5397bf4c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.glif @@ -56,7 +56,7 @@ y 34 30 2 2 3 17 1 1 2 16 1 0 1 3 74 0 2 3 1 3 2 1 112 4 1 3 3 20 75 0 1 1 0 91 0 0 0 22 0 76 25 18 18 38 44 5 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.sc.glif index 89d7098f6..7d1978cfa 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.glif index b8a10892d..fceaf93e9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.glif @@ -14,7 +14,7 @@ yacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.sc.glif index fa749be62..8880847ba 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.glif index da0bb8926..351037bbe 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.glif @@ -14,7 +14,7 @@ ycircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.sc.glif index 10c7e669b..ffcc7d276 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.glif index 19b225313..df19be979 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.glif @@ -14,7 +14,7 @@ ydieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.sc.glif index fe4332a8a..bcba934ed 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.glif index c84f0c2e9..86581741c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.sc.glif index 154f31740..7a072210f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.glif index 1a80a7910..53780f30e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.sc.glif index df4003544..31b0f001c 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yen.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yen.glif index 16366f23d..dc6016469 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yen.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yen.glif @@ -41,7 +41,7 @@ yen 21 1 0 9 1 74 8 1 0 7 1 1 2 0 1 98 6 1 2 5 1 3 4 2 3 97 10 1 9 9 17 75 0 4 4 18 4 76 24 23 19 18 17 17 17 17 17 17 17 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.glif index cf9a5b7a1..8b62f54a8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.glif @@ -14,7 +14,7 @@ ygrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.sc.glif index 03c93515b..438991082 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.glif index 572ee4797..d601a67c8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.sc.glif index dedf1cf50..e060b0478 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.glif index c2e6f4c84..34f9e812f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.sc.glif index 97225306f..b2d5134db 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.glif index 1f5bd3e29..e3de6e597 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.sc.glif index 42c78ce94..dfba1cbb8 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.glif index d0e29ddfe..374300f4d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.glif @@ -31,7 +31,7 @@ z 0 2 2 3 89 0 3 3 20 75 0 0 0 1 89 0 1 1 18 1 76 17 19 17 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.sc.glif index e87284f34..68c873a3e 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.sc.glif @@ -43,7 +43,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.glif index 9db7c4ace..179fbbd40 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.glif @@ -15,7 +15,7 @@ zacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.sc.glif index 1333c95cd..e7659725d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.glif index d0d71f694..60be89149 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.glif @@ -15,7 +15,7 @@ zcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.sc.glif index 3a7c9da6c..53606a787 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.glif index 69ab61af9..66887cc2f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.glif @@ -15,7 +15,7 @@ zdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.sc.glif index 589e9d076..7fdfb777a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.glif index 6256603e3..fd02a90c1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.sc.glif index 0d571e642..bd2c37484 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.dnom.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.dnom.glif index bcfb29eab..e98d41fc4 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.dnom.glif @@ -43,7 +43,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.glif index 289b5c828..a764bf105 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.glif index a3f79d3df..454e43f33 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.zero.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.zero.glif index e3825045b..3e52585a9 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.numr.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.numr.glif index d0c14384f..00440b9a6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.glif index be3ab8639..7a66d57d6 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.glif @@ -41,7 +41,7 @@ zero 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 15 15 0 0 15 28 15 27 21 19 0 14 0 13 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.zero.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.zero.glif index fe196481c..b6272429f 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.sc.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.sc.glif index ade82e456..fe704a614 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.glif index 14d49105f..3d464cf62 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.zero.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.zero.glif index b134a717d..7c60572f0 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.glif index 0a3ad4bc0..6d834513a 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.zero.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.zero.glif index 5b6dd073c..f1950add1 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.zero.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.zero.glif index ddac9f04e..9f247c215 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zeroinferior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zeroinferior.glif index ea4063afb..7368a7996 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zeroinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerosuperior.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerosuperior.glif index 43fd0ff0f..7b2e11642 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthjoiner.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthjoiner.glif index adf54048e..0f75a5495 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthnonjoiner.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthnonjoiner.glif index 4dcc31dae..3193298ce 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthspace.glif b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthspace.glif index 19f736390..7e4c0794d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthspace.glif +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/lib.plist b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/lib.plist index 84e05fd5c..21f28a75d 100644 --- a/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/lib.plist +++ b/sources/instance_ufo/MerriweatherSans-LightItalic.ufo/lib.plist @@ -444,7 +444,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 94.0 + 107.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 5.0 com.schriftgestaltung.fontMasterOrder @@ -456,7 +456,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 94.0 + 107.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/features.fea b/sources/instance_ufo/MerriweatherSans-Regular.ufo/features.fea index 0f006619d..d50aa7dc3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/features.fea +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/features.fea @@ -688,9 +688,9 @@ table GDEF { [IJ_acutecomb ij_acutecomb f_f f_f_i f_f_l fi fl ij_acutecomb.sc], # Liga [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb caroncomb.alt circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb dblgravecomb breveinvertedcomb commaturnedabovecomb horncomb dotbelowcomb dieresisbelowcomb commaaccentcomb cedillacomb ogonekcomb brevebelowcomb macronbelowcomb strokeshortcomb strokelongcomb slashshortcomb slashlongcomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case dblgravecomb.case breveinvertedcomb.case commaturnedabovecomb.case horncomb.case dotbelowcomb.case dieresisbelowcomb.case commaaccentcomb.case cedillacomb.case ogonekcomb.case brevebelowcomb.case macronbelowcomb.case brevecomb_acutecomb brevecomb_gravecomb brevecomb_hookabovecomb brevecomb_tildecomb circumflexcomb_acutecomb circumflexcomb_gravecomb circumflexcomb_hookabovecomb circumflexcomb_tildecomb brevecomb_acutecomb.case brevecomb_gravecomb.case brevecomb_hookabovecomb.case brevecomb_tildecomb.case circumflexcomb_acutecomb.case circumflexcomb_gravecomb.case circumflexcomb_hookabovecomb.case circumflexcomb_tildecomb.case], # Mark ; - LigatureCaretByPos f_f 396; - LigatureCaretByPos f_f_i 363 725; - LigatureCaretByPos f_f_l 364 727; - LigatureCaretByPos fi 346; - LigatureCaretByPos fl 348; + LigatureCaretByPos f_f 400; + LigatureCaretByPos f_f_i 366 733; + LigatureCaretByPos f_f_l 367 734; + LigatureCaretByPos fi 349; + LigatureCaretByPos fl 351; } GDEF; diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/fontinfo.plist b/sources/instance_ufo/MerriweatherSans-Regular.ufo/fontinfo.plist index 127ad2ed9..f91d6e241 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/fontinfo.plist +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/fontinfo.plist @@ -101,7 +101,7 @@ trademark Merriweather is a trademark of Sorkin Type Co. unitsPerEm - 1000.0 + 1000 versionMajor 1 versionMinor diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_.glif index 8524c3006..2c3f083c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_.glif @@ -1,26 +1,26 @@ - + - + - - + + - - - - + + + + - - + + - + - - + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_.glif index cdf236284..efdf7a236 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_.glif @@ -1,48 +1,48 @@ - + - - - + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_acute.glif index 8a5c1ebc2..6e2ce4232 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_acute.glif index 08d068b4a..6fb9945cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_acute.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:37 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breve.glif index 6955317be..af66f7189 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breve.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breveacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breveacute.glif index c26b6ef58..7c892a47c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breveacute.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevedotbelow.glif index 6d5ad2fe2..cb09e7217 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevedotbelow.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevegrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevegrave.glif index 536545c37..7b5d7991c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevegrave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevehookabove.glif index 64a3630d5..5eed1d0fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevehookabove.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevetilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevetilde.glif index 1c99ce337..8805c5ce9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevetilde.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_caron.glif index bbd58b97b..802ecd4f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_caron.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflex.glif index 7abe0ed5c..4189e4755 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflex.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexacute.glif index c1dfb35e5..062ceeb45 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexacute.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexdotbelow.glif index bda771f9c..bdb86a007 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexgrave.glif index 36c29ace8..8bf4f1b1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexgrave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexhookabove.glif index e89eb5983..09ac07c39 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexhookabove.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflextilde.glif index b8ea9bca5..1c868047b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflextilde.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dblgrave.glif index 56386c232..300f45f10 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dblgrave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dieresis.glif index ea9be379c..0f2bf085b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dieresis.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dotbelow.glif index 5020db4ab..6149fcefa 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dotbelow.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_grave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_grave.glif index 2c3e99894..3f667f090 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_grave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_hookabove.glif index fc24068f4..b238e0cf9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_hookabove.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_invertedbreve.glif index cbb149663..2b5d8b2ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_invertedbreve.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_macron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_macron.glif index 9ed457271..433a64751 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_macron.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ogonek.glif index 1fff8ef77..48462df54 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ogonek.glif @@ -1,41 +1,41 @@ - + - + - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ring.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ring.glif index 88041c8a5..dea96045f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ring.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ringacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ringacute.glif index 40f71e1cb..fc2a81515 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ringacute.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_tilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_tilde.glif index 18b757ca1..f616a7f11 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/A_tilde.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/B_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/B_.glif index 9a2c110bf..0b160ba38 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/B_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/B_.glif @@ -1,69 +1,69 @@ - + - + - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/B_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/B_dotaccent.glif index 1200b8e31..861dc4aa5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/B_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/B_dotaccent.glif @@ -1,18 +1,18 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_.glif index 3c7a8a174..1fe4fe74a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_.glif @@ -1,44 +1,44 @@ - + - - + + - - - + + + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_R_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_R_.glif index b989f35f9..e17b7b373 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_R_.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_acute.glif index 5ab9fbb89..e43d48f61 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_caron.glif index 6eab4395b..f2b1ebf22 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedilla.glif index b41725201..098a48bda 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedilla.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedillaacute.glif index 5026c4396..54657ef66 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedillaacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_circumflex.glif index 1c9a10bd8..131c0dc83 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_circumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_dotaccent.glif index f46d7903f..c6ccc2f93 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/C_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_.glif index ff6d72e1e..2fffd079b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_.glif @@ -1,53 +1,53 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_.glif index 129d8935e..7239d5f42 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_caron.glif index 9c0981b64..54d7c2995 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_caron.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_caron.glif index 3ca815c53..87d295abd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_croat.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_croat.glif index c4d94df92..47609b990 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_croat.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_croat.glif @@ -1,24 +1,24 @@ - + - - - + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotaccent.glif index 12bd602ac..f8e329079 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotbelow.glif index cbc69b5ae..9907c727e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_elta.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_elta.glif index 7bdef9417..2c50f27b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_elta.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_elta.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_linebelow.glif index 56229ded8..3a3dca95a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_linebelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_z.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_z.glif index 481ff98e3..c93762d7f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_z.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_z.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_zcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_zcaron.glif index a7b6694b0..696518733 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/D_zcaron.glif @@ -1,23 +1,23 @@ - + - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_.glif index 72c37b919..c3994d508 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_.glif @@ -3,30 +3,30 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_acute.glif index 78a1e953d..e8fd6d191 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_acute.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_breve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_breve.glif index 54721b433..b40a21f25 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_breve.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_caron.glif index 6083c834c..5f420dad2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_caron.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_cedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_cedillabreve.glif index a312c61eb..798466c7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_cedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_cedillabreve.glif @@ -1,21 +1,21 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflex.glif index 1bafc0b99..35bbc37a4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflex.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexacute.glif index 038007ddb..dc0673345 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexacute.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexdotbelow.glif index 99ff7a33d..407fa86b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexdotbelow.glif @@ -1,21 +1,21 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexgrave.glif index e2def4228..a77f137aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexgrave.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexhookabove.glif index 1aaca4497..56937f4dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexhookabove.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflextilde.glif index db9bf7f03..2bacfa397 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflextilde.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dblgrave.glif index 4e223e22e..a2edce832 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dblgrave.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dieresis.glif index 00da888ad..bc6568a68 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dieresis.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotaccent.glif index 1db513571..9d77f76de 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotaccent.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotbelow.glif index 7cf271a86..9474f3f6f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotbelow.glif @@ -1,20 +1,20 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_grave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_grave.glif index 1c3e6f846..f3b46e6ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_grave.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_hookabove.glif index 196b2595f..48f06205c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_hookabove.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_invertedbreve.glif index 9fe23253f..c21893846 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_invertedbreve.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macron.glif index f930b0d0a..c8772ca9b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macron.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macronacute.glif index d004a9fce..6d1292483 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macronacute.glif @@ -1,21 +1,21 @@ - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macrongrave.glif index e9fa3577a..969b7c403 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macrongrave.glif @@ -1,21 +1,21 @@ - + - + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ng.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ng.glif index cf01b38c4..83f105776 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ng.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ng.glif @@ -4,37 +4,37 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ogonek.glif index 05913179d..9d0114c26 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ogonek.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_th.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_th.glif index fa2def65d..451f6b8f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_th.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_th.glif @@ -1,24 +1,24 @@ - + - - - + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_tilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_tilde.glif index 4162c0cfc..576b0588c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_tilde.glif @@ -1,20 +1,20 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zh.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zh.glif index a6947258f..25e294893 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zh.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zh.glif @@ -1,45 +1,45 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zhcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zhcaron.glif index 74c5a3e95..4790a4509 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zhcaron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:07:55 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/F_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/F_.glif index aebd1f3da..68ed4dafd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/F_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/F_.glif @@ -1,28 +1,28 @@ - + - - - + + + - - - - - - - - - - + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/F_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/F_dotaccent.glif index 61e122c43..4866e51a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/F_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/F_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_.glif index a1938a889..91247fd2c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_.glif @@ -1,49 +1,49 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_breve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_breve.glif index b5e50dc42..697b3b403 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_breve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_caron.glif index 50e4884e1..19368d324 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_circumflex.glif index 096296223..d64f051da 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_circumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_commaaccent.glif index 4ed3bd1e1..410a3c820 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_commaaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_dotaccent.glif index 3455b0007..775f8fa64 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_ermandbls.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_ermandbls.glif index d029f143e..e3fe4a31a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_ermandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_ermandbls.glif @@ -1,55 +1,55 @@ - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_macron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_macron.glif index b286fdc0f..0e15a0024 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/G_macron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_.glif index dea407cf4..504e1352b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_.glif @@ -1,32 +1,32 @@ - + - - - - + + + + - - - - - + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_bar.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_bar.glif index a33791ad8..d6b11abeb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_bar.glif @@ -1,33 +1,33 @@ - + - - - - + + + + - - + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_brevebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_brevebelow.glif index 885459533..2a3bd60e5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_brevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_brevebelow.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_circumflex.glif index 073c464ce..ec3498f15 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_circumflex.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_dotbelow.glif index 3a9aa7ef2..daf696806 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/H_dotbelow.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.glif index e76aede2f..384f12391 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.glif @@ -1,24 +1,24 @@ - + - + - - + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.uc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.uc.glif index 4f43f8e44..d229f0799 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.uc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.uc.glif @@ -1,19 +1,19 @@ - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J_.glif index 3394a25f9..1e1f59138 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J_.glif @@ -1,23 +1,23 @@ - + - - - - + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J__acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J__acutecomb.glif index 34764b245..14e984031 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J__acutecomb.glif @@ -1,23 +1,23 @@ - - - + + + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_acute.glif index 43f407163..accdec948 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_acute.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_breve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_breve.glif index 5a04b4fa8..5d7001586 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_breve.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_caron.glif index 234fae2ff..6385a7f05 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_caron.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_circumflex.glif index dc2f40f10..8781d3923 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_circumflex.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dblgrave.glif index 215295bd9..d1c55b5f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dblgrave.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresis.glif index cf4565784..7d3f9791b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresis.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresisacute.glif index 7255b9bc8..bc0241925 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresisacute.glif @@ -1,21 +1,21 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotaccent.glif index 1420f7427..f0bc5e6cb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotaccent.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotbelow.glif index 66b920674..cd45011f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotbelow.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_grave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_grave.glif index eff3f14f7..ffaa9d5d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_grave.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_hookabove.glif index 46f2a3ab0..db5ca94ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_hookabove.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_invertedbreve.glif index 9915895e5..779a9482e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_invertedbreve.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_macron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_macron.glif index b0798eee3..0725a4a7e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_macron.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_ogonek.glif index b93805776..4215d57d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_ogonek.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_tilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_tilde.glif index bbe56f0da..74c61cf20 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/I_tilde.glif @@ -1,20 +1,20 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/J_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/J_.glif index c82eb451c..434941326 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/J_.glif @@ -1,34 +1,34 @@ - + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/J_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/J_circumflex.glif index b2937a060..c4a0c6d24 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/J_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/J_circumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/K_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/K_.glif index 24020beb4..bd85110a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/K_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/K_.glif @@ -3,44 +3,44 @@ - - + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/K_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/K_commaaccent.glif index 92ffb4945..d60b3467e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/K_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/K_commaaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_.glif index 5ce5542ea..a214396a4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_.glif @@ -1,26 +1,26 @@ - + - - - - - + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_J_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_J_.glif index e88c4d27a..ab2fa1c6e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_J_.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_acute.glif index 4bc6141b5..e0d718d59 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_acute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_caron.glif index 3057f7cb4..5d6f0ca20 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_caron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:16 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_commaaccent.glif index e746eee6d..45e991f93 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_commaaccent.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dot.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dot.glif index 5ff6ddabf..1b36e5aad 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dot.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dotbelow.glif index 2e0a0bf6e..cd8c4242f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_j.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_j.glif index 935431a89..9ff8d660b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_j.glif @@ -1,23 +1,23 @@ - + - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_linebelow.glif index cd94eb47e..617f8b4bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_linebelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_slash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_slash.glif index 5f8983a4a..235751523 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/L_slash.glif @@ -1,25 +1,25 @@ - + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_.glif index c7c312609..4528d9c5b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_.glif @@ -3,35 +3,35 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotaccent.glif index 2e0463f0b..632413340 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotbelow.glif index 7cc90fe04..5e14b6f17 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_.glif index d945f3f73..325b787ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_.glif @@ -1,34 +1,34 @@ - + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_J_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_J_.glif index 98a13ba6b..f05e94586 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_J_.glif @@ -1,21 +1,21 @@ - + - - - - + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_acute.glif index 6ebfd4dda..ed41c0a16 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_caron.glif index c0160b435..af2f607b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_commaaccent.glif index 30d3d33d4..077c0b881 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_commaaccent.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotaccent.glif index 47822add7..7ea1db384 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotbelow.glif index 86b7a1c06..ffc9fcd2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotbelow.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_j.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_j.glif index 7e13c356a..0f652484b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_j.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_j.glif @@ -1,21 +1,21 @@ - + - - - + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_linebelow.glif index 806ef8791..04a146a35 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_linebelow.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_tilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_tilde.glif index 773b9ae6e..380b9a2ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/N_tilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_.glif index afb41c800..30b2962d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_.glif @@ -1,48 +1,48 @@ - + - - - - - + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_E_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_E_.glif index 042184993..195e2ffd4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_E_.glif @@ -1,58 +1,58 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_acute.glif index adcfccb47..a32e5b230 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_acute.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_breve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_breve.glif index 01fadfbea..8ddad32eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_breve.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_caron.glif index 6ead6e29b..a01c22640 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_caron.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflex.glif index d9d039e1e..5b6d621dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflex.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexacute.glif index 460a4d8d3..7f1fcd13d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexacute.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexdotbelow.glif index cdf04a4a5..aa8d702cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexdotbelow.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexgrave.glif index 8bb78cd64..d714ca12a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexgrave.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexhookabove.glif index 7d38e837b..6c85039cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexhookabove.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflextilde.glif index 95d2ba3ed..f54b9c4d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflextilde.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dblgrave.glif index b8666461d..8cd90493f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dblgrave.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresis.glif index 65c922a8a..d41b89310 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresis.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresismacron.glif index 70778d79a..8983c8d4f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresismacron.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotaccentmacron.glif index d57fefff9..bb20dce26 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotaccentmacron.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotbelow.glif index 2abd6b58e..60b36f2ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotbelow.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_grave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_grave.glif index 4fa98c404..dc29dfda3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_grave.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hm.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hm.glif index 49548f6a0..c68fb7910 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hm.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hm.glif @@ -1,57 +1,57 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hookabove.glif index 2cd37c936..8eb54a0f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hookabove.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horn.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horn.glif index c23825620..fd8ffbdb4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horn.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:25 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornacute.glif index a947a3dc0..e2a00b592 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornacute.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horndotbelow.glif index 058630ee4..e482652b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horndotbelow.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horngrave.glif index c42d3eabe..08d227d31 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horngrave.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornhookabove.glif index ae711e4a0..42236d995 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornhookabove.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horntilde.glif index c49829329..0eb83c1e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horntilde.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hungarumlaut.glif index 288826fe3..5ef1f5032 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hungarumlaut.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_invertedbreve.glif index 154b94c12..96cc0a9d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_invertedbreve.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macron.glif index f398a8b23..d587a54a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macron.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macronacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macronacute.glif index 097cd9e64..4aa4813ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macronacute.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macrongrave.glif index b6142c210..459a51ca1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macrongrave.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_mega.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_mega.glif index ce5bf4b12..15bcf5543 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_mega.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_mega.glif @@ -1,8 +1,8 @@ - + - + @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_ogonek.glif index 6eac65de3..4fb06fbb3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_ogonek.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slash.glif index 9782a4ddc..048dc037b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slash.glif @@ -1,49 +1,49 @@ - + - - + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slashacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slashacute.glif index 4757ff18c..cf64ddef8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slashacute.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:43:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tilde.glif index b5487188b..23b16317a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tilde.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildeacute.glif index e24d61a28..c7cc9fc78 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildeacute.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildedieresis.glif index 24a8fc340..eaa4997f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildedieresis.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildemacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildemacron.glif index 3a2d4da0c..dc5346b90 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildemacron.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/P_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/P_.glif index e856a8854..32f5ca038 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/P_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/P_.glif @@ -1,49 +1,49 @@ - + - - - + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/P_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/P_dotaccent.glif index b4adcfbec..e6d192f3f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/P_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/P_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Q_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Q_.glif index 79e8beab7..e56440d3f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Q_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Q_.glif @@ -1,38 +1,38 @@ - + - - - - - + + + + + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_.glif index ea14ec952..f272911f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_.glif @@ -1,68 +1,68 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - + - + - - + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_acute.glif index a8c1cf5a0..f5f66fbe9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_caron.glif index 916e4df01..dad341ceb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_commaaccent.glif index 94201bdf6..02ecf8db0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_commaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dblgrave.glif index e8f27cad3..1d05e624d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dotbelow.glif index 4826467f6..0b8da3fd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_invertedbreve.glif index 77559678e..12d176c50 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_invertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_linebelow.glif index ff2e69b08..147d0da66 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/R_linebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_.glif index 4391a2c4d..e645e290e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_.glif @@ -3,54 +3,54 @@ - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acute.glif index b73b882b1..26133ef57 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acute.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acutedotaccent.glif index a93e7af2f..d743b54fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acutedotaccent.glif @@ -1,19 +1,19 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_caron.glif index 3fe7a7aa3..d05396076 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_caron.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_carondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_carondotaccent.glif index 8ce641b1e..f52aa51d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_carondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_carondotaccent.glif @@ -1,19 +1,19 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_cedilla.glif index 203b7e382..d105f7f77 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_cedilla.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_chwa.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_chwa.glif index ffab31444..a3b94d6d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_chwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_chwa.glif @@ -1,43 +1,43 @@ - + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_circumflex.glif index 9d27557de..0c8275e40 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_circumflex.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_commaaccent.glif index 24cfa5157..8eb6bce81 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_commaaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotaccent.glif index ece33ff3b..523549ab4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelow.glif index 25d162c26..0edee6013 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelowdotaccent.glif index 871aadfee..fc1a11080 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelowdotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_.glif index faf53deaf..65dba225e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_.glif @@ -1,27 +1,27 @@ - + - - - - + + + + - - - - + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_bar.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_bar.glif index 5299e5bb8..07a7ce78e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_bar.glif @@ -1,24 +1,24 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_caron.glif index 8db8b8639..47302056d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_cedilla.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_cedilla.glif index c9fd8e8f3..1b8affb66 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_cedilla.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_commaaccent.glif index d0d1a5810..fbd865eb8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_commaaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotaccent.glif index af80d1e24..bae91f2c8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotbelow.glif index cdfacec1b..0d3c7fb21 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_horn.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_horn.glif index da78d092f..880e47ebb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_horn.glif @@ -1,49 +1,49 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_linebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_linebelow.glif index 214387225..56d68bafd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/T_linebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_.glif index dfef94dc2..aec653f39 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_.glif @@ -1,38 +1,38 @@ - + - - - - - + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_acute.glif index 74c4efeda..2fd5d4550 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_acute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_breve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_breve.glif index 22551bcc6..130633d82 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_breve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_caron.glif index 127642ac8..bc387fc21 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_caron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_circumflex.glif index 1425bfff7..17abd0355 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_circumflex.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dblgrave.glif index 1f173a9b2..18f1647a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dblgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresis.glif index e4cb2a919..ca523746b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresis.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisacute.glif index d5971d184..53e370be5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresiscaron.glif index 79fc13164..9ecdf0754 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresiscaron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisgrave.glif index e184ec7ae..4fbb4ce6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisgrave.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresismacron.glif index a206b5203..7491615e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresismacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dotbelow.glif index e3f7fcb9a..641bbd291 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_grave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_grave.glif index 66ce7615d..adef039e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_grave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hookabove.glif index ce5f124de..4199e06be 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horn.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horn.glif index a9f8b40eb..1c438e861 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horn.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornacute.glif index 6e23f19e9..1e92d44bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horndotbelow.glif index 9f64c2b17..8891ecd94 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horndotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horngrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horngrave.glif index b1ce1e1dd..fa3b33dc3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horngrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornhookabove.glif index 04d0ec8a1..b3f93cf3f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horntilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horntilde.glif index 757d708b3..fa3390c49 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horntilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hungarumlaut.glif index 7a013186f..29c2ef6e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hungarumlaut.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_invertedbreve.glif index f2e02a03f..6dac3547d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_invertedbreve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macron.glif index ae86bae89..5e9624e42 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macrondieresis.glif index f108bb9af..b4a41a7b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macrondieresis.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ogonek.glif index feec5fff4..35bb3c64c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ogonek.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ring.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ring.glif index 2046145ec..c3d9a2103 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ring.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tilde.glif index 3c8239675..7378caebe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tildeacute.glif index f75b54ca9..97d68f212 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tildeacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/V_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/V_.glif index ebcc28778..3fc28b69a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/V_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/V_.glif @@ -1,27 +1,27 @@ - + - - - + + + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_.glif index 8835473ad..b4564ba11 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_.glif @@ -1,40 +1,40 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_acute.glif index 4e95e4289..92c311703 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_circumflex.glif index 4b263e876..42b0968d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_circumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_dieresis.glif index c879e4ba6..7bfbe75de 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_dieresis.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_grave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_grave.glif index 9552cffab..19a002e94 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/W_grave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/X_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/X_.glif index 2387b3452..cc4efc22d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/X_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/X_.glif @@ -1,38 +1,38 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_.glif index c5b19c4a7..543acbcc8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_.glif @@ -1,33 +1,33 @@ - + - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_acute.glif index 9e51a1b88..6be5ce0d2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_acute.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_circumflex.glif index bdeed79d9..00c67954f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_circumflex.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dieresis.glif index 4b521175d..19ff48a31 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dieresis.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotaccent.glif index 8e5107c34..aced3c4c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotbelow.glif index 0e369d92e..c8ad85561 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_grave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_grave.glif index 3a917209c..444eac0a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_grave.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_hookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_hookabove.glif index 0812d08bc..ade7a1f33 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_hookabove.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_macron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_macron.glif index 61ddc5198..e6e9d1ef2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_macron.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_tilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_tilde.glif index 421a83652..f3348e442 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_tilde.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_.glif index 50dfba0b8..a6700475f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_.glif @@ -1,31 +1,31 @@ - + - - - - + + + + - - - - - + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_acute.glif index cdad84abd..9fb9fa9e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_acute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_caron.glif index 773d4c331..74bcb3da7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotaccent.glif index e77549753..d46ca2046 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotbelow.glif index b60f503b9..60ccf8bd6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/_notdef.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/_notdef.glif index bfd776e60..daea0aafd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/_notdef.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/_notdef.glif @@ -1,32 +1,32 @@ - + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/_null.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/_null.glif index b4a9c99c8..821d79181 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/_null.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/16 02:26:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/a.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/a.glif index 5af27a46f..355258d96 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/a.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/a.glif @@ -1,67 +1,67 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/a.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/a.sc.glif index fd70eba20..716a91150 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/a.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/a.sc.glif @@ -1,27 +1,27 @@ - - - + + + - + - - - - - - - - - + + + + + + + + + - - - - + + + + @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.glif index 16ef6ac7f..e744f2d1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.sc.glif index 774a935c1..bd414795d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.glif index deabeee18..081bbb49d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.sc.glif index 5ad81c959..4018165d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.glif index 0acca8f45..7235d9e0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.sc.glif index 23614398d..81571eeec 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.glif index 8e3a65a16..dab043fea 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.sc.glif index f16316e28..27961d556 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.sc.glif @@ -1,21 +1,21 @@ - - - + + + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.glif index 45c945643..5515971e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.sc.glif index a9f16a447..7e6ec3776 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.glif index 6747e3a69..ddc89b6be 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.sc.glif index b5c725cc5..e14e33530 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.glif index 673ed122b..c8a2927d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.sc.glif index 442605337..98f4e932b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.glif index 87d634437..926110326 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.sc.glif index a29c0616c..e1908a910 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.glif index aae7fa6fc..49aa779c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.sc.glif index 4a372f594..a0a1ba993 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.glif index ed876db1d..292f89cd5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.sc.glif index 72f438d7b..a94a7b999 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.glif index 3bab76a60..aafa281ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.sc.glif index 5a28021b8..9243798bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -1,21 +1,21 @@ - - - + + + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.glif index c60d9a4a6..b8467dfa9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.sc.glif index cd70c17ae..46addfbfe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.glif index 737eaa8f2..884778ea9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.sc.glif index 73c5e8f91..9e6987b21 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.glif index b7992909e..ffda0f97a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.sc.glif index 86e03e327..ccb280aeb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acute.glif index 96da58aef..e12883197 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acute.glif @@ -1,24 +1,24 @@ - + - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.case.glif index 68f7c2601..b6289f88c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.case.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.glif index d4ef9cf0e..5d97be02a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.glif @@ -1,24 +1,24 @@ - - + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.glif index f83c9e1bd..51efe6ca7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.sc.glif index 12252c89a..22ad54d8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.glif index dadafb571..69e072995 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.sc.glif index 0af71a8f4..358dcc6bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.glif index 4c3a4523f..f342ede26 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.sc.glif index 0db415bad..55f89dabf 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.glif index 720a8bd08..dcdae1c9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.glif @@ -1,96 +1,96 @@ - + - + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.sc.glif index c27c382c6..52925ec49 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.sc.glif @@ -1,41 +1,41 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.glif index 37163bf2b..0934a2bfd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.sc.glif index 8c1caf887..3fbe9caf7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.glif index 1287007d6..a67fbf3fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.sc.glif index fdcccdffb..8168a9c96 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.glif index cf2bfddbc..561779289 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.sc.glif index 8b11c84f3..7c9c039d0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:30:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.glif index aa84f02ab..73257137b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.sc.glif index 5e0f46bb5..4214cd1ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.glif index 3f4e58f3c..fe71ae3cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.sc.glif index 44cca8e96..38108bd5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ampersand.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ampersand.glif index f1aeb054f..6d4ac653d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ampersand.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ampersand.glif @@ -1,100 +1,100 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.glif index ef948e09e..bff814359 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:23:43 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.sc.glif index 1ce887def..82b247818 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/apostrophemod.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/apostrophemod.glif index a185bdcd0..48555878e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/apostrophemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/apostrophemod.glif @@ -4,28 +4,28 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/approxequal.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/approxequal.glif index 456809255..669398a33 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/approxequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/approxequal.glif @@ -1,15 +1,15 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.glif index e15583dcc..8ff383b5d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.sc.glif index 62167b8c9..2c78840dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.glif index 3e0c2e2ce..e11ba6f2d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.sc.glif index 32b9a535b..6b0bd0988 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.sc.glif @@ -1,21 +1,21 @@ - - - + + + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asciicircum.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asciicircum.glif index 5dc760aa1..2a2f752af 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asciicircum.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asciicircum.glif @@ -1,23 +1,23 @@ - + - - - + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asciitilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asciitilde.glif index fb376999a..55b5f4d35 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asciitilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asciitilde.glif @@ -1,35 +1,35 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asterisk.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asterisk.glif index 374d29e8e..dcd777deb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asterisk.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/asterisk.glif @@ -1,53 +1,53 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/at.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/at.case.glif index 90586cf03..e05655ebc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/at.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/at.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/at.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/at.glif index cfba278c1..d727e826d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/at.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/at.glif @@ -1,88 +1,88 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.glif index 01bf248cd..a363608d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.sc.glif index 1883aa325..21c94b5a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.sc.glif @@ -1,20 +1,20 @@ - - - + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/b.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/b.glif index 2f4e6ce07..2aa680b8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/b.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/b.glif @@ -1,53 +1,53 @@ - + - - - + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/b.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/b.sc.glif index 4e3a416a9..02042c2b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/b.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/b.sc.glif @@ -1,62 +1,62 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -75,7 +75,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.case.glif index d4eeb1bd2..7674dc633 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.case.glif @@ -1,13 +1,13 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.glif index 35f9fd56d..3e9a1164c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.glif @@ -1,14 +1,14 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bar.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bar.glif index 98c67a06f..c82e7f390 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bar.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bar.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.glif index 06596d03a..14e0f5a46 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.sc.glif index f20807247..f7cb8a2b3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:34:10 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bitcoin.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bitcoin.glif index f22ab0c78..a9ecdd412 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bitcoin.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bitcoin.glif @@ -1,41 +1,41 @@ - + - + - + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/blackD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/blackD_iamond.glif index 8730e8156..9999125f1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/blackD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:21:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/blackS_quare.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/blackS_quare.glif index c7b990278..da76546a7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/blackS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:29:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.case.glif index d67bfbe65..1a71058d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.case.glif @@ -1,54 +1,54 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.glif index e8704fa2f..f12ee0fa9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.glif @@ -1,55 +1,55 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.case.glif index 2d556b3ed..2ecdb444c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.case.glif @@ -1,13 +1,13 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.glif index c77e9b032..9d0d7384e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.glif @@ -1,14 +1,14 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.case.glif index 92202e4d7..c62e6e640 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.case.glif @@ -1,32 +1,32 @@ - + - - - - - + + + + + - - - - - - + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.glif index 386fde971..cf9ec4f6d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.glif @@ -1,33 +1,33 @@ - + - - - - - + + + + + - - - - - - + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.case.glif index 40b7143ed..f0d6d2afd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.case.glif @@ -1,13 +1,13 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.glif index a71b14366..4e27911b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.glif @@ -1,14 +1,14 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.case.glif index 2cc322bad..ea69196ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.case.glif @@ -1,29 +1,29 @@ - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.glif index cd39dd263..8ebfe7845 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.glif @@ -1,29 +1,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.case.glif index 1040d8ab1..0a2eae685 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.case.glif @@ -2,29 +2,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.glif index 5b62f8b1d..553b91c34 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.glif @@ -3,29 +3,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.case.glif index 2c2189941..bb7036297 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.case.glif @@ -1,29 +1,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.glif index 16694c7b7..17dbc8887 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.glif @@ -1,30 +1,30 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.case.glif index 999fcfe05..514e162d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.glif index 8595ab5cd..5451e63ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.glif @@ -1,39 +1,39 @@ - + - - - + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.case.glif index 253af00fe..a38f3f4e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -1,39 +1,39 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.glif index 4a0fe1af3..d6a77afe8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.glif @@ -4,36 +4,36 @@ - - - + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.case.glif index d94f57bbe..360e7ba73 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -1,57 +1,57 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.glif index e0150efed..4c2c1e8b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -1,57 +1,57 @@ - + - - - + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.case.glif index d85b5838c..598bdbde6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -1,51 +1,51 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.glif index 6d790a8dc..8d074cde5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.glif @@ -1,51 +1,51 @@ - + - - - + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.case.glif index 292b9e5b3..72618180d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.case.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.glif index fad79b1ab..d60c8e001 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.glif @@ -1,30 +1,30 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brokenbar.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brokenbar.glif index b13eeb539..9f80703c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brokenbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/brokenbar.glif @@ -1,25 +1,25 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.case.glif index 7bafb6ed9..a84199219 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.case.glif @@ -1,26 +1,26 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.glif index 59806f8dc..4a30ffdb9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bulletoperator.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bulletoperator.glif index 578e8ebad..d52b4ad42 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bulletoperator.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/bulletoperator.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/c.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/c.glif index 875287fc9..5f2f4d366 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/c.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/c.glif @@ -1,44 +1,44 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/c.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/c.sc.glif index 61e0139a9..d7cdf5ec3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/c.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/c.sc.glif @@ -1,37 +1,37 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.glif index 52385187c..515cd5d0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.sc.glif index 7e23bca0b..f5a9594eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caron.glif index f744f4b80..07be59938 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caron.glif @@ -1,23 +1,23 @@ - + - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.alt.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.alt.glif index e178dee83..9c04c560c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.alt.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.alt.glif @@ -3,13 +3,13 @@ - - - - - - - + + + + + + + @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:58 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.case.glif index eb4b5907b..03b559966 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.case.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.glif index d150e15e4..8cd3f1ead 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.glif @@ -2,22 +2,22 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.glif index 80959b079..30455d080 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.sc.glif index c0a81cbd1..0a8e9dd61 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.glif index d02f06921..1ccdab5c3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.sc.glif index be8601177..9305b925c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.glif index b42e166e2..6cb4abcbf 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.sc.glif index 80a4aaae9..dbbc50a9f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.glif index 61267e80a..ce96c86f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.sc.glif index 34df4d87a..36b6dd4c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.glif index 27ef927fa..06853d93d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.sc.glif index 90cfa372c..7d49e1688 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedi.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedi.glif index cd09f07fe..a9b0497cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedi.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedi.glif @@ -1,57 +1,57 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedilla.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedilla.glif index dc11d2589..63eafbdeb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedilla.glif @@ -1,37 +1,37 @@ - + - + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.case.glif index 8871999fc..096c98f9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.case.glif @@ -1,14 +1,14 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.glif index d0897541c..0605c9bfe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.glif @@ -1,38 +1,38 @@ - + - + - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cent.glif index fdccd761c..2729671d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/cent.glif @@ -1,29 +1,29 @@ - + - - - + + + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflex.glif index 81f07daf4..b2d53eca6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflex.glif @@ -1,23 +1,23 @@ - + - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.case.glif index 999134b1d..ac801c169 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.case.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.glif index 3fab897ed..96c920ca4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.glif @@ -5,19 +5,19 @@ - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 873f0eb3f..4dc0a55d6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -1,32 +1,32 @@ - - + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.glif index 63b5bc7b0..24b283b2c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -4,29 +4,29 @@ - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.case.glif index 6bbb49763..2f5a0579b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -1,32 +1,32 @@ - - + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.glif index fcfd20b36..3e580e9c5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -1,32 +1,32 @@ - + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index 591c30e72..985020f9e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -1,50 +1,50 @@ - + - - - - - - - + + + + + + + - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 3680a2538..7fa06a893 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -1,50 +1,50 @@ - + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 1f12af54f..599d36459 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -1,44 +1,44 @@ - - + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.glif index d12800098..eb8bda211 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -1,44 +1,44 @@ - + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/colon.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/colon.glif index c82c7718b..e1c709dce 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/colon.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/colon.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/colonsign.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/colonsign.glif index fc78c69eb..88e0217f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/colonsign.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/colonsign.glif @@ -1,73 +1,73 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.23 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/comma.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/comma.glif index 54e515fc9..a0ac91ca6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/comma.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/comma.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.case.glif index 1449b6e17..c5029e044 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.case.glif @@ -1,32 +1,32 @@ - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.glif index 07c8bce7a..af7340496 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.glif @@ -1,33 +1,33 @@ - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.case.glif index ec1843c2f..ab680aa92 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.glif index 59bd945dd..768e38926 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.glif @@ -5,18 +5,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -24,15 +24,15 @@ - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedmod.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedmod.glif index 3eec9f1c6..6a67c160f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedmod.glif @@ -3,18 +3,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -22,15 +22,15 @@ - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commercialM_inusS_ign.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commercialM_inusS_ign.glif index ae2177fd0..2cc54cdbc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/commercialM_inusS_ign.glif @@ -1,6 +1,6 @@ - + @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 02:18:10 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/copyright.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/copyright.glif index 1fc0cf710..4d078a737 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/copyright.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/copyright.glif @@ -32,38 +32,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/currency.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/currency.glif index 1eab1d3bc..4a89f150d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/currency.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/currency.glif @@ -1,65 +1,65 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/d.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/d.glif index 2ad657dbf..b00e1e5f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/d.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/d.glif @@ -1,57 +1,57 @@ - + - - - - - + + + + + - + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/d.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/d.sc.glif index 058a2c8f2..68122ce8f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/d.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/d.sc.glif @@ -1,46 +1,46 @@ - - + + - + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dagger.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dagger.glif index 06725928e..3b2cdbab4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dagger.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dagger.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/daggerdbl.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/daggerdbl.glif index 27f8ed293..4e268b721 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/daggerdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/daggerdbl.glif @@ -1,35 +1,35 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.case.glif index 3643573e5..6e65f7f66 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.case.glif @@ -1,33 +1,33 @@ - + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.glif index 97f11f493..d8e72f465 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.glif @@ -1,34 +1,34 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.glif index 8ea0a48f2..feb7ed444 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:33 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.sc.glif index 8c3390296..4ffb5932e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.sc.glif @@ -1,10 +1,10 @@ - - + + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.glif index 3e0c4840c..d437f24a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.glif @@ -1,25 +1,25 @@ - + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.sc.glif index 14d2d46e7..5aaa70dd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.sc.glif @@ -1,50 +1,50 @@ - - - + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.glif index 7aa038e61..d3a439081 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.sc.glif index ff35a5759..9d5b69e0f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.sc.glif @@ -1,20 +1,20 @@ - - + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.glif index 4f02ebf52..8645e7f85 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.sc.glif index 0956a2ba5..b12e27102 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/degree.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/degree.glif index dceb355ab..e7593254c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/degree.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/degree.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/delta.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/delta.sc.glif index d2ac010f2..b6b5f8a4c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/delta.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/delta.sc.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:50 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresis.glif index 504d400b4..2eba3e656 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresis.glif @@ -1,42 +1,42 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.case.glif index 4f3b12b8f..d638f0c9c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.case.glif @@ -1,14 +1,14 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.glif index 865627732..f19ad1f06 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.glif @@ -1,44 +1,44 @@ - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.case.glif index 7c509015f..f23383947 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.case.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - + + + + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.glif index 2b87c8b23..af7796fa3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.glif @@ -2,41 +2,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/divide.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/divide.glif index 65b77f218..3b9695629 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/divide.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/divide.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/divisionslash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/divisionslash.glif index 459b7bfa4..caa2ede08 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/divisionslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/divisionslash.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.glif index 879f24423..0fcb9341f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.sc.glif index d2f41de46..972f9eece 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dollar.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dollar.glif index ea4e43b5e..a63d2c305 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dollar.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dollar.glif @@ -2,28 +2,28 @@ - - - + + + - - - - + + + + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dong.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dong.glif index 90ed501c0..251845dbd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dong.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dong.glif @@ -1,61 +1,61 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - + + + + + + + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:23:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccent.glif index 9db7d80fe..dec8f6922 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccent.glif @@ -1,28 +1,28 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.case.glif index 195849b28..efb279801 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.case.glif @@ -1,27 +1,27 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.glif index 541a2521c..5623fd8b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.glif @@ -1,28 +1,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.case.glif index 0f6b88f01..c31ec5738 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.case.glif @@ -1,28 +1,28 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.glif index 9059ea122..1fdacce07 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.glif @@ -1,29 +1,29 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/doubleprimemod.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/doubleprimemod.glif index 67a2eb1fe..072482a95 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/doubleprimemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downA_rrow.glif index 71f94f37c..e6d7b2f06 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downB_lackT_riangle.glif index 132be8f74..dd54462be 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:49:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downW_hiteT_riangle.glif index 226292264..96a87a69a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dram-arm.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dram-arm.glif index 240901dd8..3ea102f9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dram-arm.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dram-arm.glif @@ -1,47 +1,47 @@ - + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.glif index c543256a5..2c0d0541a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.sc.glif index 98a8ecc02..d7d62016b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.sc.glif @@ -1,23 +1,23 @@ - - - - + + + + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.glif index 92d0d8b8f..51bc50604 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.glif @@ -1,25 +1,25 @@ - + - - - - - - - - - + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:56:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.sc.glif index c58517cc5..c67d2c163 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.sc.glif @@ -1,23 +1,23 @@ - - - + + + - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:12 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/e.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/e.glif index cebad67e9..029d6bc1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/e.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/e.glif @@ -1,50 +1,50 @@ - + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/e.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/e.sc.glif index a418de2bd..0df8d3d0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/e.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/e.sc.glif @@ -1,25 +1,25 @@ - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.5,0.09,0.79,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.glif index 955ca4b30..7d236fd3b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.sc.glif index 48e14343d..e7d6796b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.sc.glif @@ -1,21 +1,21 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.glif index dee533524..e5aacc31e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.sc.glif index f39c362c6..68ad532cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.sc.glif @@ -1,21 +1,21 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.glif index 9b35bf274..cdd332dcd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.sc.glif index 321895f23..4c1fb6c47 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.sc.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.glif index 52074d506..7d66a8033 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.glif @@ -1,20 +1,20 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.sc.glif index 99f0f6656..6ec43d38f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.sc.glif @@ -1,22 +1,22 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.glif index 665b33aed..45df2e3fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.sc.glif index 839dfff0b..7e0118218 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.sc.glif @@ -1,9 +1,9 @@ - + - - + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.glif index bf9cfa935..94a9317ac 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.sc.glif index f8206c5ad..67bba8a93 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.sc.glif @@ -1,9 +1,9 @@ - + - - + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.glif index 6c37bac47..e762b3e79 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.sc.glif index 6c91b68f1..cdd55b28c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -1,14 +1,14 @@ - - - - + + + + - + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.glif index 05e45956c..293045b0e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.sc.glif index 63ea35f54..603bd70ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.sc.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.glif index b9cf92805..800bc81a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.sc.glif index e1cc43b0e..ed3f3a228 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.glif index f07e41879..f1c109e5b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.sc.glif index 2e6407a10..f50bf8b56 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.sc.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.glif index 4c5d696b2..f055f967f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.sc.glif index f8752e531..d7c3ec419 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.sc.glif @@ -1,21 +1,21 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.glif index 3cb99f85a..11ae9851b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.sc.glif index 22bc586b2..8b12f618d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.sc.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.glif index 499fb5404..80e663481 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.sc.glif index 76bbe863d..0e7e0a100 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.sc.glif @@ -1,21 +1,21 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.glif index 5f0f08861..dec017523 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.sc.glif index ce30d5e3a..fa9cf8573 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.glif index 7822c5f45..416786bf4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.sc.glif index 6753078e7..f9e4afbc6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.sc.glif @@ -1,21 +1,21 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.glif index 9bf8ddb57..4ec5dd3e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:12:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.sc.glif index c9ccd0a5b..59f88d8ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.sc.glif @@ -1,21 +1,21 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.dnom.glif index 03d82229a..fc782cca2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.dnom.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:15:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.glif index 8235bde4e..f9ff8e4b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.glif @@ -1,59 +1,59 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.lf.glif index c4af8083d..82e1764a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.numr.glif index dd8114c07..b0860b74a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.osf.glif index 70af5a327..9444c7249 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.osf.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.sc.glif index bbf334a98..454c20a28 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.sc.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tf.glif index 181b33d0a..b1cbb2a34 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tf.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tosf.glif index 47edceaa5..f12c86af2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tosf.glif @@ -3,50 +3,50 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eightinferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eightinferior.glif index bb17e52df..829a8017a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eightinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eightinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eightsuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eightsuperior.glif index ab6b04042..8c375d95c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eightsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eightsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.glif index 9a0cd748e..9fd801fc8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.sc.glif index 5364916a0..9e1881a60 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.sc.glif @@ -1,21 +1,21 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ellipsis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ellipsis.glif index 934d3da9d..e2fbe71ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ellipsis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ellipsis.glif @@ -1,55 +1,55 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.glif index d0a508c0e..60cf4335f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.sc.glif index f410510d0..36a8d4cc3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.sc.glif @@ -1,21 +1,21 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.glif index 01bdfb597..073418fe1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.glif @@ -1,20 +1,20 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.sc.glif index 534910bcd..26a75467c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.sc.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.glif index c4c51e703..2400e3afe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.glif @@ -1,20 +1,20 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.sc.glif index fee799598..b008f7ba7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.sc.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.case.glif index 364c957ad..a725320fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.case.glif @@ -1,8 +1,8 @@ - + - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.glif index 2c0a56c4b..05f614356 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emptyset.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emptyset.glif index ead24c905..f21061387 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emptyset.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emptyset.glif @@ -5,7 +5,7 @@ - + @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emquad.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emquad.glif index 19176adba..fc6587eca 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emspace.glif index cad26b367..606f556f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.case.glif index 8d033dd8b..08b7f403c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.glif index 2cf36f110..41e8e2a27 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.glif index 2587fa9dc..087591a58 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.sc.glif index f22ae05c8..041795c3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.sc.glif @@ -1,33 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/enquad.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/enquad.glif index 65ee49710..6c8c3aa58 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/enquad.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/enspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/enspace.glif index 990d19c9d..35e68736f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/enspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.glif index 410c8b141..bc9faafcf 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.sc.glif index f888714d4..9cc574085 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.sc.glif @@ -1,21 +1,21 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/equal.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/equal.glif index 45af384cb..0c7920095 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/equal.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/equal.glif @@ -1,25 +1,25 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/estimated.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/estimated.glif index 7eee65a77..6305d595c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/estimated.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/estimated.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.glif index 8559505f7..8af777ccb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.glif @@ -1,78 +1,78 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.sc.glif index d34b2eec5..52fe0717c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.sc.glif @@ -1,50 +1,50 @@ - - - + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.glif index 4f60b7770..cdfc90b80 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.sc.glif index e182628d0..e4674f2e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.sc.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/euro.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/euro.glif index 81266ff31..acf453754 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/euro.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/euro.glif @@ -1,53 +1,53 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclam.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclam.glif index c9736f224..50de89fda 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclam.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclam.glif @@ -1,33 +1,33 @@ - + - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdouble.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdouble.glif index be51c217e..0967e3ec2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdouble.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdouble.glif @@ -1,15 +1,15 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.case.glif index 493a5bfb4..54f13d82d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.case.glif @@ -3,30 +3,30 @@ - - - - + + + + - + - - - - - - - - - - + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.glif index 124745a4f..0e3c2b17e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.glif @@ -1,16 +1,16 @@ - + - + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey exclam com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.glif index 4882ac8db..e284665bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.glif @@ -1,44 +1,44 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.sc.glif index 1d733c58e..430350772 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.glif index bcdda61f0..868e41bbd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:22:08 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.sc.glif index ee1d844b8..2005a717c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:45:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f.glif index ffd1cd8a8..7aae4c88e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f.glif @@ -1,42 +1,42 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f.sc.glif index 474de9a13..32f657271 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f.sc.glif @@ -1,21 +1,21 @@ - - + + - - - - - - - - - - + + + + + + + + + + @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f.glif index edbdcb907..f145979a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f.glif @@ -1,21 +1,21 @@ - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_i.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_i.glif index 51505ed86..c12026c5f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_i.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_i.glif @@ -1,22 +1,22 @@ - - - - - - - - - + + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_l.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_l.glif index 649c7f897..85710c0f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_l.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_l.glif @@ -1,27 +1,27 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.glif index 27ffa77ec..d4848c806 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.sc.glif index 97a06fc43..7ce49a52e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fi.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fi.glif index 2aacfa04d..c626b4046 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fi.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fi.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/figuredash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/figuredash.glif index 5cc3fe1ea..a99ff7419 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/figuredash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/figuredash.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/figurespace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/figurespace.glif index c848c8208..fa65354d3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/figurespace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/figurespace.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/firsttonechinese.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/firsttonechinese.glif index 5b23f563d..544c7b541 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/firsttonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/firsttonechinese.glif @@ -1,20 +1,20 @@ - + - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.dnom.glif index c289bbd48..af4ece15d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.dnom.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -54,7 +54,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:08:19 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.glif index 46a2cab1e..0e8255359 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.glif @@ -1,46 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.lf.glif index dff99b390..6508fb521 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.numr.glif index df40c63e2..e01180130 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.osf.glif index eb0f195ce..9762aa8c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.osf.glif @@ -1,45 +1,45 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.sc.glif index 5bcd9ad28..03ade073b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.sc.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tf.glif index 9dc082a85..80434e4d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tf.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46,7 +46,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tosf.glif index 8889ca5a3..051507a13 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tosf.glif @@ -3,37 +3,37 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -44,7 +44,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveeighths.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveeighths.glif index 6cd0fa900..7fa0efaef 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveeighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveinferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveinferior.glif index 2402eb9c6..0d955ab33 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesixths.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesixths.glif index 1f03f7b37..470e40cd3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesixths.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesixths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesuperior.glif index d738c5e15..b85f80389 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fl.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fl.glif index f49339a91..938795e75 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fl.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fl.glif @@ -1,24 +1,24 @@ - + - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/florin.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/florin.glif index 97b249aa3..5f4b8a978 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/florin.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/florin.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.dnom.glif index cca8b399f..ccc9dccb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.dnom.glif @@ -3,25 +3,25 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + @@ -42,7 +42,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:07:58 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.glif index 3ffa564c6..4787388ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.glif @@ -1,35 +1,35 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.lf.glif index 46428f853..e791e1162 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.numr.glif index 9f56827b7..72d34f16b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.osf.glif index 79a955144..934b6bc35 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.osf.glif @@ -1,34 +1,34 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.sc.glif index 7afe65c97..75d7bf69c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.sc.glif @@ -1,28 +1,28 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tf.glif index ad1025a7f..1773c02a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tf.glif @@ -1,28 +1,28 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + @@ -35,7 +35,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tosf.glif index 962a9ec0c..829616f85 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tosf.glif @@ -3,26 +3,26 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - + + + + @@ -33,7 +33,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourfifths.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourfifths.glif index 2b213efb5..28083a8d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourfifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourfifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourinferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourinferior.glif index 14f44edb4..3533c4723 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourperemspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourperemspace.glif index 60ac7a31c..4e0d29e21 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/foursuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/foursuperior.glif index b7be0abb4..b61362dfd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/foursuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/foursuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourthtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourthtonechinese.glif index 53eb14ff8..a8e89ee54 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourthtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fourthtonechinese.glif @@ -1,24 +1,24 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fraction.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fraction.glif index 209e90cab..7286a039f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fraction.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/fraction.glif @@ -1,19 +1,19 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/franc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/franc.glif index 00da06e69..70678a135 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/franc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/franc.glif @@ -1,33 +1,33 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:04 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/g.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/g.glif index ff14a06ca..5fbf91d58 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/g.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/g.glif @@ -1,100 +1,100 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/g.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/g.sc.glif index 56a56e38a..e17958935 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/g.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/g.sc.glif @@ -1,42 +1,42 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gacute.sc.glif index fb45fc12e..6dab9a1cb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.glif index d2877e25c..19621b79d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.sc.glif index 35deaea51..5b5614b21 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.glif index 4bc7554fd..ff94f57b6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.sc.glif index 05e75ae92..9d142b6ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.glif index 961ba7077..cd67db1ad 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.sc.glif index 9d60cd5a8..8c5f40c03 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.glif index 97fade471..9603e85a8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.sc.glif index 723e78882..f7e92aa3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.glif index aa5269b42..4506a68ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.sc.glif index 89c05c54f..c8e59f8b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.glif index 23d9ab851..75c54ba4b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.glif @@ -1,64 +1,64 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.sc.glif index 06c3be319..34c7db9f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.sc.glif @@ -1,48 +1,48 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.glif index cbc399199..cf7b138e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.sc.glif index 5091e6323..483a0ba53 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/grave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/grave.glif index 9b210a37e..a13326597 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/grave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/grave.glif @@ -1,24 +1,24 @@ - + - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.case.glif index 03f7e109d..91ab1d113 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.case.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.glif index 7a161f971..d2e83ed66 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.glif @@ -1,24 +1,24 @@ - - + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/greater.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/greater.glif index 824725d26..85a21cdb1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/greater.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/greater.glif @@ -1,14 +1,14 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/greaterequal.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/greaterequal.glif index 9008bd957..88a893bb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/greaterequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/greaterequal.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guarani.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guarani.glif index 9d8759524..4ad4c173e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guarani.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guarani.glif @@ -1,51 +1,51 @@ - + - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.case.glif index 46eaa6473..510daa74d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.glif index 49ff9ab30..1ad862747 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.glif @@ -1,33 +1,33 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.case.glif index 73bd7cdb2..a3675db96 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.glif index ad641442d..3c618a14e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.glif @@ -1,27 +1,27 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.case.glif index 46bd44341..f7a32bdc0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.case.glif @@ -1,16 +1,16 @@ - + - - - - - - - - + + + + + + + + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.glif index cc3bb6004..87fa9bf96 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.case.glif index d8d5d368e..bf6bcd9e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.case.glif @@ -1,8 +1,8 @@ - + - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.glif index f28387d28..1f7f1a685 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/h.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/h.glif index 21bc907f9..99d6fb4f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/h.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/h.glif @@ -1,41 +1,41 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/h.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/h.sc.glif index f790555ef..c77c76cc2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/h.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/h.sc.glif @@ -1,25 +1,25 @@ - - - - - + + + + + - - - - + + + + - - + + - - - - + + + + @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hairspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hairspace.glif index 9adcc4f46..75a173d6a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hairspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.glif index f06b72414..3b71727d1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.glif @@ -1,24 +1,24 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.sc.glif index 26f4baf43..bc98fb06e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.sc.glif @@ -3,24 +3,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:24 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.glif index 8b799310c..11f179436 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.sc.glif index 6d44c4d2d..9c3bdd8f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.glif index 4dac60b89..e59a1a51a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:13:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.sc.glif index 12449d32b..f55f1f8b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.glif index 79f0cbd7b..e7ee1f574 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.sc.glif index 4dca381c4..d01ed5a23 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.case.glif index 8fe702a30..6199b065d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.case.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.glif index 2d3a60720..647200cf9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horizontalbar.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horizontalbar.glif index 85e02be4f..01ba7bb9f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horizontalbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horizontalbar.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.case.glif index aa07f70e1..c6beed685 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.case.glif @@ -1,14 +1,14 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.glif index 79065b755..26b407a62 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.glif @@ -1,30 +1,30 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hryvnia.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hryvnia.glif index da81c9401..16c4fc9f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hryvnia.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hryvnia.glif @@ -2,66 +2,66 @@ - - + + - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlaut.glif index ee441606c..684ba2cb2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlaut.glif @@ -1,30 +1,30 @@ - + - + - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.case.glif index 818451a29..0b41f14a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.case.glif @@ -1,33 +1,33 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 466.0 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.glif index 4626f6d9f..eb04792a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.glif @@ -1,34 +1,34 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.case.glif index b1b0705fe..51aef5825 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.case.glif @@ -1,7 +1,6 @@ - @@ -12,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.glif index 756727917..3c538d4c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphentwo.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphentwo.glif index 4a67b4bb2..4c2317800 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphentwo.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.cy.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.cy.glif index 854d05cb4..98d5ab4dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.cy.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.cy.glif @@ -1,18 +1,18 @@ - - + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.glif index 9e94f9c0c..8e8e583dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.glif @@ -1,18 +1,18 @@ - - + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.sc.glif index 067a5d7be..5d420b0e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.sc.glif @@ -1,21 +1,21 @@ - - - - + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.glif index 43ed8db6b..46e4477f5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.glif @@ -1,20 +1,20 @@ - + - - + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.sc.glif index 827c5419c..43e74dcb9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.sc.glif @@ -1,16 +1,16 @@ - - - - - + + + + + - - - - + + + + @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.uc.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.uc.sc.glif index f43ad19a3..878f59404 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.uc.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/i.uc.sc.glif @@ -1,11 +1,11 @@ - - - - + + + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.glif index 20a0d7cfc..83e2e8674 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.sc.glif index 13d9ce177..47b2a29fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.glif index 867aa0ba6..2d28ebcbc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.sc.glif index cd09b0326..f5c1b883c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.glif index a655d6264..c066bcfbe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.sc.glif index 13df38ca1..2457397c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.glif index 060777692..8b9fbc4b9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.sc.glif index 31fbcb0cb..245379b26 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.glif index 6ff9ddea4..764950794 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.sc.glif index 48fb97a96..a271741cb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.glif index fd9fb2b5f..e2865088e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.sc.glif index b9805066f..7822b2c72 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.glif index c59e36049..117a6511a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.sc.glif index d1bf6606b..fc76581fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.glif index adf832f81..9ed170c7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.glif @@ -1,18 +1,18 @@ - - + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.sc.glif index 50a82c40f..f8b9c78c8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.glif index 2859a87c4..c623efc05 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.glif @@ -1,15 +1,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.sc.glif index 0a527ebcf..bdb7a9672 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.glif index 706519ca3..1b37dd454 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.glif @@ -1,23 +1,23 @@ - + - + - - + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.sc.glif index 132d292e0..c76ad1bee 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.sc.glif @@ -1,11 +1,11 @@ - - - - + + + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.glif index 12454baeb..f8bf14240 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.sc.glif index 59e26fb22..13c5f3d01 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.glif index 36eb294ea..9afb637a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.sc.glif index 1d1a22f16..bb1e1713e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.glif index bb6d47be8..dc9247f14 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.sc.glif index 211f4cccd..43efd44b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.glif index f5240061d..1e4be2b31 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.sc.glif index 74693d384..a6de12736 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.sc.glif @@ -1,23 +1,23 @@ - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.glif index 7a51cd6dc..e6196f09b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.glif @@ -1,16 +1,16 @@ - - - + + + - - - + + + - - + + @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:47:38 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.sc.glif index ec68b38f2..e7544c000 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.sc.glif @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.glif index 13f58b61e..4831a6320 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.sc.glif index dc8da3a7f..8a6ddcc29 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/increment.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/increment.glif index 4fcffa78d..f99676ca9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/increment.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/increment.glif @@ -1,26 +1,26 @@ - + - - - - - - + + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:52 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/infinity.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/infinity.glif index 327ee7652..295476b1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/infinity.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/infinity.glif @@ -1,69 +1,69 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/integral.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/integral.glif index 0266a62d9..44c3a4027 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/integral.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/integral.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.glif index 0f2114d82..a47a447b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:27:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.sc.glif index 5b474857c..aa8574c3d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.glif index 8fdc29e71..5b4eadd2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.sc.glif index d60c7663f..511c34134 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/j.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/j.glif index 445f2e2fe..068ba9bba 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/j.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/j.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/j.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/j.sc.glif index eb399f490..1116c05fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/j.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/j.sc.glif @@ -1,27 +1,27 @@ - + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.glif index 3fd7275ed..87b589622 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.sc.glif index 400c75323..ab81630ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.sc.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:27:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.glif index da9de8587..fbe2f51e8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.glif @@ -1,33 +1,33 @@ - + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.sc.glif index 0460e1d3c..9c08945aa 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.sc.glif @@ -1,9 +1,9 @@ - + - + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/k.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/k.glif index ba486ab10..bbbc5286a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/k.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/k.glif @@ -3,35 +3,35 @@ - - + + - - - - - + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/k.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/k.sc.glif index 78948c74f..f18f0c9d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/k.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/k.sc.glif @@ -1,39 +1,39 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.glif index 9fb7c173f..af3a58b8c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.sc.glif index 47adb14a4..f75b8fe9d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.glif index f9422a0f4..2f6522e08 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.glif @@ -1,35 +1,35 @@ - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.sc.glif index 30bb4b8a2..264095f22 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kip.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kip.glif index 13f23ad6a..449d49cd2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kip.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/kip.glif @@ -4,36 +4,36 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/l.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/l.glif index 091871882..dab8138a0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/l.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/l.glif @@ -1,24 +1,24 @@ - + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/l.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/l.sc.glif index 34cd4daa1..ad93f61cd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/l.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/l.sc.glif @@ -1,19 +1,19 @@ - - - - - - + + + + + + - - - - - - + + + + + + @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.glif index d2795cd77..64b38b59a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.sc.glif index 6a19ffffa..03095f43a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.glif index 1c4b9eac2..405016683 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.glif @@ -2,19 +2,19 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:11 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.sc.glif index 96d101208..111b44f70 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.glif index 695aaee8c..8b52e7335 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.sc.glif index 71cc1d044..81f35d87a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.glif index 101bd599b..8c10d07cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.sc.glif index d08326620..a73db4ad7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.sc.glif @@ -1,11 +1,11 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.glif index a9cdd8ff8..76d53b10b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.sc.glif index 6860539f3..9518fd5cf 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftA_rrow.glif index bf0760dcf..0a8cd5334 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftB_lackT_riangle.glif index 7b9e1d370..ae37f8045 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:50:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftW_hiteT_riangle.glif index 3ede7c893..7821af23f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftanglebracket-math.glif index a4dc2a90b..35507b783 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/leftanglebracket-math.glif @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/less.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/less.glif index 5ba44f233..c51d12783 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/less.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/less.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lessequal.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lessequal.glif index 90535dead..5b15b8b5e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lessequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lessequal.glif @@ -1,29 +1,29 @@ - + - - - - + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lira.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lira.glif index 036100b91..f9773fcd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lira.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lira.glif @@ -1,79 +1,79 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/liraT_urkish.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/liraT_urkish.glif index 8f742bc52..3be2f381c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/liraT_urkish.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/liraT_urkish.glif @@ -1,43 +1,43 @@ - + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/literS_ign.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/literS_ign.glif index 456547c8e..2eadcb4b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/literS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/literS_ign.glif @@ -2,48 +2,48 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.glif index a2bb29ec4..e14257f95 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.glif @@ -1,23 +1,23 @@ - + - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.sc.glif index d33de4e0a..dfe673576 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.sc.glif @@ -1,24 +1,24 @@ - - - - - - - - - + + + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.glif index 705b79df3..4c117c66a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.sc.glif index e1be9a990..a8cacd080 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/logicalnot.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/logicalnot.glif index 725c2d6b6..5b2b2e95f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/logicalnot.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/logicalnot.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lozenge.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lozenge.glif index a3d92ddac..8bdff29f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lozenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lozenge.glif @@ -1,33 +1,33 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.glif index 7ceb565d4..1d8c55a1c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.glif @@ -1,25 +1,25 @@ - + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.sc.glif index d5234a2cc..6c9ca737d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.sc.glif @@ -1,22 +1,22 @@ - - - + + + - - + + - + - - - - - - + + + + + + @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/m.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/m.glif index 9b93444a3..0c38fc25c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/m.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/m.glif @@ -3,48 +3,48 @@ - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey n com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/m.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/m.sc.glif index f7e3e5dea..c8a793e99 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/m.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/m.sc.glif @@ -1,30 +1,30 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macron.glif index b36c4da94..3dd6e30ef 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macron.glif @@ -1,20 +1,20 @@ - + - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.case.glif index ebf19b6e1..bcb4f73de 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.case.glif @@ -2,19 +2,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.glif index 31fc23038..09cf70105 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.glif @@ -3,19 +3,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.case.glif index 7053f21f9..7f9d3562e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.case.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.glif index 10ed2d55e..0a1ecd709 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.glif @@ -1,20 +1,20 @@ - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/manat.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/manat.glif index a72f9d8b3..44175ccf3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/manat.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/manat.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + - + - + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:39 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.glif index 7f01cd801..4c71b9cbb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.sc.glif index f7ef473f6..125de7375 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.glif index 67559ded3..6a59c93b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.sc.glif index 1ec243d5b..1ea87625b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/micro.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/micro.glif index 448bb36b9..732dc05b4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/micro.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/micro.glif @@ -1,49 +1,49 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/minus.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/minus.glif index b2f730969..0c809c99d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/minus.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/minus.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/minute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/minute.glif index 7545121b5..c629f439c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/minute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/minute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.glif index 712257013..4903cf84c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:50 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.sc.glif index aa50e92af..209b736ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 05:10:55 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/multiply.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/multiply.glif index c2903472e..7a4b48547 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/multiply.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/multiply.glif @@ -1,27 +1,27 @@ - + - - - - - + + + + + - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/n.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/n.glif index 340694f57..2e2cec655 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/n.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/n.glif @@ -1,38 +1,38 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/n.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/n.sc.glif index c50e3b477..1b1bec435 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/n.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/n.sc.glif @@ -1,27 +1,27 @@ - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.glif index 8cf02c9d8..bd4364d69 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.sc.glif index 70ddbca5e..bb4653f83 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/naira.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/naira.glif index 3db0c600b..718388f54 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/naira.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/naira.glif @@ -2,9 +2,9 @@ - - - + + + @@ -30,12 +30,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:35:45 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/narrownbspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/narrownbspace.glif index f9d187141..118ce21fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/narrownbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nbspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nbspace.glif index 8938e0842..d5f1ad380 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.glif index ae2e75d42..35f81b25e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.sc.glif index de8baeac0..7f924722d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.glif index fee5cd5b8..ebf4d4ba6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.sc.glif index 8adce9910..8a6fb3aef 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.glif index 6fccd0233..f96d856dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.sc.glif index b72161be0..fd8efdd1d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.glif index 8d5c5617f..1edc558e6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.sc.glif index bdfd9cb0b..b11078527 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.dnom.glif index 0a3d59571..7cfed9f79 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.dnom.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:18:17 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.glif index aaeb7ceb6..53927dc27 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.lf.glif index 02d882fa9..f8230ba91 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.numr.glif index 105b3647f..2f1345065 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.osf.glif index 9ac0e8e63..bc6cfc101 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.osf.glif @@ -1,46 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.sc.glif index a8287ddd4..d74994f2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.sc.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tf.glif index 1899a98b3..4828c1bb3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tf.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tosf.glif index 9b931823a..be14a93ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tosf.glif @@ -3,38 +3,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:36 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nineinferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nineinferior.glif index 26ffce9fd..caa35ccc8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nineinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nineinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ninesuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ninesuperior.glif index d110228ea..b2c02af13 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ninesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ninesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.glif index 03ebefb73..58be79534 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.sc.glif index 0fb789808..7312227dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:09:07 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.glif index cd3ddc5a4..9819527b1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.sc.glif index 6df351ae5..b9bb7c29b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/notequal.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/notequal.glif index 952e07e69..c7265b12a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/notequal.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/notequal.glif @@ -1,28 +1,28 @@ - + - + - - - - - - - - - - + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.glif index 02a2b129d..bf26da8e0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.sc.glif index 7e12a9cd6..3eca32cf7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/numbersign.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/numbersign.glif index 469b21c6d..f1d4e30ae 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/numbersign.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/numbersign.glif @@ -1,37 +1,37 @@ - + - - - - + + + + - - - + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/numero.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/numero.glif index 45525e995..0d82b9b60 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/numero.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/numero.glif @@ -1,65 +1,65 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - - - - - - + + + + + + - - - - - + + + + + - - - - - - + + + + + + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/o.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/o.glif index cc8e0eec3..b7d7bb3a1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/o.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/o.glif @@ -1,47 +1,47 @@ - + - - - + + + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/o.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/o.sc.glif index 90c97fec6..2270f7393 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/o.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/o.sc.glif @@ -1,41 +1,41 @@ - - - - - + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.glif index c5bdbfc31..db08b45ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.sc.glif index 0e71a5d71..fd09cd217 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.glif index a6094c1cb..272051f84 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.sc.glif index 45568f7ba..3b44947df 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.glif index 3d1934f69..321b5d2f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.sc.glif index 831ff50a8..0906bd259 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.glif index 921176ad1..894ec9379 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.sc.glif index 615f2d842..c1e849313 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.sc.glif @@ -1,13 +1,13 @@ - - - - - + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.glif index eab28b6c4..2d898fd54 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.sc.glif index c8d6bfc64..8db496ebe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.sc.glif @@ -1,13 +1,13 @@ - - - - - + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.glif index 2d1b68185..0f77771d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.sc.glif index 18aa765c7..0489a4a8d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -1,16 +1,16 @@ - - - - - + + + + + - + - + @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.glif index 4421a820f..1e3fcf392 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.sc.glif index 5bd63da3a..30826891a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.glif index 00ca831ca..bce457e2a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.sc.glif index c8e2059fe..c6fae5f9f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.glif index 9c020b720..8b65943cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.sc.glif index 9a5249222..363987f0b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.glif index c64c8b75a..7631ca167 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.sc.glif index 33b8ed925..0514afc8e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.glif index 9ae636426..d924e8eed 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.sc.glif index ef36953db..d550415ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.glif index 3612ef13a..a0b9e1a3c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.sc.glif index ef8b26f5f..a127022ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.glif index a3c379cea..d9d1944c6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.sc.glif index ba2959d8b..e02168731 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.glif index d36adec49..0f4286976 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.sc.glif index 8c02c9688..0108ce789 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.sc.glif @@ -1,23 +1,23 @@ - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.glif index 7f7cbd2bc..2ebf1274d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.glif @@ -1,77 +1,77 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.sc.glif index 13f76990a..a39065be0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.sc.glif @@ -1,51 +1,51 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonek.glif index b830a8798..c4af33ad3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonek.glif @@ -1,36 +1,36 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.case.glif index ed4a61a2d..f6ab42cc4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.case.glif @@ -3,33 +3,33 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.glif index f3f884b33..921910aae 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.glif @@ -4,33 +4,33 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.glif index 1a9325e8c..b29897570 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.sc.glif index a0fd33093..293272b43 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.glif index 2f719ca9c..a282bc160 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.sc.glif index 5762434a4..4fbc3cb64 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.sc.glif @@ -1,13 +1,13 @@ - - - - - + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.glif index 7e710762c..58d9da60b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.glif @@ -1,21 +1,21 @@ - + - - - - + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.sc.glif index 975831438..ea1a52654 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.sc.glif @@ -1,53 +1,53 @@ - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.glif index aafe86607..a377dd1a2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.sc.glif index f1d6a4878..94817d36f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.glif index fdb920e12..58e7b0790 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.sc.glif index bd443b757..a54b2c2fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.glif index 41f250d2d..fcbb6c84e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.sc.glif index 2380883a9..1170f9b34 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.glif index 36490d313..ecd425eba 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.sc.glif index c7b52cb6b..7538c1f60 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.glif index 3e828ad16..99e5f0fb4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.sc.glif index eb7dd6baa..93a7d3a1f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.glif index bd11156ba..74dead85c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.sc.glif index adfa938ca..9eb258ba7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.glif index ee4d95c21..da59f0157 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.sc.glif index 2a759b5f5..8d96d40ee 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.glif index ef6ce486d..183c30837 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.sc.glif index 6e584fbd8..e6df7e281 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.glif index c5eeec359..974d0325f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.sc.glif index af389e6cb..423ea25a4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.glif index fed8c79b8..1f78f4da9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.sc.glif index 223eda5c9..70f0ecc95 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omega.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omega.sc.glif index 60b2572c7..25e08b196 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omega.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/omega.sc.glif @@ -1,7 +1,7 @@ - - + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.dnom.glif index 7fff7f93b..e681b41cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.dnom.glif @@ -1,20 +1,20 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -35,7 +35,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:03:23 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.glif index 0b001dde6..22dc81dd8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.glif @@ -1,26 +1,26 @@ - + - - - - - + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.lf.glif index 7079a1146..abfb640f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.numr.glif index a8a1949f8..63328bbaf 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:40 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.osf.glif index a7df837be..7d2ccb731 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.osf.glif @@ -1,25 +1,25 @@ - + - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.sc.glif index ecfc49292..95546c812 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.sc.glif @@ -1,19 +1,19 @@ - + - - - - - + + + + + - - - - - + + + + + @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tf.glif index ed9ae3c76..1aadb2f8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tf.glif @@ -1,30 +1,30 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tosf.glif index 73fec82ac..7ac1e79e1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tosf.glif @@ -1,24 +1,24 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -29,7 +29,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:20:53 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneeighth.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneeighth.glif index 116cb8dd9..270aab837 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneeighth.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneeighth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onefifth.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onefifth.glif index b5b1e8650..6e6bfd4f4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onefifth.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onefifth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onehalf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onehalf.glif index 9695bf944..dae8b1ffc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onehalf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onehalf.glif @@ -4,13 +4,13 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneinferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneinferior.glif index 2a381c37f..c7e9ce081 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneninth.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneninth.glif index 6855d5fc5..9307d284d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneninth.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneninth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onequarter.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onequarter.glif index 47541b9f5..62f01267d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onequarter.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onequarter.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneseventh.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneseventh.glif index d6c86a1d2..846287db3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneseventh.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oneseventh.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onesixth.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onesixth.glif index b75505ed9..fbc453e28 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onesixth.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onesixth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onesuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onesuperior.glif index 6b6d63730..b4cd2d838 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onetenth.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onetenth.glif index 3e1604107..63891d0e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onetenth.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onetenth.glif @@ -1,12 +1,12 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onethird.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onethird.glif index d14994bcb..70c9479dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onethird.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/onethird.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.glif index 3e4c44145..35e13c095 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.glif @@ -1,21 +1,21 @@ - + - - - - + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.sc.glif index ff70c1ef3..8033cebf1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ordfeminine.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ordfeminine.glif index 7ab782b80..58a37ebf1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ordfeminine.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ordfeminine.glif @@ -1,67 +1,67 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ordmasculine.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ordmasculine.glif index f919c31bf..8f45bbf72 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ordmasculine.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ordmasculine.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.glif index ccc58fec7..7f0a95dea 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.glif @@ -1,48 +1,48 @@ - + - - - - + + + + - + - - - - - - - + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.sc.glif index 111e92bfa..01f2db1a6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.sc.glif @@ -1,42 +1,42 @@ - - - + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.glif index dc64dd07f..615c3d4af 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.glif @@ -1,16 +1,16 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.sc.glif index 562c3a7ee..9529f16cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.glif index f13212a14..4cd270173 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.sc.glif index 58ce98d8f..2eb6a13b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.glif index a9afa8c43..92cda51a5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.sc.glif index e507fe249..06dd801bb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.glif index 4951b1ad6..4f2f42cd0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.sc.glif index b8df4c6fe..7cce02bb8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.glif index 1c2731f71..f353b1859 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.glif @@ -1,22 +1,22 @@ - + - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.sc.glif index 91390e7c1..779fb4b70 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/p.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/p.glif index a84a5fa18..6ee0873f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/p.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/p.glif @@ -1,49 +1,49 @@ - + - - - + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/p.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/p.sc.glif index eb022260e..4a01094dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/p.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/p.sc.glif @@ -1,42 +1,42 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/paragraph.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/paragraph.glif index 3680fc011..cc35a79d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/paragraph.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/paragraph.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.case.glif index adc852ea9..809a1be27 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.case.glif @@ -1,28 +1,28 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.glif index 59fc8db62..fcc2c39fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.glif @@ -1,29 +1,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.case.glif index 4fc64dea0..3f2c4325a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.case.glif @@ -1,13 +1,13 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:45 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.glif index 9421ed490..4663ed085 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.glif @@ -1,14 +1,14 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/partialdiff.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/partialdiff.glif index 0b0217bb0..acad469df 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/partialdiff.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/partialdiff.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.glif index 1b57a7779..7710361d5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.sc.glif index 97cef6683..db459b06f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:59 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/percent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/percent.glif index 07c7e144f..ff9f73fa9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/percent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/percent.glif @@ -1,75 +1,75 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/period.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/period.glif index 6d37c2642..33747ce0d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/period.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/period.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.case.glif index 917815f91..efd9fddd4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.glif index 1b075d04f..747325bd3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.glif @@ -1,14 +1,14 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 7aa440091..70d61a5b5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.glif index 41086953e..159ef8724 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/perthousand.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/perthousand.glif index ce762acb6..05499d462 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/perthousand.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/perthousand.glif @@ -1,42 +1,42 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/peseta.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/peseta.glif index 63c0bcff2..30e647b88 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/peseta.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/peseta.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/peso.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/peso.glif index e6285a188..22e2f94fa 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/peso.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/peso.glif @@ -4,79 +4,79 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.glif index 82faefc8d..903d043b1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.glif @@ -1,70 +1,70 @@ - + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:59 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.sc.glif index 25fefc9a7..9edc479ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.sc.glif @@ -1,24 +1,24 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey product com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/plus.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/plus.glif index e7d6965de..853f7b4a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/plus.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/plus.glif @@ -1,35 +1,35 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/plusminus.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/plusminus.glif index d9f543a50..a8f05d796 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/plusminus.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/plusminus.glif @@ -1,20 +1,20 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/primemod.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/primemod.glif index 2bd127aa1..22b68ea98 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/primemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/primemod.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/product.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/product.glif index 7c5319a63..55ea6a760 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/product.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/product.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/punctuationspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/punctuationspace.glif index cc2cada60..7d372e678 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/punctuationspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/punctuationspace.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/q.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/q.glif index c5622a7c7..429b818b0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/q.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/q.glif @@ -1,49 +1,49 @@ - + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - - - - + + + + + @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey d com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/q.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/q.sc.glif index a446fa4fb..8f68882d8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/q.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/q.sc.glif @@ -1,54 +1,54 @@ - - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - - - - - - + + + + + + @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/question.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/question.glif index 04c587525..e78232484 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/question.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/question.glif @@ -1,55 +1,55 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.case.glif index b76a5b00f..94ffdb65a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.case.glif @@ -1,48 +1,48 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.glif index 88c7d3239..edf7fca7a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.glif @@ -1,48 +1,48 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedbl.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedbl.glif index 2bda7afb1..c8346afe3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedbl.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedbl.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesingle com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblbase.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblbase.glif index 8aea1eae6..15c57293a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblbase.glif @@ -1,15 +1,15 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblleft.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblleft.glif index ce03a9ea5..12950e10c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblleft.glif @@ -1,15 +1,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblright.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblright.glif index 120548870..6c296f036 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblright.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblright.glif @@ -1,15 +1,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteleft.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteleft.glif index 90d26fc27..66c78f696 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteleft.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotereversed.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotereversed.glif index 184cf9491..5d9747576 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotereversed.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotereversed.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteright.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteright.glif index 8bade6f1e..bcc5e9655 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteright.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteright.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesinglbase.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesinglbase.glif index 2adeaf0ee..d4450ca22 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesinglbase.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesinglbase.glif @@ -1,14 +1,14 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesingle.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesingle.glif index 7634c36d0..74cae5eab 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesingle.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesingle.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/r.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/r.glif index b86d4f369..b74c279c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/r.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/r.glif @@ -1,40 +1,40 @@ - + - + - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/r.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/r.sc.glif index ddd4fa27f..8e1d5664d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/r.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/r.sc.glif @@ -1,61 +1,61 @@ - - - - + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - + - - + + - - - - - - - - - - + + + + + + + + + + @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.glif index 647968fa2..b10c1f155 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.glif @@ -1,18 +1,18 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.sc.glif index 85289551e..a9bd504df 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/radical.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/radical.glif index ee1693a02..800205575 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/radical.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/radical.glif @@ -1,26 +1,26 @@ - + - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.glif index a694dccce..f66277c32 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.glif @@ -1,18 +1,18 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.sc.glif index 453b39752..a41fbc9c7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.glif index 81049fab4..55d0e5c36 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.glif @@ -1,18 +1,18 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.sc.glif index b22745156..edfc9af62 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.glif index 9f0781268..289de90c9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.glif @@ -1,18 +1,18 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.sc.glif index cf219c679..685729a17 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.glif index 55ff473c6..7b45f3dd3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.glif @@ -1,18 +1,18 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.sc.glif index 320a46f18..1bf077842 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/registered.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/registered.glif index d1dbd1f20..a07073b8a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/registered.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/registered.glif @@ -4,86 +4,86 @@ - - + + - - - + + + - + - - - - - - - - - + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightA_rrow.glif index 512c27e53..ae41b44cc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightB_lackT_riangle.glif index 7e48b8b1e..b9ef8c1bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:48:49 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightW_hiteT_riangle.glif index 92e5b5af2..8dcddff59 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightanglebracket-math.glif index 099a84950..c3724fa21 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rightanglebracket-math.glif @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ring.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ring.glif index a93276393..eaab92661 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ring.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ring.glif @@ -2,41 +2,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.case.glif index 35bd7589a..4c19be1f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.case.glif @@ -1,41 +1,41 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.glif index d1bbda14a..e110736dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfleft.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfleft.glif index b3287e05a..3eeecba31 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfleft.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfleft.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfright.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfright.glif index 266442beb..dc654fdf8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfright.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfright.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.glif index 4d186741b..36e5af3dd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.glif @@ -1,18 +1,18 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.sc.glif index df14dbea6..161482c96 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.glif index 3dafd0779..89f69c32e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.glif @@ -1,18 +1,18 @@ - + - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:31 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.sc.glif index eef027fc9..7e0b3f065 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ruble.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ruble.glif index e76032d1b..b84145cb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ruble.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ruble.glif @@ -1,54 +1,54 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rupeeI_ndian.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rupeeI_ndian.glif index bbcadcab0..d86286385 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/rupeeI_ndian.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/s.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/s.glif index 1215a6562..02a2fd827 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/s.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/s.glif @@ -1,56 +1,56 @@ - + - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/s.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/s.sc.glif index ac9d91508..7525122f2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/s.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/s.sc.glif @@ -1,49 +1,49 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.glif index a572ad172..5271cb073 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.sc.glif index ba0295f0f..fa37f9dc4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.glif index 9e1b49048..bd2bb4a08 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.sc.glif index b23db71c7..ec89a1f41 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:27 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.glif index 63a16aeaf..686ad672a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.sc.glif index 05c8e081e..478578141 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.glif index 8b2590189..316215d3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.sc.glif index dc6ca4364..596f9a8e4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:57 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.glif index 4115a77f7..611e9373e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.sc.glif index 8f6bb8d04..f968d7f8b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.glif index 0171be9bf..90e57a365 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.glif @@ -1,49 +1,49 @@ - + - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.sc.glif index f3b9a45bb..9004a904e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.sc.glif @@ -1,42 +1,42 @@ - - + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.glif index 6baebd0b4..c0576ac48 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.sc.glif index 17fbce1b6..d1f9b5b2f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.glif index ac1853fa3..3cee7ee01 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.sc.glif index 417be992b..f83f3591e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.glif index 902baa0bc..d303415ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.sc.glif index 1bcf00df8..0a9a7c66c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.glif index 7845789b1..02f7d9e3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.sc.glif index 296f7f356..4a21264dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.glif index c1aee9c8b..31c12b475 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.sc.glif index f4bf8cf84..90e4339fb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/second.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/second.glif index 35b76cee3..05def6d1c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/second.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/second.glif @@ -1,15 +1,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/secondtonechinese.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/secondtonechinese.glif index a27c23637..8c7474751 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/secondtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/secondtonechinese.glif @@ -1,24 +1,24 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/section.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/section.glif index 306bd4b25..e78e1a14a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/section.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/section.glif @@ -1,69 +1,69 @@ - + - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/semicolon.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/semicolon.glif index 99e00966e..d284e7dae 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/semicolon.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/semicolon.glif @@ -1,15 +1,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.dnom.glif index 2369c5505..d8d7c533d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.dnom.glif @@ -1,17 +1,17 @@ - + - - - - - + + + + + - - - + + + @@ -32,7 +32,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:57:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.glif index 994d08c3f..90fa7956c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.glif @@ -1,24 +1,24 @@ - + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.lf.glif index 4d709ffb5..45c98b6d4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.numr.glif index a560f4128..837c45269 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.osf.glif index 945a44ebe..58693437a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.osf.glif @@ -1,23 +1,23 @@ - + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.sc.glif index b4153dbf1..6e9174136 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.sc.glif @@ -1,17 +1,17 @@ - + - - - - - - - - - + + + + + + + + + @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tf.glif index 4974af8d8..ca2d58a79 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tf.glif @@ -1,17 +1,17 @@ - + - - - - - - - - - + + + + + + + + + @@ -24,7 +24,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tosf.glif index d1d0ad1dc..311581c0b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tosf.glif @@ -3,15 +3,15 @@ - - - + + + - - - - - + + + + + @@ -22,7 +22,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:09:42 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seveneighths.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seveneighths.glif index 42524c56c..3b7a8f5de 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seveneighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seveneighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seveninferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seveninferior.glif index 0b8caeb40..5caf08c84 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seveninferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/seveninferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sevensuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sevensuperior.glif index 4000c8289..8523cd779 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sevensuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sevensuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sheqel.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sheqel.glif index 2d604a5e3..35dacf7ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sheqel.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sheqel.glif @@ -1,45 +1,45 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.dnom.glif index cb879a2ba..4d8fe3e96 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.dnom.glif @@ -1,40 +1,40 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:00:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.glif index 6d42cb419..0970b97fe 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.lf.glif index ba265aca7..4e87fb4fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.numr.glif index 21a6887ce..798615263 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.osf.glif index d1100a63d..619b5c020 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.osf.glif @@ -1,46 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.sc.glif index dd1ccf572..f3a9f400b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.sc.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tf.glif index 11da151da..c26eef072 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tf.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tosf.glif index 137c690fc..04b6d32b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tosf.glif @@ -3,38 +3,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixinferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixinferior.glif index 2c17fd6b6..8cfa5232f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixperemspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixperemspace.glif index de0df4cb7..2533c9c35 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixsuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixsuperior.glif index efe6ffe1a..cf570069a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sixsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.case.glif index 0a76777ee..19f90a0a9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.case.glif @@ -1,18 +1,18 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.glif index e5e6e0ee3..c9ce14f5f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slashlongcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slashlongcomb.glif index 394140c48..a28b7ff03 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slashlongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slashlongcomb.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slashshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slashshortcomb.glif index 45346be1c..2d670a20b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slashshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/slashshortcomb.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.case.glif index 9ce0fac0f..e5f74142a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.glif index 60384c53b..63604f748 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/space.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/space.glif index b78022173..eaa9089f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/space.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/space.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sterling.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sterling.glif index f1d4aa555..bc832fa02 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sterling.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/sterling.glif @@ -1,70 +1,70 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/strokelongcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/strokelongcomb.glif index a12d42f29..e3a114222 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/strokelongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/strokelongcomb.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/strokeshortcomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/strokeshortcomb.glif index b956563ce..dc9ee04be 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/strokeshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/strokeshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/summation.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/summation.glif index 9240f1e24..821b1c26b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/summation.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/summation.glif @@ -1,29 +1,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/t.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/t.glif index 9a627aaa9..dad7bf3ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/t.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/t.glif @@ -1,48 +1,48 @@ - + - - - - - + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/t.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/t.sc.glif index dee05846e..49cb4606c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/t.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/t.sc.glif @@ -1,20 +1,20 @@ - - + + - + - - - - - - - - + + + + + + + + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.glif index c9290fca8..57b19bf8e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.glif @@ -1,25 +1,25 @@ - + - - - - - + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.sc.glif index 8e19060bb..2f2866119 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.sc.glif @@ -1,24 +1,24 @@ - + - - - - + + + + - - - - - - - - + + + + + + + + @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.glif index 3c5d6e67d..f1860339b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.sc.glif index 087cdb3bc..05b086714 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.sc.glif @@ -1,20 +1,20 @@ - - + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.glif index 8ea5c6e14..c131efe4d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.sc.glif index 31aed45f2..65f02fbeb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.sc.glif @@ -1,20 +1,20 @@ - - + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.glif index 26d01e4bf..eed6099b2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.sc.glif index 73d3881a2..e8af60616 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.sc.glif @@ -1,20 +1,20 @@ - - + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.glif index 5b0d61642..b7cee058b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.sc.glif index 93e29c833..fd82a38ff 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.glif index f58700968..f1e0f10f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.sc.glif index d831860ac..93b8f2e2b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.sc.glif @@ -1,20 +1,20 @@ - - + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.glif index b1bd0c660..2ba714bd9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.sc.glif index d515c490d..19570efcb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tenge.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tenge.glif index b68f606e8..fafaf31d9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tenge.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tenge.glif @@ -1,31 +1,31 @@ - + - - + + - - - - + + + + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thinspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thinspace.glif index a4d7a2a4e..8ca36dbc9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thinspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.glif index 8eee5e137..d352d2cfb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.glif @@ -1,17 +1,17 @@ - + - - - + + + - - - - - + + + + + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.sc.glif index 704166f31..2d2d5c1f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.sc.glif @@ -1,42 +1,42 @@ - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.dnom.glif index 0518980c2..0c43b450c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.dnom.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:15 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.glif index 872b315bc..e4831cef3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.glif @@ -1,59 +1,59 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.lf.glif index ce2658865..291e4d559 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.numr.glif index 001c66717..f18772fc4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.osf.glif index b16a371f3..c50efbb93 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.osf.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.sc.glif index f48223306..17a68e5d7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.sc.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tf.glif index ca8b413ee..cfa988bec 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tf.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tosf.glif index 03dbb94dd..8709bfbf5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tosf.glif @@ -3,50 +3,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:07 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeeighths.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeeighths.glif index 23b64553a..2c0693276 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeeighths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey three.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeinferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeinferior.glif index f77f69890..396d6b6db 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeperemspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeperemspace.glif index 4a0679022..a238b9b3e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:14 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threequarters.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threequarters.glif index c4d6d8c4b..4764f4137 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threequarters.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threequarters.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threesuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threesuperior.glif index 6e82ca2c9..e681d1a7c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/threesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.case.glif index 66fee355b..0116f4060 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.case.glif @@ -1,35 +1,35 @@ - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.glif index 0ef5eb279..8148c1546 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.glif @@ -1,36 +1,36 @@ - + - + - - - - - - + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.case.glif index 1181f7691..42a3116f8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.case.glif @@ -1,35 +1,35 @@ - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.glif index c82d2742f..7838dc818 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.glif @@ -2,35 +2,35 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.glif index fd7f1babd..84b867a66 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.sc.glif index cfe1991fa..3aa3e1921 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/trademark.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/trademark.glif index ed7382f87..be402ae31 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/trademark.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/trademark.glif @@ -1,47 +1,47 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tugrik.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tugrik.glif index 0794e1199..94216d67f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tugrik.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/tugrik.glif @@ -1,30 +1,30 @@ - + - - - - + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.dnom.glif index 21a1b9037..f7656c346 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.dnom.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -46,7 +46,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:42:31 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.glif index 7fd4d6d17..6ba6dfa35 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.glif @@ -1,38 +1,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.lf.glif index 1b4c1a0e5..b3fa6002f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.numr.glif index 8b2f30bf5..9d38e0500 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.osf.glif index 47b666730..1863015ea 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.osf.glif @@ -3,36 +3,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.sc.glif index a18570a8e..fedc8c32f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.sc.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tf.glif index 48765b5d9..35dc3336b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tf.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -38,7 +38,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tosf.glif index 29d23b9d2..3e780bb6e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tosf.glif @@ -3,30 +3,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -37,7 +37,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:11:35 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twofifths.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twofifths.glif index 153201bef..49953141d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twofifths.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twofifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twoinferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twoinferior.glif index 7a5140798..ba04d18f0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twoinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twoinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twosuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twosuperior.glif index faff9f0a3..b1481f6c8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twosuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twothirds.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twothirds.glif index 0081f0a84..5756a1910 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twothirds.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/twothirds.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/u.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/u.glif index 9cb996eeb..78324d4da 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/u.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/u.glif @@ -1,44 +1,44 @@ - + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/u.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/u.sc.glif index a04679631..bf449ec0a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/u.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/u.sc.glif @@ -1,31 +1,31 @@ - - - + + + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.glif index d59437132..4938d9bd7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.sc.glif index dfb3f6191..4d0040bb5 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.glif index be2c0c48a..636bc34eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.sc.glif index 3447b16bc..7049ec654 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.glif index abf3faefb..33b7569bf 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.sc.glif index 0cec165d2..b9c8732b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.glif index f866f434e..abb186add 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.sc.glif index 1874fbe33..7b0b785c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.glif index 73509fa3e..e57ecd8da 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.sc.glif index 9d3a8746a..c10e7261a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.glif index ca7ac4898..0e4058a47 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.sc.glif index fdba0872e..f1c4f68e9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.glif index e3a8a2851..00dc30bdd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.sc.glif index ada5f8e8e..373dc267e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.sc.glif @@ -1,22 +1,22 @@ - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.glif index 1a46023fc..2876054ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.sc.glif index 4b05940af..c8ce94d09 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.sc.glif @@ -1,22 +1,22 @@ - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.glif index 7eb31efa1..68e099342 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.sc.glif index a260aac15..c09ad54dc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.sc.glif @@ -1,22 +1,22 @@ - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.glif index 3731161a2..d7653bf46 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.sc.glif index 87e1944f7..b9d40e83d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.sc.glif @@ -1,22 +1,22 @@ - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.glif index b994f7bba..79d997e9a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.sc.glif index 9c7ee0ad0..8cdb9de26 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.glif index 3eb15f4e2..fdcd9c1b7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.sc.glif index 6b914d921..9480d676f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.glif index 0107ba53f..f9df66677 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.sc.glif index f2896456c..f13460fda 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.glif index 9515d2ca6..63b3f7078 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.sc.glif index d776f01b1..147ddcf07 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.sc.glif @@ -1,29 +1,29 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.glif index 4ebaac9d7..a8a4db8ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.sc.glif index be49c66f0..c3a1285ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.glif index 6ebeeef72..703cedaac 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.sc.glif index f7ef99298..21f27a6a3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.glif index e7b0ab706..eea3103fc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.sc.glif index 44673ca3d..92135273d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.glif index fac9a6511..6d4294122 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.sc.glif index 594497097..95a2d1648 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.glif index e4d554ef2..289649e92 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.sc.glif index ab47fd6b0..ed5503512 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.glif index b856ded18..d576c86b8 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.sc.glif index bcad59183..e271cb3c4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.glif index 966fa4d48..ec81be7f7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.sc.glif index f3fe086bc..8252907fd 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.glif index ef3008e35..59abec3eb 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.sc.glif index 333130ed0..056a5c512 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.glif index 0ff1f0017..99f6b36ca 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.sc.glif index 1acf7c6ac..5eb8a9b06 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.sc.glif @@ -1,22 +1,22 @@ - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/underscore.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/underscore.glif index 2ee74877a..2347b5270 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/underscore.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/underscore.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uni0000.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uni0000.glif index e6fb07071..a794b2196 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uni0000.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uni0000.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.glif index 3fc8d1ed5..1ecde2de0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.sc.glif index 390cb227b..7a3de641f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upA_rrow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upA_rrow.glif index b9a44619e..799624ab6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upB_lackT_riangle.glif index 9810aef73..ce83cd481 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:46:24 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upW_hiteT_riangle.glif index f795ac1fc..a705e597d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:01:56 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.glif index 09c0ac9b6..abcf71241 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.sc.glif index e9c53b6c7..50bf59c1e 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.glif index c9567ee49..206c3cd0c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.sc.glif index 3036d47b8..d7c43285b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.sc.glif @@ -1,21 +1,21 @@ - - - + + + - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.glif index 1190f66bc..f772f2ff9 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.sc.glif index 1e9e86952..c3b30249d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.sc.glif @@ -1,22 +1,22 @@ - - - + + + - - + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/v.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/v.glif index 77e5c1ac6..9f50d69da 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/v.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/v.glif @@ -1,27 +1,27 @@ - + - - + + - - - - - - - - - - + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/v.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/v.sc.glif index 0c0d4c7f0..80385654f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/v.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/v.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinelowmod.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinelowmod.glif index 421baf6cc..8b7732303 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinelowmod.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinelowmod.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinemod.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinemod.glif index af9b6dd42..1b6eb94f6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinemod.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinemod.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/w.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/w.glif index 606d2349a..3209ed8ba 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/w.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/w.glif @@ -1,40 +1,40 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/w.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/w.sc.glif index f614893d9..7a13efb9a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/w.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/w.sc.glif @@ -1,33 +1,33 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.glif index 309c278aa..0f7ab025c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.sc.glif index d41ff2719..247ace907 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.glif index 20c4014d8..bfa1cfd01 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.sc.glif index 67c64fa8c..ad007494c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.glif index d1c9d940c..19f66b333 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.sc.glif index 9a785e243..02603977a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.glif index bcffdf88b..150e88981 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.sc.glif index 61e1b3742..e34ad54c2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteD_iamond.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteD_iamond.glif index d5c7ed06c..2bd96e5ec 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:31 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteS_quare.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteS_quare.glif index df575f5e2..b08d12867 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:58 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/won.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/won.glif index e25d1ebea..31544d46c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/won.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/won.glif @@ -2,40 +2,40 @@ - - - + + + - - - - + + + + - + - - + + - - + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:39:44 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/x.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/x.glif index 0b79b0023..c41db238d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/x.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/x.glif @@ -1,38 +1,38 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/x.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/x.sc.glif index 50ff5bd28..363aca691 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/x.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/x.sc.glif @@ -1,31 +1,31 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/y.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/y.glif index c876f071c..492c62c69 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/y.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/y.glif @@ -1,45 +1,45 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:00 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/y.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/y.sc.glif index b3e28ab25..ec5994794 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/y.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/y.sc.glif @@ -1,26 +1,26 @@ - - - - + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.glif index 827534026..1c24da5e7 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.sc.glif index e1c734ff5..f3a56e54a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.glif index 8e9ab06c7..600f4ba91 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.sc.glif index ed90001b3..e95a0e165 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.glif index c3a119620..7388b7d3c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.sc.glif index f33d3a935..473b0ff4f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.glif index 721f819e1..201da4d03 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.sc.glif index 48ba12f91..4c26d345f 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.glif index 8b670d61f..a00445266 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:22 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.sc.glif index f106028f6..2324ab01c 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yen.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yen.glif index 4591b79bc..3ebfa4819 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yen.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yen.glif @@ -1,43 +1,43 @@ - + - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.glif index c72bd90b7..b0df475ab 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.sc.glif index 8699120b9..ad731e77a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.glif index 4bab0e683..a35de7998 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.sc.glif index 88f9ae115..7bc718ce4 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.glif index 977bad920..9d8643891 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.sc.glif index 5edac8ef2..f5a535891 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.glif index 39727c35d..027384ad3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.sc.glif index ead5e8e6e..b7b6266e2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/z.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/z.glif index 9226df360..38c123a90 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/z.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/z.glif @@ -1,31 +1,31 @@ - + - - - + + + - - - - - + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/z.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/z.sc.glif index 4d5116c92..825ee3ed0 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/z.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/z.sc.glif @@ -1,24 +1,24 @@ - - - - - + + + + + - + - - - + + + - - - - - - + + + + + + @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.glif index 42c3e57e8..f2f26ff36 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.sc.glif index 9972c5eee..17a156c07 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.glif index 8d7b91850..705882206 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.sc.glif index d2ffd85a5..1ec7b4db1 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.glif index 45c44f0de..1d9a72322 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.sc.glif index b7026ec46..8d18ca800 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.glif index 21c9e27f0..b49c6a707 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.sc.glif index 632e0d383..7cf35389b 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.dnom.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.dnom.glif index c2322bd8a..8421e921a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.dnom.glif @@ -1,34 +1,34 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -49,7 +49,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.glif index 6cca1bd29..55dd219ce 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.glif index 20d502e21..d53c9ac38 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.zero.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.zero.glif index 04ff9e4bb..7492b124a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.zero.glif @@ -1,6 +1,6 @@ - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:40:59 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.numr.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.numr.glif index ae1e2fcd2..8869b09f3 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.glif index 822a4b7d5..2a836ea69 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.zero.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.zero.glif index 8e029038d..3da842dd2 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.zero.glif @@ -1,12 +1,12 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:41:12 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.sc.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.sc.glif index 382945322..3e0976b66 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.sc.glif @@ -1,34 +1,34 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.glif index c2ff6fd5f..3d84fa047 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.glif @@ -1,34 +1,34 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - + @@ -41,7 +41,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.zero.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.zero.glif index 59a6bc646..a82bc81bc 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.zero.glif @@ -1,12 +1,12 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:52 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.glif index d2477d5da..3c6ecc960 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.glif @@ -4,31 +4,31 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -39,7 +39,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:14:08 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.zero.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.zero.glif index 81ecb1b41..f35005bae 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.zero.glif @@ -6,7 +6,7 @@ - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.zero.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.zero.glif index eabf53cea..92f391078 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.zero.glif @@ -1,12 +1,12 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:00:23 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zeroinferior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zeroinferior.glif index 4367a736a..f4086e689 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zeroinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zeroinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerosuperior.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerosuperior.glif index 0f0ecca17..97e4befab 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerosuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthjoiner.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthjoiner.glif index 414a7ed8a..ec510243a 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:19 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthnonjoiner.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthnonjoiner.glif index 31175d269..133ec847d 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:25 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthspace.glif b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthspace.glif index 94b44a868..0e0c0c616 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthspace.glif +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/kerning.plist b/sources/instance_ufo/MerriweatherSans-Regular.ufo/kerning.plist index 3f4a66ea3..1bed54345 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/kerning.plist +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/kerning.plist @@ -10,26 +10,26 @@ public.kern1.five.sups public.kern2.solidus - -68.22222222222223 + -68 public.kern1.four.sups public.kern2.seven.sinf - -28.222222222222225 + -28 public.kern2.solidus -30 public.kern2.two.sinf - -1.7777777777777732 + -2 public.kern1.one.sups public.kern2.solidus - -31.77777777777777 + -32 public.kern1.seven.sinf public.kern2.four.numr - -49.99999999999999 + -50 public.kern1.seven.sups @@ -39,18 +39,18 @@ public.kern1.six.sups public.kern2.solidus - -51.77777777777777 + -52 public.kern1.solidus public.kern2.five.sinf - -21.77777777777777 + -22 public.kern2.four.numr - -86.44444444444446 + -86 public.kern2.seven.sinf - 28.22222222222223 + 28 public.kern2.six.sinf - -61.77777777777777 + -62 diff --git a/sources/instance_ufo/MerriweatherSans-Regular.ufo/lib.plist b/sources/instance_ufo/MerriweatherSans-Regular.ufo/lib.plist index 6f887f81c..fd7f8afb6 100644 --- a/sources/instance_ufo/MerriweatherSans-Regular.ufo/lib.plist +++ b/sources/instance_ufo/MerriweatherSans-Regular.ufo/lib.plist @@ -2,14 +2,6 @@ - GSOffsetAutoStroke - 1 - GSOffsetHorizontal - -45 - GSOffsetMakeStroke - 1 - GSOffsetVertical - -45 com.schriftgestaltung.Glyphs.glyphUserData.IJ_acutecomb com.typemytype.robofont.mark @@ -630,7 +622,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 107.0 + 115.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 100.0 com.schriftgestaltung.fontMasterOrder @@ -642,7 +634,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 107.0 + 115.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_.glif index 2e677e37b..515b870ea 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_.glif @@ -34,7 +34,7 @@ A 10 1 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 12 8 12 17 17 17 16 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_.glif index 132aaa114..c0f25ce1f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ AE 0 6 7 8 8 6 104 0 0 0 1 10 0 1 97 0 10 0 4 2 10 4 97 9 11 2 8 8 7 90 0 7 7 17 75 0 2 2 3 89 5 1 3 3 18 3 76 0 0 21 20 19 18 0 17 0 17 17 17 17 17 17 17 17 17 12 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_acute.glif index 85b874a08..de28d117a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_acute.glif @@ -14,7 +14,7 @@ AEacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_acute.glif index 39ca20849..03cce6847 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_acute.glif @@ -15,7 +15,7 @@ Aacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:08:22 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breve.glif index c8ea6a2e2..72949ce9f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breve.glif @@ -15,7 +15,7 @@ Abreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breveacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breveacute.glif index 16edb8d9c..550dc0d32 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breveacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevedotbelow.glif index 7355b355e..d5032429e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevedotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevegrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevegrave.glif index 4e4fe2e20..6457cfdea 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevegrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevehookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevehookabove.glif index 8fb00f6b1..d787df996 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevetilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevetilde.glif index aab25e5d9..b1235a3ea 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevetilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_caron.glif index 68b9bd72d..4005d7fbe 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflex.glif index 41254a583..24d149556 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflex.glif @@ -15,7 +15,7 @@ Acircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexacute.glif index f4b06bc63..b5ddc3555 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexdotbelow.glif index a193cba63..8432af071 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexgrave.glif index d94ad90b2..ff0eded68 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexhookabove.glif index 53b569b78..b7fda2d46 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflextilde.glif index e94bbcfe7..0e70bb9b6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dblgrave.glif index 4a4418cd3..6471730a7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dieresis.glif index e6d4f837b..24b38b218 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dieresis.glif @@ -15,7 +15,7 @@ Adieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dotbelow.glif index cf886d393..243d5c0f6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_grave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_grave.glif index 27149e0cf..5a6bbcd41 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_grave.glif @@ -15,7 +15,7 @@ Agrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_hookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_hookabove.glif index 38d8b95cc..e41c755b8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_hookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_invertedbreve.glif index 3686c8914..1ced139c4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_macron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_macron.glif index 4930bd768..3801bfd18 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_macron.glif @@ -15,7 +15,7 @@ Amacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ogonek.glif index 953a56891..5a1372764 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ogonek.glif @@ -19,7 +19,7 @@ Aogonek 30 1 6 3 10 1 2 1 27 1 5 2 3 74 7 1 6 0 1 2 6 1 98 0 5 0 0 5 0 95 0 3 3 17 75 4 1 2 2 18 2 76 28 28 28 32 28 32 38 17 17 17 23 34 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ring.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ring.glif index bcc8c2ef6..7188051fd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ring.glif @@ -19,7 +19,7 @@ Aring 34 17 4 3 6 4 1 74 0 2 0 5 4 2 5 99 7 1 6 0 0 1 6 0 98 0 4 4 25 75 3 1 1 1 18 1 76 32 32 32 36 32 36 35 35 22 39 17 16 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ringacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ringacute.glif index 6bdc9437d..e2469e976 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ringacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_tilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_tilde.glif index c106556f6..99d320df2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_tilde.glif @@ -15,7 +15,7 @@ Atilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_.glif index 843acedbc..a0133be43 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_.glif @@ -91,7 +91,7 @@ NPUSHB[ ] /* 16 values pushed */ 40 40 40 51 40 50 54 53 55 34 33 34 54 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_dotaccent.glif index a08eff98c..c4b98820c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_.glif index 7e096936c..dceb9966e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_.glif @@ -53,7 +53,7 @@ C 3 1 0 3 20 4 2 1 0 21 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 31 0 30 37 38 39 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_R_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_R_.glif index 056897a9a..d38b4050a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_R_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_R_.glif @@ -8,7 +8,7 @@ CR com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_acute.glif index ebebb1af8..9c8ac866b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_acute.glif @@ -14,7 +14,7 @@ Cacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_caron.glif index 9dd175233..34a6b6b62 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_caron.glif @@ -14,7 +14,7 @@ Ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedilla.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedilla.glif index e07d82ef5..a9d162661 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 46 0 45 38 19 36 36 21 38 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedillaacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedillaacute.glif index 5f7f41244..748d3c5c7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedillaacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_circumflex.glif index 4609e4835..6bd9645c6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_circumflex.glif @@ -14,7 +14,7 @@ Ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_dotaccent.glif index b10bf0ce0..0a4e5500d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_dotaccent.glif @@ -14,7 +14,7 @@ Cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_.glif index a7ecf020d..bb6755a83 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_.glif @@ -68,7 +68,7 @@ NPUSHB[ ] /* 13 values pushed */ 19 19 19 31 19 30 41 97 50 34 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_.glif index f700cf712..caa85f65c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_caron.glif index e973607cf..9f740033d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_caron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_caron.glif index 58c818822..7927c0c86 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_caron.glif @@ -15,7 +15,7 @@ Dcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_croat.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_croat.glif index 28d78e8ff..64d6c86a1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_croat.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_croat.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 17 values pushed */ 23 23 23 39 23 38 17 18 41 97 17 17 50 34 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotaccent.glif index c15bd8915..c13d3d817 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotbelow.glif index d7300ea10..cc3457c52 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_elta.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_elta.glif index 4f87c1e8f..642769e80 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_elta.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_elta.glif @@ -12,7 +12,7 @@ uni0394 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_linebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_linebelow.glif index 4407c7af6..913a2b7c5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_z.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_z.glif index 43ef189f8..a91d2d701 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_z.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_z.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_zcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_zcaron.glif index eabe60bec..9e6b953ab 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_zcaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:38 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_.glif index 2750df476..5c4ea8a07 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_.glif @@ -32,7 +32,7 @@ E 0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:17 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_acute.glif index 2dd7016f6..f58499fc1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_acute.glif @@ -16,7 +16,7 @@ Eacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_breve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_breve.glif index 619c18bad..55b0c23d2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_breve.glif @@ -16,7 +16,7 @@ Ebreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_caron.glif index 4f1dc0994..582268098 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_caron.glif @@ -16,7 +16,7 @@ Ecaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_cedillabreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_cedillabreve.glif index e02279a12..f839666cc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_cedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_cedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:45 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflex.glif index cd4994a26..de21fb722 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflex.glif @@ -16,7 +16,7 @@ Ecircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexacute.glif index 77f449827..1df369913 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexdotbelow.glif index c7a06c20c..f986cfc77 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexgrave.glif index 597b385bc..6df43670e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexhookabove.glif index 379a76891..48df39ae2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflextilde.glif index 272d99d77..84aa0da20 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dblgrave.glif index 24e4fc7da..6a56de7aa 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dieresis.glif index b2022c4ad..f6a5d12a5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dieresis.glif @@ -16,7 +16,7 @@ Edieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotaccent.glif index 26257c628..d9da7dd65 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotaccent.glif @@ -16,7 +16,7 @@ Edotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotbelow.glif index 1f6856645..9c2eaa150 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_grave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_grave.glif index ad401954b..7ea27ebcc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_grave.glif @@ -16,7 +16,7 @@ Egrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_hookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_hookabove.glif index 4545475f1..f6d539beb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_invertedbreve.glif index f3fa005ff..7710e5da4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macron.glif index 2b18c8029..60121b119 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macron.glif @@ -16,7 +16,7 @@ Emacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macronacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macronacute.glif index e815e8148..cdda20344 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macrongrave.glif index 5df8ff5aa..679de3afb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ng.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ng.glif index 6e31a6dca..9af17b94d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ng.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ng.glif @@ -36,7 +36,7 @@ Eng 17 10 8 3 0 1 1 74 5 1 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 19 0 19 17 28 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ogonek.glif index dd418c23c..0b0f7c832 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ogonek.glif @@ -20,7 +20,7 @@ Eogonek 18 1 4 3 19 1 5 4 2 74 0 0 0 1 2 0 1 97 0 4 0 5 4 5 95 9 1 8 8 7 89 0 7 7 17 75 0 2 2 3 89 6 1 3 3 18 3 76 0 0 0 34 0 34 17 23 36 39 17 17 17 17 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_th.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_th.glif index 06704831d..c0819a943 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_th.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_th.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey D com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_tilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_tilde.glif index bd34c9ec9..6b41b3e9f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zh.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zh.glif index 7c891c687..28a759a24 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zh.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:46:07 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zhcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zhcaron.glif index 6cafb1da7..7155c3d95 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zhcaron.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:45:59 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_.glif index 52ee9d264..1a32163e1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_.glif @@ -28,7 +28,7 @@ F 0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:45:43 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_dotaccent.glif index 9424f7ee2..7d7a8419c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:46:12 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_.glif index 75ef6b228..a2d16ad09 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_.glif @@ -60,7 +60,7 @@ G 21 1 3 2 22 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 38 38 38 39 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_breve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_breve.glif index 67e26039f..278e62c44 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_breve.glif @@ -14,7 +14,7 @@ Gbreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_caron.glif index c1f9d663b..b4b022513 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_caron.glif @@ -14,7 +14,7 @@ Gcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_circumflex.glif index 275f5728b..b6316410b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_circumflex.glif @@ -14,7 +14,7 @@ Gcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_commaaccent.glif index 82863a7be..172441153 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_commaaccent.glif @@ -14,7 +14,7 @@ Gcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_dotaccent.glif index 698c4c46d..c58ea1f70 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_dotaccent.glif @@ -14,7 +14,7 @@ Gdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_ermandbls.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_ermandbls.glif index c9992bbe1..831712022 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_ermandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_ermandbls.glif @@ -63,7 +63,7 @@ uni1E9E 35 1 2 6 34 1 5 2 23 1 4 5 22 1 7 4 4 74 0 1 0 6 0 1 6 112 0 2 0 5 4 2 5 99 0 6 6 0 91 0 0 0 17 75 0 7 7 18 75 0 4 4 3 91 0 3 3 26 3 76 20 36 21 37 38 18 20 34 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_macron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_macron.glif index 7f0113ad2..3c3864165 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_macron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_.glif index 90e427b10..bd349a7e4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_.glif @@ -30,7 +30,7 @@ H 0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_bar.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_bar.glif index 99052f14d..3f1a847f8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_bar.glif @@ -42,7 +42,7 @@ Hbar 0 11 0 2 1 11 2 97 8 1 6 6 17 75 10 4 2 0 0 5 89 9 7 2 5 5 20 75 3 1 1 1 18 1 76 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_brevebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_brevebelow.glif index 6e61de811..a1c8f1779 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_brevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_brevebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_circumflex.glif index 9ff82261e..3a1ffed67 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ Hcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_dotbelow.glif index ec71e5d32..de9ed71d5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.glif index 7c7b214ec..f609fbae2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.glif @@ -24,7 +24,7 @@ I 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.uc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.uc.glif index 00185019e..efb9c727d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.uc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.uc.glif @@ -15,7 +15,7 @@ I.uc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J_.glif index 69dd08b34..681bd5725 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J_.glif @@ -18,7 +18,7 @@ IJ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J__acutecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J__acutecomb.glif index 58aea8645..f69f4c0fb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J__acutecomb.glif @@ -22,7 +22,7 @@ IJ_acutecomb 11 10 7 5 4 1 6 1 72 24 1 0 71 4 2 3 3 1 1 17 75 0 0 0 18 0 76 16 16 12 12 16 32 16 32 12 15 12 15 29 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_acute.glif index 7b58fbbe7..7402e9d0c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_acute.glif @@ -16,7 +16,7 @@ Iacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_breve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_breve.glif index f4eb9d482..734c1f161 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_breve.glif @@ -16,7 +16,7 @@ Ibreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_caron.glif index 0ac2c1740..25d9b78d6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_circumflex.glif index 4ead2d63b..05cd15194 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_circumflex.glif @@ -16,7 +16,7 @@ Icircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dblgrave.glif index a3c838d3e..d54c2cb94 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresis.glif index 7499e371b..6baeb517c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresis.glif @@ -16,7 +16,7 @@ Idieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresisacute.glif index 59feb91c9..006c6a6fb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotaccent.glif index e370ad62f..463c4301b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotaccent.glif @@ -16,7 +16,7 @@ Idotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotbelow.glif index 8e80544e3..199697c1e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_grave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_grave.glif index 67871ba60..1b6e347c0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_grave.glif @@ -16,7 +16,7 @@ Igrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_hookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_hookabove.glif index c8dad87c6..d7a7c1b1d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_invertedbreve.glif index 0772ab1dd..5bd0e5dbd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_macron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_macron.glif index 36d0e52ce..85232a280 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_macron.glif @@ -16,7 +16,7 @@ Imacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_ogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_ogonek.glif index 19f22961d..6554f9dc0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_ogonek.glif @@ -20,7 +20,7 @@ Iogonek 1 1 3 2 2 1 0 3 2 74 4 1 3 0 0 3 0 95 0 1 1 17 75 0 2 2 18 2 76 0 0 0 24 0 23 17 24 36 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_tilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_tilde.glif index ca0dfff1d..0891b6e63 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_tilde.glif @@ -16,7 +16,7 @@ Itilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_.glif index 5bcd44604..71bddaaa1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_.glif @@ -33,7 +33,7 @@ J 8 1 0 71 1 1 0 0 17 0 76 0 0 0 16 0 16 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_circumflex.glif index d4704f5b6..57a420c02 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_circumflex.glif @@ -14,7 +14,7 @@ Jcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_.glif index ac99b4e5a..c5f0b7776 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_.glif @@ -38,7 +38,7 @@ K 24 21 15 1 4 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 25 23 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_commaaccent.glif index d9b0ea87a..304cc3fc2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_commaaccent.glif @@ -14,7 +14,7 @@ Kcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_.glif index 86e2ee74c..91c7452bb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_.glif @@ -26,7 +26,7 @@ L 3 1 2 2 17 75 0 0 0 1 89 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_J_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_J_.glif index 5be35652b..e8c9914bb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_acute.glif index 60f74aaf1..60ad42175 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_acute.glif @@ -16,7 +16,7 @@ Lacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_caron.glif index 56daa78a7..4651639ad 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_caron.glif @@ -35,7 +35,7 @@ Lcaron com.schriftgestaltung.Glyphs.glyph.leftMetricsKey L com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:24 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_commaaccent.glif index f379a3b98..fc2273ccf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_commaaccent.glif @@ -16,7 +16,7 @@ Lcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dot.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dot.glif index 30c5e1acd..244449851 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dot.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dot.glif @@ -16,7 +16,7 @@ Ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dotbelow.glif index df641087b..c7a786c89 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_j.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_j.glif index f325852b4..b080f8f0d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_j.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_linebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_linebelow.glif index 9c5d1516f..ecd6d2bf6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_slash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_slash.glif index 365bb3b69..007afbb52 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_slash.glif @@ -30,7 +30,7 @@ Lslash 10 9 4 3 4 2 1 1 74 0 1 1 17 75 3 1 2 2 0 89 0 0 0 18 0 76 0 0 0 13 0 13 21 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_.glif index ef038cdea..82977698d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_.glif @@ -37,7 +37,7 @@ M 14 9 2 3 1 0 1 74 12 1 1 71 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 18 0 18 25 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotaccent.glif index 54b549e9d..d0e138d2a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotbelow.glif index ec3bd2058..fd13baf59 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_.glif index 338acfd6e..3fc4fe501 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_.glif @@ -32,7 +32,7 @@ N 9 2 2 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_J_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_J_.glif index 412893f29..d4ef3d43d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_J_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_J_.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_acute.glif index c96d16d7a..91fab6d12 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_acute.glif @@ -14,7 +14,7 @@ Nacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_caron.glif index 32696e088..48c1e2824 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_caron.glif @@ -14,7 +14,7 @@ Ncaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_commaaccent.glif index e66a9d461..4afbdba3d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_commaaccent.glif @@ -14,7 +14,7 @@ Ncommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotaccent.glif index 255e07733..d80b57187 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotbelow.glif index e171b0eb7..560920d78 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_j.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_j.glif index 6dd1b3090..79e0e9808 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_j.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_j.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_linebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_linebelow.glif index ffa6def3f..9ab86cdfc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_linebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_tilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_tilde.glif index c51e59700..e0112b010 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_tilde.glif @@ -14,7 +14,7 @@ Ntilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_.glif index 4c0a3ccde..6ebea4fff 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_.glif @@ -48,7 +48,7 @@ O 0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 37 37 38 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:29:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_E_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_E_.glif index cea65fee2..61a7afed4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_E_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_E_.glif @@ -128,7 +128,7 @@ NPUSHB[ ] /* 24 values pushed */ 27 27 0 0 27 39 27 38 33 31 0 26 0 26 19 38 35 17 17 17 17 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_acute.glif index 5f49bae70..3c2f23d41 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_acute.glif @@ -18,7 +18,7 @@ Oacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_breve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_breve.glif index 8a505ec76..6898e7895 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_breve.glif @@ -18,7 +18,7 @@ Obreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_caron.glif index b5ecdc410..c7a066e49 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_caron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflex.glif index 9dd7adcbc..adbd42be4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflex.glif @@ -18,7 +18,7 @@ Ocircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexacute.glif index 1a6606f0d..69769ae1a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexdotbelow.glif index d133559b3..a10085d5e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexgrave.glif index 3c925c048..6e70d0911 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexhookabove.glif index 24e9edfaf..d099ab569 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflextilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflextilde.glif index c6440986c..7998713c7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dblgrave.glif index 46c865e23..5c08aab71 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresis.glif index bd7436c96..bb7a02ff9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresis.glif @@ -18,7 +18,7 @@ Odieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresismacron.glif index 143912956..bad355eed 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotaccentmacron.glif index 6d558064d..f33bbf76f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotbelow.glif index 54c5976d5..1637b7358 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_grave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_grave.glif index 460f9fc75..66d0fbd85 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_grave.glif @@ -18,7 +18,7 @@ Ograve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hm.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hm.glif index 10b46da8c..f7f20700f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hm.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hm.glif @@ -48,7 +48,7 @@ uni2126 34 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hookabove.glif index f3d80c280..4a700c489 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horn.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horn.glif index 6f081271e..10a8ddd60 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horn.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:51:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornacute.glif index add631ac2..43fad710b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horndotbelow.glif index 56654e226..a565fb1a2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horngrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horngrave.glif index 138b2eba8..3d12f15d3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornhookabove.glif index a5515a019..1e75ff0fe 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horntilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horntilde.glif index 853e94f2d..80451e666 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hungarumlaut.glif index 5cf4260e4..83b527cc1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hungarumlaut.glif @@ -18,7 +18,7 @@ Ohungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_invertedbreve.glif index 549e4f712..df84a00a9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_invertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macron.glif index c6936fe67..6d18b7f6b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macron.glif @@ -18,7 +18,7 @@ Omacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macronacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macronacute.glif index 453a613ea..ec9a7d42f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macrongrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macrongrave.glif index ce38289ff..a3fdb1762 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_mega.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_mega.glif index b13ff8aa7..e83720c90 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_mega.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_mega.glif @@ -12,7 +12,7 @@ uni03A9 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_ogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_ogonek.glif index e60acfb48..a68464a08 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_ogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slash.glif index e66855131..799e5ade5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slash.glif @@ -77,7 +77,7 @@ Oslash 21 1 2 1 40 39 31 30 24 12 9 7 3 2 2 74 23 22 2 1 72 11 10 2 0 71 4 1 2 2 1 91 0 1 1 25 75 5 1 3 3 0 91 0 0 0 26 0 76 34 34 25 25 34 42 34 41 25 33 25 32 43 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slashacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slashacute.glif index 75125a0f5..82ac552a7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slashacute.glif @@ -13,7 +13,7 @@ Oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tilde.glif index f7da43c8b..c4d1b33ed 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tilde.glif @@ -18,7 +18,7 @@ Otilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildeacute.glif index 0b5e491b9..e796f90e9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildedieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildedieresis.glif index 7f0315639..5b078eb8a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildemacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildemacron.glif index 98f63d024..1627af6e5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_.glif index 26590e5c0..9a7b1476f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_.glif @@ -65,7 +65,7 @@ NPUSHB[ ] /* 23 values pushed */ 17 17 1 0 17 28 17 27 23 21 15 14 12 10 5 3 0 16 1 16 8 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_dotaccent.glif index 74acc9b73..60b2b41d5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Q_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Q_.glif index 9908f172b..47c2b3154 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Q_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Q_.glif @@ -43,7 +43,7 @@ Q 31 1 2 4 5 1 0 2 6 1 1 0 3 74 0 0 0 1 0 1 95 0 5 5 3 91 0 3 3 25 75 0 4 4 2 91 0 2 2 26 2 76 37 41 38 21 37 33 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_.glif index 596dcc926..db47b9a78 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_.glif @@ -73,7 +73,7 @@ NPUSHB[ ] /* 15 values pushed */ 29 29 29 41 29 38 43 34 33 17 36 22 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_acute.glif index 58ff7e848..6a890b15a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_acute.glif @@ -14,7 +14,7 @@ Racute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_caron.glif index d12cd83eb..a2c384be0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_caron.glif @@ -14,7 +14,7 @@ Rcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_commaaccent.glif index 01fc23afc..043a74414 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_commaaccent.glif @@ -14,7 +14,7 @@ Rcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dblgrave.glif index 1189cb672..f882b69ac 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dblgrave.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dotbelow.glif index 7ac205d1c..ddca43a47 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_invertedbreve.glif index 9b0530180..cfb325b6e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_invertedbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_linebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_linebelow.glif index 8908ee100..3ba0b416f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_linebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_.glif index 661edde12..537c28459 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_.glif @@ -56,7 +56,7 @@ S 20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 36 45 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acute.glif index 2d64e67a1..6b76d62ec 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acute.glif @@ -14,7 +14,7 @@ Sacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acutedotaccent.glif index 7866c5a8b..c1690a7ee 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acutedotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_caron.glif index 7f09850f0..fd96033da 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_caron.glif @@ -14,7 +14,7 @@ Scaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_carondotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_carondotaccent.glif index 249fdef74..070e003fb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_carondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_carondotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_cedilla.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_cedilla.glif index 89aa528e5..076d3f4f8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_cedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 19 values pushed */ 0 0 0 59 0 58 54 52 39 37 30 29 26 24 20 18 7 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_chwa.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_chwa.glif index 3e5eef3e4..7a0793f77 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_chwa.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_chwa.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:28:51 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_circumflex.glif index c7bfd7e42..6e3337268 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_circumflex.glif @@ -14,7 +14,7 @@ Scircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_commaaccent.glif index d196cbb1f..e184e71f6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_commaaccent.glif @@ -14,7 +14,7 @@ Scommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotaccent.glif index 5e5659fae..e2c207746 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelow.glif index 667b4d03d..72d396c4b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif index 1db7d82e0..893087ddf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_.glif index a5111aa1d..9236d751a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_.glif @@ -27,7 +27,7 @@ T 4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_bar.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_bar.glif index 4f8a6f8d2..ba0466177 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_bar.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_bar.glif @@ -32,7 +32,7 @@ Tbar 4 1 0 3 1 1 2 0 1 97 8 7 2 5 5 6 89 0 6 6 17 75 0 2 2 18 2 76 0 0 0 15 0 15 17 17 17 17 17 17 17 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_caron.glif index 6dc9cc7c2..4f1448755 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_caron.glif @@ -15,7 +15,7 @@ Tcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_cedilla.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_cedilla.glif index 3994cc879..68b79a1e8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_commaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_commaaccent.glif index 463e3c780..ae9cbdf96 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_commaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotaccent.glif index d9bc2c063..3a7742d42 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotbelow.glif index 39604d5f5..86c649dff 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_horn.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_horn.glif index 71464ebf9..ccc8ac861 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_horn.glif @@ -64,7 +64,7 @@ NPUSHB[ ] /* 10 values pushed */ 37 36 34 17 17 18 34 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_linebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_linebelow.glif index 42bf9f374..cbb4d7510 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_linebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_.glif index 4dc97f666..4d6d8361f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_.glif @@ -47,7 +47,7 @@ U 2 1 0 0 17 75 0 1 1 3 91 0 3 3 26 3 76 36 20 37 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_acute.glif index 0fc216903..2483a2425 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_acute.glif @@ -16,7 +16,7 @@ Uacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_breve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_breve.glif index c4caa3c62..8efe982e6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_breve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_breve.glif @@ -16,7 +16,7 @@ Ubreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_caron.glif index b565e04f1..79e1bcfc6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_circumflex.glif index 5b6934fdc..b10196527 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_circumflex.glif @@ -16,7 +16,7 @@ Ucircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dblgrave.glif index eea3146ac..030e6407c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresis.glif index e945b63ff..2d6cd0137 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresis.glif @@ -16,7 +16,7 @@ Udieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisacute.glif index 1ecb01dbc..f6b9463f1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresiscaron.glif index fff34c4b2..e14e5afc7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresiscaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:41 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisgrave.glif index 6e4714b3c..ec8312f3a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresismacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresismacron.glif index eb8c86554..570484d11 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresismacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dotbelow.glif index 2b4ffe234..ca7805870 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_grave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_grave.glif index 87be1e9a3..9fc45f3e8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_grave.glif @@ -16,7 +16,7 @@ Ugrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hookabove.glif index f1c76a957..bab3ed7cf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horn.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horn.glif index a92bd1de2..a4adacac8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horn.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horn.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornacute.glif index 0a54ad659..608107282 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horndotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horndotbelow.glif index 751d9897b..4142de23f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horndotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horngrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horngrave.glif index efa8ea037..b7bc1c4bb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horngrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornhookabove.glif index 5821e5dba..a4fd3bf00 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horntilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horntilde.glif index fda733b30..1184ccd88 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horntilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hungarumlaut.glif index e5fb947f4..b0737e455 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hungarumlaut.glif @@ -16,7 +16,7 @@ Uhungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_invertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_invertedbreve.glif index 5f5d35428..8c94ce324 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_invertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macron.glif index 39173d6d9..fd72df33d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macron.glif @@ -16,7 +16,7 @@ Umacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macrondieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macrondieresis.glif index 82fb26b22..fe0ec5555 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macrondieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ogonek.glif index 640cbec9e..ef2c08dbf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ogonek.glif @@ -20,7 +20,7 @@ Uogonek 23 1 2 4 12 1 0 2 13 1 1 0 3 74 0 0 0 1 0 1 95 6 5 2 3 3 17 75 0 4 4 2 91 0 2 2 26 2 76 0 0 0 43 0 43 37 21 39 36 41 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ring.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ring.glif index 49eb11867..38545d97a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ring.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ring.glif @@ -16,7 +16,7 @@ Uring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tilde.glif index ac5324b32..9dc76fc03 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tilde.glif @@ -16,7 +16,7 @@ Utilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tildeacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tildeacute.glif index 9e889a824..494fbb73b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tildeacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/V_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/V_.glif index 057994fb5..d19b4f200 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/V_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/V_.glif @@ -27,7 +27,7 @@ V 2 1 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_.glif index 7d8810b5b..6824bd8a7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_.glif @@ -38,7 +38,7 @@ W 17 11 4 3 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_acute.glif index 4f4cb4885..ae558bd59 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_acute.glif @@ -14,7 +14,7 @@ Wacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_circumflex.glif index 86aafd67d..e071c60a9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_circumflex.glif @@ -14,7 +14,7 @@ Wcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_dieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_dieresis.glif index dd3c7641d..d1f9b5673 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_dieresis.glif @@ -14,7 +14,7 @@ Wdieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_grave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_grave.glif index c9fea1965..0d610e4be 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_grave.glif @@ -14,7 +14,7 @@ Wgrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/X_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/X_.glif index 2b425c4b7..74f668a38 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/X_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/X_.glif @@ -30,7 +30,7 @@ X 11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_.glif index 4f1279081..1d5479d7c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_.glif @@ -30,7 +30,7 @@ Y 10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_acute.glif index 9ca69fdc3..1e9df7935 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_acute.glif @@ -15,7 +15,7 @@ Yacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_circumflex.glif index 5f619eb12..370c1e3e0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_circumflex.glif @@ -15,7 +15,7 @@ Ycircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dieresis.glif index 1b9822df9..e92c91e23 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dieresis.glif @@ -15,7 +15,7 @@ Ydieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotaccent.glif index e9b81dfdd..23feeb529 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotbelow.glif index dc5575ec5..fbd153166 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_grave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_grave.glif index 6631e865a..476edfd0f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_grave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_grave.glif @@ -15,7 +15,7 @@ Ygrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_hookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_hookabove.glif index 3cb01b32c..ee45e1b5e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_hookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_hookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_macron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_macron.glif index 55b00f93f..4e03d0b79 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_macron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_tilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_tilde.glif index 74f1a8fff..a1a599a79 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_.glif index acb325ae7..08b812fa0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_.glif @@ -31,7 +31,7 @@ Z 0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_acute.glif index 046aee538..130953765 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_acute.glif @@ -15,7 +15,7 @@ Zacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_caron.glif index 3b1a9fe58..1432febf0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_caron.glif @@ -15,7 +15,7 @@ Zcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotaccent.glif index 6d1a2a96e..c606a85f6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotaccent.glif @@ -15,7 +15,7 @@ Zdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotbelow.glif index fc701fb26..0aad363b2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_notdef.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_notdef.glif index 27f7dec11..7a8dd9309 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_notdef.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_notdef.glif @@ -33,7 +33,7 @@ 11 5 1 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_null.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_null.glif index c046681c8..c44fc6ff4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_null.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.glif index a8996579f..973de2c08 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.glif @@ -66,7 +66,7 @@ NPUSHB[ ] /* 13 values pushed */ 18 18 18 33 18 32 42 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:24 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.sc.glif index 37c418822..a23e19b04 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.sc.glif @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:30:33 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.glif index cc597ff23..cb1b41992 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.glif @@ -15,7 +15,7 @@ aacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.sc.glif index 6eab29f4c..76be2ecd7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.glif index 0d1b275ac..c493b350f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.glif @@ -15,7 +15,7 @@ abreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.sc.glif index b205d5cef..c24dc0604 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.glif index 6266fb918..d8987c6d0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.sc.glif index 7cdc2ea9b..b864c5799 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.glif index a2b57e2fd..629528745 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.sc.glif index 589286a3f..dee634f65 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.glif index b34a19222..bf15d4469 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.sc.glif index 80afc34ec..69bde8059 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.glif index 370aa6b52..b76805b51 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.sc.glif index 23501206f..7a10d96bb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.glif index 18a1e7541..020b2d326 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.sc.glif index ffc702d09..fd34e4865 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.glif index 8df2f6554..d8cdf3744 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.sc.glif index 347bea704..577dd1093 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.glif index 5116cc056..518a5540d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.glif @@ -15,7 +15,7 @@ acircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.sc.glif index f25639f03..ffa4e1cfa 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.glif index 57b18132a..ebf87b040 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.sc.glif index 3a8795673..6dd8e5509 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.glif index f2016e755..f15dd66db 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif index c115b4e2a..acb730392 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.glif index 8396ddb60..7bedf388a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.sc.glif index 262b97ecb..ad3e433ee 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.glif index 7aea9f0a8..64cb4cf61 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif index 96c8085e9..1161a92f9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.glif index 99245759f..562e5213d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.sc.glif index 8c5f8a7fb..2afe98222 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acute.glif index 9c6dfeed0..3c9f4d0f4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acute.glif @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.case.glif index 5a68d5fd8..be784843f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.case.glif @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.glif index dcaf81f14..2217a645f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.glif @@ -23,7 +23,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.glif index 2d9d18c95..2bb8b4061 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.sc.glif index 80a2bb97f..5b73668b8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.glif index 3e309efe2..660b00550 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.glif @@ -15,7 +15,7 @@ adieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.sc.glif index 44925d457..793d87774 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.glif index 832b23fd5..4c2b8e0a5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.sc.glif index 3caf7701a..3b0e14319 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.glif index b18784d31..07ec766e9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.glif @@ -83,7 +83,7 @@ ae 22 1 6 2 39 1 9 6 52 10 3 2 4 5 4 3 74 0 9 0 4 5 9 4 99 8 1 6 6 2 91 3 1 2 2 28 75 7 10 2 5 5 0 91 1 1 0 0 26 0 76 0 0 62 61 58 56 50 48 43 41 0 36 0 35 22 35 36 36 38 11 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.sc.glif index 2c357aef3..7e4d0b8e5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.sc.glif @@ -56,7 +56,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:48:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.glif index 129294c34..35ff1824c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.glif @@ -14,7 +14,7 @@ aeacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.sc.glif index efec0a94b..b3e82da78 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:21:05 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.glif index 56f455046..ac02a6dd5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.glif @@ -15,7 +15,7 @@ agrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.sc.glif index 413513c11..2fcdac33b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.glif index 9e15223a6..cc86ef23b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.sc.glif index 2710c3ab4..a3633b3c2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.glif index 0983d2d47..71a066eda 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.sc.glif index 6e757a755..60df2559c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.glif index bbfe2a2a7..e1540eff6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.glif @@ -15,7 +15,7 @@ amacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.sc.glif index 8c28ab498..386b54c26 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ampersand.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ampersand.glif index 1368f4ca9..201bc932d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ampersand.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ampersand.glif @@ -100,7 +100,7 @@ ampersand 62 1 6 7 44 28 2 0 6 82 79 54 46 6 5 1 0 18 13 2 2 1 4 74 0 6 5 1 0 1 6 0 99 0 7 7 4 91 0 4 4 25 75 8 1 1 1 2 91 3 1 2 2 26 2 76 38 41 37 31 45 35 35 55 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.glif index ffe113b28..fc44d9d52 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.glif @@ -19,7 +19,7 @@ aogonek 28 1 4 2 44 14 2 5 4 1 1 3 1 2 1 0 3 4 74 29 1 2 72 6 1 3 0 0 3 0 95 0 4 4 2 91 0 2 2 28 75 7 1 5 5 1 91 0 1 1 26 1 76 39 39 0 0 39 54 39 53 48 46 0 38 0 37 37 43 36 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.sc.glif index b74e76937..010283d6c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/apostrophemod.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/apostrophemod.glif index 5c986d144..f3d97ce7d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/apostrophemod.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/apostrophemod.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/approxequal.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/approxequal.glif index ac8cc889d..a00a0227c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/approxequal.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/approxequal.glif @@ -12,7 +12,7 @@ approxequal com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.glif index 6d1457759..209a1d6f0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.glif @@ -15,7 +15,7 @@ aring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.sc.glif index 9d457bd00..55f505bf3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.glif index 026e73d45..adab021b5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.sc.glif index 9cc5d0f97..87468a614 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciicircum.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciicircum.glif index caf5d03b6..f3a28b6ed 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciicircum.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciicircum.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciitilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciitilde.glif index 1dca1784a..a08e23fe9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciitilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciitilde.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asterisk.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asterisk.glif index 453ad23f0..23ae3f244 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asterisk.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asterisk.glif @@ -46,7 +46,7 @@ asterisk 29 28 26 21 19 18 16 14 13 11 6 4 3 1 14 1 0 1 74 0 1 1 0 89 0 0 0 19 1 76 30 24 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.case.glif index 0cde0499c..762493d9f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.glif index c24e2b917..5d235159d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.glif @@ -117,7 +117,7 @@ NPUSHB[ ] /* 24 values pushed */ 70 70 0 0 70 83 70 82 77 75 0 69 0 68 38 38 37 43 38 40 38 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.glif index 14f7d18ea..8d8e46508 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.glif @@ -15,7 +15,7 @@ atilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.sc.glif index b69f3fd13..70ef0248f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.glif index 989f0892e..9ecc2ca27 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.glif @@ -56,7 +56,7 @@ b 29 14 2 4 3 10 9 2 0 4 2 74 0 1 1 19 75 0 3 3 2 91 5 1 2 2 28 75 6 1 4 4 0 91 0 0 0 26 0 76 18 18 0 0 18 32 18 31 25 23 0 17 0 16 20 37 7 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.sc.glif index 1b3e049f0..4e725a2a0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.sc.glif @@ -103,7 +103,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:31:32 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.case.glif index 3ff1a750e..983ebf14e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.case.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.glif index 0a53579f1..a43a5d222 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.glif @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bar.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bar.glif index a6c994a18..aeccb15e8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bar.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bar.glif @@ -20,7 +20,7 @@ bar 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.glif index 8b14ed906..e8df8bb27 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.sc.glif index 318bcd4d6..bfff7270d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bitcoin.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bitcoin.glif index 27ff14ce6..278aa788a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bitcoin.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bitcoin.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackD_iamond.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackD_iamond.glif index a731693e9..8d29731c6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackS_quare.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackS_quare.glif index 5e50414bd..b947d4636 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.case.glif index 252afdba8..c0c5ef54d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.glif index 5c9b3d974..157d7ad15 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.case.glif index fe89a1cb3..440aabb33 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.case.glif @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.glif index 5b7fafb96..affdfb20c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.glif @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.case.glif index 30e990f55..10768e274 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.case.glif @@ -36,7 +36,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.glif index 783f05d36..e36753a8c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.glif @@ -37,7 +37,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.case.glif index eb64b49a7..5021afa1f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.case.glif @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.glif index d8a6d428f..b82022643 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.case.glif index 70ef250ca..667206e48 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.case.glif @@ -36,7 +36,7 @@ breve.cap 15 1 1 0 1 74 2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 38 19 36 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.glif index d2b4e5a71..fac7824a9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.case.glif index fa5e6edf3..1addd6fce 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.glif index 9d3c5c17b..b845aacab 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.case.glif index dcc3bf718..a59e058cf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.case.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.glif index 56818a8cd..542befa8f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.glif @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif index 7cf8b6f94..1b2f566b9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.glif index 937bda87f..c190ac70c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif index 1d55de558..4164ec8a0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.glif index f640489b7..e86b90aa6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif index d0487eada..f5afe6913 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif index e11d503ab..3a57f4375 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif index 08965e3a4..01b7c8659 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.glif index 8f65f3b58..a100663d0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.case.glif index 5eca6fbbf..681ee41d5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.case.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.glif index 8f926a5c8..bfdfcd94f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.glif @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brokenbar.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brokenbar.glif index 90db1c6c5..0df31cde0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brokenbar.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brokenbar.glif @@ -26,7 +26,7 @@ brokenbar 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.case.glif index 95830e6f9..a0b07ed47 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.case.glif @@ -27,7 +27,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.glif index cf543bbb1..623e9b287 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.glif @@ -28,7 +28,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bulletoperator.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bulletoperator.glif index 589096dd8..9bb029020 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bulletoperator.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.glif index fac0adb29..adc06ea3b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.glif @@ -50,7 +50,7 @@ c 2 1 0 3 17 16 3 3 1 0 2 74 0 0 0 3 91 4 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 27 0 26 37 37 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.sc.glif index 1d1ccbd56..d9abc241a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.sc.glif @@ -65,7 +65,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.glif index 162cb9ef5..ba58c9295 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.glif @@ -14,7 +14,7 @@ cacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.sc.glif index 03951c970..9f019ab28 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.case.glif index 49108d96c..8a6fe891c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.case.glif @@ -23,7 +23,7 @@ caron.cap 6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.glif index f0e45f12b..b2d9c010c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.alt.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.alt.glif index 27fad0d9f..716a385ea 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.alt.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.case.glif index d0cac95e4..b1b84a0c8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.case.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.glif index 9f20c1e83..00fcd39aa 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.glif index 3a33b422b..11749c5c1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.glif @@ -14,7 +14,7 @@ ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.sc.glif index 92b13b921..4155a3ae4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.glif index 7f83eb594..1fc0c83b3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 42 0 41 41 36 42 37 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:10:56 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.sc.glif index de2ba8bbc..c3dc6607e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.glif index a13aa4072..52597b0e2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.sc.glif index 6f5cea68c..57c90db22 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.glif index c1f3d1629..10aa59b44 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.glif @@ -14,7 +14,7 @@ ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.sc.glif index c4cbd7e6a..f1b01d7a2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.glif index 007cdc7b7..b37cf2464 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.glif @@ -14,7 +14,7 @@ cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.sc.glif index b3642d259..f4bdeecc8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedi.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedi.glif index ab8d4804b..90917c82d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedi.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedi.glif @@ -65,7 +65,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 27 0 27 26 17 20 17 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedilla.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedilla.glif index 1355af816..00bff8147 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedilla.glif @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.case.glif index 02bd62f5a..56da733b6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.glif index 10509b1ed..c5f6ba265 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cent.glif index 65e7f2b59..545327a43 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cent.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 33 0 32 17 25 17 21 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.case.glif index b3e5cc8ab..bcfb0c070 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.case.glif @@ -23,7 +23,7 @@ circumflex.cap 6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.glif index 1915ac335..5c20be5ad 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.case.glif index 4920737f1..8a0ea5fe8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.case.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.glif index 41521b546..b9c6cb68c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 4b072a907..1fc542375 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif index 51df62e89..0dc1be832 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif index b453b24bd..5391e0bf7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif index 5d1acbe84..b5735e201 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index 7a620106f..5399d0277 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif index ad5b13ad4..a794094ab 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif index b66c06c71..aa956025e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif index 0aa4e7b3d..0f22d8b00 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colon.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colon.glif index d131c13e5..4341fea69 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colon.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colon.glif @@ -12,7 +12,7 @@ colon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colonsign.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colonsign.glif index 124029c17..f48fa1f47 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colonsign.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colonsign.glif @@ -96,7 +96,7 @@ NPUSHB[ ] /* 11 values pushed */ 33 50 26 18 49 31 18 16 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/comma.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/comma.glif index 1515f3c0e..914251c65 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/comma.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/comma.glif @@ -35,7 +35,7 @@ comma 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.case.glif index 184986d47..eb5ddb471 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.case.glif @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.glif index 2d1d4c3eb..27939eae5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.glif @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif index 1ec6d776d..d283242a8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.glif index 2674a75b9..ec28ce475 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.glif @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedmod.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedmod.glif index dc8d74712..9fa8fae3c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedmod.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedmod.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commercialM_inusS_ign.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commercialM_inusS_ign.glif index 5792b1e4b..142d6ddf6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/copyright.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/copyright.glif index 2b918de68..ea5475b55 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/copyright.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/currency.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/currency.glif index d9bb7d28f..c00f21800 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/currency.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/currency.glif @@ -66,7 +66,7 @@ currency 29 23 2 2 1 32 20 14 2 4 3 2 11 5 2 0 3 3 74 31 30 22 21 4 1 72 13 12 4 3 4 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 20 2 76 36 36 36 51 36 50 44 42 27 25 39 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.glif index 62e405ddd..868dabb9e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.glif @@ -71,7 +71,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 25 23 0 16 0 16 37 35 17 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.sc.glif index 6e39aa3f3..391931bd6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.sc.glif @@ -82,7 +82,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dagger.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dagger.glif index 9e386dd00..5d5d92ded 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dagger.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dagger.glif @@ -32,7 +32,7 @@ dagger 4 1 1 2 1 74 0 5 0 5 115 3 1 1 4 1 0 5 1 0 98 0 2 2 19 2 76 18 17 18 18 17 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/daggerdbl.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/daggerdbl.glif index aad37e2d8..dd1145e36 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/daggerdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/daggerdbl.glif @@ -42,7 +42,7 @@ daggerdbl 9 1 3 4 4 1 1 2 2 74 0 9 0 9 115 5 1 3 6 1 2 1 3 2 98 7 1 1 8 1 0 9 1 0 97 0 4 4 19 4 76 24 23 17 18 17 18 18 17 18 17 16 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.case.glif index 735d88799..6751e4f5a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.glif index 749a1ec7f..94dd9379e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.glif index d05417b0f..4c1594176 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.glif @@ -33,7 +33,7 @@ dcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:09 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.sc.glif index 0850a2937..74008de66 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcroat.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcroat.glif index 6bd046ac6..5055af7a3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcroat.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcroat.glif @@ -38,7 +38,7 @@ NPUSHB[ ] /* 18 values pushed */ 25 25 25 39 25 38 39 17 17 17 18 37 35 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.glif index 82f01e85d..d26980004 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.sc.glif index d8c9f64dd..4739569bc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.glif index 0a3f3f4a1..390e7102c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.sc.glif index 5cdbf8cdd..e30d0db05 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/degree.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/degree.glif index bd874b422..197d703e9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/degree.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/degree.glif @@ -60,7 +60,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/delta.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/delta.sc.glif index aceac89a8..41afe11cf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/delta.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.case.glif index 3e29a47f1..59ea0ba84 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.case.glif @@ -42,7 +42,7 @@ dieresis.cap 2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 36 37 37 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.glif index 28539716e..7c9cf18ff 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif index 3edb90fad..5d5191cfb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.glif index 3b00336a4..4f226c547 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.case.glif index 5e088e336..b04c63047 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.glif index 1b3356cab..8f8835e47 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.glif @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divide.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divide.glif index 5d1da1c50..996dd20c5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divide.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divide.glif @@ -48,7 +48,7 @@ divide 0 0 0 1 3 0 1 99 6 1 3 0 2 4 3 2 97 0 4 5 5 4 87 0 4 4 5 91 0 5 4 5 79 14 14 29 27 22 20 14 17 14 17 20 37 34 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divisionslash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divisionslash.glif index 63f2a051f..c077fd029 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divisionslash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divisionslash.glif @@ -20,7 +20,7 @@ uni2215 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.glif index c0996ce63..0bc6c32a2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.sc.glif index 2ce78bc39..681f86410 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dollar.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dollar.glif index e9038e419..2a9446d9c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dollar.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dollar.glif @@ -154,7 +154,7 @@ NPUSHB[ ] /* 17 values pushed */ 0 0 0 50 0 49 43 42 41 40 27 25 17 16 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dong.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dong.glif index d6b897da0..91405ca4d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dong.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dong.glif @@ -75,7 +75,7 @@ NPUSHB[ ] /* 18 values pushed */ 48 47 46 45 42 40 35 37 38 35 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.case.glif index aa15c4060..204000e36 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.case.glif @@ -28,7 +28,7 @@ dotaccent.cap 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.glif index 06fe95e26..3254c843c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.glif @@ -34,7 +34,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.case.glif index 2b21669cd..bfa18172a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.glif index 2b21117d1..53b238e7c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.glif @@ -35,7 +35,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.case.glif index 0f7e7930c..11bb163dd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.glif index 0c7bbf7fb..0e8ebd4ef 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/doubleprimemod.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/doubleprimemod.glif index 9c4c7765b..d5d21bfab 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/doubleprimemod.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downA_rrow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downA_rrow.glif index 273cbff3e..59f805f67 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downB_lackT_riangle.glif index 82b84d356..aa6ed77b2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downW_hiteT_riangle.glif index c547c8223..ba2ab9aeb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dram-arm.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dram-arm.glif index 2bc4b3a66..b9a2587e8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dram-arm.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.glif index 4d70324e2..b3b09eb72 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.sc.glif index d33f54677..697433df1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.glif index 6864b0473..e8cd370dc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.sc.glif index 920ce8510..73a5e3d6b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.glif index 4227ac352..313301cf0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.glif @@ -64,7 +64,7 @@ e 16 15 2 1 0 1 74 0 5 0 0 1 5 0 99 0 4 4 3 91 6 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 36 35 32 30 0 28 0 27 38 36 22 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:14 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.sc.glif index 7a86a81af..08e159ce2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.sc.glif @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.glif index a855edb08..d97e9193e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.glif @@ -15,7 +15,7 @@ eacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.sc.glif index d017c00dc..294d5eef7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.glif index e8c5bafc7..2e6abbe1f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.glif @@ -15,7 +15,7 @@ ebreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.sc.glif index a0bd91f08..3e14a42ea 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.glif index a74b6971e..b05ff8229 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.glif @@ -15,7 +15,7 @@ ecaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.sc.glif index fca404515..43dfbe4db 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.glif index b33df2ed9..55a4d50f7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.sc.glif index 2983d79aa..df0dbe360 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.glif index 49b7107c1..886b52f35 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.glif @@ -15,7 +15,7 @@ ecircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.sc.glif index 4982ad0bb..a5d3b18c6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.glif index 2caf5e536..d288900dd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.sc.glif index 6dcdb2690..124889f0a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.glif index a1c42e7d2..b81a470c9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif index d96141cbb..92f1a720b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.glif index cc350ad8f..d49c9340f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif index 33fc82879..7efef62dd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.glif index c04c2b325..363c62d53 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif index d28f0b494..41c4b6c5f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.glif index 688bb7ac6..1830883d7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.sc.glif index 62ccc7575..10b6de7d9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.glif index 2eddafce4..2572d091e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.sc.glif index a09d14794..eff0136bb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.glif index 43e91cdde..52b9ca379 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.glif @@ -15,7 +15,7 @@ edieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.sc.glif index b07aeb3da..29a3a4249 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.glif index afc2534d2..0abc5e71a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.glif @@ -15,7 +15,7 @@ edotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.sc.glif index e433ae017..49231fdc4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.glif index 4bf73551c..0824cf1f2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.sc.glif index 6360ac358..fc6e73dd4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.glif index ecc031648..14f92d9bc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.glif @@ -15,7 +15,7 @@ egrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.sc.glif index 4b09785b1..08045320e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.glif index 91f666e96..eb92868c8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.sc.glif index bfce1a023..bc996c57b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.dnom.glif index 1c53b0d53..1229fee12 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.dnom.glif @@ -69,7 +69,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.glif index a969612e7..ca086ea26 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.lf.glif index b423130a1..8e56e2304 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.lf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.numr.glif index e236cab9d..7f77ae39e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.osf.glif index a9d9446a4..a2471470a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.osf.glif @@ -80,7 +80,7 @@ NPUSHB[ ] /* 12 values pushed */ 45 45 45 59 45 58 42 45 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.sc.glif index af4fed55c..1dc5eb62b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tf.glif index 469d1e16e..a33eb5400 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tosf.glif index 47a68054d..150e3896a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tosf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightinferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightinferior.glif index bf33f0a86..1be9ccf0f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightsuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightsuperior.glif index ef2bc8191..73e642376 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.glif index 8a1e80edb..c44ddf47d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.sc.glif index 6cc2c6f2a..f1b619c0e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ellipsis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ellipsis.glif index 363f49032..07fd6cfbb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ellipsis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ellipsis.glif @@ -17,7 +17,7 @@ ellipsis 39 1 0 1 1 74 8 5 7 3 6 5 1 1 0 91 4 2 2 0 0 26 0 76 28 28 14 14 0 0 28 42 28 41 35 33 14 27 14 26 21 19 0 13 0 12 37 9 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.glif index 210790177..0643d5a2f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.glif @@ -15,7 +15,7 @@ emacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.sc.glif index 3bd9ee5b6..7e314a6cc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.glif index 1f2449497..1c60743c8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.sc.glif index 2d794a5ff..c58cfe861 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.glif index f158a738e..53357c5f3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.sc.glif index e642e084d..7f3cc7307 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.case.glif index 68f58a63d..8ab8ba6cd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:35 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.glif index 11847f74e..2b8bd01f6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emptyset.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emptyset.glif index 597259909..90caa5afd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emptyset.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emquad.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emquad.glif index 271c3268d..e0b224553 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emquad.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emspace.glif index d959d67dd..ac22c81e7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.case.glif index 58be3c511..6040a24e5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.glif index aa67ce75a..a496cb989 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.glif index ffc6844df..556bd74ec 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.glif @@ -68,7 +68,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 38 0 37 17 20 40 37 40 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.sc.glif index a8ce1fc82..6716e4a0b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.sc.glif @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enquad.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enquad.glif index 9d25bf1d2..2ae22e081 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enquad.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enspace.glif index 66518a7f9..8fc67863d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.glif index 7f0672ad8..0e54008c6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.glif @@ -19,7 +19,7 @@ eogonek 3 2 2 5 4 27 1 2 5 16 1 0 2 17 1 1 0 4 74 0 6 0 4 5 6 4 99 0 0 0 1 0 1 95 9 1 7 7 3 91 0 3 3 28 75 8 1 5 5 2 91 0 2 2 26 2 76 51 51 0 0 51 61 51 60 55 54 0 50 0 49 22 38 39 36 45 10 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:22 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.sc.glif index b49600d95..7ef74e827 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/equal.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/equal.glif index b83af3a87..cad9853b3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/equal.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/equal.glif @@ -26,7 +26,7 @@ equal 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/estimated.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/estimated.glif index 08522e4d2..09475e2f3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/estimated.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/estimated.glif @@ -60,7 +60,7 @@ estimated 30 27 20 10 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.glif index 6be03aa9e..58a2c9e3d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.glif @@ -71,7 +71,7 @@ eth 17 1 3 2 1 74 37 34 33 30 27 26 23 22 21 20 10 1 72 0 2 2 1 91 0 1 1 28 75 0 3 3 0 91 0 0 0 26 0 76 56 54 48 46 38 37 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.sc.glif index 56310177a..373d4c8f6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.sc.glif @@ -88,7 +88,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey d.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.glif index 6df871d2a..5b0a77a36 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.sc.glif index 44617547f..8725a8073 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/euro.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/euro.glif index 2854f298c..7a332bfba 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/euro.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/euro.glif @@ -60,7 +60,7 @@ Euro 39 1 11 10 40 1 0 11 17 16 2 4 3 3 74 9 1 0 8 1 1 2 0 1 97 7 1 2 6 1 3 4 2 3 97 12 1 11 11 10 91 0 10 10 25 75 0 4 4 5 91 0 5 5 26 5 76 0 0 0 43 0 42 37 35 32 31 18 17 19 37 34 17 18 17 18 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclam.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclam.glif index 1a02e23e9..73d86de09 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclam.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclam.glif @@ -34,7 +34,7 @@ exclam 8 1 2 3 1 74 4 1 1 0 1 114 0 0 3 0 114 5 1 3 3 2 91 0 2 2 26 2 76 4 4 0 0 4 18 4 17 12 10 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdbl.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdbl.glif index 012c2981a..a1c7faaa8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdbl.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdbl.glif @@ -12,7 +12,7 @@ exclamdbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.case.glif index cbc31b700..4d6cbe7cb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.case.glif @@ -33,7 +33,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.glif index f39d55a5f..ba2cd21fd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.glif @@ -34,7 +34,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.glif index 69f2dddbe..4a827d709 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:14:46 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.sc.glif index bc7435131..50a1060f4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.glif index 3c9e25b38..4c0b8c200 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:24:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.sc.glif index 83eb6b080..e44142b6a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:32 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.glif index 516208f1a..5e3cf2d84 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 24 0 24 17 17 20 36 36 17 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.sc.glif index f5f3bff15..f8349cb0f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f.glif index db67c2593..cbbc944a4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ f_f com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_i.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_i.glif index df2d43304..ba7a656ac 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_i.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_i.glif @@ -20,7 +20,7 @@ f_f_i com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_l.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_l.glif index ed1d0a52c..fe286b7b6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_l.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_l.glif @@ -20,7 +20,7 @@ f_f_l com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.glif index 233a10d7a..ef4109170 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.sc.glif index b7965a445..cedbec9ad 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fi.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fi.glif index 47a99b32a..eed604893 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fi.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fi.glif @@ -17,7 +17,7 @@ fi com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figuredash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figuredash.glif index cf6fcfd36..b3d1a569d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figuredash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figurespace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figurespace.glif index 188431686..3cfea6c46 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figurespace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/firsttonechinese.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/firsttonechinese.glif index 1c32287d4..d40d4cd9b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/firsttonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/firsttonechinese.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey macroncomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.dnom.glif index 48f0174f6..b0786f738 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.dnom.glif @@ -50,7 +50,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.glif index 39ba0fc56..317f2e089 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.lf.glif index 442578bea..6d5d6e0e2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.lf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.numr.glif index 5da421413..aa227dd10 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.osf.glif index a6ba7e7d4..c75230f3d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.osf.glif @@ -67,7 +67,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 32 0 31 37 35 17 17 20 37 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.sc.glif index 34db9ba8d..449f8c967 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tf.glif index 6faa0f33b..bbb295d20 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tosf.glif index f8f23b495..8aa6c5a74 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tosf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveeighths.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveeighths.glif index f9515428f..059e4c2cd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveinferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveinferior.glif index 94949afc6..ab1a32fb3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesixths.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesixths.glif index 2245990b5..548f24de4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesixths.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesuperior.glif index a679f24ba..1e8eb25e6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fl.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fl.glif index 1e37db95b..eccb104ff 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fl.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ fl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/florin.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/florin.glif index ed2d361f4..9b2cd8d9c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/florin.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/florin.glif @@ -53,7 +53,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 24 0 24 17 17 20 36 38 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.dnom.glif index a3d52c344..0bcab685e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.dnom.glif @@ -36,7 +36,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.glif index 6318cf0ca..deaf5f983 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.lf.glif index a154f153a..9281f235c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.lf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.numr.glif index 42b6ef23f..009c01b3f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.osf.glif index 5b0960530..d06e6b911 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.osf.glif @@ -56,7 +56,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 17 0 17 17 17 17 19 19 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.sc.glif index 76f84a012..7a53a5058 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tf.glif index 1a16456fa..c6130dcad 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tosf.glif index 14ad88de3..4537c3a8f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tosf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourfifths.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourfifths.glif index 351fd3a48..0232fe4f5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourfifths.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourinferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourinferior.glif index 26d46d5b9..32cd00f7a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourperemspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourperemspace.glif index fa602253d..891f9f667 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/foursuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/foursuperior.glif index 5c440a103..85a90f389 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/foursuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourthtonechinese.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourthtonechinese.glif index 57b7b3cb7..cbd39002f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourthtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourthtonechinese.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fraction.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fraction.glif index c32f33bbe..fbf2ea3e7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fraction.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fraction.glif @@ -20,7 +20,7 @@ fraction 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:48:45 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/franc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/franc.glif index 1cf7e24a9..e74c84f4d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/franc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/franc.glif @@ -34,7 +34,7 @@ franc 0 4 0 3 2 4 3 97 7 1 2 8 1 1 0 2 1 97 0 5 5 6 89 0 6 6 17 75 0 0 0 18 0 76 17 17 17 17 17 17 17 17 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.glif index 0898e362e..62798e621 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.glif @@ -70,7 +70,7 @@ g 29 1 4 3 16 1 5 4 9 1 1 2 8 1 0 1 4 74 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 37 37 37 37 37 36 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.sc.glif index a53d12561..367e4164a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.sc.glif @@ -72,7 +72,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gacute.sc.glif index 4b28c6a85..f039e4d8d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.glif index 733a33a69..06df13124 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.glif @@ -14,7 +14,7 @@ gbreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.sc.glif index f5a8f042c..cff7563bd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.glif index d8e68b49c..395d522cd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.glif @@ -14,7 +14,7 @@ gcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.sc.glif index 68920457a..6071a0a84 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.glif index 441dbcb4b..574e7db63 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.glif @@ -14,7 +14,7 @@ gcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.sc.glif index 8f3bb0d23..f4f029cff 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.glif index 9546d91fc..cf6a8422a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.glif @@ -18,7 +18,7 @@ gcommaaccent 46 1 4 3 33 1 5 4 26 1 1 2 25 1 0 1 4 74 16 14 8 7 4 3 72 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 58 56 51 49 44 42 37 35 30 28 23 21 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.sc.glif index 055bfd04c..e0b3a2002 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.glif index 6a2c83748..93db9e0ca 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.glif @@ -14,7 +14,7 @@ gdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.sc.glif index 5121d3550..7d693cfc3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.glif index f0e635b63..608a9d93a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.glif @@ -99,7 +99,7 @@ NPUSHB[ ] /* 12 values pushed */ 57 56 52 50 34 32 27 25 34 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.sc.glif index f18245b30..e46f39dd5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.sc.glif @@ -69,7 +69,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.glif index c92341a03..63f0bae57 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.sc.glif index 5cac72466..1cf19d75a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/grave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/grave.glif index 6f5c59556..73818b9a8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/grave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/grave.glif @@ -24,7 +24,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.case.glif index df64af3e0..03cc55eca 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.case.glif @@ -22,7 +22,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.glif index aab22409a..4950850f7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.glif @@ -23,7 +23,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greater.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greater.glif index 0ee22674b..0b7bb490d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greater.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greater.glif @@ -23,7 +23,7 @@ greater 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greaterequal.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greaterequal.glif index 86ac28b27..9d0912c31 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greaterequal.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greaterequal.glif @@ -29,7 +29,7 @@ greaterequal 9 7 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guarani.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guarani.glif index 564b0fe81..fa7481986 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guarani.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guarani.glif @@ -77,7 +77,7 @@ NPUSHB[ ] /* 11 values pushed */ 17 24 17 22 38 34 17 24 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.case.glif index 538e960c8..ebbf4a9b5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.case.glif @@ -15,7 +15,7 @@ guillemotleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.glif index c4984cbba..6829736b5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.glif @@ -12,7 +12,7 @@ guillemotleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.case.glif index fb0237617..80d4b8d23 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.case.glif @@ -35,7 +35,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:46 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.glif index deb143d86..3fac9fe52 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.glif @@ -32,7 +32,7 @@ guillemotright 11 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.case.glif index abb7965a7..999415d44 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.case.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:18 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.glif index 9501d4d28..1ec36e4d3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.glif @@ -23,7 +23,7 @@ guilsinglleft 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.case.glif index cd75a1d1d..664471a35 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.case.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:47 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.glif index 5646dcb22..8d4d77cde 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.glif @@ -23,7 +23,7 @@ guilsinglright 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.glif index 1a78ef4fd..dbb50e536 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.glif @@ -47,7 +47,7 @@ h 29 1 0 1 1 74 0 3 3 19 75 0 1 1 4 91 5 1 4 4 28 75 2 1 0 0 18 0 76 0 0 0 32 0 31 17 20 41 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.sc.glif index bfd137e9a..5e437729d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hairspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hairspace.glif index a1a211e42..851ace621 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hairspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.glif index 2846b8c0a..5875cab60 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.sc.glif index 40591d8a4..fa1bc737e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.sc.glif @@ -54,7 +54,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.glif index 0ca1ea794..c7104660f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.sc.glif index 6b1e68cb2..2bf9ee3b3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.glif index ef207b89a..10c6aff82 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.glif @@ -19,7 +19,7 @@ hcircumflex 33 1 3 4 35 34 32 31 28 5 5 3 37 1 0 1 3 74 0 4 3 4 114 0 3 3 19 75 0 1 1 5 91 6 1 5 5 28 75 2 1 0 0 18 0 76 0 0 0 40 0 39 18 17 20 41 24 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.sc.glif index 5a17988b2..db41ccda2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hdotbelow.glif index abbdf20e6..1bd0f11a9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.case.glif index a38716bac..8263c8b51 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.glif index f2225d1c2..8a561e4a5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horizontalbar.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horizontalbar.glif index a5dcb7216..4a4ca14e2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horizontalbar.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.case.glif index 9856143f3..2efa494f7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.case.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.glif index 4bdd24923..2ecde70a2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hryvnia.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hryvnia.glif index 865bce3be..8745f7b80 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hryvnia.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.case.glif index 06cd00e63..982fc510c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.case.glif @@ -30,7 +30,7 @@ hungarumlaut.cap 11 7 5 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.glif index 0ade6b590..a7e753c20 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.glif @@ -30,7 +30,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.case.glif index 4bd1dd5f3..451678772 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.glif index 062669c85..122971b74 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.glif @@ -31,7 +31,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.case.glif index b0bc047b8..72ae870e1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.glif index e14d7ff7e..ea49e0b4f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.glif @@ -20,7 +20,7 @@ hyphen 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphentwo.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphentwo.glif index 0a23d5db1..e21017813 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphentwo.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.cy.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.cy.glif index da55f17f4..b1981056f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.cy.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.cy.glif @@ -14,7 +14,7 @@ i.cy com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.glif index 1e652a119..af2e74517 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.glif @@ -14,7 +14,7 @@ i.dot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.sc.glif index f5e8ae58b..a109b38ff 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.glif index 7f6550ef2..06d38dd4e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.glif @@ -15,7 +15,7 @@ i com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.sc.glif index 8936a81f0..e92930cee 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.sc.glif @@ -36,7 +36,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:27:06 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.uc.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.uc.sc.glif index 09249bcd6..ee239f232 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.uc.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.uc.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.glif index c1c4995a1..9b5ac4eff 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.glif @@ -15,7 +15,7 @@ iacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.sc.glif index 054751714..5b1a458fe 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.glif index a68ce9769..f92a502c7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.glif @@ -15,7 +15,7 @@ ibreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.sc.glif index 12d105ac9..09d0c4c8a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.glif index 87e3221f9..7bb4bface 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.sc.glif index 2547d2ac1..486232a19 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.glif index efab5bf69..1565be650 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.glif @@ -15,7 +15,7 @@ icircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.sc.glif index 444823f1d..6ffce131e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.glif index d85b846c9..2b10cbac4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.sc.glif index 01564731a..fefe67a8b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.glif index 3bb74335d..41164d52f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.glif @@ -15,7 +15,7 @@ idieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.sc.glif index ad6937506..4bd263ee5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.glif index 0b666d9c1..cf099a1b7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.sc.glif index 0dad7dbe4..77dcb2357 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.glif index 9502d56f4..02c526272 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.sc.glif index bee4c9663..4baf1a274 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.glif index 12982adc5..a2cca8d6f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.sc.glif index 241f82385..f129b63c2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.glif index 1eb2d1286..ba82a72f5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.glif @@ -23,7 +23,7 @@ dotlessi 2 1 1 1 20 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:09 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.sc.glif index d03164354..257b58d24 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.glif index 22d5f4ab2..0118d40fa 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.glif @@ -15,7 +15,7 @@ igrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.sc.glif index d12b06992..92c79594d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.glif index 0fbd613f7..8e613b346 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.sc.glif index e14f5ee6e..f8c7bb699 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.glif index 07dedf244..858281d43 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.sc.glif index e27f0e198..cbc91c981 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij.glif index 8d4f2a76e..5b10c4669 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij.glif @@ -19,7 +19,7 @@ ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij_acutecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij_acutecomb.glif index af366e1bf..75594e228 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij_acutecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij_acutecomb.glif @@ -23,7 +23,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.glif index 31d7dd47f..f2c67cbfc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.glif @@ -15,7 +15,7 @@ imacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.sc.glif index 7a6817ed2..9ef534d47 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/increment.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/increment.glif index 5f2d770af..4f9f7539a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/increment.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/increment.glif @@ -27,7 +27,7 @@ uni2206 7 6 2 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/infinity.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/infinity.glif index b58af6598..a039867cd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/infinity.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/infinity.glif @@ -68,7 +68,7 @@ infinity 49 43 38 30 24 2 3 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/integral.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/integral.glif index 330ec562d..990907537 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/integral.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/integral.glif @@ -54,7 +54,7 @@ integral 34 13 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.glif index 1189e9d4e..63e461de1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.glif @@ -20,7 +20,7 @@ iogonek 22 1 2 5 23 1 3 2 2 74 0 2 0 3 2 3 95 0 0 0 1 91 6 1 1 1 19 75 0 4 4 20 75 0 5 5 18 5 76 0 0 37 36 35 34 27 25 21 19 0 13 0 12 37 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:18 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.sc.glif index 3efbbee7a..4dd0fac3b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.glif index cae0ca660..8085592e1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.glif @@ -15,7 +15,7 @@ itilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.sc.glif index 1445d7490..7ba55c6fc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.glif index b7a453747..d87af638f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.glif @@ -14,7 +14,7 @@ j com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.sc.glif index 262837b93..f85cda95b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.sc.glif @@ -45,7 +45,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.glif index e81834a9c..0efae2a3c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.glif @@ -14,7 +14,7 @@ jcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.sc.glif index 3f3aab383..52663e518 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.glif index 7698f0dfe..4c46faed4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.glif @@ -34,7 +34,7 @@ uni0237 8 1 1 2 7 1 0 1 2 74 3 1 2 2 20 75 0 1 1 0 91 0 0 0 22 0 76 0 0 0 16 0 16 37 35 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.sc.glif index d8dd113db..764ed2168 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.sc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.glif index caf9d74eb..d8c625d90 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.glif @@ -34,7 +34,7 @@ k 9 6 2 0 3 1 74 4 1 1 1 19 75 0 3 3 20 75 2 1 0 0 18 0 76 0 0 17 16 8 7 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.sc.glif index e9f345bc3..b2884a247 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.glif index dd1f61d10..3cfaa5604 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.glif @@ -14,7 +14,7 @@ kcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.sc.glif index 311856d46..57366b97e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.glif index 585317ed7..7bb8a70db 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.glif @@ -32,7 +32,7 @@ kgreenlandic 10 7 2 0 1 1 74 3 4 2 1 1 20 75 2 1 0 0 18 0 76 0 0 17 16 9 8 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.sc.glif index 5d67c0e6d..03c187c1f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kip.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kip.glif index eb55c7cbb..0ae046712 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kip.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kip.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.glif index 3c9fa61c3..488ce80be 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.glif @@ -24,7 +24,7 @@ l 2 1 1 1 19 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.sc.glif index 86544dab6..5953329de 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.sc.glif @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.glif index 7523b3f00..9cb00638a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.glif @@ -20,7 +20,7 @@ lacute 5 4 1 3 1 72 2 1 1 1 17 75 0 0 0 18 0 76 6 6 6 9 6 9 23 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.sc.glif index b85292be9..80cd706d7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.glif index 6bb5aff2c..1329fc69b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.glif @@ -33,7 +33,7 @@ lcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:54 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.sc.glif index fda12a48f..469b9b2ca 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.glif index 144ad7fde..e855a1781 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.glif @@ -16,7 +16,7 @@ lcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.sc.glif index db9d40f57..14d1dcbc1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.glif index b68a329ac..871915c44 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.glif @@ -16,7 +16,7 @@ ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.sc.glif index ee7d6f869..b100c1779 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldotbelow.glif index 2f3f51bae..b9b95e861 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftA_rrow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftA_rrow.glif index eec24efbe..3d7cfcfcd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftB_lackT_riangle.glif index 4afe93e01..a8dd35a51 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif index 9411c0a46..b51ec5163 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftanglebracket-math.glif index d285c00d7..7789f2159 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftanglebracket-math.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:50 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/less.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/less.glif index 26f50b0b4..a72a73457 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/less.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/less.glif @@ -23,7 +23,7 @@ less 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lessequal.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lessequal.glif index eb0afcf76..0239df69c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lessequal.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lessequal.glif @@ -29,7 +29,7 @@ lessequal 8 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lira.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lira.glif index a104087f4..4277e9397 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lira.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lira.glif @@ -91,7 +91,7 @@ NPUSHB[ ] /* 20 values pushed */ 69 68 67 65 62 60 55 53 17 17 17 23 44 38 41 17 16 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/liraT_urkish.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/liraT_urkish.glif index 9c311d048..8218856c5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/liraT_urkish.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/liraT_urkish.glif @@ -50,7 +50,7 @@ uni20BA 13 12 7 6 3 2 6 2 0 17 16 2 3 2 2 74 0 2 0 3 0 2 3 112 0 0 0 17 75 0 3 3 1 89 0 1 1 18 1 76 19 20 41 24 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/literS_ign.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/literS_ign.glif index c4b1131f4..71634812f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/literS_ign.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/literS_ign.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.glif index bdc5d292b..70fc8c593 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.sc.glif index c312fb5aa..88b60b78a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.glif index 76e4e0d5a..aa15ea542 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.sc.glif index b79c1e34a..06972ff9a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/logicalnot.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/logicalnot.glif index 50271cc33..cb9ce7425 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/logicalnot.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/logicalnot.glif @@ -22,7 +22,7 @@ logicalnot 0 0 1 0 115 3 1 2 1 1 2 85 3 1 2 2 1 89 0 1 2 1 77 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lozenge.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lozenge.glif index feb5570c9..564c70fb3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lozenge.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lozenge.glif @@ -34,7 +34,7 @@ lozenge 14 10 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.glif index 17f3e00d6..725d1bc40 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.glif @@ -28,7 +28,7 @@ lslash 11 10 6 5 4 0 6 0 1 1 74 0 1 1 19 75 0 0 0 18 0 76 21 18 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.sc.glif index 8b9f0d87e..564e32c5b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.glif index a54431899..177fc48b9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.glif @@ -86,7 +86,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 54 0 53 35 17 20 40 24 40 23 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.sc.glif index 260d82775..f5a14b1fe 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.sc.glif @@ -49,7 +49,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.case.glif index 67ce9625c..ba21792d8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.case.glif @@ -20,7 +20,7 @@ macron.cap 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.glif index cf81b8dfc..474f3f89f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.case.glif index 8de8df601..ae2e578d6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.case.glif @@ -25,7 +25,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.glif index 2bb759bbc..b65b5bf55 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.case.glif index beea77493..fed2a1af5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.case.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.glif index f617768c2..b9c16729f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.glif @@ -27,7 +27,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/manat.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/manat.glif index cb852e22f..6a8aa007b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/manat.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.glif index 9a9e61412..ad0a0ca66 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.sc.glif index 65049fb5b..530183793 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.glif index 64591b7d9..f027851f8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.sc.glif index 76117f4e7..65a54435f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/micro.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/micro.glif index 69f65364f..e77af4522 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/micro.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/micro.glif @@ -87,7 +87,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 55 0 55 36 37 37 20 43 37 36 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minus.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minus.glif index 13e7d9bac..25ecee67c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minus.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minus.glif @@ -20,7 +20,7 @@ minus 1 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minute.glif index 4ece0059f..02075372c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minute.glif @@ -20,7 +20,7 @@ minute 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.glif index 69ec7c4ef..73ba8b99d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.glif @@ -11,7 +11,7 @@ uni03BC com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.sc.glif index 9120838a0..e24417857 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/multiply.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/multiply.glif index b171a46c6..955e62a63 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/multiply.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/multiply.glif @@ -28,7 +28,7 @@ multiply 10 4 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.glif index 12afdbb38..4edc9b77d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 29 17 20 40 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.sc.glif index 8842f8526..035310662 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.sc.glif @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.glif index 625475235..28adfb4b1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.glif @@ -14,7 +14,7 @@ nacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.sc.glif index 721861d39..c0310a39c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/naira.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/naira.glif index 84b1c753f..ffac4c8f6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/naira.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/naira.glif @@ -41,7 +41,7 @@ uni20A6 29 1 8 9 43 1 2 1 2 74 20 14 12 10 4 8 18 16 13 3 7 0 8 7 98 17 15 6 3 0 19 5 3 3 1 2 0 1 97 11 1 9 9 17 75 4 1 2 2 18 2 76 28 28 41 40 39 38 37 36 35 34 33 32 28 31 28 31 27 26 25 24 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 21 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/narrownbspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/narrownbspace.glif index 7e81de874..b816b4431 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/narrownbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nbspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nbspace.glif index 5b5f17477..f35bd2862 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nbspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.glif index 37a661fc3..eb41d4fae 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.glif @@ -14,7 +14,7 @@ ncaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.sc.glif index fdeed2ec4..c5f8ff8ab 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.glif index c07f54704..fe175573d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.glif @@ -14,7 +14,7 @@ ncommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.sc.glif index 57470ba82..ba74f6d2a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.glif index 904d74578..5179a56f4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.sc.glif index 0924ef1cd..e73a052b8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.glif index 354405d5d..3a5295e88 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:00 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.sc.glif index e65f0807d..1fb5c4461 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.dnom.glif index 3443a4f8b..2d577cd81 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.dnom.glif @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.glif index 27420a375..593362785 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.lf.glif index 744b3b48a..038e019d4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.lf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.numr.glif index f6361536c..25c7bd004 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.osf.glif index ae97d89a6..04d1dd444 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.osf.glif @@ -51,7 +51,7 @@ nine 22 1 3 2 1 74 17 1 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 28 2 76 23 23 23 39 23 38 33 31 38 32 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.sc.glif index 23d6833f6..4bab3fb8f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tf.glif index 9293fa74e..2c03d5c61 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tosf.glif index 9c6d03f51..df4e62593 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tosf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nineinferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nineinferior.glif index ac0855e42..ae426e60e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nineinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ninesuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ninesuperior.glif index 77f9be5cc..48802e888 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ninesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nj.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nj.glif index ad9d4ce93..89238702f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nj.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nj.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.glif index 926bc8563..92ef61919 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.sc.glif index 8669b3dac..004d07958 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/notequal.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/notequal.glif index a06fc497a..92b57b328 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/notequal.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/notequal.glif @@ -36,7 +36,7 @@ notequal 15 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.glif index 90bacd1fc..f3cd9e2f2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.glif @@ -14,7 +14,7 @@ ntilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.sc.glif index 326ef8d90..31eadafad 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numbersign.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numbersign.glif index 1c46d8a0e..8ceea0c6c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numbersign.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numbersign.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 30 values pushed */ 0 0 31 30 29 28 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 17 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numero.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numero.glif index 02625dc83..c54fe6f07 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numero.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numero.glif @@ -64,7 +64,7 @@ uni2116 51 50 40 34 26 20 8 0 4 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.glif index dcbdecb69..4854a4000 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.glif @@ -53,7 +53,7 @@ o 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 14 14 0 0 14 27 14 26 21 19 0 13 0 12 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:52 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.sc.glif index 7ab101316..6d8f4af43 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.sc.glif @@ -60,7 +60,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.glif index 7b7c37367..479d3ce3c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.glif @@ -17,7 +17,7 @@ oacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.sc.glif index 510cfa8c0..8c6bcc198 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.glif index 1684eadd8..a989e4edf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.glif @@ -17,7 +17,7 @@ obreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.sc.glif index 8c666dca2..933ac645b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.glif index 054b80aeb..b5c41562f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.sc.glif index 87026c7f6..c2f0f74f7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.glif index de756c087..f3a31350e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.glif @@ -17,7 +17,7 @@ ocircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.sc.glif index 6800659ee..9e251918f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.glif index e25f9ecef..7393823e5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.sc.glif index 927f64ea9..680fd9e09 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.glif index 787c18376..c7b15adad 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif index 1231eb4e9..15f58d59a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.glif index 6c0b11fd9..e803aaa88 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif index 500be5ac5..2863a7e1d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.glif index 1291d6289..3086c7822 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif index e5a07af29..a1dd8f892 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.glif index ab1a6116b..8f76215cb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.sc.glif index 1ca112810..b5c8b0925 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.glif index a53fcaa97..c343f6ac4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.sc.glif index 07a7535ce..7768aa2a1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.glif index 6698148d0..79df57252 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.glif @@ -17,7 +17,7 @@ odieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.sc.glif index 80c424663..ed17ecdf9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.glif index 74425e79f..468ad5141 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.sc.glif index fcb0837d1..33d0e3e03 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.glif index 7a94c2abf..4b9b7ff55 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.sc.glif index cd00dc82c..024ae2d1e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.glif index e9256082a..c6af42eeb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.sc.glif index b4fa85149..0873cc247 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.glif index 3dc0db9c0..d255562a7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.glif @@ -28,7 +28,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.sc.glif index 8fd5ecf71..0ec841249 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.sc.glif @@ -138,7 +138,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonek.glif index 3a605d66d..2cb2c4d30 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonek.glif @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.case.glif index ed5ba3030..884136866 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.case.glif @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.glif index df012b95c..9a9a81aa7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.glif @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.glif index 8670d67f9..8ebb07597 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.glif @@ -17,7 +17,7 @@ ograve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.sc.glif index 1c1cda474..b3117db74 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.glif index 5880378ad..8a557d715 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.sc.glif index 97731b664..6dcb2cec5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.glif index 06baf4fc7..71acabfda 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.sc.glif index ff6535c25..0e77776d9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.sc.glif @@ -80,7 +80,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.glif index 4334df886..75804ddbb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.sc.glif index 7c478d6b8..c18c3142c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.glif index 6a0cb11de..b1e1d9c0b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.sc.glif index 947e862ed..ed1f2d5e7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.glif index acb4edff3..f56e600e0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.sc.glif index 4dc5b0fea..c42a8b30f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.glif index b2df2f7ea..7aab5f5b6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.sc.glif index 1b5ccebbc..224551cfe 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.glif index b47e9b220..a20b1f391 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.sc.glif index 1494892da..1272b1f91 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.glif index 9f95ab6ef..deac59e2f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.glif @@ -17,7 +17,7 @@ ohungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.sc.glif index 62cd61869..d3de48650 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.glif index ac0095b43..f60668152 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.sc.glif index 1a08c04e4..d97ee2ad6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.glif index f804b734c..b5da91c4a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.glif @@ -17,7 +17,7 @@ omacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.sc.glif index 3e392b44e..ff7f67fcd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.glif index d71150ea7..137fabd89 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.sc.glif index bbbf7b62a..4f5aada86 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.glif index 9679874bb..ef1de1719 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.sc.glif index 133c90d13..7e72f1bab 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omega.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omega.sc.glif index 782028d13..e74a22f4a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omega.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omega.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.dnom.glif index 44a5c26c1..bf21a3be3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.dnom.glif @@ -29,7 +29,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:03:51 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.glif index 1d6b1e0e7..41ae41806 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.lf.glif index 2a3f0f2a4..99011fe7c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.lf.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.numr.glif index 94cc8829d..8ab2e9711 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.osf.glif index ecca3c84c..70fe9ed95 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.osf.glif @@ -26,7 +26,7 @@ one 8 3 2 0 72 0 0 0 18 0 76 25 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.sc.glif index 87bcb4366..66874b0d2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.sc.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tf.glif index 2888e4048..b392a3a89 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tosf.glif index 95dd5e098..5a2863c12 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tosf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneeighth.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneeighth.glif index 16c5c0a61..8e38668ec 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneeighth.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneeighth.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onefifth.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onefifth.glif index 0a55209cd..e9856e410 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onefifth.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onehalf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onehalf.glif index 173db3277..562c87bad 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onehalf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onehalf.glif @@ -23,7 +23,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneinferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneinferior.glif index 9c9103c52..43101b3a9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneninth.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneninth.glif index b39d534fb..d5ee10a01 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneninth.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onequarter.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onequarter.glif index 186a43f42..0e3964920 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onequarter.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onequarter.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneseventh.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneseventh.glif index 888956b7c..d3191deb4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneseventh.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesixth.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesixth.glif index 6dc1fd927..80a35de60 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesixth.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesuperior.glif index afc0888b8..4e848645e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onetenth.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onetenth.glif index 8fcfd444d..637d0521f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onetenth.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onethird.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onethird.glif index cb1be634c..c5b7499a2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onethird.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.glif index 2fd6307ea..b35f07c3e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:53 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.sc.glif index c4590b180..8cc90207f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordfeminine.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordfeminine.glif index 051d1c5f0..55aeb4fcc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordfeminine.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordfeminine.glif @@ -53,7 +53,7 @@ ordfeminine 22 17 12 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordmasculine.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordmasculine.glif index 89ab09fab..d95632245 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordmasculine.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordmasculine.glif @@ -42,7 +42,7 @@ ordmasculine 25 17 10 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslash.glif index 8a41d3669..8fb4b6e76 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslash.glif @@ -77,7 +77,7 @@ oslash 22 19 2 2 1 38 37 29 28 11 5 3 2 8 1 0 3 3 74 21 20 2 1 72 10 9 2 0 71 4 1 2 2 1 91 0 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 32 32 23 23 32 40 32 39 23 31 23 30 41 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslashacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslashacute.glif index 8cdf2e069..2b2361b16 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslashacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslashacute.glif @@ -13,7 +13,7 @@ oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.glif index 43b822fdf..98d3a2751 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.glif @@ -17,7 +17,7 @@ otilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.sc.glif index 148efc110..9fbc1787b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.glif index ad9db7b9a..31fcceb3d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.sc.glif index e3728fa97..6f7bde250 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.glif index bce2bffd9..ed07e2fae 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.sc.glif index 43c86e448..c03a8334a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.glif index 3296d7e56..73c86f604 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:20 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.sc.glif index a8975565c..ef710342e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.glif index 4b3f716ba..1a32f3b3e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.glif @@ -69,7 +69,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 24 22 0 16 0 15 17 18 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.sc.glif index 7e554f019..0bb28a812 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.sc.glif @@ -79,7 +79,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/paragraph.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/paragraph.glif index 519b6e2ef..1e63e4382 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/paragraph.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/paragraph.glif @@ -64,7 +64,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 25 0 25 17 49 22 34 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.case.glif index 0000a8dae..e733a8dcd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.case.glif @@ -29,7 +29,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.glif index 2d0e2186f..5525ec820 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.glif @@ -30,7 +30,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.case.glif index 96988f55f..56638eef9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.case.glif @@ -29,7 +29,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.glif index 9c3969f0a..c682e53e9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.glif @@ -30,7 +30,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/partialdiff.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/partialdiff.glif index f2fc33976..554abe6c9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/partialdiff.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/partialdiff.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.glif index 496d32e03..f2b5b2110 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.sc.glif index 07e6486ba..a6ea964ee 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:59 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/percent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/percent.glif index 1dc0be69b..6628391da 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/percent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/percent.glif @@ -114,7 +114,7 @@ NPUSHB[ ] /* 34 values pushed */ 48 48 33 33 0 0 48 61 48 60 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 13 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/period.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/period.glif index d3a9d72b2..5c71518bb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/period.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/period.glif @@ -28,7 +28,7 @@ period 2 1 1 1 0 91 0 0 0 26 0 76 0 0 0 11 0 10 36 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.case.glif index 61fea95f2..f22e5e1ed 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.case.glif @@ -10,7 +10,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.glif index 39e01fa00..7930107d0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.glif @@ -11,7 +11,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 01009a7be..b0e544f40 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/perthousand.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/perthousand.glif index 1e055705e..0d044c57d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/perthousand.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/perthousand.glif @@ -142,7 +142,7 @@ NPUSHB[ ] /* 50 values pushed */ 77 77 63 63 48 48 33 33 0 0 77 90 77 89 84 82 63 76 63 75 70 68 48 62 48 61 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 19 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peseta.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peseta.glif index 4faede540..a14b4ecf0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peseta.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peseta.glif @@ -81,7 +81,7 @@ NPUSHB[ ] /* 26 values pushed */ 34 34 26 26 34 41 34 41 38 36 26 33 26 32 20 17 17 34 36 17 19 34 16 14 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peso.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peso.glif index 1e2f72a93..f07637b4e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peso.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peso.glif @@ -90,7 +90,7 @@ NPUSHB[ ] /* 38 values pushed */ 43 43 32 32 43 49 43 49 46 44 42 41 39 38 32 37 32 36 34 33 31 30 29 28 27 25 34 17 18 17 18 34 17 17 16 20 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.glif index 49fdf066c..24ec33fbb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.glif @@ -67,7 +67,7 @@ pi 46 25 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.sc.glif index f40f4fc0b..767ff4bdf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.sc.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plus.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plus.glif index 4e7db60ac..4ddf9e3b9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plus.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plus.glif @@ -36,7 +36,7 @@ plus 0 2 1 2 114 0 5 0 5 115 3 1 1 0 0 1 85 3 1 1 1 0 90 4 1 0 1 0 78 20 33 34 18 33 32 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plusminus.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plusminus.glif index 0250f84f6..a737c9176 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plusminus.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plusminus.glif @@ -55,7 +55,7 @@ NPUSHB[ ] /* 16 values pushed */ 27 27 27 30 27 30 19 21 33 34 22 33 32 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/primemod.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/primemod.glif index d1ba3b10a..3f6b83d69 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/primemod.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/primemod.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/product.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/product.glif index 049916f62..b3f05bbb9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/product.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/product.glif @@ -28,7 +28,7 @@ product 5 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/punctuationspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/punctuationspace.glif index fc59d5631..5b043d9e5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/punctuationspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.glif index 35d4d188c..ca0644c0a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.glif @@ -50,7 +50,7 @@ q 17 1 3 2 25 4 2 4 3 2 74 0 3 3 2 91 0 2 2 28 75 5 1 4 4 1 91 0 1 1 26 75 0 0 0 22 0 76 18 18 18 35 18 34 44 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.sc.glif index 1e4e46ce0..45e15a54e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.sc.glif @@ -91,7 +91,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/question.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/question.glif index d9dfd1f15..2db570049 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/question.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/question.glif @@ -62,7 +62,7 @@ question 35 34 15 3 3 0 1 74 0 1 0 0 3 1 0 99 4 1 3 3 2 91 0 2 2 26 2 76 40 40 40 51 40 50 46 44 37 43 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.case.glif index b12ffedda..143ad5eae 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.case.glif @@ -63,7 +63,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.glif index f0001c161..8867472c2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.glif @@ -64,7 +64,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedbl.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedbl.glif index fc476b655..1d903126d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedbl.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedbl.glif @@ -12,7 +12,7 @@ quotedbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblbase.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblbase.glif index 6f4ab6b71..f7d9f0baa 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblbase.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblbase.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblleft.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblleft.glif index e64f2028b..a0fdce31c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblleft.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblleft.glif @@ -16,7 +16,7 @@ quotedblleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblright.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblright.glif index 4c5f4a1e0..395c67da2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblright.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblright.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteleft.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteleft.glif index 7f3c36eba..c514001e1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteleft.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteleft.glif @@ -32,7 +32,7 @@ quoteleft 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotereversed.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotereversed.glif index 20f51dcb3..369b1e1cc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotereversed.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotereversed.glif @@ -32,7 +32,7 @@ quotereversed 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteright.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteright.glif index 39020c690..10c1e2a23 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteright.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteright.glif @@ -32,7 +32,7 @@ quoteright 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesinglbase.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesinglbase.glif index 2d7bec8fe..8b3179650 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesinglbase.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesinglbase.glif @@ -32,7 +32,7 @@ quotesinglbase 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesingle.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesingle.glif index 19094af6b..64f8a8573 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesingle.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesingle.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 10 values pushed */ 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.glif index bd59fd408..040581dad 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 12 values pushed */ 0 0 0 17 0 16 17 20 35 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.sc.glif index 207643b9b..585f14985 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.sc.glif @@ -87,7 +87,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.glif index 2e68a2527..42449ce54 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.glif @@ -14,7 +14,7 @@ racute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.sc.glif index ea3148b6c..6a0b86cea 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/radical.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/radical.glif index 4d62f4f7a..02c6923f4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/radical.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/radical.glif @@ -26,7 +26,7 @@ radical 5 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.glif index e567185bc..4fd4eaa3d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.glif @@ -14,7 +14,7 @@ rcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.sc.glif index fef06992f..63a797aac 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.glif index 10cda0864..c97a2a642 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.glif @@ -14,7 +14,7 @@ rcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.sc.glif index 41a919940..0eb0700d7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.glif index 92a58238e..a76104549 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.sc.glif index 5f34cb0aa..1b43718b4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.glif index 4b81fd054..6594112fb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.sc.glif index 04f8056ce..da6e4349b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/registered.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/registered.glif index 8a3e1c07c..e931648d7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/registered.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightA_rrow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightA_rrow.glif index 19b50f4bc..f449895a1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightB_lackT_riangle.glif index c2a1e7a92..9e4ea77eb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif index 880c6b036..a180d33c9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightanglebracket-math.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightanglebracket-math.glif index a242c314a..3e16b4d8b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.case.glif index de185bbb2..5fba694e0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.case.glif @@ -42,7 +42,7 @@ ring.cap 22 15 9 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.glif index 4a5d91bad..fa4f49219 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.case.glif index 93ecc42c9..cc872db5e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.case.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.glif index 49d6389d8..c3986af23 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.glif @@ -55,7 +55,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfleft.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfleft.glif index 927aacb08..1cf883838 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfleft.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfleft.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfright.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfright.glif index 50d1bec8c..c9805c0c6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfright.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfright.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.glif index d8e36c0a5..dcc90003b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.sc.glif index 27fa68f74..5a23d7c26 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.glif index 4d7271e2e..e53e8fbdf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.sc.glif index 412c6268e..d19b1c7aa 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ruble.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ruble.glif index a20746e17..fcb222607 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ruble.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ruble.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rupeeI_ndian.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rupeeI_ndian.glif index c1e54699c..dc9e6da2c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rupeeI_ndian.glif @@ -62,7 +62,7 @@ uni20B9 38 10 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.glif index 350b4ce31..1ca704a80 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.glif @@ -56,7 +56,7 @@ s 22 1 2 1 48 23 2 0 2 47 1 3 0 3 74 0 2 2 1 91 0 1 1 28 75 0 0 0 3 91 0 3 3 26 3 76 47 38 47 33 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.sc.glif index cb52dbedf..fbeb4a06e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.sc.glif @@ -68,7 +68,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.glif index 0b017e1bd..d24938fff 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.glif @@ -14,7 +14,7 @@ sacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.sc.glif index 104066912..fae69a566 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.glif index 6fe26c200..2b9de9f2f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.sc.glif index 7e823f0ab..d01e8acc5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.glif index 007f4d636..087b2360a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.glif @@ -14,7 +14,7 @@ scaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.sc.glif index 153532439..29234649a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.glif index 14fb5ef7b..91d869044 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.sc.glif index 2e8b26afe..86656b49a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.glif index e810258b7..0e53fc21c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 18 values pushed */ 0 0 0 62 0 61 46 44 39 38 35 33 29 27 38 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.sc.glif index 434ca1d68..2ef3540c9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.glif index 4ad6b6e0e..ffd20d201 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.sc.glif index 95fe901f1..eb649529a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.glif index fd0c47d1d..d0ba5f885 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.glif @@ -14,7 +14,7 @@ scircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.sc.glif index 53db09fc7..e7564d187 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.glif index 380da5b28..b58b2728d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.glif @@ -14,7 +14,7 @@ scommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.sc.glif index e5b8d8127..d5743f8b1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.glif index 53a5092ee..03c7fa7f5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.sc.glif index 1cad94cf7..6385c15e3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.glif index 84ffca9df..0ff36b063 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.sc.glif index ea089fa0d..87d4c5433 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.glif index 992e54094..4a98dfc03 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif index 8ce403d5c..f92587cbd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/second.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/second.glif index 1d4e9a6f5..306c5f50e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/second.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/second.glif @@ -12,7 +12,7 @@ second com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/secondtonechinese.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/secondtonechinese.glif index 7a545bc2b..417ffbe6d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/secondtonechinese.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/section.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/section.glif index c0f4d959c..347818e65 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/section.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/semicolon.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/semicolon.glif index ec78a59d7..81bfaf5b1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/semicolon.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/semicolon.glif @@ -12,7 +12,7 @@ semicolon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.dnom.glif index 1770025f4..de5a961e3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.dnom.glif @@ -24,7 +24,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.glif index 6099b2ed6..1d01acf9e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.lf.glif index 64ea1b3df..8a64b718f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.lf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.numr.glif index 2e68de0c8..5dcfefbb3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.osf.glif index cdb7d350e..f0f3f5549 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.osf.glif @@ -22,7 +22,7 @@ seven 5 1 1 71 2 1 1 1 0 89 0 0 0 20 1 76 0 0 0 6 0 6 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.sc.glif index ea8b8b255..022a74232 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tf.glif index 24165a8af..ec4af920e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tosf.glif index 325f7e888..efdb39bfd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tosf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveneighths.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveneighths.glif index 0061d835a..c16ea5e6d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveneighths.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveninferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveninferior.glif index b724e5e1c..11d80a4ed 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveninferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sevensuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sevensuperior.glif index 0ffa27e90..d8db28ae5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sevensuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:41 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sheqel.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sheqel.glif index d328e69f9..128b9d8ed 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sheqel.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sheqel.glif @@ -71,7 +71,7 @@ NPUSHB[ ] /* 27 values pushed */ 20 19 1 0 36 35 34 32 27 26 19 40 20 40 17 16 15 13 8 7 0 18 1 18 10 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.dnom.glif index 32e020b74..451c78225 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.dnom.glif @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.glif index 5f2141116..650d5c10b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.lf.glif index 6649d7e2f..d866440b4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.lf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.numr.glif index 2aa64bb2c..855270add 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.osf.glif index 7545ecb45..57e7fe8ab 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.osf.glif @@ -66,7 +66,7 @@ six 4 1 3 2 1 74 22 1 0 72 0 0 0 2 3 0 2 99 4 1 3 3 1 91 0 1 1 26 1 76 23 23 23 37 23 36 45 38 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.sc.glif index 286d36d7e..de1b5e399 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tf.glif index 5088527df..94c10d22a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tosf.glif index f2903e457..5897cab25 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tosf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixinferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixinferior.glif index 3ef417c2a..96fe15dba 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixperemspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixperemspace.glif index 0ad55862e..0b0a0dd2d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixsuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixsuperior.glif index e9fb47104..e50f1ad9b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixsuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.case.glif index 36cf7fbe9..d295573cc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.case.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.glif index 85565930c..775e62019 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.glif @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashlongcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashlongcomb.glif index 3ebc66c6a..2f0733470 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashlongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashlongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashshortcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashshortcomb.glif index 69ec58816..ceef5ac2d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.case.glif index f82238595..342ee7939 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.glif index ec61d6ab3..107344343 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/space.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/space.glif index aa20f8963..e79d4c5f6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/space.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/space.glif @@ -10,7 +10,7 @@ space com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:45:33 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sterling.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sterling.glif index a5bdea81c..5264c3d7e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sterling.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sterling.glif @@ -97,7 +97,7 @@ NPUSHB[ ] /* 14 values pushed */ 58 56 17 20 37 36 17 20 22 37 36 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokelongcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokelongcomb.glif index b06e70f4d..0ed0732ed 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokelongcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokelongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokeshortcomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokeshortcomb.glif index adfba4d9a..56f92cd1b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokeshortcomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokeshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/summation.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/summation.glif index 3e3a71b9a..292443849 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/summation.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/summation.glif @@ -28,7 +28,7 @@ summation 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.glif index 198de09b8..29a6343df 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.glif @@ -62,7 +62,7 @@ NPUSHB[ ] /* 10 values pushed */ 38 39 17 17 17 17 16 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.sc.glif index 29ff0a91e..8aec072c2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.sc.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tbar.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tbar.glif index ffae05df6..40bde7632 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tbar.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tbar.glif @@ -38,7 +38,7 @@ NPUSHB[ ] /* 20 values pushed */ 0 0 0 38 0 38 37 36 17 17 17 17 21 38 39 17 17 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.glif index 2b8904ce2..db6999833 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.glif @@ -33,7 +33,7 @@ tcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:38 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.sc.glif index ba37fe8ca..cbfd4c5dc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.glif index 703821bc0..3a0f9a7d6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.sc.glif index eed4968fd..91a7bc456 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.glif index dc2644838..603621401 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.sc.glif index 4554fb55b..2ce87bd67 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.glif index 81c9ef1f1..889e1ba8b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.sc.glif index e1c203178..b16af9d40 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.glif index 6185210f1..128757da0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.sc.glif index 014c09da9..3a52ae33a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.glif index a87d02c92..f30d5a55a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.sc.glif index 3af24a11e..08e76c5c7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tenge.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tenge.glif index f9edb0ce6..cd0a23a83 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tenge.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thinspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thinspace.glif index 1e4f83b2a..942abc344 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thinspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.glif index fc6e85f38..b44b2e647 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.glif @@ -57,7 +57,7 @@ thorn 31 16 2 5 4 8 1 0 5 2 74 0 2 2 19 75 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 91 0 0 0 26 75 0 1 1 22 1 76 20 20 0 0 20 34 20 33 27 25 0 19 0 18 18 19 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.sc.glif index 90ff047d0..4831b7081 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.sc.glif @@ -76,7 +76,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.dnom.glif index 06473d5e0..808fe491b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.dnom.glif @@ -57,7 +57,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.glif index 6e25185af..5df38e27b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.lf.glif index 4c3afde24..15f4bf416 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.lf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.numr.glif index ebae5bd8c..c1b4465c7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.osf.glif index fb9d89dab..bd46ea5b7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.osf.glif @@ -58,7 +58,7 @@ three 20 19 2 3 1 43 9 2 5 0 42 1 4 5 3 74 0 3 0 0 5 3 0 99 6 1 5 0 4 5 4 95 0 1 1 2 91 0 2 2 28 1 76 0 0 0 45 0 44 38 23 38 41 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.sc.glif index a0d6a57a0..89acc2c9a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tf.glif index cf89b1957..2ac9d9f2b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tosf.glif index 4060f5ce2..ff3c508f9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tosf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeeighths.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeeighths.glif index d6b8ab046..7134864d4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeeighths.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeinferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeinferior.glif index 25e26819d..312f9f9b9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeperemspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeperemspace.glif index 0e5092e78..33246c804 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeperemspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threequarters.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threequarters.glif index 23fdc71f4..8fe9bfc07 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threequarters.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threequarters.glif @@ -45,7 +45,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threesuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threesuperior.glif index b8cffd089..48d0c2b2f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threesuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.case.glif index 0bcad126b..bab69fd2d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.case.glif @@ -42,7 +42,7 @@ tilde.cap 14 13 2 3 0 29 28 2 2 1 2 74 0 0 0 3 1 0 3 99 0 1 2 2 1 87 0 1 1 2 91 0 2 1 2 79 36 39 36 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.glif index 8c91eb18a..1e905bb06 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.glif @@ -50,7 +50,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.case.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.case.glif index 3b713dfe1..8727d1def 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.case.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.case.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.glif index 70a40c257..31da0806c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.glif @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.glif index 0d02a9401..b4d140136 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.sc.glif index 9bd4e0318..614a7667e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/trademark.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/trademark.glif index 430c66cb2..44ec6449e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/trademark.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/trademark.glif @@ -44,7 +44,7 @@ trademark 18 8 6 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tugrik.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tugrik.glif index e2c24fd5c..2cc0063cf 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tugrik.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tugrik.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.dnom.glif index a93ea21dd..c592b4fdc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.dnom.glif @@ -40,7 +40,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:26 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.glif index bd813fae7..37bb4eb34 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.lf.glif index b93e1bd67..5e76347c6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.lf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.numr.glif index db7771c54..d3684c5b2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.osf.glif index 4d582c47b..69daf20c0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.osf.glif @@ -41,7 +41,7 @@ two 10 9 2 2 0 25 1 3 2 2 74 0 0 0 1 91 0 1 1 28 75 0 2 2 3 89 0 3 3 18 3 76 17 22 38 37 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.sc.glif index 3e5871f6e..f1bc29036 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tf.glif index f5e8b0e54..7460ce6f0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tosf.glif index b8c0439ba..bae05256a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tosf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twofifths.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twofifths.glif index 13e19abe9..1812a2a50 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twofifths.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twoinferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twoinferior.glif index 0d7819f0e..b2c9a6f50 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twoinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twosuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twosuperior.glif index 7eb471b42..2214eaa07 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twothirds.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twothirds.glif index 3b14530e6..0db72a50b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twothirds.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.glif index a899e4c24..8b7713282 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.glif @@ -63,7 +63,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 30 41 23 35 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:42 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.sc.glif index bd923afec..66b362266 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.sc.glif @@ -59,7 +59,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.glif index 7b1ae284e..411b2911b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.glif @@ -16,7 +16,7 @@ uacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.sc.glif index a412fc3e5..33ffbe8f5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.glif index 833eded98..7d690b0b1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.glif @@ -16,7 +16,7 @@ ubreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.sc.glif index 7197a0587..8de89b2bc 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.glif index e6bb7f16a..ff9f4f08c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.sc.glif index bad9042ff..c04644015 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.glif index e2b4dedf7..68f239d91 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.glif @@ -16,7 +16,7 @@ ucircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.sc.glif index 472f26af4..962023bf3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.glif index 91ec59ee5..799398ba4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.sc.glif index 1b016b94d..2399074f6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.glif index cfc5ca5c3..c1ff9b5c7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.glif @@ -16,7 +16,7 @@ udieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.sc.glif index a71d0a008..78c2cec88 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.glif index b2c1bb34e..a3688a5c0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.sc.glif index 45cd2a2c2..aed07dac1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.glif index fe2434271..07d263516 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.sc.glif index 7c3034591..b57338e45 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.glif index 3ed7fac2d..1c7fe4154 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.sc.glif index e7c2a7222..7ac49683a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.glif index d688d36c2..695c94f1a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.sc.glif index 339fe8a8b..c5ca7107e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.glif index dc9e3e64a..bf62117ee 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.sc.glif index 6a5312429..a8247eaba 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.glif index 9fc1b97a4..791c9ee11 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.glif @@ -16,7 +16,7 @@ ugrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.sc.glif index d323adbe7..ff0260d2e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.glif index 2e44900e1..7c72e277b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.sc.glif index 9c88b1c3b..b0e27d3bd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.glif index ad8f4d147..270504674 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.sc.glif index 46286d457..c952a2649 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.sc.glif @@ -68,7 +68,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.glif index dfa35fa78..cba9e48d2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.sc.glif index 6d70a48ad..e742bcaa9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.glif index 0176fa6c2..bee3d5fd9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.sc.glif index 799a6d10f..fbe97630b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.glif index e6596fb69..629123972 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.sc.glif index 8c3572012..1c02b626e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.glif index d62e399b2..225939438 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.sc.glif index 6aabbf134..093a14ff8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.glif index 8dcd05806..9c7a70db1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.sc.glif index 0b1fb97a8..e6ea4a370 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.glif index 0887e9bab..4afa1d0bd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.glif @@ -16,7 +16,7 @@ uhungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.sc.glif index 953a864bd..12a715390 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.glif index 9952749c8..1cb7e40f6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.sc.glif index 7a0230ded..840ec3f63 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.glif index 43ebd2568..c57b996a9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.glif @@ -16,7 +16,7 @@ umacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.sc.glif index a1d06d7da..49f910df0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.glif index cbd4f3620..d502c8c09 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.sc.glif index bd1645a82..44a6a7f4d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/underscore.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/underscore.glif index f3b612b45..3a18e7787 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/underscore.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/underscore.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uni0000.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uni0000.glif index a43d421e2..418206a93 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uni0000.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uni0000.glif @@ -9,7 +9,7 @@ NULL com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.glif index 5b9ac9030..ca9ac1c8b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.glif @@ -33,7 +33,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 51 0 50 17 20 41 23 42 36 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:51 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.sc.glif index 2288adc14..acbce8c47 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upA_rrow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upA_rrow.glif index 49d2c975a..a39bd98c6 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upA_rrow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upB_lackT_riangle.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upB_lackT_riangle.glif index 3be9296d5..2237fb4e8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upW_hiteT_riangle.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upW_hiteT_riangle.glif index d8f91c3ee..5e2600c48 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.glif index 8a9b256e5..772753d1d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.glif @@ -16,7 +16,7 @@ uring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.sc.glif index ae7eb84b7..93f42238a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.glif index 8fd718a84..a91cc57ab 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.glif @@ -16,7 +16,7 @@ utilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.sc.glif index ab298ae9a..b2ff4c018 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.glif index e04b6d2ac..cb1ba7aeb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.sc.glif index ac4973079..e5548d5e3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.glif index b9c3f0b30..8b6e07590 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.glif @@ -38,7 +38,7 @@ v 23 14 11 3 4 0 71 0 0 0 20 0 76 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.sc.glif index 42e778c2f..211bf63d1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.sc.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinelowmod.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinelowmod.glif index ca5cec095..0c906da47 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinelowmod.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinemod.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinemod.glif index 47420b50a..1f514e371 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinemod.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinemod.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.glif index 85e3ae4cf..e7f03e1d5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.glif @@ -52,7 +52,7 @@ w 36 28 21 16 11 9 6 0 71 1 1 0 0 20 0 76 26 25 19 18 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.sc.glif index fe6dbca82..6ecd4199a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.sc.glif @@ -50,7 +50,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.glif index 326dab820..d0789d55c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.glif @@ -14,7 +14,7 @@ wacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.sc.glif index d71912cbd..f08074a80 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.glif index 2f0e26299..50b2409a3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.glif @@ -14,7 +14,7 @@ wcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.sc.glif index 8f7b41b94..3d2a72389 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.glif index 479cf9d8d..e41c086b1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.glif @@ -14,7 +14,7 @@ wdieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.sc.glif index 9c616d693..4996c6646 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.glif index f558bc810..44d700a04 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.glif @@ -14,7 +14,7 @@ wgrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.sc.glif index 63b1381c2..0fd30255b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteD_iamond.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteD_iamond.glif index e3da7ba4b..fe114cfdd 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteD_iamond.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteS_quare.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteS_quare.glif index 33bc0453c..e191c64a7 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteS_quare.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/won.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/won.glif index 3733cd024..dfccec0c2 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/won.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/won.glif @@ -41,7 +41,7 @@ uni20A9 34 1 8 9 1 74 25 16 14 12 10 5 8 22 20 18 15 4 7 0 8 7 98 21 19 17 6 4 0 24 23 5 3 4 1 2 0 1 97 13 11 2 9 9 17 75 4 1 2 2 18 2 76 33 33 53 52 50 49 47 46 45 44 43 42 41 40 39 38 37 36 33 35 33 35 32 31 30 29 28 27 26 25 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 26 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:15:38 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.glif index 457de439f..ff662ab01 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.glif @@ -30,7 +30,7 @@ x 9 6 3 3 0 2 1 74 3 1 2 2 20 75 1 1 0 0 18 0 76 18 18 18 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.sc.glif index fac770ebc..56f526bfb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.glif index 1e5f16c40..0a3e82d8e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.glif @@ -56,7 +56,7 @@ y 34 30 2 2 3 17 1 1 2 16 1 0 1 3 74 0 2 3 1 3 2 1 112 4 1 3 3 20 75 0 1 1 0 91 0 0 0 22 0 76 25 18 18 38 44 5 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.sc.glif index 4df7e5b02..d03a1f816 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.glif index 22f4a79d3..7a1bd08ef 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.glif @@ -14,7 +14,7 @@ yacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.sc.glif index 3ea76317d..be0ea93e3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.glif index 9aee7716a..f1a2b9889 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.glif @@ -14,7 +14,7 @@ ycircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.sc.glif index 77d7d0205..00c7a2f6a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.glif index 6617d5a8c..9712b3225 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.glif @@ -14,7 +14,7 @@ ydieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.sc.glif index c8b69a230..3a7244b05 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.glif index b26ecfe8d..925e81591 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.sc.glif index 3b37ed43d..2b992e4e0 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.glif index eb7ff2bb2..fdd2e4406 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.sc.glif index f014ea8de..51f14d55e 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yen.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yen.glif index 5a8a6d610..3fb0b1801 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yen.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yen.glif @@ -41,7 +41,7 @@ yen 21 1 0 9 1 74 8 1 0 7 1 1 2 0 1 98 6 1 2 5 1 3 4 2 3 97 10 1 9 9 17 75 0 4 4 18 4 76 24 23 19 18 17 17 17 17 17 17 17 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.glif index 9514e4967..664135b79 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.glif @@ -14,7 +14,7 @@ ygrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.sc.glif index 9a9611051..ffee2b103 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.glif index d0dd308a2..d072e8ff8 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.sc.glif index 38722d342..768761b04 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.glif index a22076a33..39f31a850 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.sc.glif index ffce5a022..7d978a53f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.glif index 8215d0191..d012f5322 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.sc.glif index a93597c00..33e10bf63 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.glif index 5dda2d6cf..a3ab37c5f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.glif @@ -31,7 +31,7 @@ z 0 2 2 3 89 0 3 3 20 75 0 0 0 1 89 0 1 1 18 1 76 17 19 17 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.sc.glif index 4f7421aee..dfd2d35e1 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.sc.glif @@ -43,7 +43,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.glif index e1e964502..3ebf3a6de 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.glif @@ -15,7 +15,7 @@ zacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.sc.glif index aa8b7fb8a..48500e8a5 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.glif index 26a3da6ef..e8bf15c6a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.glif @@ -15,7 +15,7 @@ zcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.sc.glif index af16a73d2..95ce1516b 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.glif index 01739c2df..656d6149c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.glif @@ -15,7 +15,7 @@ zdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.sc.glif index 764ffe807..c65a4029f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.glif index b433e1f6a..e03607792 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.sc.glif index 4cc117628..4146e4c87 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.dnom.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.dnom.glif index f90739fa5..4aa168a5d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.dnom.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.dnom.glif @@ -43,7 +43,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.glif index 48ef21625..09b5eabda 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.glif index 201e38bc3..03297d226 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.zero.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.zero.glif index 269a4c822..b85bb7114 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.numr.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.numr.glif index 1c28b5788..aed00f5c4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.numr.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.glif index 143775443..41511a105 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.glif @@ -41,7 +41,7 @@ zero 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 15 15 0 0 15 28 15 27 21 19 0 14 0 13 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.zero.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.zero.glif index fe196481c..b6272429f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.sc.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.sc.glif index 4c25467a6..d3c2a07c3 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.sc.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.glif index 638b10cfc..09434117f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.zero.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.zero.glif index 381eea676..8adefd13f 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.glif index 436ec42a0..d39b066eb 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.zero.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.zero.glif index 6745e6f8e..ae749eaf9 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.zero.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.zero.glif index 72ab252e4..bd382eda4 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.zero.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zeroinferior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zeroinferior.glif index 6126bdef9..47d22605c 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zeroinferior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerosuperior.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerosuperior.glif index 48818a276..dbb8c332a 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerosuperior.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthjoiner.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthjoiner.glif index adf54048e..0f75a5495 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthnonjoiner.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthnonjoiner.glif index 4dcc31dae..3193298ce 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthspace.glif b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthspace.glif index 19f736390..7e4c0794d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthspace.glif +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/lib.plist b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/lib.plist index 84e05fd5c..21f28a75d 100644 --- a/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/lib.plist +++ b/sources/instance_ufo/MerriweatherSans-UltraBoldItalic.ufo/lib.plist @@ -444,7 +444,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 94.0 + 107.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 5.0 com.schriftgestaltung.fontMasterOrder @@ -456,7 +456,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 94.0 + 107.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_.glif index 4ac249ee1..54ff94fde 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_.glif index e99deb68d..42bec083d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_acute.glif index 270e58090..08498faf0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_E_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_acute.glif index 81c928dd6..d384d30b4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:37 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_breve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_breve.glif index 9c2c8c097..21be2940e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_breve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_breveacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_breveacute.glif index 04d93bc9d..9234c38a8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_breveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_breveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevedotbelow.glif index 7ac099fd6..05bb37596 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevegrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevegrave.glif index de771c966..07863bc64 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevegrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevehookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevehookabove.glif index cf7fd36d4..d02418b37 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevetilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevetilde.glif index e8e3b0fb0..71445b0fb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_brevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_caron.glif index bfc64a8e7..c5011f0d2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflex.glif index 843fc9da1..4d8b40c7a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexacute.glif index 817bcdf75..e5aaea108 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexdotbelow.glif index 0012cd726..fdfd865db 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexgrave.glif index aba78b7c8..ec374347b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexhookabove.glif index 39c732222..78fba15a8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflextilde.glif index ca41bedbe..0cb15aa49 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dblgrave.glif index 0b01aa7a6..a90fea313 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dieresis.glif index 0af61d228..e2ac83592 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dotbelow.glif index e99181f2c..77a70b804 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_grave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_grave.glif index e7eb2f540..017f0483c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_hookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_hookabove.glif index a2135f37e..cf7a21624 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_invertedbreve.glif index fa8785df0..031a134bd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_macron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_macron.glif index 63f440bdd..7cb4fc17f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ogonek.glif index a4b709dd2..20449fc56 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ogonek.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ring.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ring.glif index 981924cee..f94dce965 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ringacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ringacute.glif index 3b6b434b5..cebcc0bdb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_ringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_tilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_tilde.glif index 3ba355127..fb0ef3104 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/A_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/B_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/B_.glif index 03b407e0b..eb729436e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/B_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/B_.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/B_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/B_dotaccent.glif index 809c2cf69..5700f6817 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/B_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/B_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_.glif index 95ab37e17..cd2a2c84a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_R_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_R_.glif index b989f35f9..e17b7b373 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_R_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_R_.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_acute.glif index 776308e49..32376dfc7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_caron.glif index 3f525ecb5..dd08990e7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedilla.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedilla.glif index e25a6b304..7d43fd294 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedillaacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedillaacute.glif index 24b1a8e2b..4cd53766b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_cedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_circumflex.glif index 4c8ee524e..d6e5f8a23 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_dotaccent.glif index df45e9138..9ef9edbd2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/C_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_.glif index 1697453c2..d15156489 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_.glif index 77b6d7bbf..2ada439eb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_caron.glif index ae7c3fc0b..444c2804a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_Z_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_caron.glif index 57bd221de..58587e950 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_croat.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_croat.glif index 0d4c34ebe..5e8a219d1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_croat.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_croat.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotaccent.glif index 22ad74055..2a7802177 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotbelow.glif index bd7f20612..11878aadd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_elta.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_elta.glif index 50fa93334..c7677f9b0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_elta.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_elta.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_linebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_linebelow.glif index f97ddcb2a..ce645ac60 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_z.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_z.glif index f7df5a630..0fef050e1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_z.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_z.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_zcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_zcaron.glif index 79e8510a3..b67493518 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/D_zcaron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_.glif index 87ed64ed4..bb4e0f60e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_acute.glif index 5e0cbb174..54725668c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_breve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_breve.glif index 053b88c98..244daab04 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_caron.glif index 5ce971cea..e808b7d44 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_cedillabreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_cedillabreve.glif index 1229d82c8..abff42f01 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_cedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_cedillabreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflex.glif index c2fb8f41a..a7e9d9306 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexacute.glif index 3b4903038..01608028b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexdotbelow.glif index bf8e9475e..26efe3ca0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexgrave.glif index 681c08ae6..221ec55b3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexhookabove.glif index a19e922aa..55284a5f3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflextilde.glif index a5db8845a..457b5f396 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dblgrave.glif index 3f7f06d68..7fffbe806 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dieresis.glif index 167d50aab..b5b01ffec 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotaccent.glif index e02417c2d..50ab90d5f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotbelow.glif index 76a942d23..46d15a25b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_grave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_grave.glif index 16af32b29..42882c73b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_hookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_hookabove.glif index 7c0bfad7c..79bb6eb7d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_invertedbreve.glif index 074a08241..132b6accb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macron.glif index ef722efdf..73b8970a3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macronacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macronacute.glif index 2d4f95ffd..3297c6815 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macrongrave.glif index d99d36cf9..a0b261a56 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_macrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_ng.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_ng.glif index 362a97ac7..3485cfb41 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_ng.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_ng.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_ogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_ogonek.glif index 3879e139b..4424a6d76 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_th.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_th.glif index 58dc5fae9..79b32a635 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_th.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_th.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_tilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_tilde.glif index 06ea45562..b47687c24 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_zh.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_zh.glif index 50fce0c46..ee7aced81 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_zh.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_zh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_zhcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_zhcaron.glif index 592df8ab8..f97d34297 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_zhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/E_zhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:07:55 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/F_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/F_.glif index f0971a207..ccd28c37c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/F_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/F_.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/F_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/F_dotaccent.glif index fb5433af7..1bd663cf3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/F_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/F_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_.glif index 746bcb285..ac710c4d0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_breve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_breve.glif index e1aaba2db..e4bade1d6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_breve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_caron.glif index 643441f85..2a3abd91d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_circumflex.glif index 01d333a13..c51e181bb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_commaaccent.glif index 42067d90f..fdf8b61bb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_dotaccent.glif index 85039beda..66d8e76cd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_ermandbls.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_ermandbls.glif index 10cf764db..0a3be3cda 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_ermandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_ermandbls.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_macron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_macron.glif index ea806e930..9eb775bc5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/G_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_.glif index 1b63fb441..cfce75774 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_bar.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_bar.glif index 38719613e..0cb730809 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_bar.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_brevebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_brevebelow.glif index fbef27c13..71e0d736e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_brevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_brevebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_circumflex.glif index 4a33362b8..769ed7e83 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_dotbelow.glif index 5f871008a..a7d13fad7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/H_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_.glif index c918d51a3..ba66f6abe 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_.uc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_.uc.glif index cfa5fb17e..211d62830 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_.uc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_.uc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_J_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_J_.glif index 7f32eb7b8..defb8029d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_J__acutecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_J__acutecomb.glif index da21540aa..67d746211 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_J__acutecomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_acute.glif index 52e18b55b..15a0de83c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_breve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_breve.glif index e87a1643a..08201373c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_caron.glif index feeaff8ef..ce135b965 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_circumflex.glif index a101c230c..079dccae4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dblgrave.glif index 46d3e9886..d3c8dedf6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresis.glif index 8af80e796..ed65f6e80 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresisacute.glif index 12b506ee5..612c1c73c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotaccent.glif index 3755c1cac..32b4ec195 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotbelow.glif index ac8dfb5b1..259fad8ac 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_grave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_grave.glif index ae15c3efb..5a7b30f00 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_hookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_hookabove.glif index a59d07424..52d072b34 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_invertedbreve.glif index 8745b00df..da94ab70a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_macron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_macron.glif index 58f42f349..6446362cc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_ogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_ogonek.glif index a827b6601..262713e1a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_tilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_tilde.glif index 925aa71bc..dcc182107 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/I_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/J_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/J_.glif index f463e65c1..d2926eb7b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/J_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/J_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/J_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/J_circumflex.glif index 247bb8231..9dc181e7c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/J_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/J_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/K_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/K_.glif index fc149e0af..e7362287a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/K_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/K_.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/K_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/K_commaaccent.glif index 494028a8d..ebd7dd856 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/K_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/K_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_.glif index a9eb39a49..17fc661c7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_J_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_J_.glif index 94ce4aa7b..41ab1e4f9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_acute.glif index 08265edee..ff02a57d8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_caron.glif index 78c63b018..8b105f63b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:16 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_commaaccent.glif index cb83922e1..bd5bcfe3d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_commaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_dot.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_dot.glif index 2cfc52e7d..792020071 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_dot.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_dot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_dotbelow.glif index 07d844c1b..5f76c63fc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_j.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_j.glif index a053a0c85..23453f9a9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_j.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_j.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_linebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_linebelow.glif index bb32e27b3..f727fbff5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_linebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_slash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_slash.glif index bdd6189db..a00bc9190 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/L_slash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_.glif index 925b6ac86..5607f6ed5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotaccent.glif index d0eff339d..62979e4c2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotbelow.glif index 0c88349c2..a4cb53c51 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/M_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_.glif index 30285ceac..8d1a7185c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_J_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_J_.glif index 047703ebf..b2858ad26 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_acute.glif index 779455221..b9169222c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_caron.glif index c72eaffa6..9cf1ca122 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_commaaccent.glif index 6326691e0..bd676d4bd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotaccent.glif index 307aa509b..4efb9a40b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotbelow.glif index 416e54545..8b246013e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_j.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_j.glif index 2e05b112d..cee0e90e6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_j.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_linebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_linebelow.glif index e2f0fabf3..72f89a17e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_tilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_tilde.glif index 4246d2533..40013d8e3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/N_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_.glif index 6077916fb..7e8d429f7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_E_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_E_.glif index 503277f65..b270b364b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_E_.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_acute.glif index 2dd742aba..eb24aac07 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_acute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_breve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_breve.glif index 709efd922..6cc3aeaef 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_breve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_caron.glif index f116f71f3..b83b2fb19 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflex.glif index e9b67f149..a51565cbb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflex.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexacute.glif index 1adf1181a..09cffcc87 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexdotbelow.glif index 7da6454b9..4ee95f4be 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexdotbelow.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexgrave.glif index ad8e31191..86ebe4551 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexgrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexhookabove.glif index 7ecc643b6..20f0035ee 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflexhookabove.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflextilde.glif index 4d3e20a7e..812d5afc1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_circumflextilde.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dblgrave.glif index 8be5e7581..552ecd7ee 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dblgrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresis.glif index 56f22d8c1..4e37f12a0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresismacron.glif index 40f4808c3..416a56896 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dieresismacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotaccentmacron.glif index d4ae3b08e..29356d0c4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotaccentmacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotbelow.glif index 8913d250a..ea6ca94e1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_dotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_grave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_grave.glif index 38d7fc965..955413c36 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_grave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hm.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hm.glif index 3b3f9b4cb..6e0e3c60b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hm.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hm.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hookabove.glif index 6444ed537..5401f6083 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horn.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horn.glif index ebc0a3dda..ebeefc1c1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horn.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:25 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornacute.glif index c230a5b6a..500254835 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horndotbelow.glif index 9f57ff748..601143de8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horndotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horngrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horngrave.glif index 3494825a6..924046cae 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horngrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornhookabove.glif index 5ec57005e..8e2c4503c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hornhookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horntilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horntilde.glif index 0e4020fcb..f356f9d9c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_horntilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hungarumlaut.glif index 7ed8ca643..fafbf6058 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_hungarumlaut.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_invertedbreve.glif index 2e3efdd6a..2879ef783 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_invertedbreve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macron.glif index 9b88a3cf2..fb797f347 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macronacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macronacute.glif index f5f692f33..f74614069 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macronacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macrongrave.glif index 36d68f3f0..9e1166314 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_macrongrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_mega.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_mega.glif index b3be09930..f4e3b4558 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_mega.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_mega.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_ogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_ogonek.glif index 848a1d745..24286db74 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_ogonek.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_slash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_slash.glif index 06943c3e3..b8294e760 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_slash.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_slashacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_slashacute.glif index 0fe526b3c..855010904 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_slashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_slashacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:43:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tilde.glif index 6574ba5c1..ca401aa6d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildeacute.glif index 96063b027..fa917ed68 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildeacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildedieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildedieresis.glif index 63396eabe..4c236793b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildedieresis.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildemacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildemacron.glif index 3f7f10ed3..913d261c4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/O_tildemacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/P_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/P_.glif index 3f210ceac..ac66604cd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/P_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/P_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/P_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/P_dotaccent.glif index fdef59360..39f7a0469 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/P_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/P_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Q_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Q_.glif index 250f2b22a..25bd2fa09 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Q_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Q_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_.glif index 81829e6b6..e8658d010 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_acute.glif index 1667842e8..43b36fd42 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_caron.glif index 3efa6b2b2..8956d522c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_commaaccent.glif index 99709a912..9530f3f1f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_dblgrave.glif index 1404132af..496999366 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_dotbelow.glif index a89ae51ac..53a018f5f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_invertedbreve.glif index 0a08dbf4d..60da80bdf 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_linebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_linebelow.glif index 8208e2ae6..24767e846 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/R_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_.glif index c43ce0d9d..3c7b03f36 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_acute.glif index 1f4b10749..2c55473ad 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_acutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_acutedotaccent.glif index a6db8d254..80de6e371 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_acutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_caron.glif index ed761f0fb..e71a178ed 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_carondotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_carondotaccent.glif index 3e7af27e8..bca27474b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_carondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_carondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_cedilla.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_cedilla.glif index e2ca6d472..fdea600b2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_chwa.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_chwa.glif index a9ffad7a2..e3d190e00 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_chwa.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_chwa.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_circumflex.glif index c545fb839..102d30f73 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_commaaccent.glif index ab4418f80..f653cf439 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotaccent.glif index f1834c2a2..f2d0efe8a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelow.glif index 9d3f5dbf7..bd5808124 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelowdotaccent.glif index e6c094f36..a44f03d6d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/S_dotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_.glif index f60c16329..a228575b0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_bar.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_bar.glif index 02942b15e..ea9a865a5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_bar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_caron.glif index 7a3fb8a39..1f49bbb19 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_cedilla.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_cedilla.glif index 267d14952..cc7bfb4d1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_cedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_commaaccent.glif index 19cd95209..7b2d053dc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_commaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotaccent.glif index a03dd18d9..881cf9174 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotbelow.glif index 9c3b36bf0..df60fcaa1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_horn.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_horn.glif index bd7c8715c..dd0ca2442 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_horn.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_linebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_linebelow.glif index 46cb0553f..07c83b8ec 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/T_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_.glif index 4d980cf24..5cc728e11 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_acute.glif index 12f3a8e5d..c4ac58a21 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_breve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_breve.glif index bb1ac0820..54ed187b7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_caron.glif index b2450c895..951d02834 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_circumflex.glif index 32d4172ac..14e681d01 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dblgrave.glif index 32d85597d..d6620c0ca 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresis.glif index bdeca62b9..54147e0fa 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisacute.glif index ff1f47638..b0f4d75a5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresiscaron.glif index 7617337bb..e2b0fadaa 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisgrave.glif index b5cef9929..f3c5e0a36 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresismacron.glif index 17715e5c1..13f7c5fb0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dotbelow.glif index 13a5968e1..41328d4dc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_grave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_grave.glif index 368eeaab2..7824a8e1d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hookabove.glif index 6cc288718..f5495050a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horn.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horn.glif index 78caaa841..967c5fe93 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornacute.glif index 685aae335..cb6531ca1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horndotbelow.glif index 09400d5c5..24f9d81a0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horngrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horngrave.glif index 98d264296..2831543b1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornhookabove.glif index 27e0f7464..d2b35c026 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horntilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horntilde.glif index b12a1ef0a..40ecc9425 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_horntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hungarumlaut.glif index 2c958c8ea..252d3190f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_hungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_invertedbreve.glif index dd3b3ff27..429536384 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_macron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_macron.glif index a094582d9..b537b9752 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_macrondieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_macrondieresis.glif index b72b582da..d3edd3342 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_macrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_macrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_ogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_ogonek.glif index a5f217cf9..64f6367b3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_ring.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_ring.glif index 7d95e9b91..866271c60 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_ring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_tilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_tilde.glif index c30f773e6..3a4fc262d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_tildeacute.glif index 0b2d730b9..e1370f311 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/U_tildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/V_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/V_.glif index 6565db56a..980449dea 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/V_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/V_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_.glif index c82bc2d9e..641248e54 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_acute.glif index 60074bda9..fea95a8d2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_circumflex.glif index a1dfc0bd1..088ab8514 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_dieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_dieresis.glif index 28b80425e..ed9a3456f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_dieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_grave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_grave.glif index ecd736faf..40f54d3f2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/W_grave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/X_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/X_.glif index 792f0239f..467d8309e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/X_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/X_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_.glif index b1cbdcde4..49f0b5cce 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_acute.glif index 0b5773e27..5db79ad60 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_circumflex.glif index 38d399ebd..f9a59722e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dieresis.glif index ceafce7f5..d754ebfb1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotaccent.glif index 0ce31097b..1272ab6c0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotbelow.glif index c4ddcd31e..33b7276d0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_grave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_grave.glif index 6b80ae02f..cc1d3df18 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_hookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_hookabove.glif index 9e56b6175..c515cecec 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_macron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_macron.glif index 845c41c31..a599d4045 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_tilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_tilde.glif index 01916226c..acf242e42 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Y_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_.glif index 62ab32d34..87d2b84cd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_acute.glif index fc6f2d522..04ccb878c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_caron.glif index 7017ff058..038cc9fc7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotaccent.glif index 8dc407d67..4d6d18b07 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotbelow.glif index e71eec7af..ceaa38f29 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/Z_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/_notdef.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/_notdef.glif index 3a47d23e8..239f1b26b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/_notdef.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/_notdef.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/_null.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/_null.glif index b4a9c99c8..821d79181 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/_null.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/16 02:26:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/a.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/a.glif index f167d9a16..dad04f36f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/a.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/a.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/a.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/a.sc.glif index 0805cd9f0..daebf8c15 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/a.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/a.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.glif index 1c43e5549..2c1e378d0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.sc.glif index 661cc2005..83e007de8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.glif index 0fdf2b70a..03bdf50ce 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.sc.glif index cf2967f01..5449f156c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.glif index 322b6db92..b9adc6780 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.sc.glif index a6649f26e..1f5fd5c2d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abreveacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.glif index 1e20e9a65..e225c0117 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.sc.glif index b51ffc5ce..23168434a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevedotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.glif index a5fcd3392..7f7059131 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.sc.glif index 496f85d9d..49085bda2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevegrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.glif index 5c68b0fda..7332fd71c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.sc.glif index 67f3819d7..ee40f74c5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.glif index ad60f3689..d09972538 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.sc.glif index a472cb5b5..b6224f8ac 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/abrevetilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.glif index 6a2f1d50b..654553cda 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.sc.glif index f65c5dcdc..1d4e174b9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.glif index 759f5a3cd..2c37ee661 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.sc.glif index 5f32dc9b4..d7b0ba3c0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.glif index 50b596b8c..f51ecfd21 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.sc.glif index f0f51cace..ab3699207 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.glif index aba2dc7cc..c6ce0c1a6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.sc.glif index 2fd9fc372..6161a21fa 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.glif index 0e0111299..a5509d496 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.sc.glif index 1c83ea3a7..7b32ba056 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.glif index 962e296bc..50bf60597 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.sc.glif index d38b054c4..864636008 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.glif index 2ce909c6b..0741e638e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.sc.glif index 9bc0d8a4a..b05580d1a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acute.glif index 298f0667e..e7e1e6c42 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acute.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.case.glif index 10c0ce36c..7310c8f1d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.glif index 72c958fd5..cc40c88ab 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/acutecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.glif index 34ea68cf4..5684bfa7f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.sc.glif index 88f4a0474..6ae8ad099 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.glif index 965377a53..fc4d45f1e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.sc.glif index 67d14c26e..22582a536 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.glif index 8e46edcda..b7f15b2da 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.sc.glif index c98e2c9b3..0f479ca93 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/adotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ae.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ae.glif index f64586b36..814ebe66b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ae.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ae.glif @@ -90,7 +90,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ae.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ae.sc.glif index c32020372..6a9f815a6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ae.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ae.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.glif index 54cd80650..597949431 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.sc.glif index 7002c539b..0a872a7f6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aeacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.glif index 4957b708b..dac1e3998 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.sc.glif index c6c05dbbf..d3b3a19cd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/agrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.glif index 692199d8d..098e38e32 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.sc.glif index 759a66946..fb63a68a1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ahookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:30:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.glif index d428123fc..0f3da022a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.sc.glif index b6b04ca9c..e36c06685 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ainvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.glif index e30e60fed..2bbc13ef4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.sc.glif index 974b1e2fb..04ea145f9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/amacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ampersand.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ampersand.glif index cb44c615c..e9e97695a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ampersand.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ampersand.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.glif index fed76b418..69ce60eaf 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:23:43 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.sc.glif index d5435ad8a..b8cb5838b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/apostrophemod.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/apostrophemod.glif index f3333701a..5df6834b3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/apostrophemod.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/apostrophemod.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/approxequal.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/approxequal.glif index d2281be62..9eb2862cd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/approxequal.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/approxequal.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aring.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aring.glif index 8cb823252..2b3763b5c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aring.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aring.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aring.sc.glif index c3deefb40..0d153796a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.glif index be7a08c38..14abad77f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.sc.glif index aede9c487..093e62cb0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/aringacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asciicircum.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asciicircum.glif index 3f77312b4..208b407d2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asciicircum.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asciicircum.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asciitilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asciitilde.glif index 75bcd6b04..ea0895eb9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asciitilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asciitilde.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asterisk.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asterisk.glif index 4e6984abe..91d883e25 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asterisk.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/asterisk.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/at.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/at.case.glif index fcd8a122e..a2f44e427 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/at.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/at.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/at.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/at.glif index bce3fad51..68686e1d7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/at.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/at.glif @@ -82,7 +82,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.glif index 32c6df35c..7d9005e46 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.sc.glif index 1c5e148db..d2650c829 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/atilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/b.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/b.glif index dbae19f4e..5a7ec3bc2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/b.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/b.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/b.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/b.sc.glif index f42676687..f07ed7c21 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/b.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/b.sc.glif @@ -75,7 +75,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.case.glif index 71e2dfe0e..083dd4949 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.glif index 72dc7635b..f5796cb3b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/backslash.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bar.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bar.glif index 3bca9894a..478118462 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bar.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bar.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.glif index eb97d5ede..37903824f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.sc.glif index 6f651c5a6..b65619015 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:34:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bitcoin.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bitcoin.glif index 61ec33812..ef9709be1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bitcoin.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bitcoin.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/blackD_iamond.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/blackD_iamond.glif index 8730e8156..9999125f1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/blackD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:21:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/blackS_quare.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/blackS_quare.glif index c7b990278..da76546a7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/blackS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:29:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.case.glif index 86b1e0440..3d9278704 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.glif index 9fad17135..a40018906 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.case.glif index cde1a9c3d..ca6553ff3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.glif index 300aa869e..e37d96a63 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/braceright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.case.glif index fd284ff06..50c4d95c6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.glif index 607bfc55a..87a0deb4a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.case.glif index f4fad51e9..5cc7d29e9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.glif index e49ed1a78..b427f7745 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bracketright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breve.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breve.case.glif index c6d6829b8..29ec73464 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breve.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breve.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breve.glif index 1406c8b0d..c9e0414e2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breve.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.case.glif index 0c29aad78..65c8002c0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.glif index 15543e6a1..dee302004 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevebelowcomb.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.case.glif index 7261f0816..86a404b21 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.glif index d0d628c63..17ccb9d2d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.case.glif index f8d3d5958..679b3363c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.glif index 8c5793962..714ec8f76 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_acutecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.case.glif index d668bb39d..7dfee1bdf 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.glif index 4c2a4f636..4235ee5e5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_gravecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.case.glif index 4b0d7463f..56039c8a8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.glif index 923c1bb2e..6fe3e5d89 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.case.glif index 705d6cd8a..f9539b1f3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.glif index 0599035b4..849685cf0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brevecomb_tildecomb.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.case.glif index a65102f8b..16041ced1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.glif index d5d8ce32c..36df54bec 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/breveinvertedcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brokenbar.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brokenbar.glif index c4cfd48e5..8c3bf1ce9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brokenbar.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/brokenbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.case.glif index 11ab9eb4e..cf7c50864 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.glif index f6dc66315..ae2ea8b25 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bullet.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bulletoperator.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bulletoperator.glif index 3c074772b..c0b41617f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bulletoperator.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/c.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/c.glif index fefab9592..bf0cc426c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/c.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/c.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/c.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/c.sc.glif index 9307b048c..24cd249f3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/c.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/c.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.glif index b7c6b250e..877c59109 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.sc.glif index 147e71e97..993044f26 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caron.glif index 19bba89e3..24aa9e018 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.alt.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.alt.glif index 520ce6621..37d79a629 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.alt.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:58 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.case.glif index 4bc8b2286..c0cdbbfbc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.glif index f25ea41a7..79e57e298 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/caroncomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.glif index 88f4170f7..7e8f02935 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.sc.glif index c1fcfc902..c98589274 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.glif index 88be8371e..3021f61ca 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.sc.glif index 494d8b9ae..c568faf04 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.glif index 5d77e4452..aeb9fdf8f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.sc.glif index 7aafda24b..1bcdd4c88 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccedillaacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.glif index 755e38bae..4f68f5726 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.sc.glif index 648844a43..9e45a81dc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ccircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.glif index 72da1f503..8c49b43a0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.sc.glif index aebb0af5d..51abd16b5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedi.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedi.glif index dcddfc6e4..e03cc6e3c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedi.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedi.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedilla.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedilla.glif index 81377e79d..4bd618bd5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedilla.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.case.glif index bc650673c..a7df87bba 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.glif index 3f35364b5..3539cb01c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cedillacomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cent.glif index d9ed9eb1d..b31811112 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/cent.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflex.glif index 91a6ede59..b175db6fc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflex.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.case.glif index c4927c166..53dc0cad5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.glif index f5f70941e..3804c2786 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 4ef9eb6e6..61f0ff5f0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.glif index 2caeea1ae..6a13ca132 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.case.glif index f5fefcf55..32a7b4c7b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.glif index cc301d9d4..6c2f4f489 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index 94bf4970d..31cabdf01 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 77862ddc5..363d617a2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 866f0b492..75eec88c6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.glif index 99381a69e..7ff599d08 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/colon.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/colon.glif index de3e4e5ff..f1e45fbe1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/colon.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/colon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/colonsign.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/colonsign.glif index a6d28bf2a..973b7dde9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/colonsign.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/colonsign.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/comma.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/comma.glif index ce3899adc..3494c4653 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/comma.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/comma.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.case.glif index 1ea7c6367..4af23e144 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 215.0 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.glif index 24fe9249a..86e8db546 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaaccentcomb.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 215.0 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.case.glif index 4f4dac9f6..b85d1558c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.glif index babe141fe..2d9e989a7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedabovecomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedmod.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedmod.glif index c10c0fd4c..a209cd376 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedmod.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commaturnedmod.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commercialM_inusS_ign.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commercialM_inusS_ign.glif index d5dbb685b..92faaccea 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 02:18:10 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/copyright.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/copyright.glif index 7ccd2df01..c50b1521f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/copyright.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/currency.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/currency.glif index 289d04ea9..ae607a266 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/currency.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/currency.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/d.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/d.glif index 62cb24ed3..5ffe93f02 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/d.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/d.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/d.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/d.sc.glif index 62158b3c0..2d4ac70aa 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/d.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/d.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dagger.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dagger.glif index 6d4a6b4a4..87a497041 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dagger.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dagger.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/daggerdbl.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/daggerdbl.glif index b3915021f..d29bbaa95 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/daggerdbl.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/daggerdbl.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.case.glif index b929f2b40..f098ce8f4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.glif index 10566c691..ca9549986 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dblgravecomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.glif index f4998a135..499755b0e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:33 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.sc.glif index abaab00ce..5a2f3aaeb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.glif index 51175c1fe..1e4408cf2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.sc.glif index beb69f048..b7d3da1d9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dcroat.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.glif index e38fb77e0..998a2dd30 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.sc.glif index 32101a2cb..0c3784ff1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.glif index 4cb87ac44..5cde08917 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.sc.glif index 2a5f28c19..12b87ffbe 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ddotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/degree.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/degree.glif index 4aa0b4584..f71261f2e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/degree.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/degree.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/delta.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/delta.sc.glif index 9a8bc3058..4b731c469 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/delta.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:50 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresis.glif index ffb0fe5d7..43d20a721 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresis.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.case.glif index adfcd1bd8..948c20407 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.glif index b5f5b328c..1f675eb6d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresisbelowcomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.case.glif index b18a3249a..a8e59c64a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.glif index fa98fd132..14549b801 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dieresiscomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/divide.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/divide.glif index a15cc3ef6..a6ee4f315 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/divide.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/divide.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/divisionslash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/divisionslash.glif index 9978ab810..dcb2333ac 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/divisionslash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/divisionslash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.glif index 0a9116eca..87b244ee9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.sc.glif index d69129e60..650459781 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dollar.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dollar.glif index 347125e45..358906324 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dollar.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dollar.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dong.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dong.glif index 3db7eb754..2d0752645 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dong.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dong.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:23:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccent.glif index 867fb32c1..2b6622dbb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccent.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.case.glif index 782f529fa..2eecb43d0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.glif index ad48bc963..1fa7839a0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotaccentcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.case.glif index 8aa568a47..9c65293d7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.glif index f7fa1b5d4..9aab06db4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dotbelowcomb.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/doubleprimemod.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/doubleprimemod.glif index 67a2eb1fe..072482a95 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/doubleprimemod.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downA_rrow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downA_rrow.glif index aba8f1094..0caf4d503 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downB_lackT_riangle.glif index 132be8f74..dd54462be 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:49:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downW_hiteT_riangle.glif index 226292264..96a87a69a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dram-arm.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dram-arm.glif index 098f94ede..72d89c1a4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dram-arm.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dz.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dz.glif index 2e0ae9d65..b985c192e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dz.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dz.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dz.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dz.sc.glif index ae44f6e5e..672402984 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dz.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dz.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.glif index db674c019..e019f747c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:56:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.sc.glif index a05de61df..77eb9a615 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/dzcaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:12 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/e.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/e.glif index bb18e8066..1bd03503a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/e.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/e.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/e.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/e.sc.glif index be851f91e..7c797407d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/e.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/e.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.5,0.09,0.79,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.glif index 1611bd624..c8ea53922 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.sc.glif index f4255b9b5..82c545f3f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.glif index 356749fdf..10b9d0b86 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.sc.glif index bfa2844c8..e7c8aeed4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ebreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.glif index fa02bd180..69068392f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.sc.glif index 4255ca6bd..685ba6062 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.glif index 2126943c3..0d319af4b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.sc.glif index ff98d6aad..64ab92659 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecedillabreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.glif index b68cf24a3..a2afbb280 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.sc.glif index 2fd2e4fd2..a98e8d28f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.glif index 28c92e587..4ce64411e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.sc.glif index 00942dd5e..2b3463874 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.glif index 67e8f9336..8ee54a766 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.sc.glif index 3ad3d05f5..7963cdea6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.glif index 7e6d04015..1efde5c00 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.sc.glif index 2b5748d05..28c5fc7be 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.glif index 18ed82a69..aca1a41b8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.sc.glif index 3eb9e3f5d..9735b3ab9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.glif index a2a05187d..e94c836a9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.sc.glif index b2ed9cb59..aad02511f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ecircumflextilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.glif index b6621b703..d37e278d3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.sc.glif index cbf8841af..9ba6a70c0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.glif index 4597ec4b9..1f9e413fe 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.sc.glif index fe4dd60ab..4b495df97 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.glif index d7a218c9d..f865167c2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.sc.glif index 2933f755f..c31919d93 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.glif index 70537df7a..8d1d20903 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.sc.glif index 8538af437..9dd96968c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/edotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.glif index a43202ae0..eb425f61d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.sc.glif index 255984788..0ec2071eb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/egrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.glif index 29f41ac67..228a6e315 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:12:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.sc.glif index ebdb7b9f8..48e911714 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ehookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.dnom.glif index 7ec24e1a4..89027c376 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.dnom.glif @@ -67,7 +67,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:15:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.glif index 934707c8a..db376b735 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.lf.glif index d93aca56e..26b314467 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.numr.glif index 1f7dc2a94..7148b1921 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.osf.glif index 75d3af505..f3d233b5c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.sc.glif index c586fdc54..33eaecc51 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tf.glif index 443210568..e836cac58 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tf.glif @@ -59,7 +59,7 @@ 680 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tosf.glif index d35f2685a..3d1966158 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eight.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eightinferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eightinferior.glif index 572da7716..d2eeab1db 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eightinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eightsuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eightsuperior.glif index 615914a13..54ba01021 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eightsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.glif index c2600b7eb..2fdce9f2d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.sc.glif index ba6491a3c..6e8ba691c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/einvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ellipsis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ellipsis.glif index 007bd7821..9fe69e6e3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ellipsis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ellipsis.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.glif index 1815b0861..c3bf42cde 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.sc.glif index 0d06fc365..97e1cb28b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.glif index b6050c7a1..eb96ab1a7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.sc.glif index 61531088a..7cf282869 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacronacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.glif index 3a0a46197..86047271e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.sc.glif index 3f60ec6ae..8e8f9af62 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emacrongrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.case.glif index 1465af55c..3fc31ce04 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.glif index 6d9e7b540..ae20c85d5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emdash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emptyset.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emptyset.glif index f98f68760..f21061387 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emptyset.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emquad.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emquad.glif index 19176adba..fc6587eca 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emquad.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emspace.glif index cad26b367..606f556f4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/endash.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/endash.case.glif index a5ba112c9..85e9a20e4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/endash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/endash.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/endash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/endash.glif index 2ede534cd..5348e6a40 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/endash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/endash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eng.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eng.glif index 5092b0301..d0a192817 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eng.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eng.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eng.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eng.sc.glif index 4ee16555f..a0ac58266 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eng.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eng.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/enquad.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/enquad.glif index 65ee49710..6c8c3aa58 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/enquad.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/enspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/enspace.glif index 990d19c9d..35e68736f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/enspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.glif index 0d63d3794..71f76693c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.sc.glif index f219ac5df..934bf3fe0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/equal.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/equal.glif index e91dd897f..34d976fbd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/equal.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/equal.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/estimated.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/estimated.glif index 0fa368af1..2ac25cabd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/estimated.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/estimated.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eth.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eth.glif index c3df99024..14892ae36 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eth.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eth.glif @@ -72,7 +72,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eth.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eth.sc.glif index fb97d5d29..067a01f62 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eth.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/eth.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.glif index 1b1a69896..139310aab 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.sc.glif index d44a5de58..54265dc8e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/etilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/euro.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/euro.glif index 185fdf7eb..f1d4ab415 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/euro.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/euro.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclam.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclam.glif index e43b32116..c43c98e15 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclam.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclam.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdouble.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdouble.glif index 118570cf2..3d402b9c2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdouble.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdouble.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.case.glif index 2017bfcea..51c2fdafb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.glif index 70bcfcc45..f404cc876 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/exclamdown.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey exclam com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.glif index 4a4ad5c5d..60c2c92f1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.sc.glif index 879df0b05..635f751fa 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezh.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.glif index 78ef1eff1..96957d471 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:22:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.sc.glif index 2f9eb79cd..1581199d8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ezhcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:45:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f.glif index 1f5b52b67..5bbed4f92 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f.sc.glif index 22e7dcf64..9c674ef02 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f.sc.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f.glif index 7903f456f..bc9390a19 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_i.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_i.glif index 5daca4f9d..5eb79ae8a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_i.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_i.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_l.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_l.glif index 5430b3d81..6fefc202d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_l.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/f_f_l.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.glif index 10133628f..25c826227 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.sc.glif index 8bfe76a9f..8ae4e0013 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fi.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fi.glif index 5ad2e41c6..13cd25d8d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fi.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fi.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/figuredash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/figuredash.glif index b7e87639c..dbec1eca5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/figuredash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/figurespace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/figurespace.glif index 3678c6e68..ec462a520 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/figurespace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/firsttonechinese.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/firsttonechinese.glif index ce5b5300b..2c5eefd54 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/firsttonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/firsttonechinese.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.dnom.glif index 9fe36b412..34db92e3c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.dnom.glif @@ -54,7 +54,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:08:19 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.glif index 8e106aea3..fdac2fb11 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.lf.glif index a1f78bb0a..c3155c480 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.numr.glif index a22eeee32..983e9b9af 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.osf.glif index 305d2d105..bcc484e1d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.osf.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.sc.glif index 7a069b5c8..d336cc316 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.sc.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.tf.glif index edb7a170e..2fd043dea 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.tf.glif @@ -46,7 +46,7 @@ 680 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.tosf.glif index 2be4b9304..3ace29cc7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/five.tosf.glif @@ -44,7 +44,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fiveeighths.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fiveeighths.glif index 80be9f152..60b1158b9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fiveeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fiveinferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fiveinferior.glif index 80bf86bce..080f4907f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fiveinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fivesixths.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fivesixths.glif index cc6fc17d7..734584e90 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fivesixths.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fivesuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fivesuperior.glif index 7622fb542..e9aede1b7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fivesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fl.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fl.glif index 8b42610f4..959992d2d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fl.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/florin.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/florin.glif index 4fdcc64da..980d69176 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/florin.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/florin.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.dnom.glif index 398202953..c9bf47c05 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.dnom.glif @@ -42,7 +42,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:07:58 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.glif index 95486e1e0..fc6be0aca 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.lf.glif index 1cbddd561..6e7666e00 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.numr.glif index 0cb502a8e..e8c99b4fe 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.osf.glif index cacab8b01..a0153ed5e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.osf.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.sc.glif index af687142a..38636fb3b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.tf.glif index 517f5d864..10de569f0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.tf.glif @@ -35,7 +35,7 @@ 680 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.tosf.glif index 875e9b8b7..b456d2e56 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/four.tosf.glif @@ -33,7 +33,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourfifths.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourfifths.glif index 788e1716d..eb9055a3f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourfifths.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourinferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourinferior.glif index 66535b035..0dcc97a16 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourperemspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourperemspace.glif index 60ac7a31c..4e0d29e21 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/foursuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/foursuperior.glif index 7c84b0b15..d4a836427 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/foursuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourthtonechinese.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourthtonechinese.glif index 591a18ab2..929ea6e99 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourthtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fourthtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fraction.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fraction.glif index aade765d2..2906cd52e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fraction.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/fraction.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/franc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/franc.glif index 349afc864..db1262116 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/franc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/franc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:04 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/g.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/g.glif index f85f943cc..52761b375 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/g.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/g.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/g.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/g.sc.glif index 64cfe4cef..32ccbd62e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/g.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/g.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gacute.sc.glif index b2a7cad2f..b43b9791f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.glif index f88d9f680..d941427e7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.sc.glif index ddbbd7c03..52f34a0a8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.glif index ccec19b50..397b19b05 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.sc.glif index 3d8fa7d41..038a947b9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.glif index fae79d43a..d0c19642e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.sc.glif index d5d9aa302..0cd44beb5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.glif index b2c1de218..347b1dccb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.sc.glif index b7579977c..b1db56979 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.glif index beae93e52..a9243a560 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.sc.glif index 8e3e71aa0..bce7d4a95 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.glif index ac31fa455..4bb98c481 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.glif @@ -58,7 +58,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.sc.glif index 8c5d1c9ad..5c6f46b34 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/germandbls.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.glif index 3e66bc66c..076d7129b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.sc.glif index 153e6b896..37f5a2d18 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gmacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/grave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/grave.glif index d022fb2bc..4e98b74e4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/grave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/grave.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.case.glif index dad342e5c..9815ccb69 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.glif index a14b5d24c..3c7ddd5c5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/gravecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/greater.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/greater.glif index a449bc2aa..e2abcec79 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/greater.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/greater.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/greaterequal.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/greaterequal.glif index c03b2443f..2b5da2d8c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/greaterequal.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/greaterequal.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guarani.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guarani.glif index 78daff0c4..eba293aa5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guarani.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guarani.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.case.glif index 1ca7ef35e..0d760b991 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.glif index 137ec3ba0..5d0facded 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.case.glif index fc78ed68c..b83a8cfa3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.glif index 626f4d52c..50baeddf6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guillemetright.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.case.glif index cab1ec4b3..a117fdee3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.glif index abfa5ebb2..174f1744e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglleft.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.case.glif index b8f40d752..391cd3c59 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.glif index 98e7709ac..3e74a1d08 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/guilsinglright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/h.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/h.glif index 624a14c86..e8226d294 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/h.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/h.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/h.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/h.sc.glif index ce4b82dc8..517ad832e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/h.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/h.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hairspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hairspace.glif index 9adcc4f46..75a173d6a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hairspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.glif index 62d1ab175..53fab6a18 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.sc.glif index 6f0f03f2b..21efb128b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbar.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:24 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.glif index f69aac228..3e939f993 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.sc.glif index e673cb89c..98714c40f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hbrevebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.glif index 32d720312..2c5646aad 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:13:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.sc.glif index 29ee2a134..b799e85c6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hcircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.glif index 52d858f43..aab1f1e3d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.sc.glif index ec4caabd6..2ada5c737 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.case.glif index db3bca5a2..029377812 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.glif index 217145b1f..f2fe58000 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horizontalbar.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horizontalbar.glif index 85fc508e9..7b8bdc4a1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horizontalbar.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.case.glif index 6ef5bd51c..55ef852e1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.glif index 2dc032d6a..6354c13cd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/horncomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hryvnia.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hryvnia.glif index 7e8db63b5..d9841d557 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hryvnia.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlaut.glif index 4e2dfd5ce..2c10a4f73 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlaut.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.case.glif index 20e3e84db..c6e5d097d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 473.0 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.glif index 429f5a236..8fa0da52a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hungarumlautcomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.case.glif index 92900d0fb..3478a0e42 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.glif index 2c6296930..4505d4091 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphen.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphentwo.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphentwo.glif index 4a67b4bb2..4c2317800 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphentwo.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.cy.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.cy.glif index f165af94c..89ee8ac67 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.cy.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.cy.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.glif index ccfb33d6f..cdaaf4b3a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.sc.glif index ea25767fa..06a775c52 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.dot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.glif index 29a3b40ba..ad5b6b3d5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.sc.glif index ed3e8507b..6d1cba4ae 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.uc.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.uc.sc.glif index 88702f627..42c61019c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.uc.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/i.uc.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.glif index 04bdd3a29..96ece5baf 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.sc.glif index e85f7373d..64e1c52ae 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.glif index 41efc6b2b..0b6b6df57 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.sc.glif index 0ba823cfd..128676e05 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.glif index ddb73cacf..d1167a280 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.sc.glif index 1223ad31d..e2038ce64 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.glif index 3aae5f5d8..c51dec35e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.sc.glif index 8ef590aff..d78375202 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.glif index d789d1404..490c9cd25 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.sc.glif index 3256231bb..147b46e70 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.glif index fd097d8b0..d6fa31220 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.sc.glif index bf471729b..684191a54 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.glif index a6378818e..94e984d66 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.sc.glif index 8af5f126b..c6bd879e0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.glif index 54d5f7525..4eef91409 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.sc.glif index 85e2d040a..7c47f0995 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.glif index d86c42920..3c3bb64a6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.sc.glif index 54d6b8c87..36ab0cae9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.glif index 12fe670d0..d548d72e0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.sc.glif index 2f8a33f31..5ab7c0e4a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/idotless.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.glif index 9be393af0..c47dddec1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.sc.glif index 3d9b9e118..79e84d827 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.glif index 2e93e4bbf..5911a1151 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.sc.glif index a12630c58..4fe8d4056 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.glif index 05c946513..242bf8e89 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.sc.glif index abaa10514..324d6a5cd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij.glif index 264ad8658..980010924 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij.sc.glif index 788a2aeff..ea65a258e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.glif index c75105784..2e209e2ab 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:47:38 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.sc.glif index bed913514..a24af2402 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ij_acutecomb.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.glif index 8cb87b30a..44d5c531b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.sc.glif index d65121820..48ec6a057 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/increment.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/increment.glif index 8fa9a49a5..f97c191ba 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/increment.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/increment.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:52 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/infinity.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/infinity.glif index 24d24de5b..b14f45e10 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/infinity.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/infinity.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/integral.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/integral.glif index a6e1cd2b8..988e9e784 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/integral.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/integral.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.glif index 588d0d786..8874db3c9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:27:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.sc.glif index aa7d72912..1d3878e7a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.glif index 46a696ca6..94bdeac35 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.sc.glif index 0c7f3c810..085965cec 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/j.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/j.glif index 869ed73a8..0d99ac438 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/j.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/j.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/j.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/j.sc.glif index 26bcc9b4e..44a980f7a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/j.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/j.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.glif index e6642ff6d..92aaca15c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.sc.glif index 9af6815f6..0e09a889a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:27:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.glif index a87135801..f33fc41dd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.sc.glif index 64f169772..ca8dd15b1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/jdotless.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/k.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/k.glif index c1d57f9fd..de5eec8a9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/k.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/k.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/k.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/k.sc.glif index ff2e63e32..a03123189 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/k.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.glif index b557e01f8..fc2e4e9e6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.sc.glif index 5eea75437..5a7547606 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.glif index 8d2612413..2c6630429 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.sc.glif index 739e4d3d2..139b01d02 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kgreenlandic.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kip.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kip.glif index ceee8da6b..ca2f2514a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kip.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/kip.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/l.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/l.glif index 405452a54..56ff9890b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/l.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/l.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/l.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/l.sc.glif index 24af9534d..02c7f8ede 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/l.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/l.sc.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.glif index dba6a24a2..683105fe7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.sc.glif index 87445482e..11e0c1020 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.glif index b80d8ec03..f120111e5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:11 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.sc.glif index 6101bac0a..c3f239ba9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.glif index 82dfba4cf..4e3783453 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.sc.glif index 0991b6e95..a2201c9ba 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lcommaaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.glif index bb1e0653e..78141e2a9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.sc.glif index ada05f241..f2443515d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.glif index d058bd1e1..8d9123586 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.sc.glif index 81c815eeb..48ffab3c3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ldotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftA_rrow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftA_rrow.glif index 791b917be..616583eea 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftB_lackT_riangle.glif index 7b9e1d370..ae37f8045 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:50:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftW_hiteT_riangle.glif index 3ede7c893..7821af23f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftanglebracket-math.glif index 9cac05394..6a18b5d0e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/leftanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/less.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/less.glif index 504903339..e6bc352aa 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/less.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/less.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lessequal.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lessequal.glif index 64ce164c1..7bdb1f019 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lessequal.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lessequal.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lira.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lira.glif index 1dc50c2da..e9bb163ab 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lira.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lira.glif @@ -73,7 +73,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/liraT_urkish.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/liraT_urkish.glif index b6428a44e..123efc78a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/liraT_urkish.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/liraT_urkish.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/literS_ign.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/literS_ign.glif index 24773accf..540113841 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/literS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/literS_ign.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lj.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lj.glif index 7e1f04c03..0c7578b66 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lj.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lj.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lj.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lj.sc.glif index d2967d15b..ed7217563 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lj.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.glif index 01dc1b551..0b2586054 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.sc.glif index d040475e5..c8fa68bcb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/llinebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/logicalnot.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/logicalnot.glif index adad956a5..6de720b11 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/logicalnot.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/logicalnot.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lozenge.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lozenge.glif index 5c73562c8..f020ed70e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lozenge.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lozenge.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.glif index de7e28970..2a5b4ecb6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.sc.glif index fa2b67a0a..a7a14cb20 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/lslash.sc.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/m.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/m.glif index 6536562ca..410c06e35 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/m.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/m.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey n com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/m.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/m.sc.glif index 8364b0bb0..8d51ff92c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/m.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/m.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macron.glif index a24aa158a..9bd5d9f80 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.case.glif index 9ca8a40cf..3be29820b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.case.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.glif index be5cfbb02..c0fd5f5ea 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macronbelowcomb.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.case.glif index d65da9183..f3cd51bed 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.case.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.glif index dfd144146..5844ebf33 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/macroncomb.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/manat.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/manat.glif index 3b12b41bd..4a38ee00f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/manat.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:39 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.glif index 917ffea07..c389d721f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.sc.glif index b903c0ff7..8e6db6085 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.glif index 6f873c567..0486152b5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.sc.glif index c1f632722..592e8d0b0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/micro.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/micro.glif index 2018bc4b1..24209bfe5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/micro.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/micro.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/minus.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/minus.glif index 688fca710..dedb313da 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/minus.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/minus.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/minute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/minute.glif index c91c00712..5b7329bc0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/minute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/minute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mu.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mu.glif index 00bf972b0..38991d7fd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mu.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mu.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:50 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mu.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mu.sc.glif index 8cc4949c5..8e0ff3502 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mu.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/mu.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 05:10:55 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/multiply.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/multiply.glif index a5e3ce494..10322dd2d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/multiply.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/multiply.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/n.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/n.glif index b9cd172ce..9250fee0a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/n.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/n.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/n.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/n.sc.glif index f3c2505af..b33a77150 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/n.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/n.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.glif index 2c47f2d9b..9c9a1100d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.sc.glif index 625681e7c..2698b9cbc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/naira.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/naira.glif index e4f688a5f..75123f7c3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/naira.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/naira.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:35:45 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/narrownbspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/narrownbspace.glif index f9d187141..118ce21fb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/narrownbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nbspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nbspace.glif index 8938e0842..d5f1ad380 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.glif index 428f628b6..afd8752eb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.sc.glif index 57a320499..606712080 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.glif index 4c39bdfd4..756aaa46a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.sc.glif index fb6be2854..0c85dfd81 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ncommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.glif index ee5a930c7..d4d5dbbfe 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.sc.glif index 23aea69eb..205a5cd64 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.glif index 348aa99e7..778bab427 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.sc.glif index 25d9d1576..e6e1f4fc0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.dnom.glif index 3d825a23a..0e2ae4a51 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.dnom.glif @@ -55,7 +55,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:18:17 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.glif index b09823855..a69286570 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.lf.glif index 6a735b8b4..14502d985 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.numr.glif index 702e31bc0..1f10595e8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.osf.glif index ba9ba82e9..228bafa15 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.sc.glif index 781afff68..b4973c02f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tf.glif index d8418a460..897df980a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tf.glif @@ -47,7 +47,7 @@ 680 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tosf.glif index 9b6de77b1..1731ea320 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nine.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:36 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nineinferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nineinferior.glif index 1e7383c2b..0e002ad7b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nineinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ninesuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ninesuperior.glif index 52af3ad2e..389602e48 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ninesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nj.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nj.glif index 3cb23aec5..29e152138 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nj.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nj.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nj.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nj.sc.glif index 266102e62..230c1671f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:09:07 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.glif index 552ae0997..e74685b92 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.sc.glif index a3f73ff7a..3e3eb73e8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/nlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/notequal.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/notequal.glif index b05e330d7..964165cb8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/notequal.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/notequal.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.glif index 9c5062c39..03489db68 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.sc.glif index 4272f5024..e0a4f25ac 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/numbersign.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/numbersign.glif index 09c496079..fd913c252 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/numbersign.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/numbersign.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/numero.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/numero.glif index 1ce75e151..7157265ef 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/numero.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/numero.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/o.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/o.glif index 8e47d0b1f..075e2a598 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/o.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/o.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/o.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/o.sc.glif index b10a507ed..aa7693ff6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/o.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/o.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.glif index eba8d6756..01c2dc82e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.sc.glif index 95424a834..b2168b5d3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.glif index d183972cd..68c98d708 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.sc.glif index 3d3057e14..fa0443f69 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/obreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.glif index c9b749256..6b83fbf68 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.sc.glif index 791ce8d4b..bd920d712 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.glif index e86262af4..3fed8ae71 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.sc.glif index fb9b78d80..af30dcd0c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflex.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.glif index a908cde89..d89bf178e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.sc.glif index 44af7d9d2..e513f52ea 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.glif index 50da1edfc..99927924e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.sc.glif index ce362f747..22a3f28c4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.glif index 19a774b15..0f3cc0968 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.sc.glif index 695229973..666a5df49 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.glif index 8f4b89ff5..5d9a378a0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.sc.glif index 276b65b68..6a92d459e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.glif index 75961a747..1d9f71f3f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.sc.glif index f67d26c2c..cc1187af1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ocircumflextilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.glif index 5121452ed..79e4c8cae 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.sc.glif index 556f8bbc7..89b848f15 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odblgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.glif index 9a4777e2d..7bfb82499 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.sc.glif index b453b4d36..d179a1a8d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.glif index b35d459aa..8092bb9e8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.sc.glif index f30245e2d..17a5c2327 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odieresismacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.glif index de0eb2f03..25bcfb420 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.sc.glif index 97431bccd..7f6e0c606 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotaccentmacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.glif index bd6d53f8a..93abd66a3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.sc.glif index d9d2f847f..e365933d1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/odotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oe.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oe.glif index 65581cea6..231d4384f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oe.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oe.glif @@ -71,7 +71,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oe.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oe.sc.glif index ae57d2172..89a57acf9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oe.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oe.sc.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonek.glif index 0d0940f9a..cff919e74 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonek.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.case.glif index 7ee1bce4b..16b42afe6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.glif index 5a1573e8b..b97d03361 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ogonekcomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.glif index fc7a34226..0d6728710 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.sc.glif index d154d0fae..8a60e7ad5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ograve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.glif index 56ac07736..4f17e762b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.sc.glif index a82619bda..7c6001576 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.glif index af85c18e0..39b241216 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.sc.glif index 75ce15fac..c6ecb06d8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.glif index b5df3cca5..60c5749c2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.sc.glif index 1ba608ea9..5831c1544 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.glif index f8e6854a6..27985c23e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.sc.glif index 9ea9cb0cf..8c6bfdf62 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.glif index ed7d41dfb..89e4196ae 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.sc.glif index 4846afcb8..8912bab0a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.glif index e5148177f..4e8f67a78 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.sc.glif index c9f93a491..3389ad447 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.glif index c692a0246..54ac6e8e9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.sc.glif index 09030a638..d85c8e934 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.glif index e5df7d0e0..07fd24424 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.sc.glif index fe9a575dd..d5cc2d81c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ohungarumlaut.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.glif index 9da034509..7b213100d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.sc.glif index 8c1bee6b7..395d55ad1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oinvertedbreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.glif index a41219bcc..bfddb01d0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.sc.glif index 16d42ac85..b238f35fb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.glif index 9ff88873e..799c620b4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.sc.glif index 9e35c8558..61b69d5be 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacronacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.glif index be282623e..1026225da 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.sc.glif index a9232342f..544ad53a0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omacrongrave.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omega.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omega.sc.glif index aeee4f91e..676ccc2c4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omega.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/omega.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.dnom.glif index b782bfe1e..c96ad79aa 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.dnom.glif @@ -35,7 +35,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:03:23 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.glif index 79538d4be..88fdcd536 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.lf.glif index 70bf2507d..b600a9ead 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.numr.glif index 8c87ceb72..4ef731c48 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.osf.glif index 34388946b..6f6d2961d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.osf.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.sc.glif index 07adcf6ca..a25826a72 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.sc.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.tf.glif index bd6dcebab..9d0b5cf6e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.tosf.glif index 0dbf44e98..bbe14122b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/one.tosf.glif @@ -29,7 +29,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:20:53 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneeighth.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneeighth.glif index 8e266ce67..54aed6435 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneeighth.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneeighth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onefifth.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onefifth.glif index 741e0dcc5..90476e47c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onefifth.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onehalf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onehalf.glif index c2c0f1b27..77edb3e67 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onehalf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onehalf.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneinferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneinferior.glif index 7a78b8385..ff4f5c5ad 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneninth.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneninth.glif index 88f29d582..d6b4fb650 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneninth.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onequarter.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onequarter.glif index d9cd95987..bfe7dddf0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onequarter.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onequarter.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneseventh.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneseventh.glif index 80ecd8407..ba16a6965 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneseventh.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onesixth.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onesixth.glif index 20c5a3d5c..58240f548 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onesixth.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onesuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onesuperior.glif index 0d4a25689..d74f25adf 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onetenth.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onetenth.glif index d776a6392..069ae440a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onetenth.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onethird.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onethird.glif index 3f6cee57d..f39a5d027 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onethird.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.glif index 20537e502..dfe062ba9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.sc.glif index 405e658d5..92133406f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oogonek.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ordfeminine.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ordfeminine.glif index 0a13ebcab..b11f6b38d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ordfeminine.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ordfeminine.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ordmasculine.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ordmasculine.glif index 2a039394b..834281131 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ordmasculine.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ordmasculine.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.glif index db3140f98..126d1964f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.sc.glif index 6a2b7da28..0c11389d8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslash.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.glif index b80f3db06..d3ddfa9d9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.sc.glif index 53fcf0196..d3ccb15ce 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/oslashacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.glif index 2e754d8a5..eb89b7448 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.sc.glif index d19eaebce..b5c8d2f26 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.glif index 34927ce29..d5c0e2e54 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.sc.glif index 904bc16af..16a9636a1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildeacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.glif index 5d05a267c..14ef9990d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.sc.glif index 139f93888..e8bd022bd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildedieresis.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.glif index 9e848e979..babb42155 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.sc.glif index 19c22b535..051bc9c2c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/otildemacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/p.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/p.glif index 568df86db..137528638 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/p.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/p.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/p.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/p.sc.glif index 48ee9ef32..b64b029ba 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/p.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/p.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/paragraph.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/paragraph.glif index 90eb3285b..343bda361 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/paragraph.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/paragraph.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.case.glif index a3f8ec1ba..c27c3ed7b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.glif index 74ca0a074..2aef4a344 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.case.glif index b634f240f..969b01524 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:45 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.glif index f9a181197..a2a0fffab 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/parenright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/partialdiff.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/partialdiff.glif index 1dfd4474c..f85aedd69 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/partialdiff.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/partialdiff.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.glif index a51d2846a..d506ee4f5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.sc.glif index 5d217cb80..bd1337883 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/percent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/percent.glif index a03afb7a2..54de53fd4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/percent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/percent.glif @@ -69,7 +69,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/period.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/period.glif index 3fef0d13b..c2bba71e9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/period.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/period.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.case.glif index 0835644da..27c5b1d4c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.glif index 7e0596ae0..77348ee1b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 3bb71b705..dc0caa006 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.glif index 06c3b5996..d68163084 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/periodcentered.loclC_A_T_.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/perthousand.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/perthousand.glif index 68836e990..cc1e3a85e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/perthousand.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/perthousand.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/peseta.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/peseta.glif index 343383484..d29f679fb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/peseta.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/peseta.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/peso.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/peso.glif index 5f6469f99..eaf4c9fe6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/peso.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/peso.glif @@ -76,7 +76,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pi.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pi.glif index 331f772a0..3259e0188 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pi.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pi.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:59 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pi.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pi.sc.glif index bff38730b..9c39346b8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pi.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/pi.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey product com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/plus.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/plus.glif index 5a3ab8a8a..840278d83 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/plus.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/plus.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/plusminus.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/plusminus.glif index ad1a55f6a..31d017da3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/plusminus.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/plusminus.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/primemod.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/primemod.glif index 2bd127aa1..22b68ea98 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/primemod.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/primemod.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/product.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/product.glif index 1a787cc64..414e57fb6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/product.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/product.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/punctuationspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/punctuationspace.glif index 0ebe01d75..fdbf080b3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/punctuationspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/q.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/q.glif index bb8257564..ae42ecd8a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/q.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/q.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey d com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/q.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/q.sc.glif index d08341a87..d6ece874d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/q.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/q.sc.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/question.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/question.glif index 380d6c484..ff8f91005 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/question.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/question.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.case.glif index 0c8e0aa66..34b4c5078 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.case.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.glif index dd5b253dc..907f5c8a2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/questiondown.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedbl.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedbl.glif index a8f25a7b8..a97dc8d57 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedbl.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedbl.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesingle com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblbase.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblbase.glif index d90324e59..a75c2ad87 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblbase.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblbase.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblleft.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblleft.glif index e0f8829c3..c51c54c56 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblleft.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblleft.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblright.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblright.glif index a93c336b9..e8bdf03df 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblright.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotedblright.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quoteleft.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quoteleft.glif index c36828626..cf70159f9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quoteleft.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quoteleft.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotereversed.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotereversed.glif index 95f12d61d..240a81b42 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotereversed.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotereversed.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quoteright.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quoteright.glif index eb2d4ac22..1ef075efa 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quoteright.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quoteright.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotesinglbase.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotesinglbase.glif index 1f8aea748..155471864 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotesinglbase.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotesinglbase.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotesingle.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotesingle.glif index 83ad92224..975fb56f2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotesingle.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/quotesingle.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/r.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/r.glif index 39ecc3564..50aba841b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/r.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/r.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/r.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/r.sc.glif index 370e1d90c..2c925e4fe 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/r.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/r.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/racute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/racute.glif index aa33fc9e2..1f75f238d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/racute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/racute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/racute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/racute.sc.glif index bf3059496..310306a0a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/racute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/racute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/radical.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/radical.glif index d42a1f218..689c4ac75 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/radical.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/radical.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.glif index e43c07fe8..61ea91650 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.sc.glif index de7170994..14306d16e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.glif index e308854da..2af266a81 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.sc.glif index 581cf794a..b70f842e6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.glif index 44f33a51b..85b43d297 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.sc.glif index 247cfbe58..f6e7b2c41 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.glif index 7193afa82..ed88d823b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.sc.glif index 4c355497f..3aeb16407 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/registered.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/registered.glif index 4f31a6f73..5b705f91b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/registered.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightA_rrow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightA_rrow.glif index edce82216..0e851f207 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightB_lackT_riangle.glif index 7e48b8b1e..b9ef8c1bc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:48:49 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightW_hiteT_riangle.glif index 92e5b5af2..8dcddff59 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightanglebracket-math.glif index 28a87b47a..429a4bbe8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ring.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ring.glif index 2a9a05c6a..c37a2a342 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ring.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ring.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.case.glif index b0f399407..7af77db7b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.glif index 7b64ad2fd..1385c6b2f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfleft.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfleft.glif index 59ef94858..630e92007 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfleft.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfright.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfright.glif index b18230088..d90013d07 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfright.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ringhalfright.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.glif index 7a31bdbf8..6a2f872a4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.sc.glif index f45683116..67b78907d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rinvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.glif index 79a86043c..37ff64e14 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:31 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.sc.glif index 63663b39d..525e35420 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ruble.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ruble.glif index 88654fc22..8241a7839 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ruble.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ruble.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rupeeI_ndian.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rupeeI_ndian.glif index ae58215e3..93496bb15 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/rupeeI_ndian.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/s.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/s.glif index e5ec0a54f..0341e8a0c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/s.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/s.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/s.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/s.sc.glif index 79e4ad6f3..c29dffb17 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/s.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/s.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.glif index ebb7a53f6..e86072739 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.sc.glif index 77eb7cb00..4124c394e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.glif index f0c37df6e..46338c493 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.sc.glif index 4a2d241b3..2cb61c282 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sacutedotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:27 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.glif index 8e9a5a986..9712b0c41 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.sc.glif index 55a53812f..5f67cb8e1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.glif index e1c5d2ca8..35be74bc3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.sc.glif index 64e50a743..cac44002e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scarondotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:57 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.glif index e633459ff..1a4f79145 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.sc.glif index c552871c1..44ba58c2e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.glif index 308f9c3d7..c380ce484 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.sc.glif index c02f39712..0841b30a0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/schwa.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.glif index cb4753ae1..0cbc59a6d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.sc.glif index 5b91110c4..389f7b17a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.glif index 92758eecf..be1215679 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.sc.glif index 3872c3e93..10c5d546a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/scommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.glif index 32d63a083..48f05a782 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.sc.glif index 87e87e1a1..e7f807493 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.glif index 2bd46ca2f..cabc04172 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.sc.glif index 3d85b2c6c..53b5b84ae 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.glif index fd746002d..c1e89092f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.sc.glif index d07521fab..08a34439e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/second.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/second.glif index 6e15a33b9..3a314efe8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/second.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/second.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/secondtonechinese.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/secondtonechinese.glif index 35263bb8e..404fa8ffa 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/secondtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/section.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/section.glif index d8d2d538f..e66aff203 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/section.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/semicolon.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/semicolon.glif index 7ecd3f162..cdc5bc316 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/semicolon.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/semicolon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.dnom.glif index a2cd6e544..cac792d53 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.dnom.glif @@ -32,7 +32,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:57:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.glif index 0b27fd5fd..2b2a87edd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.lf.glif index d16ad8763..d59c10169 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.numr.glif index d1a1e9bd9..2ad279713 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.osf.glif index 1ddaa0bce..dffb082cc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.osf.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.sc.glif index a2ea99916..2decec952 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.sc.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tf.glif index e346185f6..699c047bf 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tf.glif @@ -24,7 +24,7 @@ 680 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tosf.glif index cb63cee9c..7db20b1e1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seven.tosf.glif @@ -22,7 +22,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:09:42 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seveneighths.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seveneighths.glif index fecbf9199..760fee8e8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seveneighths.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seveninferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seveninferior.glif index b612a1fa5..d132d14f0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seveninferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sevensuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sevensuperior.glif index 2275e3d5e..775a9dfe0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sevensuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sheqel.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sheqel.glif index 02dfd4ff1..65ef99a34 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sheqel.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sheqel.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.dnom.glif index 98c9d5ae5..a1334ed18 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.dnom.glif @@ -55,7 +55,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:00:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.glif index be3a5074f..bf9027a59 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.lf.glif index 414898399..c148e257f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.numr.glif index 3ee9be6d3..d58574b92 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.osf.glif index 3e2420b10..7c9a6ec90 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.sc.glif index 45c3e7731..32245ccfb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.tf.glif index 2e2e584da..36543426c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.tf.glif @@ -47,7 +47,7 @@ 680 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.tosf.glif index a7a20e0d8..c8d232e5e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/six.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixinferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixinferior.glif index 12b886892..b2820c5a3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixperemspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixperemspace.glif index de0df4cb7..2533c9c35 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixsuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixsuperior.glif index 136106919..c39abda0a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slash.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slash.case.glif index e29a40401..948a4e2c3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slash.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slash.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slash.glif index cdc445469..87b23119c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slash.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slashlongcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slashlongcomb.glif index f444769ad..4e071a401 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slashlongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slashlongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slashshortcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slashshortcomb.glif index e194e5bf5..1240a69f7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slashshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/slashshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.case.glif index 9ce0fac0f..e5f74142a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.glif index 60384c53b..63604f748 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/space.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/space.glif index b78022173..eaa9089f6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/space.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/space.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sterling.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sterling.glif index c38502e3e..fde760ed7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sterling.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/sterling.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/strokelongcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/strokelongcomb.glif index 24f21630a..dd85ee5e7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/strokelongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/strokelongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/strokeshortcomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/strokeshortcomb.glif index ff0bbf54f..daee69296 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/strokeshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/strokeshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/summation.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/summation.glif index 430a65878..9a266b4b1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/summation.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/summation.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/t.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/t.glif index e6088064c..67ad015ca 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/t.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/t.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/t.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/t.sc.glif index 44c8c542e..5868dd06d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/t.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/t.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.glif index 1769108ad..595768f60 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.sc.glif index 9f5262867..ed0018964 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tbar.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.glif index ed9a9fd64..09d915229 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.sc.glif index 8a652a968..0ab9abc29 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.glif index d56ea48e6..53635b18c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.sc.glif index 3af900c29..d38a2d199 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcedilla.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.glif index 14a429b9f..832844753 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.sc.glif index e318b0832..513ae1fa7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.glif index 4d8fb8f08..b3a60b927 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.sc.glif index bd3953e3c..97f40fd35 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.glif index 74abe1c1c..c892f3064 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.sc.glif index 002a9d226..b219b4426 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.glif index 864f83ead..265a88e5c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.sc.glif index 2f6f3b3d7..a21e0180e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tenge.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tenge.glif index 4d803c018..480f76360 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tenge.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thinspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thinspace.glif index a4d7a2a4e..8ca36dbc9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thinspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.glif index b9d9b9086..3bde8bf30 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.sc.glif index bb2c534ba..8330f567d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/thorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.dnom.glif index 23b1d7c50..364d51135 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.dnom.glif @@ -67,7 +67,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:15 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.glif index d51a2e11f..582003e4d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.lf.glif index ff4589b2d..97d84034a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.numr.glif index 3b4cfa25f..46d09aca7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.osf.glif index 26c995324..b67ee1d8b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.sc.glif index c0549348f..fda7b48d9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.tf.glif index 571138eee..d6809e622 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.tf.glif @@ -59,7 +59,7 @@ 680 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.tosf.glif index 4e06b5aa2..7ddf88096 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/three.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeeighths.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeeighths.glif index db30b2cc2..d3b77389b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeeighths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey three.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeinferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeinferior.glif index 22be0f651..cad6c9d5c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeperemspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeperemspace.glif index 4a0679022..a238b9b3e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:14 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threequarters.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threequarters.glif index a97243390..c65482083 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threequarters.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threequarters.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threesuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threesuperior.glif index 721a0742b..94b785d61 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.case.glif index e6a8106dd..3d6c90f88 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.glif index 842ef8930..bfc2bcea8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tilde.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.case.glif index f53a833b7..b6e741f2e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.glif index aae465e29..812a6c78d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tildecomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.glif index b6268af9b..ed73241d3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.sc.glif index 837ca0744..862386333 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/trademark.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/trademark.glif index 7b7455624..eab130f2f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/trademark.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/trademark.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tugrik.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tugrik.glif index 1ffd6d7a0..292c35e34 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tugrik.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/tugrik.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.dnom.glif index b8db42fbc..b749a7780 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.dnom.glif @@ -46,7 +46,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:42:31 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.glif index c9ec5b1ed..b08b4b9a0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.lf.glif index 91005d8d1..23ecfb3a0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.numr.glif index 2bb0954d6..7fbc75066 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.osf.glif index 0dd8cdafe..55b59cd1e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.osf.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.sc.glif index 2314fa252..f87b28ae0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.tf.glif index 3b5f56f33..53ca3d981 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.tf.glif @@ -38,7 +38,7 @@ 680 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.tosf.glif index 575b6313e..29929603a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/two.tosf.glif @@ -37,7 +37,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:11:35 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twofifths.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twofifths.glif index 9d71cbe0f..4789226e0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twofifths.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twoinferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twoinferior.glif index 3ccf088cd..a4b0ce9ac 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twoinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twosuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twosuperior.glif index 99028c708..be1afc7ee 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twothirds.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twothirds.glif index a294efa55..efff407cc 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twothirds.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/u.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/u.glif index abdf7507f..4b9b497e4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/u.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/u.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/u.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/u.sc.glif index b823f716d..7e849df9d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/u.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/u.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.glif index aa1d220e3..e6d9f6fdd 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.sc.glif index 1be4359fe..8b1750f5f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.glif index da47237b2..218ae9cb0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.sc.glif index 56334d67b..7c98d42c1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ubreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.glif index b9dd5e624..aa2c19580 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.sc.glif index b72ea4192..dc3a3407a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.glif index c1491da1d..4c20ee6b3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.sc.glif index 101a81c43..c3aa39da8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ucircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.glif index 0be3089b1..d7c454ca1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.sc.glif index ef8964591..1fd0438e5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.glif index 537f5109d..b20f8afc7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.sc.glif index e3f9cf664..321e6e0f9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.glif index 9569617aa..5f6436cb1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.sc.glif index aa0e9d6f0..6d4e5b540 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.glif index 14f5174d2..6536c5780 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.sc.glif index f0dc84363..c0c4e4bea 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresiscaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.glif index ff33e121b..6922c1c32 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.sc.glif index 03b57ba4f..16a5cf99d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresisgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.glif index 9055e977c..0cb39cc23 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.sc.glif index c334c8177..c141a6d19 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udieresismacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.glif index 6c5aa5021..5fc4cb0ca 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.sc.glif index 8cf6a3619..447a1b89c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/udotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.glif index 3feebe8cb..d8fe9d4ed 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.sc.glif index c5f2ccc0b..7a2dfc169 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ugrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.glif index 5535b68a7..035a1f101 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.sc.glif index 05809d6f4..d38d99c9b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.glif index cd9dd5533..fb35991be 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.sc.glif index bf797e2d4..238e22ea0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorn.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.glif index 990dd0317..0fe9a9cc3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.sc.glif index 658c50df9..bcb6bd6c7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.glif index ffff4c79d..329197044 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.sc.glif index a70f30a7b..a28cbe34a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.glif index 502c92613..b34d3d777 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.sc.glif index 54c8f5ebb..9ab12910b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.glif index 617a1d76a..5ff4d6d04 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.sc.glif index fedf9d0a6..27b9f1251 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.glif index 02da3996f..dbdcabae1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.sc.glif index 5f7af7f13..0ad1915f3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.glif index 52241cf07..ee8088453 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.sc.glif index 27b835c5a..d50d4b4cb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uhungarumlaut.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.glif index 107a44254..226a3d2e8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.sc.glif index 1f37dbbde..9c1c766e8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uinvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.glif index 076a0827d..239f1458b 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.sc.glif index d67bbc59d..5e102113a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.glif index 1b9617a02..fcd48b0d2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.sc.glif index 820e14bde..23162961a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/umacrondieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/underscore.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/underscore.glif index f1b749612..2d510125d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/underscore.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/underscore.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uni0000.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uni0000.glif index e6fb07071..a794b2196 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uni0000.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uni0000.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.glif index b214a1224..8e6e34e2a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.sc.glif index 990a078b3..888b9eab6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upA_rrow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upA_rrow.glif index 4f987d2a4..3b7e9a9c3 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upB_lackT_riangle.glif index 9810aef73..ce83cd481 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:46:24 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upW_hiteT_riangle.glif index f795ac1fc..a705e597d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:01:56 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uring.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uring.glif index 4b6b0fca9..9310b7e6c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uring.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uring.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uring.sc.glif index e93cf29b0..1fb031ffb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/uring.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.glif index 58187f0e7..2b61f4b27 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.sc.glif index e121b6443..e49f3d3bb 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.glif index 969d21a7e..81321b533 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.sc.glif index 917587bf9..9737e0478 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/utildeacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/v.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/v.glif index 92454614e..42264d641 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/v.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/v.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/v.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/v.sc.glif index 56ad55c72..8b38a965d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/v.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/v.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinelowmod.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinelowmod.glif index c77bfe9dc..ce1effa37 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinelowmod.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinemod.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinemod.glif index 239b63206..1c20476c4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinemod.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/verticallinemod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/w.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/w.glif index 34ce9f5c5..63febd7ef 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/w.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/w.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/w.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/w.sc.glif index ef80e6629..055fb5535 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/w.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/w.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.glif index 04561aaa6..44b92e837 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.sc.glif index 22bf88298..efa4043b2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.glif index ac998f99e..c24c4307a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.sc.glif index a632fd13a..31301e375 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.glif index e74cf7dd4..9a227ca91 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.sc.glif index dab888e80..d2d5b476a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.glif index 7cc55a3a9..219af707f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.sc.glif index 7f61fd86c..80da86cac 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/wgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/whiteD_iamond.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/whiteD_iamond.glif index d5c7ed06c..2bd96e5ec 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/whiteD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:31 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/whiteS_quare.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/whiteS_quare.glif index df575f5e2..b08d12867 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/whiteS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:58 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/won.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/won.glif index 08c160928..b78ea2442 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/won.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/won.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:39:44 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/x.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/x.glif index e2a35a2e9..e5a94d2ff 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/x.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/x.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/x.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/x.sc.glif index 93b3a45dd..cc39e647a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/x.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/x.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/y.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/y.glif index 4a2100722..3ebdfce19 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/y.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/y.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:00 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/y.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/y.sc.glif index 92483e2f8..a0d5fa35c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/y.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/y.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.glif index 4624d253c..333254e80 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.sc.glif index e330ce6da..b42a07c39 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.glif index dd5bb1fe8..1bd94f94c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.sc.glif index dc6f883dc..54dad7daf 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ycircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.glif index b20bf58dc..3f9658f1a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.sc.glif index 3badea87a..c5a22d65a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.glif index 7596fa375..ae0de2ec7 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.sc.glif index 5b8e79c47..f71cad208 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.glif index 024fa3d76..278b019f4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:22 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.sc.glif index ace45eeb6..89e5148ef 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ydotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yen.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yen.glif index 0e899f86f..8a84fc795 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yen.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yen.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.glif index b5f462c5d..85e921ded 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.sc.glif index 05f52be1b..704603202 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ygrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.glif index 06031d9ff..2d5001899 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.sc.glif index 8fecef05e..055f466b9 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/yhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.glif index c1555233e..f0043286c 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.sc.glif index 6ed394941..9cec77f8f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ymacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.glif index 66960c4a3..14241cc9f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.sc.glif index 1cc78d870..e4db4ef9e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/ytilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/z.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/z.glif index d63ec9165..c002be768 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/z.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/z.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/z.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/z.sc.glif index f7a9d4939..7b583f920 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/z.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/z.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.glif index 3c3ed900e..218c67e49 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.sc.glif index 0624b4055..50302e0f4 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.glif index 0d3a386d4..6e8d64e80 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.sc.glif index e00c68281..3d15913c1 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.glif index 57be1fa1d..06bc010d8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.sc.glif index a04292fb4..6245031c6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.glif index 49e263696..ac113b5e5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.sc.glif index cfb2a45bb..d39dbcbb5 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.dnom.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.dnom.glif index 81fe9bc16..ef2cb991d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.dnom.glif @@ -49,7 +49,7 @@ 76 com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.glif index b632ef116..32afe54af 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.glif index 222eb735f..f01fc5fb0 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.zero.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.zero.glif index 5c328d826..5b50c85e2 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:40:59 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.numr.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.numr.glif index f57fcd012..a27ca043a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.glif index 786e70219..e9d301c1d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.zero.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.zero.glif index 0794eb04f..9833c96d8 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:41:12 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.sc.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.sc.glif index e893ab375..38db1777e 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.glif index 13c7e78ad..e718fc19f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.glif @@ -41,7 +41,7 @@ 680 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.zero.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.zero.glif index f8d0ad56f..761026563 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:52 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.glif index 309d86cfe..14695d52f 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.glif @@ -39,7 +39,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:14:08 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.zero.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.zero.glif index 3ef9ebebf..2033291a6 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.zero.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.zero.glif index e6f0a0327..f2aadba30 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:00:23 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zeroinferior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zeroinferior.glif index 3fa0ae761..408fd9217 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zeroinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerosuperior.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerosuperior.glif index 8774305e8..c8244390d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthjoiner.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthjoiner.glif index 414a7ed8a..ec510243a 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:19 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthnonjoiner.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthnonjoiner.glif index 31175d269..133ec847d 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthspace.glif b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthspace.glif index 94b44a868..0e0c0c616 100644 --- a/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthspace.glif +++ b/sources/master_ufo/MerriweatherSans-Black.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_.glif index 308b6454b..5e8bf65ed 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_.glif index 45c28b2ce..81ce6f9aa 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_acute.glif index 585f84e43..e4ed0f3e9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_E_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_acute.glif index f78ea8025..f3cea6cfa 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:37 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breve.glif index 92e482790..4e519d3fe 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breveacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breveacute.glif index d7a460222..363a6f966 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_breveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevedotbelow.glif index 5f61f0259..8c2b73692 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevegrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevegrave.glif index c5f28b958..54579e267 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevegrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevehookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevehookabove.glif index 80f179ba9..42da73b60 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevetilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevetilde.glif index c7bab86a0..aef743d8a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_brevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_caron.glif index ee6483ef7..7352fda81 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflex.glif index 88e6ec809..f9b4a95fb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexacute.glif index d944b3f13..49b7c0c15 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexdotbelow.glif index 6a546ec5f..602c540ef 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexgrave.glif index 900185610..0b25c1de0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexhookabove.glif index 9e503d728..e18c85149 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflextilde.glif index 89455cccd..d0e7fa2ae 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dblgrave.glif index 38fe3af02..1225a856d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dieresis.glif index 6834b090c..de6f4d113 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dotbelow.glif index eae6cc46c..7a3fcf856 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_grave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_grave.glif index 58bb21bde..7e0d2e642 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_hookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_hookabove.glif index d775aa2a3..88bb5a76b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_invertedbreve.glif index 50fd2dfdf..32d87e8b7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_macron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_macron.glif index 064c6acf2..db13f8853 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ogonek.glif index 879e2e63c..adeaf2a7d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ogonek.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ring.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ring.glif index f38913286..25ec3e62c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ringacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ringacute.glif index 14e099427..8457deb50 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_ringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_tilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_tilde.glif index 8bb123cec..a380da489 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/A_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/B_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/B_.glif index 75f187001..40dace45b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/B_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/B_.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/B_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/B_dotaccent.glif index bce6c8917..2d33b570a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/B_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/B_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_.glif index 0cacfe558..cc42b3342 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_R_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_R_.glif index b989f35f9..e17b7b373 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_R_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_R_.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_acute.glif index c7cfee12c..41efaf8f9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_caron.glif index 7485ae120..a8280fc1c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedilla.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedilla.glif index b26204e42..8bdc68bb2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedillaacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedillaacute.glif index 07b50eb9e..c64fc5917 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_cedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_circumflex.glif index e1e55020b..e47290a85 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_dotaccent.glif index 49561eced..b882158b6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/C_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_.glif index 55c9a0b26..f12efefec 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_.glif index 2421fb138..457ebe65b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_caron.glif index ea3863af3..054f5b936 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_Z_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_caron.glif index 023f679eb..5e099bca9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_croat.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_croat.glif index 52c4a8ba6..733ea8454 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_croat.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_croat.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotaccent.glif index 88e60b7fd..7ac9b0e22 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotbelow.glif index a742f3c50..b4837d17b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_elta.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_elta.glif index 06673a3e6..86d61d5aa 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_elta.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_elta.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_linebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_linebelow.glif index 5562ae8c3..cb3ac0bc4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_z.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_z.glif index 5446a7051..a3eee39c5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_z.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_z.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_zcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_zcaron.glif index 1bf1a445f..df022b07b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/D_zcaron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_.glif index f91ab44e4..e3e6acea7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_acute.glif index 6166efcec..2f8470b11 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_breve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_breve.glif index 6e7063f84..ab83729a7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_caron.glif index 02f9c51d0..40c76e8e7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_cedillabreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_cedillabreve.glif index a4aa5c001..048617a84 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_cedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_cedillabreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflex.glif index ed395feb1..55a8dc129 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexacute.glif index 14a57932b..a8d10666e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexdotbelow.glif index 976bb0439..e16c1dc01 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexgrave.glif index c12b20bf2..d49895b74 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexhookabove.glif index 1564f37de..f2128ecf2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflextilde.glif index c3b160103..0545f3a69 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dblgrave.glif index 23372529d..8b4d0e6eb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dieresis.glif index 07cb0fe41..d7d86c838 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotaccent.glif index 21a19d8bb..18f78b945 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotbelow.glif index b18b418f4..b96c92a75 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_grave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_grave.glif index 6da985afe..ab9ebc6cf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_hookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_hookabove.glif index 3ad696b65..9f89a6709 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_invertedbreve.glif index 3f2b10930..ec20c6074 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macron.glif index 99c69fd5e..cadbc1812 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macronacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macronacute.glif index d0dd7343c..1b8d346d7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macrongrave.glif index 1760e68d0..8d4c9a72b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_macrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ng.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ng.glif index 82046cd78..2b9ad736c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ng.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ng.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ogonek.glif index 370b2c5af..9f72c72db 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_th.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_th.glif index 6308e46e1..ad8ec436e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_th.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_th.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_tilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_tilde.glif index 60dfab277..bb8b83035 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zh.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zh.glif index 5616c3925..9703188a6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zh.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zhcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zhcaron.glif index b9ed6286a..8f3cc0b2b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/E_zhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:07:55 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/F_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/F_.glif index 61e7684bf..0f4d0141b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/F_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/F_.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/F_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/F_dotaccent.glif index 3ea1bed54..e4079d687 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/F_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/F_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_.glif index d9bc6e3ab..eb7916deb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_breve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_breve.glif index b9550bda3..ef44e8d17 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_breve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_caron.glif index 2f9d93e49..3e67b06de 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_circumflex.glif index 665c8c1ce..edf4f1419 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_commaaccent.glif index 7f42f7a02..60850a2f8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_dotaccent.glif index f6f0c72ce..20cbf8363 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_ermandbls.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_ermandbls.glif index bfb7529c7..a38eb7c5c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_ermandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_ermandbls.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.29 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_macron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_macron.glif index 129e703a2..f1f65a687 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/G_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_.glif index 4328be952..7ce6afb40 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_bar.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_bar.glif index 04b6e2c25..e59a3ec6c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_bar.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_brevebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_brevebelow.glif index 36cd15cc7..806c1dbe2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_brevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_brevebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_circumflex.glif index f245066f0..cd1493c4e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_dotbelow.glif index f8f42b3c8..5a4ab5593 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/H_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.glif index 688febbe1..83df81b23 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.uc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.uc.glif index a23ac0239..70aba1c06 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.uc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_.uc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J_.glif index 7c40b1c0e..c67865948 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J__acutecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J__acutecomb.glif index 76edb7958..8924d2463 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_J__acutecomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_acute.glif index 504574f46..87d9624f6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_breve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_breve.glif index 15509d2de..8bc68e5eb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_caron.glif index 0aff7c576..ca31e70db 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_circumflex.glif index 8259b1943..5ea3a1838 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dblgrave.glif index 662b92900..04942dd53 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresis.glif index 2a03f7320..bb3e0efa7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresisacute.glif index 61dadb8d2..b009c41e1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotaccent.glif index 4235897ba..b27cf9700 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotbelow.glif index 41c75949a..71ae6c23a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_grave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_grave.glif index e49b01466..21bcde5a3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_hookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_hookabove.glif index f619f93e3..f0486306c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_invertedbreve.glif index ef3651704..5550a625d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_macron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_macron.glif index b83501dea..6e1fd9724 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_ogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_ogonek.glif index 3509d18f7..0c5a67d08 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_tilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_tilde.glif index d9d69a478..265eb19b6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/I_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/J_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/J_.glif index f4571d373..5d9a4d96f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/J_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/J_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/J_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/J_circumflex.glif index eed0cf638..07e5f97ac 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/J_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/J_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/K_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/K_.glif index 975a4da5e..c8c0fc630 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/K_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/K_.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/K_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/K_commaaccent.glif index 032c13e82..fa00b9840 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/K_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/K_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_.glif index 9608c86c7..70c8a2a7f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_J_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_J_.glif index afe26bf2b..25c07d56a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_acute.glif index 063e76860..8b7363048 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_caron.glif index d603be8e5..3ed8c515c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:16 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_commaaccent.glif index 84e104c4d..66a292770 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_commaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dot.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dot.glif index 5714538e8..b4f59367f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dot.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dotbelow.glif index 9eb4f6eb6..02b501e6a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_j.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_j.glif index 3ab45ac80..b15acb6b4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_j.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_j.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_linebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_linebelow.glif index cf7d4d139..211685579 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_linebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_slash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_slash.glif index c47224eff..f86fd2d75 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/L_slash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_.glif index 7c13b32dd..0612a0d52 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotaccent.glif index 8e3bcce89..734d2a4a8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotbelow.glif index 7dd881199..4de282ee2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/M_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_.glif index 5d0e2dec7..8cff7adc8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_J_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_J_.glif index 9fb457157..49d94fbc6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_acute.glif index e31cb19c2..21fc9f460 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_caron.glif index e46238abe..c785262f7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_commaaccent.glif index 6686b95c6..4b391bf27 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotaccent.glif index 52cee1870..ccb3a6acf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotbelow.glif index 046ec0999..e6bfa3db9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_j.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_j.glif index c89c3df99..be68dd3fe 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_j.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_linebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_linebelow.glif index 221466ad6..39a9f5b5a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_tilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_tilde.glif index 22541e7dc..cf1d56689 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/N_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_.glif index c16dab36b..c5d7063d6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_E_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_E_.glif index 55fefb127..b5e2b6931 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_E_.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_acute.glif index d0cbd39bb..ebbacc0c6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_acute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_breve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_breve.glif index 010423459..6ca8fa2f8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_breve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_caron.glif index 40722be1e..67342d965 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflex.glif index 98d170105..6e888a446 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflex.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexacute.glif index 183fb3974..e669f3318 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexdotbelow.glif index 8fdfef39b..332fd63d1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexdotbelow.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexgrave.glif index 55d84e133..2f9e2dc0b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexgrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexhookabove.glif index b93077b19..77e9e387f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflexhookabove.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflextilde.glif index 31d1b929b..59df7cacf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_circumflextilde.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dblgrave.glif index 69b63f818..c25a178d1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dblgrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresis.glif index cf2aefb41..8fa15c2b1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresismacron.glif index 440753786..60f633bdc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dieresismacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotaccentmacron.glif index a3e0b0363..c44a8f9ef 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotaccentmacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotbelow.glif index 1bdb100b5..d9326d535 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_dotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_grave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_grave.glif index 41bd2e103..5040d60d3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_grave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hm.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hm.glif index 0b1886852..fc1a8953e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hm.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hm.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hookabove.glif index 04a904b3d..0b1acdb9c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horn.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horn.glif index fbd05b689..b0191221c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horn.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:25 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornacute.glif index f3d788fd0..9ed48ff9c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horndotbelow.glif index a5c3ac835..9a28d7f1e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horndotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horngrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horngrave.glif index a45b5e97c..b5daec96e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horngrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornhookabove.glif index 7494bcf74..7b6063f43 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hornhookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horntilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horntilde.glif index ac9aa6be7..62cef1e31 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_horntilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hungarumlaut.glif index 8a57c21d2..f1c283b26 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_hungarumlaut.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_invertedbreve.glif index f1b02a329..74662e19d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_invertedbreve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macron.glif index 49af90730..f1f03c4b5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macronacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macronacute.glif index bc914a603..ff8f5aea4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macronacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macrongrave.glif index a6e9aba93..1cbe7591c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_macrongrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_mega.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_mega.glif index 9da879f01..c35e32d5e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_mega.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_mega.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_ogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_ogonek.glif index 37ec23487..a3f5c8ca2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_ogonek.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slash.glif index 764e4a703..ed3132ce8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slash.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slashacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slashacute.glif index f8a5cc511..f367b8e32 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_slashacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:43:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tilde.glif index 227cd025c..e39af28a7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildeacute.glif index b42b84a27..01f6ab750 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildeacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildedieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildedieresis.glif index 911f01d7b..d8e76de23 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildedieresis.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildemacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildemacron.glif index 20c04ba7b..2b0893a8b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/O_tildemacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/P_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/P_.glif index 308b285b0..1a52c10bb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/P_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/P_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/P_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/P_dotaccent.glif index b68687c1b..cb154b0d6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/P_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/P_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Q_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Q_.glif index 717f91b41..5cf67ea44 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Q_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Q_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_.glif index 1099296c4..6b90d0b5c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_acute.glif index aa9a4d14c..3eef79636 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_caron.glif index bcbcac6ea..ca5adb849 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_commaaccent.glif index d3db0da39..20a0e8c8e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dblgrave.glif index d6c7e5b69..90859a171 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dotbelow.glif index 829eadf07..c5e889f93 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_invertedbreve.glif index ba2fbbfea..5804b3870 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_linebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_linebelow.glif index c5ab7f117..656d69d72 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/R_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_.glif index 36a786974..fc8464972 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acute.glif index 2032a2a4b..f944f01cc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acutedotaccent.glif index af459dc12..bd68392a6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_acutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_caron.glif index 93e6529f9..c30466d6a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_carondotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_carondotaccent.glif index cd45e3ba8..6b234e287 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_carondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_carondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_cedilla.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_cedilla.glif index 2116ad630..3f59c9274 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_chwa.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_chwa.glif index e1d9b302f..e014c2e9f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_chwa.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_chwa.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_circumflex.glif index 6df453550..eb02131d8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_commaaccent.glif index a33558df5..b856dcf7c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotaccent.glif index 4a4f5f661..f83748efd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelow.glif index cfa97ec6e..164d7af93 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelowdotaccent.glif index f079ac205..0eec953b8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/S_dotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_.glif index e9ab1adec..449b91d6c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_bar.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_bar.glif index 1a5136e22..61f94ec06 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_bar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_caron.glif index ac73484c3..4d3a93731 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_cedilla.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_cedilla.glif index b464a2fa1..826a20a95 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_cedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_commaaccent.glif index 6501c80e3..f2dd92b90 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_commaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotaccent.glif index 68c9a04a8..db9123bda 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotbelow.glif index b90da861d..79e32d0d9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_horn.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_horn.glif index 8bb7399b0..c16f38ba5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_horn.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_linebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_linebelow.glif index 318a0146b..aa7f30a1e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/T_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_.glif index 72e5d03c5..2fe0d5d77 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_acute.glif index 5330b8a6f..efd6118cd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_breve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_breve.glif index 23fb944e8..c148e4d79 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_caron.glif index fb85ef88d..460b0cc0d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_circumflex.glif index ef1961b1f..c0cf69dfd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dblgrave.glif index 95007e370..2174ff89f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresis.glif index 302916f54..656e7553f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisacute.glif index 612d66e09..1e1da688b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresiscaron.glif index 424560108..740000db3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisgrave.glif index 0a1fd4696..47b16b84b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresismacron.glif index 30aa49d86..d0cfa6eeb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dotbelow.glif index 2986792fb..8c6510634 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_grave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_grave.glif index 1128913c3..05a315a91 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hookabove.glif index e15924f17..08a83ac21 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horn.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horn.glif index 389db748d..f3857c19c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornacute.glif index f6a3b426d..4d86d28cc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horndotbelow.glif index 02d8ff1f5..28b97b4e4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horngrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horngrave.glif index de7f2ec4c..451f55e5d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornhookabove.glif index ea1d2b71b..412a9004b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horntilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horntilde.glif index 98c21b303..2be56cf52 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_horntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hungarumlaut.glif index 301dba96d..656925616 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_hungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_invertedbreve.glif index 09e40826e..8a95453f6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macron.glif index cbb2bafb5..957a68b08 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macrondieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macrondieresis.glif index 3f81fcabc..61428b6bd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_macrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ogonek.glif index fb6e448c5..53459e686 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ring.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ring.glif index be3a5f03b..869a35912 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_ring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tilde.glif index 2d46639ff..d211a0a83 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tildeacute.glif index e96cd6323..930124325 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/U_tildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/V_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/V_.glif index 698e0230a..af2fdb05d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/V_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/V_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_.glif index 5a087c4b4..bee24e368 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_acute.glif index decfc5a97..6eab0be3e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_circumflex.glif index c004add80..a60d1dc2c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_dieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_dieresis.glif index 259436205..b0e5cbee1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_dieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_grave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_grave.glif index 6bc32f3b5..365d2a28e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/W_grave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/X_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/X_.glif index 3df9c3d2a..cc5dd195c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/X_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/X_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_.glif index f0ff44471..dfb8ea0c2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_acute.glif index a61440ca1..96f1b8ead 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_circumflex.glif index 768fd2df1..80a1a8baf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dieresis.glif index 809daebc6..37a10f68d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotaccent.glif index 811e01e9a..3fd867e82 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotbelow.glif index 3e64e796b..34dddc600 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_grave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_grave.glif index 017d8f356..10947fa90 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_hookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_hookabove.glif index 6c8c58607..0a7f72814 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_macron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_macron.glif index 25bb63b9b..c7adae9d4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_tilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_tilde.glif index 129fa9c7a..4f528e2b4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Y_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_.glif index 83bbd5d7e..485a80e1e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_acute.glif index cc6b92169..98e7860b2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_caron.glif index 32a1ce9a5..6012f37ca 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotaccent.glif index a3d13408e..356445651 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotbelow.glif index 0fad5bf82..df8f725b2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/Z_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/_notdef.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/_notdef.glif index dde40e55d..7867d1e50 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/_notdef.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/_notdef.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/_null.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/_null.glif index b4a9c99c8..821d79181 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/_null.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/16 02:26:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/a.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/a.glif index e3f7b33ab..59dfee66a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/a.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/a.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/a.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/a.sc.glif index 702d4c5ca..90a99398b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/a.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/a.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.glif index 83154b8b5..67f12f10c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.sc.glif index b39c148e7..cf7f3a12a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.glif index 7d0b531a1..ea074b957 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.sc.glif index 3628ea260..455b72d5e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.glif index 5ae267938..bedd14156 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.sc.glif index 90ca2056c..02e93299a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abreveacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.glif index e3dddff19..b8cd44927 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.sc.glif index fd5695804..958b7c6b3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevedotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.glif index 52dc83c4c..46abebbe3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.sc.glif index 524f024a1..488af4d66 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevegrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.glif index 245db94e4..d9ee5d4a2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.sc.glif index f2871de9f..50ba3c9de 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.glif index 822dcfab5..7be69fb4b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.sc.glif index 0de99c020..310e6684a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/abrevetilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.glif index e00fb95ee..45233cf69 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.sc.glif index 1ef09f087..9fe013109 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.glif index b5f786467..229b177cb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.sc.glif index cacf79140..6cb7aea4c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.glif index c517aa0e9..b80344f4e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.sc.glif index 4105d8607..58928f8f7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.glif index 06937d645..29968068c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.sc.glif index a0705f3b2..d690a24df 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.glif index 680725ac9..9ac56fe08 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.sc.glif index 053fe6e29..eb2681fd4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.glif index aab5d84f9..1fd823e97 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.sc.glif index ce62cfa46..cb9b3ce58 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.glif index 8ce23aaee..924c083c9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.sc.glif index bb6356081..21d278514 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acute.glif index 0958d3707..6466a9f21 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acute.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.case.glif index baf58f8b5..eb2723cd0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.glif index ed2d9cd35..cdf89b7a3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/acutecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.glif index 3ee8f2d9c..2373f4682 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.sc.glif index 737ac0e5d..3b9ae6743 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.glif index 00b6831bd..a8122ab74 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.sc.glif index 47eb78764..2fecb479e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.glif index 54761b394..905bcef89 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.sc.glif index 896e53661..67b1b2b40 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/adotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.glif index 5b191c646..eb4452bb3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.glif @@ -90,7 +90,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.sc.glif index 5794a4ac7..cf71b701f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ae.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.glif index 06ef8e238..25fd99905 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.sc.glif index 96fe246b7..e15db45fd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aeacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.glif index 2d513131a..485239a06 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.sc.glif index 01c05cda0..1edb1e534 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/agrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.glif index 5411862a1..36aae2b4e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.sc.glif index fda55a0db..97aadcd96 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ahookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:30:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.glif index 81f9ab17a..11198a141 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.sc.glif index b7bacbbce..f0b96f35c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ainvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.glif index e345e92c9..65f54ab61 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.sc.glif index c360d77a4..77749dea6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/amacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ampersand.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ampersand.glif index a930ed234..fcce4259b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ampersand.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ampersand.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.glif index ddca46d6e..1cfda2100 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:23:43 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.sc.glif index 49e865f0d..ec24d3f1c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/apostrophemod.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/apostrophemod.glif index bd1777901..781a7e2f5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/apostrophemod.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/apostrophemod.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/approxequal.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/approxequal.glif index dfe83560d..22bcb6e03 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/approxequal.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/approxequal.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.glif index f72373c23..eb10c2fce 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.sc.glif index 2515487d0..d0c6fae44 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.glif index 4f359be04..6c4d6f48b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.sc.glif index 19a104481..36c8017bc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/aringacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asciicircum.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asciicircum.glif index e59e4b9d0..38eeec5c4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asciicircum.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asciicircum.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asciitilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asciitilde.glif index 98e05cc99..098607a5e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asciitilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asciitilde.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asterisk.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asterisk.glif index 24c10c325..06b90b97a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asterisk.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/asterisk.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/at.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/at.case.glif index 340ea387e..368886413 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/at.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/at.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/at.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/at.glif index b0fc47ba0..eb1b6367b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/at.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/at.glif @@ -82,7 +82,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.glif index 6e80dd537..96a14cccb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.sc.glif index 85bc4e0a1..f20902cd7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/atilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/b.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/b.glif index b566d53cb..bf6d5121c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/b.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/b.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/b.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/b.sc.glif index 1ef2c5e48..8eb9b44a9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/b.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/b.sc.glif @@ -75,7 +75,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.case.glif index a0ef42eaf..489e84480 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.glif index f28c37a50..fd4e57e15 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/backslash.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bar.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bar.glif index f0d7b56da..ac1727a1b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bar.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bar.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.glif index e1cacf6e4..b67fbe536 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.sc.glif index 3f8c1224a..e49cb6cc4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:34:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bitcoin.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bitcoin.glif index f8f47078d..95d5a3cc7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bitcoin.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bitcoin.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/blackD_iamond.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/blackD_iamond.glif index 8730e8156..9999125f1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/blackD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:21:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/blackS_quare.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/blackS_quare.glif index c7b990278..da76546a7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/blackS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:29:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.case.glif index 3e2c0538d..fa4faa5e0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.glif index 8087fe7e1..770566503 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.case.glif index a7a69b9fc..d440c38f5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.glif index 944f7b7f3..6d8b867d7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/braceright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.case.glif index 20f2aca7a..cebaef10c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.glif index 22c6421f7..dc835e7d4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.case.glif index 5f7ac4a30..a65d04cb7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.glif index e813fefe5..d6e594914 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bracketright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.case.glif index a3def963d..80919e6ca 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.glif index ca9884d23..56219b49a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breve.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.case.glif index c800e974b..7cc3fdfbb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.glif index 5c64faa11..701133127 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevebelowcomb.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.case.glif index 29f98eff4..94a018aac 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.glif index aa38643c2..a3d19566b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.case.glif index 6071643eb..abf395992 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.glif index a784dfe1f..e18926f0c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_acutecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.case.glif index d57b85ed8..a556861fb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.glif index 18aedab37..9997b37ea 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_gravecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.case.glif index 2c1f531f9..f2d88ad40 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.glif index 660c6ca15..5cafa6c3a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.case.glif index f585e1f38..63f0bf866 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.glif index 9e7b848b4..714c05819 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brevecomb_tildecomb.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.case.glif index c968910ad..0d5236f55 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.glif index 91d9cb3bd..f4481d64c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/breveinvertedcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brokenbar.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brokenbar.glif index b1482ca01..5982e4f5a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brokenbar.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/brokenbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.case.glif index 72f120a18..52ec558bd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.glif index 368e6443d..367e5552d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bullet.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bulletoperator.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bulletoperator.glif index 18fedd134..6020ee7da 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bulletoperator.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/c.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/c.glif index 1bbe0491b..2670b994d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/c.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/c.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/c.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/c.sc.glif index 2dd077b8e..bf1698995 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/c.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/c.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.glif index d8f1d3997..df9275eda 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.sc.glif index 7117f8a16..b87cbb678 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caron.glif index 176f1ad42..cc7a1490c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.alt.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.alt.glif index cc10a450b..c8424601f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.alt.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:58 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.case.glif index f88b9a03c..3006c1a3b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.glif index a2e7e2711..785daa7e7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/caroncomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.glif index 01d6679ee..5d0d2c184 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.sc.glif index c2cbf698a..a6be41cc4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.glif index ead39e651..baa0504e2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.sc.glif index c78f9c312..9e494a6fb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.glif index b7a4b2fc7..89b2cfbe2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.sc.glif index 2076549b2..88e1d08eb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccedillaacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.glif index 9f5d9ebc3..168e200f7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.sc.glif index 15f46b267..4a367bbb4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ccircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.glif index 424c073b5..1d74ca1f9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.sc.glif index 017669643..1090394d4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedi.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedi.glif index 0029351c8..e416b0dee 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedi.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedi.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.28 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedilla.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedilla.glif index 3fc3e8b86..e8cbf5df0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedilla.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.case.glif index 4a79cd73b..58252a332 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.glif index 409893dd7..f70f5c6f1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cedillacomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cent.glif index 314f86ee9..65a355f3c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/cent.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflex.glif index 616d63ed7..66035ce9a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflex.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.case.glif index 0b755ec94..2b6d1f34e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.glif index 7841a7ec0..937aa8dfd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 2949f66c5..99128b391 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.glif index 214feb5fd..3e0fda4ac 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.case.glif index 498f775de..96fde0d19 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.glif index ebf1c474e..aca5b0db3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index 09e6b0ad0..993e9d403 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 99dd4c892..c8f76d1a1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 713e21ae1..cff061f76 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.glif index f2d8c64ec..c3db4b8b4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/colon.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/colon.glif index 5d739eea6..3443a9796 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/colon.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/colon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/colonsign.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/colonsign.glif index 07d0b734e..66bff1322 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/colonsign.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/colonsign.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.34 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/comma.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/comma.glif index 1fffc59eb..f308e6b16 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/comma.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/comma.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.case.glif index e177c5b88..6889084da 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 203.0 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.glif index 31b008cd2..ba2f90eff 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaaccentcomb.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 203.0 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.case.glif index ec1843c2f..ab680aa92 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.glif index 1bab62c5b..17ca8cd8c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedabovecomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedmod.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedmod.glif index 9bd152c4f..3afdb2f6a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedmod.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commaturnedmod.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commercialM_inusS_ign.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commercialM_inusS_ign.glif index 5800cb12a..7d7a0cd34 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 02:18:10 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/copyright.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/copyright.glif index 40ed1a6fb..73cbf7a43 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/copyright.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/currency.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/currency.glif index ad43d4150..54d55ea58 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/currency.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/currency.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/d.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/d.glif index 95e2a2c02..5ec526cd3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/d.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/d.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/d.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/d.sc.glif index 4a5038521..dfcd95377 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/d.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/d.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dagger.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dagger.glif index b8851b3cc..72ca2273b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dagger.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dagger.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/daggerdbl.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/daggerdbl.glif index 4aa643b81..226650f8a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/daggerdbl.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/daggerdbl.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.case.glif index 2a6d5425a..20c33af46 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.glif index 45e274593..97e6bf999 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dblgravecomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.glif index 62651afe5..84dbff013 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:33 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.sc.glif index 083b75e62..a9dee5360 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.glif index 9d2028bac..f1c938073 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.sc.glif index 34b9bcf01..e7889b408 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dcroat.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.glif index d9c11933b..b4732d5db 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.sc.glif index c696c3374..37a5e8dfd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.glif index 6ee58e1f5..7ea5b30d9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.sc.glif index 664e8c86f..41e2fdfd8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ddotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/degree.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/degree.glif index 7bf0ab650..8df3e9867 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/degree.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/degree.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/delta.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/delta.sc.glif index 713c8fb00..c87359077 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/delta.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:50 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresis.glif index faf325b84..c3933ec62 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresis.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.case.glif index d36bd9167..dd6ccd736 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.glif index 270fb162c..3eafbc081 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresisbelowcomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.case.glif index 3cb59eac4..50bfa9ae6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.glif index 9b1cfd34d..808599187 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dieresiscomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/divide.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/divide.glif index 2e4b1b4a9..4a891ec93 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/divide.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/divide.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/divisionslash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/divisionslash.glif index ad299dd3f..d2a5a111b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/divisionslash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/divisionslash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.glif index 9ec9cb5c9..b27c0645a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.sc.glif index 0b1e59150..0df07c9f1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dollar.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dollar.glif index 09279fbb8..d6a9a54f5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dollar.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dollar.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dong.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dong.glif index 8d43a6964..a5ebc1b0e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dong.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dong.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:23:47 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.13 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccent.glif index 4e0e45140..a33996a69 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccent.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.case.glif index 2a0dced2b..01d0a9e0f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.glif index af43bb28b..e3397fbfb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotaccentcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.case.glif index 190e76ef0..b195cabd8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.glif index e1978e761..ccc479202 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dotbelowcomb.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/doubleprimemod.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/doubleprimemod.glif index 67a2eb1fe..072482a95 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/doubleprimemod.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downA_rrow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downA_rrow.glif index aba8f1094..0caf4d503 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downB_lackT_riangle.glif index 132be8f74..dd54462be 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:49:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downW_hiteT_riangle.glif index 226292264..96a87a69a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dram-arm.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dram-arm.glif index 2f7798301..7a9f240c4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dram-arm.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.glif index 0baf2783e..2f6ff8651 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.sc.glif index 86bf1b55f..ff86ab080 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dz.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.glif index 237a85fa8..31a3d24da 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:56:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.sc.glif index a8cc8a9ad..b99bdecfa 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/dzcaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:12 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/e.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/e.glif index 6819ff0c7..14fb442be 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/e.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/e.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/e.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/e.sc.glif index b4db5b19b..3c38460ff 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/e.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/e.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.5,0.09,0.79,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.glif index 1dd86ce89..4b8f36f0a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.sc.glif index c7a93a83c..ac8273086 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.glif index 5c7d2bcbd..678950d7c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.sc.glif index 8f839504b..d52d9589a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ebreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.glif index 15e45628c..69f222b41 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.sc.glif index 6680fae9d..490b1a461 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.glif index 6425be08a..aa0150a17 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.sc.glif index 48fce4ced..bd9a0dcb5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecedillabreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.glif index 6886f168b..5343dafa9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.sc.glif index 93a47cdd3..270b2598d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.glif index efa935a3f..aaa6147f9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.sc.glif index 1fa464056..b57ec02c8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.glif index 0e6b9e0e6..1798a9175 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.sc.glif index 8df5e9ca3..c604dc9bc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.glif index d234b499a..131a6703e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.sc.glif index 3c23b8b74..a6800a808 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.glif index af6986768..2bfd30dbb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.sc.glif index 80b23f5ee..b1186e74a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.glif index 654c638f8..e0c52553b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.sc.glif index 507cdb001..fdb15d8e7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ecircumflextilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.glif index 62090625f..ade12d9c5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.sc.glif index 45a42183b..43ba8369f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.glif index 8872cc470..c85093cb5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.sc.glif index 93e5bec0a..5a7e7fefc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.glif index 2769598ce..300a117de 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.sc.glif index 6bd1172e6..a11fd6b45 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.glif index f68489ac0..d9c9c6483 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.sc.glif index 0921de2ef..3dc7e67c9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/edotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.glif index f8abca45a..4d53967b6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.sc.glif index 367241943..3d12e16c5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/egrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.glif index 9042e1942..1be8861a8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:12:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.sc.glif index 6eec23702..6e0095a29 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ehookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.dnom.glif index 70e4fc890..ac7627871 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:15:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.glif index a48c9b4b6..62c43442e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.lf.glif index 1ec612212..f3254b6fe 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.numr.glif index e5835e4a5..e781fb0ad 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.osf.glif index 83902e7a2..951720ea4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.sc.glif index f1541c266..82b74c82b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tf.glif index 1d268fb08..278308ee0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tf.glif @@ -59,7 +59,7 @@ 658 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tosf.glif index 368cc6a20..16408e704 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eight.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eightinferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eightinferior.glif index e6bd66003..a518fd474 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eightinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eightsuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eightsuperior.glif index c3fa7f909..b7e8454ce 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eightsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.glif index f76b24e01..b13add182 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.sc.glif index badc71c37..8b4731428 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/einvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ellipsis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ellipsis.glif index 4648c40b8..5f33e5427 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ellipsis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ellipsis.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.glif index 83b1e0a08..185570312 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.sc.glif index ad4f39297..ce6563455 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.glif index dccda9524..91e5a9afe 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.sc.glif index 49c561a2d..7ce65db25 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacronacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.glif index 1920aa2f0..dbade9521 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.sc.glif index e9e116394..50d579cff 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emacrongrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.case.glif index 97ea5c4ef..357cbab6d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.case.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.glif index 1a99e4295..26c909cf6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emdash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emptyset.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emptyset.glif index f98f68760..f21061387 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emptyset.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emquad.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emquad.glif index 19176adba..fc6587eca 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emquad.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emspace.glif index cad26b367..606f556f4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.case.glif index df9209051..22588805f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.glif index 441ce29aa..0370df40f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/endash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.glif index ee32c701d..a74f330b8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.sc.glif index 35125c74d..475a7b221 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eng.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/enquad.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/enquad.glif index 65ee49710..6c8c3aa58 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/enquad.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/enspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/enspace.glif index 990d19c9d..35e68736f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/enspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.glif index cb9d8fa12..4fa0566fa 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.sc.glif index 6d39c8922..fe2599fd3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/equal.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/equal.glif index 5df8d776a..78dbd7546 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/equal.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/equal.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/estimated.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/estimated.glif index 4cb1815a3..9d5b30ece 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/estimated.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/estimated.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.glif index 64f6b7c85..ee933b3dd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.glif @@ -72,7 +72,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.sc.glif index c553c4291..38b5d2d88 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/eth.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.glif index ef339e80d..042376876 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.sc.glif index df9d014b3..ff718acdf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/etilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/euro.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/euro.glif index 21751bd93..7c7677283 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/euro.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/euro.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclam.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclam.glif index 6d863e40d..545164509 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclam.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclam.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdouble.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdouble.glif index 22dff69a6..1aa87a16f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdouble.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdouble.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.case.glif index 45001da00..14e877e12 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.glif index b6d284682..1b866d913 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/exclamdown.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey exclam com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.glif index 7d0db01ab..417dc4671 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.sc.glif index 2e9e4983d..2294291e5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezh.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.glif index 5f153a099..51a44918e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:22:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.sc.glif index 28af42fab..5ac515f8f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ezhcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:45:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f.glif index a99e7493c..062c8c864 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f.sc.glif index 099968c7a..7ac3d19c1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f.sc.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f.glif index f36da9622..4b8fe0940 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_i.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_i.glif index aac0fcee8..c5208c99e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_i.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_i.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_l.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_l.glif index ec9aa0dcc..efdf86a44 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_l.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/f_f_l.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.glif index c6491341a..455d9ed00 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.sc.glif index f8aaac601..0eae4c648 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fi.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fi.glif index 6019e9a7a..46fb0ec15 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fi.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fi.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/figuredash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/figuredash.glif index 2cf49cccf..ca6eb917f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/figuredash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/figurespace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/figurespace.glif index 3678c6e68..ec462a520 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/figurespace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/firsttonechinese.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/firsttonechinese.glif index 780c43556..466ec9dcd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/firsttonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/firsttonechinese.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.dnom.glif index 4d0ba8730..d7a5d236c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.dnom.glif @@ -54,7 +54,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:08:19 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.glif index c23147632..78d80d612 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.lf.glif index 64b7bad0a..6e71d5d48 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.numr.glif index 71e514466..7d492f7ee 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.osf.glif index 4496302e6..017e54fc7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.osf.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.sc.glif index 7cf5d5240..b1c7bd820 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.sc.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tf.glif index 20a92d4be..b1bfa63cb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tf.glif @@ -46,7 +46,7 @@ 658 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tosf.glif index 1ed4e29c1..60491f3af 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/five.tosf.glif @@ -44,7 +44,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveeighths.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveeighths.glif index 16d3ace40..efe91a1e1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveinferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveinferior.glif index 493e05a72..ae45055f2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesixths.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesixths.glif index 28d594c57..85b0dbb89 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesixths.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesuperior.glif index 2447f76e3..8de7db4f8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fl.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fl.glif index d95c4103a..0466bae5f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fl.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/florin.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/florin.glif index 9af28de4d..c808f6c7b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/florin.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/florin.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.dnom.glif index e47c709e0..07be94f0b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.dnom.glif @@ -42,7 +42,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:07:58 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.glif index 209f926bb..3320f8712 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.lf.glif index d798e2147..b740846e6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.numr.glif index 1802fda1e..254fb474b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.osf.glif index 201faaabb..1113b2ffb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.osf.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.sc.glif index d138f2568..159b1f53b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tf.glif index a1ce733e8..8de5147d9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tf.glif @@ -35,7 +35,7 @@ 658 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tosf.glif index bdaed19a8..df0b08206 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/four.tosf.glif @@ -33,7 +33,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourfifths.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourfifths.glif index b2f27ff7b..5ce64b7d4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourfifths.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourinferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourinferior.glif index 19dfaa42c..3dcab45b7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourperemspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourperemspace.glif index 60ac7a31c..4e0d29e21 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/foursuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/foursuperior.glif index 2a5a66f14..6e92ccf52 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/foursuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourthtonechinese.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourthtonechinese.glif index 59b7b23a2..9a54017b0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourthtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fourthtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fraction.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fraction.glif index 21dee119d..c220cdbb0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fraction.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/fraction.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/franc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/franc.glif index aea1a712e..3ac63e491 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/franc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/franc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.17 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/g.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/g.glif index 0ca186e05..e406ffcc8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/g.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/g.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/g.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/g.sc.glif index af1cb6981..f9a10b106 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/g.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/g.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gacute.sc.glif index 8cb91e5c8..b3bd52be7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.glif index 16b76ebc1..a4205183a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.sc.glif index 2ac9c3fbf..e73adb527 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.glif index b90b5f015..2f113948f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.sc.glif index 87e5dd49a..d8d3846d4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.glif index e42471369..59aa88805 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.sc.glif index 3f8567adb..4074578c3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.glif index 0ee20f8f0..db4cbed35 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.sc.glif index 262d574fd..47ebeabe9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.glif index 02579a4d1..16fb141c9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.sc.glif index ec7f13a3f..bf776322b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.glif index e9a75c369..5a37aeb7f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.glif @@ -58,7 +58,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.sc.glif index d8f059121..2e736e7f1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/germandbls.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.29 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.glif index 83d375682..5fb4673cb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.sc.glif index b56981798..8c10e4471 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gmacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/grave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/grave.glif index 219ef6e7f..655a09720 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/grave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/grave.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.case.glif index fe1d850c4..b72eae752 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.glif index ccd7e7daa..49789626c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/gravecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/greater.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/greater.glif index 8c9194dfa..e4694c066 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/greater.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/greater.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/greaterequal.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/greaterequal.glif index 32a42a0a2..e2cf7b905 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/greaterequal.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/greaterequal.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guarani.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guarani.glif index 2067f3379..46d24bccb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guarani.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guarani.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.35 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.case.glif index 456e2da60..9984de6a0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.glif index 1506987b4..977237f6c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.case.glif index 1ce867f3b..75ab8590f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.glif index b76e78110..23fd0ba80 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guillemetright.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.case.glif index 313dc37f6..b055a7b00 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.glif index 214a8e8ef..b732a64a7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglleft.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.case.glif index 5e99e056c..06129b803 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.glif index a1b50f4d2..bbafccb67 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/guilsinglright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/h.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/h.glif index 26499dfae..f63f31fb4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/h.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/h.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/h.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/h.sc.glif index 6b34742e2..1177e3b81 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/h.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/h.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hairspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hairspace.glif index 9adcc4f46..75a173d6a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hairspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.glif index 654746de9..acea78418 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.sc.glif index daa7f5078..ee2ca0fd8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbar.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:24 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.glif index 91d2368aa..4c4bf3168 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.sc.glif index fe9f304ba..2915e8df5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hbrevebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.glif index bd16b6a3e..40b7abcdd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:13:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.sc.glif index 2a0f63978..f78c5ea6b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hcircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.glif index 009ced518..b385e6acf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.sc.glif index 43dc80c8b..455df9c0c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.case.glif index 5f36e9e7e..0af30b5b5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.glif index dc284d9bb..76a7df52f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horizontalbar.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horizontalbar.glif index 14ccd608f..a21a544d4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horizontalbar.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.case.glif index 6ef5bd51c..55ef852e1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.glif index 2dc032d6a..6354c13cd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/horncomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hryvnia.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hryvnia.glif index 37c8f4202..0ee8e6aaa 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hryvnia.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlaut.glif index 412480391..94eea1ff0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlaut.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.case.glif index 92c99799c..4625823ec 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 475.0 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.glif index efbe92605..c0b601556 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hungarumlautcomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.case.glif index 5dac2c8a2..74cf6f33c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.glif index 07578553b..1a7c9b357 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphen.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphentwo.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphentwo.glif index 4a67b4bb2..4c2317800 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphentwo.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.cy.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.cy.glif index 5ef22887c..809756732 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.cy.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.cy.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.glif index af6613712..9ec139633 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.sc.glif index 2b5b14a43..476ad9c18 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.dot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.glif index 368a3bafc..70965237c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.sc.glif index 54fb29baa..5f63cb68c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.uc.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.uc.sc.glif index b3235a9ab..41a2ac96f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.uc.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/i.uc.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.glif index 6fa9883fd..1cb92635b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.sc.glif index 772995e23..c6ac5ea51 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.glif index 63cb444ac..cb1a6beda 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.sc.glif index a157eb725..0d93b2c5c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.glif index 45745c104..e8035bd04 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.sc.glif index 5602dbc49..7c03ee4f7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.glif index 4f8400111..2543f02ec 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.sc.glif index 444379be8..94a956f34 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.glif index 96def6f62..358e66d0a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.sc.glif index a730cbcf7..8a4039e50 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.glif index f85966f7b..6f924e117 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.sc.glif index 9ee70922f..ce59f2f6e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.glif index 105fb0167..76d1b7b8d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.sc.glif index b732720f9..2341b394d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.glif index 60630e9b3..59ca015f1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.sc.glif index 3ae16ac73..0d3113889 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.glif index 141513f4a..6086daf5f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.sc.glif index 602f59b13..2e47983f1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.glif index 7e11419a7..7044702b4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.sc.glif index 1836b9af5..1edebc94f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/idotless.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.glif index 890f5c30a..b38406446 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.sc.glif index 7fcd89f75..091629afd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.glif index 026e586b7..46690ac8b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.sc.glif index d08ec38b6..0f593b01d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.glif index e91d3c894..9d8febf05 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.sc.glif index dcfeb4933..92aebab9f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.glif index 09ac62c1c..dc4525bd9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.sc.glif index 59a51edc8..da50f7b44 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.glif index ea3a1e2d5..3498d5271 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:47:38 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.sc.glif index 091881d6c..a56694f17 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ij_acutecomb.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.glif index e416379a0..fa0de3432 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.sc.glif index 1bf3f3605..46041ec2e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/increment.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/increment.glif index 0cfde602f..917ff14a0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/increment.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/increment.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:52 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/infinity.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/infinity.glif index 32b5cc5fb..7c7378a00 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/infinity.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/infinity.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/integral.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/integral.glif index f04d87e0b..41f0aeb80 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/integral.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/integral.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.glif index a46ee531f..4a6e4195f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:27:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.sc.glif index 0918e5ac5..6bd5610d7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.glif index ac842b320..b00845fef 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.sc.glif index 92ddd762e..953ea1fad 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/j.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/j.glif index e8133275e..9cbb8ffd2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/j.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/j.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/j.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/j.sc.glif index cf53044cf..4fd20859d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/j.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/j.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.glif index d6e16dcf2..098712fc2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.sc.glif index 68ad9687d..c3c3104c8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:27:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.glif index 427641a2d..b465e735c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.sc.glif index 8201f69ac..b58f6e1cc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/jdotless.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/k.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/k.glif index 34f640afd..d6cbaeba2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/k.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/k.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/k.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/k.sc.glif index 409ceb22f..be321b11c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/k.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.glif index 3696074e7..680448329 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.sc.glif index d1f175c31..d4e084173 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.glif index 915a8d1b7..8ba9cb1d8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.sc.glif index 896a2a34f..2f495333c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kgreenlandic.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kip.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kip.glif index 2d503a540..ade3bcca4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kip.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/kip.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/l.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/l.glif index 5df263113..4bbfe8d8d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/l.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/l.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/l.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/l.sc.glif index d48026893..93b831eb5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/l.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/l.sc.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.glif index a24aff93a..aa775c62e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.sc.glif index fae1ee608..403b92aad 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.glif index 2b7bb7d8a..c61beb716 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:11 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.sc.glif index 20ca5829c..9ef053d46 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.glif index 6f8295429..3edd9a16f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.sc.glif index 0bb2396ef..a2f3ab1c2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lcommaaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.glif index aba1ddab1..ba2a5d575 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.sc.glif index 95862bf41..c2c75ba1a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.glif index d670423c5..9991b78f0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.sc.glif index 472672931..549a48aa5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ldotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftA_rrow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftA_rrow.glif index 791b917be..616583eea 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftB_lackT_riangle.glif index 7b9e1d370..ae37f8045 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:50:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftW_hiteT_riangle.glif index 3ede7c893..7821af23f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftanglebracket-math.glif index 9cac05394..6a18b5d0e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/leftanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/less.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/less.glif index bb1c99dbc..674222bc0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/less.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/less.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lessequal.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lessequal.glif index c78bfc713..08ebae1d7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lessequal.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lessequal.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lira.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lira.glif index 05f2a09d8..e042794a8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lira.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lira.glif @@ -73,7 +73,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.63 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/liraT_urkish.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/liraT_urkish.glif index 0314cd419..67625cd31 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/liraT_urkish.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/liraT_urkish.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.5 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/literS_ign.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/literS_ign.glif index 5925518b6..959d0bef3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/literS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/literS_ign.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.glif index a527417e5..dea1b805f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.sc.glif index 0669b3ad3..3328e1ada 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lj.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.glif index ab0718734..f085ef2b5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.sc.glif index d2f2195cb..7a5b58bda 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/llinebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/logicalnot.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/logicalnot.glif index d9054cc62..f1aa9dfbf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/logicalnot.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/logicalnot.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lozenge.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lozenge.glif index 955d8fde5..c05866633 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lozenge.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lozenge.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.glif index 2e45296e8..73f877c40 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.sc.glif index 170f48937..b85413580 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/lslash.sc.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/m.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/m.glif index d2d327850..200c82109 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/m.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/m.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey n com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/m.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/m.sc.glif index b55471396..88636e03b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/m.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/m.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macron.glif index a73762b85..5cc0d954e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.case.glif index 91d750665..ed4b7b77e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.case.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.glif index abb383052..ce2b0f407 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macronbelowcomb.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.case.glif index b762fc5cb..bc9655578 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.case.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.glif index c47587f1e..3322d277e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/macroncomb.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/manat.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/manat.glif index 00edaebdf..5a5ae24b9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/manat.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:39 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.glif index 06666a683..badae38d4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.sc.glif index 80d501214..1bc46faf2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.glif index 75630e3dc..13fbf3008 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.sc.glif index b3f920871..89f90beb6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/micro.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/micro.glif index f1409a2d8..2ed97de37 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/micro.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/micro.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/minus.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/minus.glif index 98b3df75c..ba878dd0d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/minus.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/minus.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/minute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/minute.glif index 30d8a7233..e9fec14dc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/minute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/minute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.glif index d9946fc1e..87166aa7c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:50 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.sc.glif index fe0a8e15e..336f17a0f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/mu.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 05:10:55 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/multiply.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/multiply.glif index 542eeb995..e5defa439 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/multiply.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/multiply.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/n.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/n.glif index 03e586fe7..fed96a2c5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/n.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/n.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/n.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/n.sc.glif index 1a2b454bd..aa67f84ec 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/n.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/n.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.glif index d385cb207..c0be0eae0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.sc.glif index 5bb8fad70..399b31be9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/naira.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/naira.glif index 0b1f677bc..e61d9d2ad 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/naira.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/naira.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:35:45 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/narrownbspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/narrownbspace.glif index f9d187141..118ce21fb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/narrownbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nbspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nbspace.glif index 8938e0842..d5f1ad380 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.glif index 916065199..bc79535c4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.sc.glif index 1090521f4..694dd638e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.glif index fdf851525..1ad486184 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.sc.glif index f488173ef..80f1f1171 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ncommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.glif index 5d8f219c7..04ce8fb5a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.sc.glif index 84bb8fe47..ded18cb27 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.glif index 7d9b4e68a..59db1c17e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.sc.glif index 955fdf8c4..76d95180d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.dnom.glif index d54f95972..e02ed3306 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:18:17 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.glif index 2577543e6..2e8270366 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.lf.glif index 7dec10fbe..8d022f0a8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.numr.glif index fd18b0421..bf5ec4108 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.osf.glif index 259820fd4..8d5326702 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.sc.glif index 0f04728a3..5c4491fd5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tf.glif index 7b8ad6ab5..1424857e0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tf.glif @@ -47,7 +47,7 @@ 658 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tosf.glif index d37ade3c0..df3eec001 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nine.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:36 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nineinferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nineinferior.glif index 4f3962476..9dace4421 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nineinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ninesuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ninesuperior.glif index bf341a976..8922b4749 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ninesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.glif index b245148a6..e5a29e225 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.sc.glif index 3142cd03b..a1320c219 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:09:07 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.glif index cc63ce7aa..0f2456d05 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.sc.glif index a2602e194..ff8c03518 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/nlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/notequal.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/notequal.glif index c28b71715..a4a94ede0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/notequal.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/notequal.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.glif index 096b28fb3..3a4a3b298 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.sc.glif index e6a3b02e7..4be72cf43 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/numbersign.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/numbersign.glif index 7a062f132..939f610fb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/numbersign.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/numbersign.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/numero.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/numero.glif index 6efdc5a48..9f2a2cdaf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/numero.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/numero.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/o.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/o.glif index 109c4bcb9..f0f56a3a7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/o.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/o.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/o.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/o.sc.glif index bd1324985..08769e0e8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/o.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/o.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.glif index d545b1647..be4414e26 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.sc.glif index d611d7380..4ff83b2d3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.glif index 4444c360f..fbe4269af 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.sc.glif index fc2924449..cda2465e0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/obreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.glif index 37a0fcc92..b21080feb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.sc.glif index 5b2b59ede..0eacf91f6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.glif index 19913ddb3..0f2f7894c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.sc.glif index e9d218bb2..02adaba9d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflex.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.glif index bcdebe2a9..a5b6b5036 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.sc.glif index 38bc37d56..3d592e18f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.glif index 4fa52e5f9..c59fb1363 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.sc.glif index 5ddf4a5d6..fbfe10ba9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.glif index d9304cf45..0825346e1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.sc.glif index a19561211..956601420 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.glif index 9be61e0af..6103e626e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.sc.glif index f5b52249c..b9a16819f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.glif index a61ccb63a..3edf39f32 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.sc.glif index 02848d047..ff8b06e2a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ocircumflextilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.glif index 29ddfe55a..e154d411a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.sc.glif index 182e95ced..2abd049c9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odblgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.glif index 6037a58eb..d93f1eed6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.sc.glif index 611fc5f3e..c6e369ded 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.glif index 39f53fa73..a8f5d6a09 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.sc.glif index a9c813d69..d11d3c163 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odieresismacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.glif index f40f4d76a..d5a70cde3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.sc.glif index 53e8aeb25..193fd2584 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotaccentmacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.glif index b07dd1221..21364f9b6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.sc.glif index a171f391a..6537d6cdd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/odotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.glif index 591dfa5d4..40ac164b5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.glif @@ -71,7 +71,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.sc.glif index d04174d59..c95c4f3d4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oe.sc.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonek.glif index 748aa62b6..7a9c082f6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonek.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.case.glif index a6d6b4b18..c756bc582 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.glif index 8cd550d8e..90e55cdc6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ogonekcomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.glif index 6a46b336c..685bb3d85 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.sc.glif index 7fdfd26ab..f95dfa859 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ograve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.glif index 1655cf4f5..622f5b061 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.sc.glif index dcea4c19b..57e6b4d9c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.glif index 3747e5f99..e0c3877ff 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.sc.glif index 3057305e0..cc6477b1a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.glif index 6ec451c15..57b85ae90 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.sc.glif index c00e8e85a..e90ba1f7d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.glif index 653d89ffa..223311114 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.sc.glif index f26955257..430b243e5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.glif index 541f50d95..2d13229fd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.sc.glif index c164fb11a..44cbfe811 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.glif index dcdbee1f4..fd9d5620c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.sc.glif index 8266f473a..9aaa619e9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.glif index 7d2e70e0e..ccbe25dc7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.sc.glif index 5966e411f..db70d8a8d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.glif index 71738b17f..9ac10365e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.sc.glif index 8ab381eb3..20ee7ae87 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ohungarumlaut.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.glif index 8289b6584..1e52a3d6f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.sc.glif index 75c352039..1590023c5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oinvertedbreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.glif index 4d23a7a0b..0e69759a8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.sc.glif index 4dab9e859..d39dcda7f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.glif index d07f9aa86..f2bcd3a4b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.sc.glif index 2629d4c69..d88c9273c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacronacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.glif index 3815dc33f..0204883bb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.sc.glif index 6a4ae1315..626c696e8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omacrongrave.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omega.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omega.sc.glif index 804c7a3c3..f1ea1e2e2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omega.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/omega.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.dnom.glif index 53e6dc9e1..a4b2e371c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.dnom.glif @@ -35,7 +35,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:03:23 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.glif index 6cd72bbfe..b3e073654 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.lf.glif index 4f001097a..b5e929e07 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.numr.glif index 78659204d..78dfe80d3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.osf.glif index 3e3051caa..ae0bb434b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.osf.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.sc.glif index 1837e0b89..67d0565da 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.sc.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tf.glif index 58600762f..9be3e9f15 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tosf.glif index d4a2e94a5..5bb2cb29f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/one.tosf.glif @@ -29,7 +29,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:20:53 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneeighth.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneeighth.glif index f87b05c8f..1a209accd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneeighth.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneeighth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onefifth.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onefifth.glif index 88ee5d3f7..207885fcb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onefifth.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onehalf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onehalf.glif index db9432b46..252c17107 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onehalf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onehalf.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneinferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneinferior.glif index a51c66c31..66ed2b1bd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneninth.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneninth.glif index 628e24180..843d5a9e7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneninth.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onequarter.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onequarter.glif index a138fd125..91ec81b87 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onequarter.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onequarter.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneseventh.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneseventh.glif index a240d08b5..c5a8ae9a7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneseventh.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onesixth.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onesixth.glif index 323a3e57d..323b17ebb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onesixth.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onesuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onesuperior.glif index 578e49a79..e69212e5e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onetenth.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onetenth.glif index 349f34d6f..8a63c38eb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onetenth.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onethird.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onethird.glif index e41158a57..3a3319f9e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onethird.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.glif index 13dada0d6..2f26df1b4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.sc.glif index c57b954c8..2f4e85891 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oogonek.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ordfeminine.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ordfeminine.glif index 5015eeeb6..b57f3e1a5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ordfeminine.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ordfeminine.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ordmasculine.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ordmasculine.glif index fb42c1792..8e2c6cc94 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ordmasculine.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ordmasculine.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.glif index e3fc16d86..9da34eee6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.sc.glif index 1d639651d..d3fed6594 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslash.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.glif index 6e42067c2..0aa11ff5c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.sc.glif index da7686320..1760a67ef 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/oslashacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.glif index 1ccd0296f..c3a65ca05 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.sc.glif index 36ccfaeda..01bd8dc9f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.glif index 8887e720e..b425a2676 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.sc.glif index f812c9e74..215b899c8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildeacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.glif index ba118d409..8c1443a45 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.sc.glif index 6a43a322d..75d2dfc0f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildedieresis.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.glif index 1e0a124a2..c07304b50 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.sc.glif index d15cde33d..d18a21625 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/otildemacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/p.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/p.glif index ce7b12482..bd5c42fcd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/p.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/p.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/p.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/p.sc.glif index 16a434c9e..14f351c60 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/p.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/p.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/paragraph.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/paragraph.glif index 446e82756..cd6e734f4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/paragraph.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/paragraph.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.case.glif index bf7c258ff..cf42df615 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.glif index e071100f9..70dedea4b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.case.glif index 763d672b3..f510786c8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:45 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.glif index 0c62a69f9..a5c920c6f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/parenright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/partialdiff.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/partialdiff.glif index 7a302ef33..b24ed1de6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/partialdiff.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/partialdiff.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.glif index 04b6034b4..3d975a0e8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.sc.glif index ee6dd1b66..a00c244e6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/percent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/percent.glif index ab4099676..564fa9446 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/percent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/percent.glif @@ -69,7 +69,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/period.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/period.glif index a50796f1f..7579280e7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/period.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/period.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.case.glif index 342d57b53..b0a965818 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.glif index 8339e0077..43943f3cd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index cab26f809..fa35a8aab 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.glif index 380b7d2a4..d1cbd9a4c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/periodcentered.loclC_A_T_.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/perthousand.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/perthousand.glif index 036314f54..aea07b20b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/perthousand.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/perthousand.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/peseta.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/peseta.glif index a01a2dab4..a25993026 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/peseta.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/peseta.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.20 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/peso.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/peso.glif index c295a4b0d..d37544608 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/peso.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/peso.glif @@ -76,7 +76,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.29 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.glif index 351fa4401..84afb2abe 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:59 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.sc.glif index 4115902b4..d39ccbb1e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/pi.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey product com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/plus.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/plus.glif index aa1cb55be..660635049 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/plus.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/plus.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/plusminus.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/plusminus.glif index 6e868feb9..3246fa3b4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/plusminus.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/plusminus.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/primemod.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/primemod.glif index 2bd127aa1..22b68ea98 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/primemod.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/primemod.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/product.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/product.glif index 9e90cdbf3..0150950b3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/product.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/product.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/punctuationspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/punctuationspace.glif index 923c467b5..b18ef1e58 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/punctuationspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/q.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/q.glif index 0c0098333..01d65d500 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/q.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/q.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey d com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/q.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/q.sc.glif index 9e2452479..45ae8fa16 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/q.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/q.sc.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/question.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/question.glif index e5dc9d9eb..5984488da 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/question.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/question.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.case.glif index 0a4644dfb..a7eb4cb14 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.case.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.glif index 9ea711b45..ca04a08dc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/questiondown.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedbl.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedbl.glif index 6d2ca4ca1..cd6703dea 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedbl.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedbl.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesingle com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblbase.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblbase.glif index ad52ae79c..816a5f212 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblbase.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblbase.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblleft.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblleft.glif index 39b31cea7..4eb76d9c5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblleft.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblleft.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblright.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblright.glif index 7f9a9c62d..e158d6a1e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblright.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotedblright.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteleft.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteleft.glif index 6e26d351b..0d9329b07 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteleft.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteleft.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotereversed.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotereversed.glif index 7ff4682cf..56b6c4c62 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotereversed.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotereversed.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteright.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteright.glif index 47dffe8b1..8cbd6d388 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteright.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quoteright.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesinglbase.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesinglbase.glif index e6302d9f2..fc22d4c30 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesinglbase.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesinglbase.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesingle.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesingle.glif index 606fa0064..38ca5b73c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesingle.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/quotesingle.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/r.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/r.glif index 5d49f2c1e..c976fc082 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/r.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/r.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/r.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/r.sc.glif index c3f132877..90eb5b1c1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/r.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/r.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.glif index f701f47ff..30c3ece84 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.sc.glif index 0f6493ef4..52f4ab56c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/racute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/radical.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/radical.glif index d4da9348f..b5d7cdd51 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/radical.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/radical.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.glif index 00d0afc79..69e859080 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.sc.glif index 05f4d6ef6..2a5004b2d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.glif index 612ae62da..c98b32aa3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.sc.glif index 5f4729e0d..4a1e93eec 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.glif index 9da22acb7..d434206cf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.sc.glif index 61e6ba328..81379f96b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.glif index 7d1183c00..2f18f5095 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.sc.glif index b0f8731c6..bd55faf86 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/registered.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/registered.glif index 44390e7f0..8486f4e3d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/registered.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightA_rrow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightA_rrow.glif index edce82216..0e851f207 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightB_lackT_riangle.glif index 7e48b8b1e..b9ef8c1bc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:48:49 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightW_hiteT_riangle.glif index 92e5b5af2..8dcddff59 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightanglebracket-math.glif index 28a87b47a..429a4bbe8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ring.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ring.glif index 5349966cd..51be6bc23 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ring.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ring.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.case.glif index b43d4fc75..c93c6c661 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.glif index 813ddc37c..1245b5d13 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfleft.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfleft.glif index 91a34f64d..dfbfef7ec 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfleft.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfright.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfright.glif index 9bc9e8e32..d63fda396 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfright.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ringhalfright.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.glif index 68ccdfbfc..aa01621fc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.sc.glif index 8660890c9..344f31d03 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rinvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.glif index a06693f7f..c3fde2103 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:31 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.sc.glif index 948ec0730..9bd3c2a54 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ruble.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ruble.glif index f79e03baa..eeaf7fca0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ruble.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ruble.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rupeeI_ndian.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rupeeI_ndian.glif index 097a4a780..03cc18c6f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/rupeeI_ndian.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.36 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/s.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/s.glif index 86721a19c..165b9cf99 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/s.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/s.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/s.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/s.sc.glif index 0faafbc1a..a8eaf1576 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/s.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/s.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.glif index 5d5821cb1..f534277e2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.sc.glif index 007c44aab..07f09532f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.glif index 4b8e8bd28..a13968561 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.sc.glif index 8c6b35539..c6abd2b7e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sacutedotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:27 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.glif index 6031ae832..9de3d99e3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.sc.glif index 0435e852e..9a48c4f78 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.glif index 90324ed91..a65ef4511 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.sc.glif index 8a2ac8cf4..cfc321430 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scarondotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:57 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.glif index 0f6726691..d8d8978f1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.sc.glif index 2e3bf3cde..badaff439 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.glif index 7b84b1b95..4621cfa7e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.sc.glif index 998100b09..afd6dd576 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/schwa.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.glif index 9d16fbb94..501d82a56 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.sc.glif index bbc3466da..99aded028 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.glif index 42d446349..019613b9b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.sc.glif index 5653e6867..3772d2b20 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/scommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.glif index de4569f24..b1743f188 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.sc.glif index bcfc6d249..5d545f7fa 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.glif index 8ca6461c3..301c56826 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.sc.glif index 301ce4a48..533fbafad 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.glif index 6474cab1c..f76a5f094 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.sc.glif index 4e90f5213..23b0b0590 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/second.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/second.glif index c07043244..eafddf2c1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/second.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/second.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/secondtonechinese.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/secondtonechinese.glif index cc70caf0f..9a1664cd2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/secondtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/section.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/section.glif index 1349a219a..6853ab21d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/section.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/semicolon.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/semicolon.glif index 23159e6a4..64276d5ba 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/semicolon.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/semicolon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.dnom.glif index b29d4aa1c..a8b959cb6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.dnom.glif @@ -32,7 +32,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:57:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.glif index c25ffe7bb..058a223f2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.lf.glif index eb1d62051..c60dbcedc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.numr.glif index f59948077..dfa57511d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.osf.glif index 2869a6097..9a1759496 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.osf.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.sc.glif index 74a730bc9..f053ada42 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.sc.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tf.glif index 82994e774..5179fc080 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tf.glif @@ -24,7 +24,7 @@ 658 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tosf.glif index 4588cf653..ff2ac3ef1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seven.tosf.glif @@ -22,7 +22,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:09:42 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seveneighths.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seveneighths.glif index 7c722da21..491ad3beb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seveneighths.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seveninferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seveninferior.glif index 9c92f271a..47b210437 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seveninferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sevensuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sevensuperior.glif index a2b9831cf..7e118b979 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sevensuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sheqel.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sheqel.glif index fd06ba1aa..dd4d58e15 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sheqel.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sheqel.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.2 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.dnom.glif index 82431ceda..497c06f22 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:00:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.glif index 48a1a09ea..a8fcb1175 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.lf.glif index c3ca388cc..62d12c1d5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.numr.glif index 0227ba991..d0627e173 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.osf.glif index c515d537f..ec53b605a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.sc.glif index 5b3387275..d18ff3924 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tf.glif index 8da4f6f0b..c81cdff05 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tf.glif @@ -47,7 +47,7 @@ 658 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tosf.glif index ade20f7b1..95588f465 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/six.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixinferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixinferior.glif index aeb908f30..87d8313fb 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixperemspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixperemspace.glif index de0df4cb7..2533c9c35 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixsuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixsuperior.glif index 2c410ccbf..e03af2f13 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.case.glif index 93852d4c3..f1a07565c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.glif index c9cdc5823..7fbc832e9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slashlongcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slashlongcomb.glif index 32d62b5fc..cb5432a95 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slashlongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slashlongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slashshortcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slashshortcomb.glif index 4d266a33f..5b577bacc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slashshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/slashshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 600.0 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.case.glif index 9ce0fac0f..e5f74142a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.glif index 60384c53b..63604f748 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/space.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/space.glif index b78022173..eaa9089f6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/space.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/space.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sterling.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sterling.glif index 201903900..f56df85ae 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sterling.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/sterling.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/strokelongcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/strokelongcomb.glif index 2a1ea36d8..c4c24da6b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/strokelongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/strokelongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/strokeshortcomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/strokeshortcomb.glif index ff0bbf54f..daee69296 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/strokeshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/strokeshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/summation.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/summation.glif index 2e68c0a84..3cce4ac9d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/summation.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/summation.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/t.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/t.glif index 088e13f1d..702b915f3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/t.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/t.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/t.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/t.sc.glif index 5becb68e5..10b0e72df 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/t.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/t.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.glif index 6cf5e3adc..11ef6ddd8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.sc.glif index 030f1f623..b09e23c49 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tbar.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.glif index 464072ba7..a4372de8d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.sc.glif index 5440a4841..3e8b4d3ba 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.glif index 76647ca70..2c1c9d146 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.sc.glif index 785629bc9..239a2d422 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcedilla.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.glif index 48a13f0b0..2298934d4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.sc.glif index fd6be967e..125e4e7e6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.glif index 24b5a0454..ed76b26d3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.sc.glif index b8b4c7bf6..bc774cf67 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.glif index fb87a3b07..695ece946 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.sc.glif index 00a04f88c..d3cbe3a5d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.glif index ceffc3ca1..99a814855 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.sc.glif index 8b4629409..e5ea6324b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tenge.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tenge.glif index dada1c226..79639d0df 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tenge.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thinspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thinspace.glif index a4d7a2a4e..8ca36dbc9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thinspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.glif index daa4fa59e..7fce06205 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.sc.glif index a27679879..398e3d269 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/thorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.dnom.glif index 3d48fcbe8..970825f9b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:15 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.glif index a848d9f58..d0c5617c7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.lf.glif index e3255f11b..fa983ace7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.numr.glif index 3b4cfa25f..46d09aca7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.osf.glif index 48e3f4d32..1d6e32add 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.sc.glif index d01556df9..b2b6a3c3d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tf.glif index ab131647d..1d19e9c09 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tf.glif @@ -59,7 +59,7 @@ 658 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tosf.glif index 4325aee34..b433afb73 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/three.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeeighths.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeeighths.glif index e0b2679fa..a0b3e0183 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeeighths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey three.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeinferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeinferior.glif index 22be0f651..cad6c9d5c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeperemspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeperemspace.glif index 4a0679022..a238b9b3e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:14 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threequarters.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threequarters.glif index 18f666081..4cc0a9177 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threequarters.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threequarters.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threesuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threesuperior.glif index 721a0742b..94b785d61 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.case.glif index 07facf92e..aea123f2e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.glif index 0ae8c5ecc..049128fa3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tilde.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.case.glif index 914b6dee2..5a960f708 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.glif index 65069d11b..e7c151bcc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tildecomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.glif index 889277b13..a90428909 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.sc.glif index eec65ef43..d2f339843 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/trademark.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/trademark.glif index 064d9735e..1f6696c8b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/trademark.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/trademark.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tugrik.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tugrik.glif index ebc9bbcc7..a85a031ac 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tugrik.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/tugrik.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.dnom.glif index aae046113..c5bf2d332 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.dnom.glif @@ -46,7 +46,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:42:31 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.glif index c44abac00..b1867149b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.lf.glif index 91005d8d1..23ecfb3a0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.numr.glif index bd486af2c..21e70f65c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.osf.glif index f3e732997..42914ab8b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.osf.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.sc.glif index ed44aaf0c..ad2acfd25 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tf.glif index 68133b51f..cc30bee6b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tf.glif @@ -38,7 +38,7 @@ 658 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tosf.glif index 0e7116eb7..ecfb9b532 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/two.tosf.glif @@ -37,7 +37,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:11:35 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twofifths.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twofifths.glif index 3fb6fd972..d1b3ee6b7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twofifths.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twoinferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twoinferior.glif index 7f4c86f52..d379f2554 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twoinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twosuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twosuperior.glif index f15eee2e7..85dcdf8fc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twothirds.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twothirds.glif index 5360c3087..2142a925a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twothirds.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/u.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/u.glif index d6a0c84a7..ad1234b50 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/u.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/u.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/u.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/u.sc.glif index 6dcc6532e..d6b788a50 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/u.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/u.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.glif index 2915e7214..6347f5ca1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.sc.glif index c6a43e417..0c7555d87 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.glif index 0d45f0e34..44d9c31a3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.sc.glif index ac3350529..14cbcfb3e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ubreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.glif index e0d5c2bf1..d846411ed 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.sc.glif index 845ecaded..812bdd6d5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.glif index 1ef1c0a37..e41428f4f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.sc.glif index d8f3416d2..964580c93 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ucircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.glif index c3ff69803..a10754463 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.sc.glif index d19d025ce..e00e6d485 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.glif index 7bd481cb4..a16454ac5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.sc.glif index f34a23c5d..e085a3971 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.glif index f767a61ac..b96f14ce2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.sc.glif index 59347a831..0bc43afb3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.glif index 7fc54ca5a..9ccea0649 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.sc.glif index 7f44dc067..222f050e9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresiscaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.glif index 38835669e..3f4dff1cf 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.sc.glif index cc4b1e283..6a91530d2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresisgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.glif index 0ef23af73..12f989920 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.sc.glif index 68ac8d3e8..c3f0b0e20 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udieresismacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.glif index d40159a5f..495933467 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.sc.glif index 2e1e8b974..ee48734ba 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/udotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.glif index b1e9f4859..eee5808a2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.sc.glif index f178ef642..52e2d014b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ugrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.glif index 4c7f7f69c..74ae4925a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.sc.glif index b73891116..621e9b767 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.glif index a5e4ef825..2ffb67a01 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.sc.glif index 340fb63d6..b90b0d74d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorn.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.glif index 7a59fc13d..f7f72a168 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.sc.glif index 6e561bcc9..53561e1fe 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.glif index 8002d9f4e..45613ddf4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.sc.glif index 7b117593f..574a06507 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.glif index 8579dc13e..7646e0b3c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.sc.glif index 9646bb351..cef970f05 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.glif index 60df018bc..8159d020a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.sc.glif index 61bf88bd6..8c91fe9f2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.glif index ff353637a..fe5657e39 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.sc.glif index db0583d7d..56d368ac5 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.glif index 54bf80efb..061cfd79e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.sc.glif index 4be78b7a9..1464cb5cd 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uhungarumlaut.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.glif index 07944a428..c4fd6ddca 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.sc.glif index ef889d483..5d771fd48 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uinvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.glif index d5db7dd22..f205bf3a6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.sc.glif index 83373d0a5..5919855e3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.glif index e0f03737a..ba28906a1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.sc.glif index 986dd57b2..4dc5b497c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/umacrondieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/underscore.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/underscore.glif index 2a26f736b..de03d4687 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/underscore.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/underscore.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uni0000.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uni0000.glif index e6fb07071..a794b2196 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uni0000.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uni0000.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.glif index 2ae82044d..58b389ce1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.sc.glif index 8a39d2b93..adb8c12f4 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upA_rrow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upA_rrow.glif index 4f987d2a4..3b7e9a9c3 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upB_lackT_riangle.glif index 9810aef73..ce83cd481 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:46:24 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upW_hiteT_riangle.glif index f795ac1fc..a705e597d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:01:56 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.glif index a574db56f..3309bf90f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.sc.glif index 7f29d477f..4bf529b99 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/uring.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.glif index 42e5cc464..60021b982 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.sc.glif index d0645c930..c69295c0e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.glif index 87ee445a4..36553cc55 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.sc.glif index 719bb896c..316dd2538 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/utildeacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/v.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/v.glif index f46ab68cf..47a8e0e0e 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/v.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/v.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/v.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/v.sc.glif index 276645a98..cafb6a656 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/v.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/v.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinelowmod.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinelowmod.glif index 5f36ea505..bd431c0c0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinelowmod.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinemod.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinemod.glif index e3b1a9d8c..3f6528811 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinemod.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/verticallinemod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/w.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/w.glif index edca5fe84..f0620e3ed 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/w.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/w.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/w.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/w.sc.glif index be4d07079..eb0f2bab8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/w.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/w.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.glif index 4412d0863..cb8aa0145 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.sc.glif index 6be31fad9..6b9b89b48 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.glif index 3c30581c3..559dc1fab 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.sc.glif index 62e392e5c..df43548f7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.glif index ab339dd04..89377b402 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.sc.glif index de3cfab9d..a35e9ba39 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.glif index faf9bb265..39a654632 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.sc.glif index 5a90d40ca..91f9c1879 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/wgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteD_iamond.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteD_iamond.glif index d5c7ed06c..2bd96e5ec 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:31 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteS_quare.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteS_quare.glif index df575f5e2..b08d12867 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:58 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/won.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/won.glif index b0573a069..391fa9f96 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/won.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/won.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:39:44 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/x.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/x.glif index faa34e720..fa74ba5a9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/x.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/x.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/x.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/x.sc.glif index 06df3eb68..1348d3946 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/x.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/x.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/y.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/y.glif index 31ce5e639..a9f8844a9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/y.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/y.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:00 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/y.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/y.sc.glif index d1b0e400c..77a918479 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/y.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/y.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.glif index 989fc1ab0..a1dcff242 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.sc.glif index fb0e1aed3..90e33d421 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.glif index b18ad1e16..b9c97f234 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.sc.glif index 38a419a23..7a7c1933c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ycircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.glif index 93c1469be..71ad36eaa 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.sc.glif index 43abe9b97..d0efe2677 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.glif index e86a90946..36200ef78 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.sc.glif index fb5c0079c..c2b4fc2ae 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.glif index db594f0ab..b4a8e8290 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:22 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.sc.glif index e67e44801..bb822eaad 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ydotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yen.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yen.glif index 1201d0011..9f0b25c5c 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yen.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yen.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.glif index e1296b12b..9ec05565f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.sc.glif index c973f95b1..198a54d82 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ygrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.glif index 18210133c..6cad8959b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.sc.glif index 34030d87d..a06185d49 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/yhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.glif index ae8e29e12..852f2954d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.sc.glif index 955a3032f..6527a0aa7 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ymacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.glif index f773d4928..99ff018b6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.sc.glif index 95cfd8765..5e60d6a78 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/ytilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/z.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/z.glif index bcd150689..0f5913e78 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/z.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/z.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/z.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/z.sc.glif index 31484fc31..380fdad80 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/z.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/z.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.glif index 77b55238e..ee580852d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.sc.glif index 73b69b28f..e2a36bda1 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.glif index af8b2a87b..cba63806f 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.sc.glif index 7dfa60ec4..0d9af6e51 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.glif index f6e1ac352..94c573bd8 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.sc.glif index 766a80b69..25f23481a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.glif index 753d6fd96..c112c0c76 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.sc.glif index 35419deab..feba43442 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.dnom.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.dnom.glif index 5ea023eb3..c5bce1762 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.dnom.glif @@ -49,7 +49,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.glif index 143e8d6ed..112bbd0cc 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.glif index 222eb735f..f01fc5fb0 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.zero.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.zero.glif index 5c328d826..5b50c85e2 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:40:59 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.numr.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.numr.glif index 116a507c4..6c171d932 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.glif index 525086d0c..a809ca863 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.zero.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.zero.glif index d993cf466..c5afeade9 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:41:12 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.sc.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.sc.glif index 47c8eae74..5275f0928 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.glif index 4f8f07a8a..2f69dc12d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.glif @@ -41,7 +41,7 @@ 658 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.zero.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.zero.glif index 62c61429c..915200201 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:52 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.glif index 20abf5373..1b9c87cde 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.glif @@ -39,7 +39,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:14:08 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.zero.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.zero.glif index 3ef9ebebf..2033291a6 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.zero.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.zero.glif index 056e22009..2c193c972 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:00:23 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zeroinferior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zeroinferior.glif index 37f9446ed..c65450a4b 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zeroinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerosuperior.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerosuperior.glif index 1044fb4e0..8b1120383 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthjoiner.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthjoiner.glif index 414a7ed8a..ec510243a 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:19 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthnonjoiner.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthnonjoiner.glif index 31175d269..133ec847d 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthspace.glif b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthspace.glif index 94b44a868..0e0c0c616 100644 --- a/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthspace.glif +++ b/sources/master_ufo/MerriweatherSans-Bold.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/fontinfo.plist b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/fontinfo.plist index b85659d18..a3366a14d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/fontinfo.plist +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/fontinfo.plist @@ -90,7 +90,7 @@ 557.0 565.0 747.0 - 753.0 + 754.0 983.0 999.0 @@ -106,12 +106,12 @@ postscriptStemSnapH 134 - 135 + 150 postscriptStemSnapV - 91 - 106 + 97 + 117 postscriptUnderlinePosition -122 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/E_zh.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/E_zh.glif deleted file mode 100644 index 9d2ea413d..000000000 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/E_zh.glif +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/commaturnedabovecomb.case.glif deleted file mode 100644 index 6c8a32e7f..000000000 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/commaturnedabovecomb.case.glif +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/contents.plist b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/contents.plist deleted file mode 100644 index e4fe7611e..000000000 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/contents.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Ezh - E_zh.glif - commaturnedabovecomb.case - commaturnedabovecomb.case.glif - ezh - ezh.glif - ezh.sc - ezh.sc.glif - ij_acutecomb - ij_acutecomb.glif - kip - kip.glif - question - question.glif - - diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ezh.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ezh.glif deleted file mode 100644 index 7ad62625b..000000000 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ezh.glif +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ezh.sc.glif deleted file mode 100644 index cd46d1a88..000000000 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ezh.sc.glif +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ij_acutecomb.glif deleted file mode 100644 index 07cafb2fe..000000000 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/ij_acutecomb.glif +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/kip.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/kip.glif deleted file mode 100644 index f0cb348bf..000000000 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/kip.glif +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/question.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/question.glif deleted file mode 100644 index 045e97bdd..000000000 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs.public.background/question.glif +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_.glif index 9368f1693..e036d5a50 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_.glif @@ -1,40 +1,36 @@ - + A - - - + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - assembly - NPUSHB[ ] /* 40 values pushed */ -10 1 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 12 8 12 17 17 17 16 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_.glif index f79ca0c78..c903a660d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_.glif @@ -1,48 +1,44 @@ - + AE - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 70 values pushed */ -19 14 13 3 7 6 1 74 0 0 0 1 8 0 1 97 10 1 8 0 4 2 8 4 97 9 1 7 7 6 89 0 6 6 17 75 0 2 2 3 89 5 1 3 3 18 3 76 18 18 0 0 18 21 18 21 0 17 0 17 19 17 17 17 17 17 17 11 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_acute.glif index af9fa751e..32783fac1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_E_acute.glif @@ -1,20 +1,20 @@ - + AEacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_acute.glif index 090343646..23c9c077f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_acute.glif @@ -1,21 +1,21 @@ - + Aacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:08:22 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breve.glif index f3e7a1be7..df47606df 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breve.glif @@ -1,21 +1,21 @@ - + Abreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breveacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breveacute.glif index b68d30eb6..55dbfa04a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breveacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_breveacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevedotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevedotbelow.glif index 0c4a0376a..319482eab 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevedotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevegrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevegrave.glif index f4efa8083..e3c24d9f6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevegrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevehookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevehookabove.glif index 7c6e27c7b..339046c24 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevehookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevetilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevetilde.glif index 630379623..23dfd1db9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_brevetilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_caron.glif index a0b3efca8..1a71bf9f6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflex.glif index d47272f2e..1ecef2df5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflex.glif @@ -1,21 +1,21 @@ - + Acircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexacute.glif index 46526dca2..d41335cab 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexdotbelow.glif index a24d36b33..747af0fa9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexgrave.glif index 81ed000e4..0bd76cdff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexhookabove.glif index 49acc4e60..ef363b2c2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflexhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflextilde.glif index 20102b9d6..a91a7c7ad 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_circumflextilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dblgrave.glif index b543d4594..7a8a51972 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dieresis.glif index f520136f3..efc792642 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dieresis.glif @@ -1,21 +1,21 @@ - + Adieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dotbelow.glif index 35d4a7f35..401c420aa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_grave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_grave.glif index 0a8d3ef7f..de54b4fa6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_grave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_grave.glif @@ -1,21 +1,21 @@ - + Agrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_hookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_hookabove.glif index 5814b7849..01343beb5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_hookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_invertedbreve.glif index d788ee4bf..dc88efdc5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_invertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_macron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_macron.glif index c91067d56..08a236da3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_macron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_macron.glif @@ -1,21 +1,21 @@ - + Amacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ogonek.glif index e3a550c1e..252360caa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ogonek.glif @@ -1,38 +1,21 @@ - + Aogonek - - - + + + - + - assembly - NPUSHB[ ] /* 14 values pushed */ -32 1 7 4 2 1 6 1 3 1 0 6 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 33 values pushed */ -9 1 7 0 2 1 7 2 98 0 4 4 17 75 5 3 2 1 1 18 75 8 1 6 6 0 91 0 0 0 22 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 30 values pushed */ -9 1 7 0 2 1 7 2 98 8 1 6 0 0 6 0 95 0 4 4 17 75 5 3 2 1 1 18 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 21 values pushed */ -30 30 0 0 30 34 30 34 0 29 0 28 17 17 17 17 23 37 10 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ring.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ring.glif index f2d019021..ea4b3695f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ring.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ring.glif @@ -1,65 +1,21 @@ - + Aring - - - + + + - + - assembly - PUSHB[ ] /* 8 values pushed */ -34 17 4 3 6 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 30 values pushed */ -0 2 7 1 5 4 2 5 99 8 1 6 0 0 1 6 0 98 0 4 4 25 75 3 1 1 1 18 1 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 30 values pushed */ -0 2 7 1 5 4 2 5 99 8 1 6 0 0 1 6 0 98 0 4 4 19 75 3 1 1 1 18 1 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -11 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 30 values pushed */ -0 2 7 1 5 4 2 5 99 8 1 6 0 0 1 6 0 98 0 4 4 25 75 3 1 1 1 18 1 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 30 values pushed */ -0 2 7 1 5 4 2 5 99 8 1 6 0 0 1 6 0 98 0 4 4 19 75 3 1 1 1 18 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 33 values pushed */ -0 4 5 6 5 4 6 112 0 2 7 1 5 4 2 5 99 8 1 6 0 0 1 6 0 98 3 1 1 1 18 1 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 20 values pushed */ -32 32 20 20 32 36 32 36 20 31 20 30 38 22 39 17 16 9 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ringacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ringacute.glif index 0f6a5b3cd..c70d2d312 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ringacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_ringacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_tilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_tilde.glif index b24987a9d..06046f890 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/A_tilde.glif @@ -1,21 +1,21 @@ - + Atilde - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_.glif index 986016029..7a0295ace 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_.glif @@ -1,97 +1,71 @@ - + B - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -24 1 6 5 44 1 7 6 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 5 0 6 7 5 6 98 0 4 4 2 91 3 1 2 2 17 75 8 1 7 7 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 36 values pushed */ -0 5 0 6 7 5 6 98 0 2 2 17 75 0 4 4 3 91 0 3 3 25 75 8 1 7 7 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 40 values pushed */ -0 5 0 6 7 5 6 98 0 2 2 17 75 0 4 4 3 91 0 3 3 25 75 0 1 1 18 75 8 1 7 7 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -36 36 36 47 36 45 55 50 39 34 33 65 37 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_dotaccent.glif index 3b81c3f5f..e62335471 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/B_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_.glif index 7f2c0eb66..181f7afaf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_.glif @@ -1,59 +1,55 @@ - + C - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 49 values pushed */ -3 1 0 3 18 4 2 1 0 19 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 31 0 30 39 37 38 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_R_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_R_.glif index 056897a9a..d38b4050a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_R_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_R_.glif @@ -8,7 +8,7 @@ CR com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_acute.glif index 7e38d18f0..3b92d4f0d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_acute.glif @@ -1,20 +1,20 @@ - + Cacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_caron.glif index 2d1eaab1a..313c0f883 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_caron.glif @@ -1,20 +1,20 @@ - + Ccaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedilla.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedilla.glif index fc9670d09..e9586d71c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedilla.glif @@ -1,37 +1,20 @@ - + Ccedilla - + - assembly - NPUSHB[ ] /* 22 values pushed */ -44 1 4 3 45 10 2 0 4 32 24 14 11 4 2 0 23 1 1 2 4 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 30 values pushed */ -0 0 4 2 4 0 2 112 5 1 4 4 3 91 0 3 3 25 75 0 2 2 1 92 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -0 0 4 2 4 0 2 112 0 2 0 1 2 1 96 5 1 4 4 3 91 0 3 3 25 4 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 48 0 47 44 36 44 37 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedillaacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedillaacute.glif index 154295e1f..4b9d683c6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_cedillaacute.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_circumflex.glif index 026b8447e..2bf1000ce 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_circumflex.glif @@ -1,20 +1,20 @@ - + Ccircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_dotaccent.glif index 95e0c4a91..c13a632ff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/C_dotaccent.glif @@ -1,20 +1,20 @@ - + Cdotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_.glif index a7fd33933..e60b28729 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_.glif @@ -1,74 +1,57 @@ - + D - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -29 1 4 3 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -0 3 3 2 89 0 2 2 17 75 5 1 4 4 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -0 3 3 2 89 0 2 2 17 75 0 1 1 18 75 5 1 4 4 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -18 18 18 32 18 31 41 97 49 34 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_.glif index 9310a992e..2eca7adaf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_caron.glif index 0906540e3..1eb743a4f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_Z_caron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_caron.glif index 739b12b31..75b4c7816 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_caron.glif @@ -1,21 +1,21 @@ - + Dcaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_croat.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_croat.glif index d17ff22c3..fa3e77e52 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_croat.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_croat.glif @@ -1,20 +1,20 @@ - + Dcroat - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotaccent.glif index ef2abaa07..4c2adb501 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotbelow.glif index adf92b3f4..a08080551 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_elta.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_elta.glif index 4f87c1e8f..ded6a6ac3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_elta.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_elta.glif @@ -12,7 +12,11 @@ uni0394 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_linebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_linebelow.glif index 9af31243a..45a124126 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_linebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_z.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_z.glif index 9b2c6b27d..36db2bebe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_z.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_z.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_zcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_zcaron.glif index ef91e3a53..77afd3b7e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/D_zcaron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:38 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_.glif index 45903fde5..4378dfea0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_.glif @@ -1,38 +1,34 @@ - + E - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 44 values pushed */ -0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:17 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_acute.glif index f1129a3ca..1b1a46f81 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_acute.glif @@ -1,22 +1,22 @@ - + Eacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_breve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_breve.glif index d891706e7..b1b000eaf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_breve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_breve.glif @@ -1,22 +1,22 @@ - + Ebreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_caron.glif index 483781de5..aca94de84 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_caron.glif @@ -1,22 +1,22 @@ - + Ecaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_cedillabreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_cedillabreve.glif index adcf43bdc..adf0cccbd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_cedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_cedillabreve.glif @@ -1,20 +1,20 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:45 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflex.glif index 23d8cabb6..661aa06b0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflex.glif @@ -1,22 +1,22 @@ - + Ecircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexacute.glif index 8e3edc6e3..9ac3fcb66 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexdotbelow.glif index c7fec11d8..6d1c4b1ea 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexgrave.glif index 6592dbb8e..e9204ae8b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexgrave.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexhookabove.glif index 8179ef5ff..dc3c9f907 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflexhookabove.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflextilde.glif index 9db0f80b5..d3f268b21 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_circumflextilde.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dblgrave.glif index 76096c7b0..5d8b84daa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dblgrave.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dieresis.glif index efd3e01f8..d942add59 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dieresis.glif @@ -1,22 +1,22 @@ - + Edieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotaccent.glif index 8bf8d8df6..15a249dda 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotaccent.glif @@ -1,22 +1,22 @@ - + Edotaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotbelow.glif index 1add42e74..b11aa9513 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_dotbelow.glif @@ -1,11 +1,11 @@ - + - - - + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_grave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_grave.glif index b9711d714..bc04756ca 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_grave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_grave.glif @@ -1,22 +1,22 @@ - + Egrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_hookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_hookabove.glif index 8f985a349..e010e7b04 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_hookabove.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_invertedbreve.glif index 11fe6f65b..5f1767024 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_invertedbreve.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macron.glif index 3fdade863..3f160b3c4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macron.glif @@ -1,22 +1,22 @@ - + Emacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macronacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macronacute.glif index 68f2cb6f3..1b549ab3a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macronacute.glif @@ -1,20 +1,20 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macrongrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macrongrave.glif index e66b18796..a30389616 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_macrongrave.glif @@ -1,20 +1,20 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ng.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ng.glif index ab22c9c13..2c3ea0e22 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ng.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ng.glif @@ -1,42 +1,38 @@ - + Eng - - - - - + + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + - assembly - NPUSHB[ ] /* 39 values pushed */ -19 18 12 11 9 5 0 1 1 74 6 5 2 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 20 0 20 17 29 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ogonek.glif index 13bc0ff0e..009cbf193 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_ogonek.glif @@ -1,39 +1,22 @@ - + Eogonek - - - + + + - + - assembly - NPUSHB[ ] /* 10 values pushed */ -17 1 4 3 18 1 5 4 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 41 values pushed */ -0 0 0 1 2 0 1 97 9 1 8 8 7 89 0 7 7 17 75 0 2 2 3 89 6 1 3 3 18 75 0 4 4 5 91 0 5 5 22 5 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 38 values pushed */ -0 0 0 1 2 0 1 97 0 4 0 5 4 5 95 9 1 8 8 7 89 0 7 7 17 75 0 2 2 3 89 6 1 3 3 18 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 17 values pushed */ -0 0 0 33 0 33 17 23 37 37 17 17 17 17 10 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_th.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_th.glif index 80010a0bf..d744aceda 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_th.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_th.glif @@ -1,45 +1,32 @@ - + Eth - - - + + + - - - - + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -37 1 8 2 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 33 values pushed */ -6 1 3 7 1 2 8 3 2 97 0 5 5 4 89 0 4 4 17 75 9 1 8 8 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 37 values pushed */ -6 1 3 7 1 2 8 3 2 97 0 5 5 4 89 0 4 4 17 75 0 1 1 18 75 9 1 8 8 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 17 values pushed */ -22 22 22 40 22 39 17 19 41 97 17 17 49 34 10 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey D com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_tilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_tilde.glif index b3ebcc2e7..d35fcfc39 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_tilde.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zh.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zh.glif index 4bfd36332..9ca04af67 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zh.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zh.glif @@ -1,44 +1,44 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:46:07 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zhcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zhcaron.glif index 3c0984a39..80a41fca4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/E_zhcaron.glif @@ -1,16 +1,16 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:45:59 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_.glif index e900130b1..13597bde0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_.glif @@ -1,34 +1,30 @@ - + F - - + + - - - - - - - - - - + + + + + + + + + + - assembly - NPUSHB[ ] /* 38 values pushed */ -0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:45:43 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_dotaccent.glif index b22777fb0..a44a7508c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/F_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:46:12 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_.glif index 0aef28d26..997add1f4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_.glif @@ -1,66 +1,62 @@ - + G - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 48 values pushed */ -20 1 3 2 21 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 37 39 38 38 16 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_breve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_breve.glif index 181b137e1..a4b4ec9f3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_breve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_breve.glif @@ -1,20 +1,20 @@ - + Gbreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_caron.glif index c0c35b244..ba6e76d25 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_caron.glif @@ -1,20 +1,20 @@ - + Gcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_circumflex.glif index 69d134293..171f76fbd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_circumflex.glif @@ -1,20 +1,20 @@ - + Gcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_commaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_commaaccent.glif index 6cb7e2cd0..2779bdf0a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_commaaccent.glif @@ -1,20 +1,20 @@ - + Gcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_dotaccent.glif index b39ab8d3c..71cb035cd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_dotaccent.glif @@ -1,20 +1,20 @@ - + Gdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_ermandbls.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_ermandbls.glif index 1e4816489..d490474bb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_ermandbls.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_ermandbls.glif @@ -1,91 +1,65 @@ - + uni1E9E - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 14 values pushed */ -35 1 2 6 23 1 4 5 22 1 3 4 3 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 14 values pushed */ -35 1 2 6 23 1 4 5 22 1 7 4 3 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 45 values pushed */ -0 1 0 6 0 1 6 112 0 2 6 5 6 2 5 112 0 5 4 6 5 4 110 0 6 6 0 91 0 0 0 17 75 0 4 4 3 91 7 1 3 3 26 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 49 values pushed */ -0 1 0 6 0 1 6 112 0 2 6 5 6 2 5 112 0 5 4 6 5 4 110 0 6 6 0 91 0 0 0 17 75 0 7 7 18 75 0 4 4 3 91 0 3 3 26 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 11 values pushed */ -20 36 21 37 38 18 20 34 8 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_macron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_macron.glif index 6b8ea4dd5..c0c0e7640 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_macron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/G_macron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_.glif index 4b1386380..562f13d25 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_.glif @@ -1,36 +1,32 @@ - + H - - + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 36 values pushed */ -0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_bar.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_bar.glif index fe52f98ae..5eeb213be 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_bar.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_bar.glif @@ -1,48 +1,44 @@ - + Hbar - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 53 values pushed */ -0 11 0 2 1 11 2 97 8 1 6 6 17 75 10 4 2 0 0 5 89 9 7 2 5 5 20 75 3 1 1 1 18 1 76 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_brevebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_brevebelow.glif index e268a8209..2146d87ab 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_brevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_brevebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_circumflex.glif index 101ef2e16..490f2a328 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_circumflex.glif @@ -1,20 +1,20 @@ - + Hcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_dotbelow.glif index 300f4b3f6..65cf84484 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/H_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.glif index 576d74919..a9bd7e2d7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.glif @@ -1,30 +1,26 @@ - + I - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.uc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.uc.glif index 6bb5307ce..0044e9296 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.uc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_.uc.glif @@ -1,21 +1,21 @@ - + I.uc - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J_.glif index b2f1af1d2..17b97cd8c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J_.glif @@ -1,24 +1,24 @@ - + IJ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J__acutecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J__acutecomb.glif index 511d955ec..93247019b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_J__acutecomb.glif @@ -1,28 +1,24 @@ - + IJ_acutecomb - - - - - - + + + + + + - - + + - assembly - NPUSHB[ ] /* 43 values pushed */ -13 12 8 6 5 1 6 1 72 24 1 0 71 4 2 3 3 1 1 17 75 0 0 0 18 0 76 18 18 14 14 18 34 18 34 14 17 14 17 31 5 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_acute.glif index addad4003..a125a59ec 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_acute.glif @@ -1,22 +1,22 @@ - + Iacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_breve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_breve.glif index a2f27a2d4..4c16fd35b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_breve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_breve.glif @@ -1,22 +1,22 @@ - + Ibreve - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_caron.glif index 90b9a9568..ef68df564 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_circumflex.glif index cde75416c..d4dd0eca4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_circumflex.glif @@ -1,22 +1,22 @@ - + Icircumflex - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dblgrave.glif index 0d4b17705..52de09d27 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresis.glif index 767a0c9bc..88ccfbef3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresis.glif @@ -1,22 +1,22 @@ - + Idieresis - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresisacute.glif index 0679b2615..29376015a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotaccent.glif index 345983bdb..20d0c61fc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotaccent.glif @@ -1,22 +1,22 @@ - + Idotaccent - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotbelow.glif index 049e28125..c77ffdf4a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_grave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_grave.glif index 887420b5d..fd2cff972 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_grave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_grave.glif @@ -1,22 +1,22 @@ - + Igrave - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_hookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_hookabove.glif index 6b0ef42cd..72c2d3b11 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_hookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_invertedbreve.glif index 48ea6033c..87754185e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_invertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_macron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_macron.glif index 0e8ab8fb9..f69510d8a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_macron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_macron.glif @@ -1,22 +1,22 @@ - + Imacron - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_ogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_ogonek.glif index b7fa35764..ad88e0923 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_ogonek.glif @@ -1,39 +1,22 @@ - + Iogonek - - - - + + + + - + - assembly - NPUSHB[ ] /* 10 values pushed */ -8 1 0 3 9 1 1 0 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 21 values pushed */ -0 2 2 17 75 0 3 3 18 75 0 0 0 1 91 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 18 values pushed */ -0 0 0 1 0 1 95 0 2 2 17 75 0 3 3 18 3 76 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 7 values pushed */ -17 25 37 36 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_tilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_tilde.glif index 7367442bc..5a9f6ae68 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/I_tilde.glif @@ -1,22 +1,22 @@ - + Itilde - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_.glif index d1d098cab..91ad94386 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_.glif @@ -1,39 +1,35 @@ - + J - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 20 values pushed */ -6 1 0 71 1 1 0 0 17 0 76 0 0 0 16 0 16 2 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_circumflex.glif index 7787b2af6..6c96802b3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/J_circumflex.glif @@ -1,20 +1,20 @@ - + Jcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_.glif index f070363ef..93060c0ef 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_.glif @@ -1,44 +1,40 @@ - + K - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -21 18 12 3 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 25 20 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_commaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_commaaccent.glif index 57744654b..5423f421b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/K_commaaccent.glif @@ -1,20 +1,20 @@ - + Kcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_.glif index e02f67b9b..3a92bc3ec 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_.glif @@ -1,32 +1,28 @@ - + L - - - - + + + + - - - - - - + + + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -3 1 2 2 17 75 0 0 0 1 90 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_J_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_J_.glif index e675cc52e..33be8c580 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_J_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_J_.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_acute.glif index a90f78b27..a1fa3ce17 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_acute.glif @@ -1,22 +1,22 @@ - + Lacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_caron.glif index 7805555ae..5c4968ea1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_caron.glif @@ -1,32 +1,32 @@ - + Lcaron - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -35,7 +35,7 @@ Lcaron com.schriftgestaltung.Glyphs.glyph.leftMetricsKey L com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:24 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_commaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_commaaccent.glif index b6324c0f2..dc159d2d8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_commaaccent.glif @@ -1,22 +1,22 @@ - + Lcommaaccent - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dot.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dot.glif index e67bc0f29..5ae3beb52 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dot.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dot.glif @@ -1,22 +1,27 @@ - + Ldot - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dotbelow.glif index 78aca8e33..0519af283 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_j.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_j.glif index 5f77c917c..dbfad80f7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_j.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_j.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_linebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_linebelow.glif index b61bdc7cc..0dd672edb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_linebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_slash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_slash.glif index c0ae7c8af..77141aa20 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_slash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/L_slash.glif @@ -1,36 +1,32 @@ - + Lslash - - - - - - - - - + + + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 39 values pushed */ -11 10 9 5 4 3 6 2 1 1 74 0 1 1 17 75 3 1 2 2 0 90 0 0 0 18 0 76 0 0 0 13 0 13 21 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_.glif index 9977924e4..0fc67e6eb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_.glif @@ -1,56 +1,39 @@ - + M - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 11 values pushed */ -14 13 9 8 2 1 6 1 0 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 15 values pushed */ -5 4 2 0 0 17 75 3 2 2 1 1 18 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 19 values pushed */ -5 4 2 0 0 17 75 3 1 1 1 18 75 0 2 2 18 2 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 18 0 18 20 20 17 20 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotaccent.glif index 2773e9391..f35a94e7e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotbelow.glif index fb25c4940..407ba9b65 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/M_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_.glif index 84823d0a7..b1ded757a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_.glif @@ -1,38 +1,34 @@ - + N - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 35 values pushed */ -10 9 3 2 4 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_J_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_J_.glif index 96cac6093..643d6f05d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_J_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_J_.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_acute.glif index d781ba7dc..8414061cb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_acute.glif @@ -1,20 +1,20 @@ - + Nacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_caron.glif index 139151db1..bec1b633c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_caron.glif @@ -1,20 +1,20 @@ - + Ncaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_commaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_commaaccent.glif index 5e77e9d98..cfdb4725e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_commaaccent.glif @@ -1,20 +1,20 @@ - + Ncommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotaccent.glif index a607d306a..05406c7fc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotbelow.glif index b27919e6f..f99550b49 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_j.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_j.glif index a50076fec..afabf5ad0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_j.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_j.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_linebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_linebelow.glif index 29bbac9d8..dd1d35a1b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_linebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_tilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_tilde.glif index dabbe5cbe..d05fbaf0e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/N_tilde.glif @@ -1,20 +1,20 @@ - + Ntilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_.glif index 7c7bb7efd..1b7139d1c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_.glif @@ -1,54 +1,50 @@ - + O - - - - - - + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 37 38 38 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:29:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_E_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_E_.glif index 6360af092..46e029382 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_E_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_E_.glif @@ -1,98 +1,63 @@ - + OE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -23 1 0 7 9 1 2 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 35 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 6 1 5 5 25 75 11 9 2 2 2 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 45 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 6 1 5 5 25 75 0 2 2 3 91 4 1 3 3 18 75 11 1 9 9 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 55 values pushed */ -0 0 0 1 2 0 1 97 0 8 8 5 91 6 1 5 5 25 75 10 1 7 7 5 91 6 1 5 5 25 75 0 2 2 3 91 4 1 3 3 18 75 11 1 9 9 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 51 values pushed */ -0 0 0 1 2 0 1 97 0 8 8 5 91 0 5 5 25 75 10 1 7 7 6 89 0 6 6 17 75 0 2 2 3 89 0 3 3 18 75 11 1 9 9 4 91 0 4 4 26 4 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 24 values pushed */ -27 27 0 0 27 41 27 40 35 33 0 26 0 26 19 38 35 17 17 17 17 12 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_acute.glif index e463d8749..b20ed76dc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_acute.glif @@ -1,24 +1,24 @@ - + Oacute - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_breve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_breve.glif index a5a9c5f14..1c51c00de 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_breve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_breve.glif @@ -1,24 +1,24 @@ - + Obreve - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_caron.glif index f9231f438..59485ad65 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_caron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflex.glif index d024b3fb7..980a9ed48 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflex.glif @@ -1,24 +1,24 @@ - + Ocircumflex - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexacute.glif index a8c2757dc..b0a749e2f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexacute.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexdotbelow.glif index 0d0383dec..6127f8ab4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexdotbelow.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexgrave.glif index fdec50717..4046ad222 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexgrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexhookabove.glif index ec109d47a..cf6419a3c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflexhookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflextilde.glif index 0c11c3265..61bd0e245 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_circumflextilde.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dblgrave.glif index 6cfbbb58e..64bccaa8d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dblgrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresis.glif index 4faad70e8..1acb67a62 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresis.glif @@ -1,24 +1,24 @@ - + Odieresis - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresismacron.glif index c14bd776d..8d2ba8ec7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dieresismacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotaccentmacron.glif index 9308974f5..c7b954066 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotaccentmacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotbelow.glif index dfb50f171..3fb0fc03f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_dotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_grave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_grave.glif index 801bed154..a3e0f2ed8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_grave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_grave.glif @@ -1,24 +1,24 @@ - + Ograve - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hm.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hm.glif index 48370fb27..8923af63d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hm.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hm.glif @@ -7,48 +7,44 @@ uni2126 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -34 5 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hookabove.glif index db36467b4..e7e0e71b8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horn.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horn.glif index aa6a22a72..a9b0b7913 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horn.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horn.glif @@ -1,36 +1,40 @@ - + - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:51:27 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornacute.glif index 42c6585b6..8de25980b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornacute.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horndotbelow.glif index 0977a8df4..793d32ce8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horndotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horngrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horngrave.glif index 2c00611a2..e2089ddc2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horngrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornhookabove.glif index cb2ecaae6..105c2bce4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hornhookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horntilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horntilde.glif index 0924af4bc..749562be7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_horntilde.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hungarumlaut.glif index 5a9d032cd..6f81653b5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_hungarumlaut.glif @@ -1,24 +1,24 @@ - + Ohungarumlaut - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_invertedbreve.glif index 968cc27e9..e7bde9dad 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_invertedbreve.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macron.glif index 500b6f4eb..bc8b6b44b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macron.glif @@ -1,24 +1,24 @@ - + Omacron - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macronacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macronacute.glif index dc4494cea..805c6541b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macronacute.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macrongrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macrongrave.glif index 48b1f0474..b4d2e8db4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_macrongrave.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_mega.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_mega.glif index b13ff8aa7..92ff0c244 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_mega.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_mega.glif @@ -12,7 +12,11 @@ uni03A9 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_ogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_ogonek.glif index e26bc1198..4de226b94 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_ogonek.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slash.glif index 20a035da6..548b37344 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slash.glif @@ -1,6 +1,6 @@ - + Oslash @@ -8,76 +8,72 @@ Oslash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 69 values pushed */ -20 17 2 2 1 39 38 30 29 4 3 2 8 5 2 0 3 3 74 19 18 2 1 72 7 6 2 0 71 4 1 2 2 1 91 0 1 1 25 75 5 1 3 3 0 91 0 0 0 26 0 76 33 33 24 24 33 41 33 40 24 32 24 31 42 34 6 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slashacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slashacute.glif index 4f39ab33f..c5f0a0997 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slashacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_slashacute.glif @@ -1,6 +1,6 @@ - + Oslashacute @@ -13,7 +13,7 @@ Oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tilde.glif index 269660fdc..86dfbb52f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tilde.glif @@ -1,24 +1,24 @@ - + Otilde - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildeacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildeacute.glif index ccda8a700..8f6a5ba53 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildeacute.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildedieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildedieresis.glif index c8ee1ca0e..050df10f3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildedieresis.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildemacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildemacron.glif index f7dc557e8..9f5cd891a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/O_tildemacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_.glif index 1b8ac3a2a..9cf202f5c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_.glif @@ -1,71 +1,54 @@ - + P - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -26 1 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -7 1 5 0 2 3 5 2 99 0 4 4 0 91 1 6 2 0 0 17 75 0 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -7 1 5 0 2 3 5 2 99 6 1 0 0 17 75 0 4 4 1 91 0 1 1 25 75 0 3 3 18 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 23 values pushed */ -18 18 1 0 18 29 18 28 23 21 16 15 13 11 6 4 0 17 1 17 8 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_dotaccent.glif index 61f82b34c..12dbacad2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/P_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Q_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Q_.glif index 307328cc5..b0ae9ba28 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Q_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Q_.glif @@ -1,49 +1,49 @@ - + Q - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 45 values pushed */ -32 6 2 0 3 7 1 1 0 2 74 0 3 4 0 4 3 0 112 0 0 0 1 0 1 95 0 4 4 2 91 0 2 2 25 4 76 38 41 44 37 34 5 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_.glif index 87d14f3fe..02eb3a2fe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_.glif @@ -1,79 +1,62 @@ - + R - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -27 1 1 6 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -7 1 6 0 1 0 6 1 98 0 5 5 3 91 4 1 3 3 17 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -7 1 6 0 1 0 6 1 98 0 3 3 17 75 0 5 5 4 91 0 4 4 25 75 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -28 28 28 40 28 38 42 34 33 17 38 21 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_acute.glif index 4839da0cd..292f2df83 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_acute.glif @@ -1,20 +1,20 @@ - + Racute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_caron.glif index de9d3dd46..6362d84b7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_caron.glif @@ -1,20 +1,20 @@ - + Rcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_commaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_commaaccent.glif index be564943c..d4591e145 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_commaaccent.glif @@ -1,20 +1,20 @@ - + Rcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dblgrave.glif index d79ed0585..29cbffbc2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dblgrave.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dotbelow.glif index 5c5a9ae17..cf9509040 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_invertedbreve.glif index 61725b1ad..2baeb9118 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_invertedbreve.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_linebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_linebelow.glif index cbc1b65b7..54841fd6c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/R_linebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_.glif index 5c66013b3..aca9b3a42 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_.glif @@ -1,62 +1,58 @@ - + S - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 43 values pushed */ -20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 37 44 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acute.glif index 553ed94b1..1a9aa458e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acute.glif @@ -1,20 +1,20 @@ - + Sacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acutedotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acutedotaccent.glif index a0b3d892a..89d6d0a08 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_acutedotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_caron.glif index e20d9ecd6..f15dbab29 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_caron.glif @@ -1,20 +1,20 @@ - + Scaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_carondotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_carondotaccent.glif index ff2e382c2..65bacdde1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_carondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_carondotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_cedilla.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_cedilla.glif index 39d5cf0dc..095f300bd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_cedilla.glif @@ -1,37 +1,20 @@ - + Scedilla - - + + - + - assembly - NPUSHB[ ] /* 24 values pushed */ -50 1 5 4 51 29 2 3 5 28 6 2 2 3 16 1 1 2 15 1 0 1 5 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 31 values pushed */ -0 5 5 4 91 0 4 4 25 75 0 3 3 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 28 values pushed */ -0 1 0 0 1 0 95 0 5 5 4 91 0 4 4 25 75 0 3 3 2 91 0 2 2 26 2 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 9 values pushed */ -37 44 39 21 36 43 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_chwa.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_chwa.glif index aaf398516..3f5a5e327 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_chwa.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_chwa.glif @@ -1,45 +1,45 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:28:51 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_circumflex.glif index 570331117..675e81f2a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_circumflex.glif @@ -1,20 +1,20 @@ - + Scircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_commaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_commaaccent.glif index 04c1bcaf3..96369a0cf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_commaaccent.glif @@ -1,20 +1,20 @@ - + Scommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotaccent.glif index f65800959..e08bac503 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelow.glif index 6a9a12bd6..f45afbde6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif index b53a8260b..fe18e2b9b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_.glif index 349a474d9..420b74ab3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_.glif @@ -1,33 +1,29 @@ - + T - - - + + + - - - - - - - - + + + + + + + + - assembly - NPUSHB[ ] /* 30 values pushed */ -4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_bar.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_bar.glif index dfd6ceec3..9efd01c3e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_bar.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_bar.glif @@ -1,38 +1,34 @@ - + Tbar - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 44 values pushed */ -4 1 0 3 1 1 2 0 1 97 8 7 2 5 5 6 89 0 6 6 17 75 0 2 2 18 2 76 0 0 0 15 0 15 17 17 17 17 17 17 17 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_caron.glif index a6ff32fa2..adcbffcde 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_caron.glif @@ -1,21 +1,21 @@ - + Tcaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_cedilla.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_cedilla.glif index fba69d3df..f65ac3bff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_cedilla.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_commaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_commaaccent.glif index 20052bcf6..eaa7e3e5e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_commaaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotaccent.glif index edd9e0b24..1d7680ca4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotbelow.glif index 8f1555d36..658c4fa78 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_horn.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_horn.glif index 07e722225..8dba388d8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_horn.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_horn.glif @@ -1,57 +1,53 @@ - + Thorn - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 46 values pushed */ -10 1 4 3 23 1 5 4 2 74 0 3 0 4 5 3 4 99 0 5 0 0 1 5 0 100 0 2 2 17 75 0 1 1 18 1 76 38 36 34 17 18 34 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_linebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_linebelow.glif index b9626c15e..190156b45 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/T_linebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_.glif index f46866a20..7fa73bb73 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_.glif @@ -1,53 +1,49 @@ - + U - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 24 values pushed */ -2 1 0 0 17 75 0 1 1 3 92 0 3 3 26 3 76 36 20 37 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_acute.glif index feb9b6feb..bee368ee3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_acute.glif @@ -1,22 +1,22 @@ - + Uacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_breve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_breve.glif index 1af549122..3e974d3b5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_breve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_breve.glif @@ -1,22 +1,22 @@ - + Ubreve - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_caron.glif index 72329c2a8..fd1327a29 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_circumflex.glif index 66e644dce..413707b1e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_circumflex.glif @@ -1,22 +1,22 @@ - + Ucircumflex - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dblgrave.glif index b510bf75f..eab8437fe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresis.glif index 5ee30af77..e143ef255 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresis.glif @@ -1,22 +1,22 @@ - + Udieresis - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisacute.glif index 71be75558..22f86bdfb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresiscaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresiscaron.glif index 287314e85..1f3820b0c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresiscaron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:41 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisgrave.glif index 7c39e6963..18a744c83 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresisgrave.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresismacron.glif index 9a25f5c9e..a148fafc1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dieresismacron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dotbelow.glif index b60c3b043..97a5c9707 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_grave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_grave.glif index 8f505bec0..65c79a839 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_grave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_grave.glif @@ -1,22 +1,22 @@ - + Ugrave - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hookabove.glif index 44255ced7..1a04d2dd8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horn.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horn.glif index f57dca1db..e631bc271 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horn.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horn.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornacute.glif index 79619c027..444b7bb70 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horndotbelow.glif index a5f16b485..5f6f2fb1b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horndotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horngrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horngrave.glif index cb623a626..a6ba1bf17 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horngrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornhookabove.glif index e20614677..3239b99bc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hornhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horntilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horntilde.glif index 121afdf2a..24541b0a1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_horntilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hungarumlaut.glif index 217c66364..929dfccd7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_hungarumlaut.glif @@ -1,22 +1,22 @@ - + Uhungarumlaut - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_invertedbreve.glif index 568292152..9e87f8666 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_invertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macron.glif index f75dbe81d..be6f8bb6c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macron.glif @@ -1,22 +1,22 @@ - + Umacron - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macrondieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macrondieresis.glif index 44c176a01..85b94cd2a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_macrondieresis.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ogonek.glif index 22a861cc9..a68e8cfc8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ogonek.glif @@ -1,39 +1,22 @@ - + Uogonek - - - - + + + + - + - assembly - NPUSHB[ ] /* 14 values pushed */ -24 1 2 4 13 1 0 2 14 1 1 0 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -6 5 2 3 3 17 75 0 4 4 2 92 0 2 2 26 75 0 0 0 1 91 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 25 values pushed */ -0 0 0 1 0 1 95 6 5 2 3 3 17 75 0 4 4 2 92 0 2 2 26 2 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 44 0 44 37 21 39 37 41 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ring.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ring.glif index afd0e6861..68ae4af1e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ring.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_ring.glif @@ -1,22 +1,22 @@ - + Uring - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tilde.glif index c250943f4..ac463debf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tilde.glif @@ -1,22 +1,22 @@ - + Utilde - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tildeacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tildeacute.glif index 3d9dd69aa..33ef2eeec 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/U_tildeacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/V_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/V_.glif index 7a7cdb27c..9a895d16b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/V_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/V_.glif @@ -1,33 +1,29 @@ - + V - - + + - - - - - - - - - + + + + + + + + + - assembly - NPUSHB[ ] /* 30 values pushed */ -2 1 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_.glif index c830d8c93..a9cd807d2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_.glif @@ -1,44 +1,40 @@ - + W - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 36 values pushed */ -17 11 4 3 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_acute.glif index 55916a0d1..a1ead49b2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_acute.glif @@ -1,20 +1,20 @@ - + Wacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_circumflex.glif index b8a65ff59..0dc9f6f02 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_circumflex.glif @@ -1,20 +1,20 @@ - + Wcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_dieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_dieresis.glif index 1537f179d..dd748feb1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_dieresis.glif @@ -1,20 +1,20 @@ - + Wdieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_grave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_grave.glif index eab2402de..b56f9360a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_grave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/W_grave.glif @@ -1,20 +1,20 @@ - + Wgrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/X_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/X_.glif index 8cdb4d150..b8bbb8e07 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/X_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/X_.glif @@ -1,36 +1,32 @@ - + X - - + + - - - - - - - + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 29 values pushed */ -11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_.glif index c12ca4b54..d417d716e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_.glif @@ -1,36 +1,32 @@ - + Y - - - + + + - - - - - - - - - + + + + + + + + + - + - assembly - NPUSHB[ ] /* 25 values pushed */ -10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_acute.glif index dd9eb9eb6..30a461643 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_acute.glif @@ -1,21 +1,21 @@ - + Yacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_circumflex.glif index 0b41cec4a..303c7a494 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_circumflex.glif @@ -1,21 +1,21 @@ - + Ycircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dieresis.glif index bc24b0585..cf090b4e4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dieresis.glif @@ -1,21 +1,21 @@ - + Ydieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotaccent.glif index 4448a9d45..1d9a0aa3b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotbelow.glif index fd0779e8b..b8806a988 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_grave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_grave.glif index f6ed6b1d2..2dd76bfc8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_grave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_grave.glif @@ -1,21 +1,21 @@ - + Ygrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_hookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_hookabove.glif index b5e653a9c..6103cd01c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_hookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_macron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_macron.glif index e39df9028..4c6ffaa6a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_macron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_macron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_tilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_tilde.glif index 1a9d5d435..e874f730a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Y_tilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_.glif index 23a4cb406..662442659 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_.glif @@ -6,32 +6,28 @@ Z - - + + - - - - - - - + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_acute.glif index 135bc1170..34b2e29db 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_acute.glif @@ -6,16 +6,16 @@ Zacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_caron.glif index 7553bce11..044a2ff6f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_caron.glif @@ -6,16 +6,16 @@ Zcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotaccent.glif index 282b40139..5bab71508 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotaccent.glif @@ -6,16 +6,16 @@ Zdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotbelow.glif index e390b9e7f..cfec6d1cd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/Z_dotbelow.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_notdef.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_notdef.glif index 34a66e9d7..85df862ab 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_notdef.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_notdef.glif @@ -6,34 +6,30 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -11 5 1 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_null.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_null.glif index c046681c8..c44fc6ff4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_null.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.glif index 510fc7c87..76e5da90d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.glif @@ -1,72 +1,55 @@ - + a - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 11 values pushed */ -16 1 3 2 20 3 2 4 3 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -0 3 3 2 91 0 2 2 28 75 5 1 4 4 0 91 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -0 3 3 2 91 0 2 2 28 75 0 0 0 18 75 5 1 4 4 1 91 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -17 17 17 29 17 28 39 37 35 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:24 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.sc.glif index 1388c4b79..aee58d319 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/a.sc.glif @@ -1,52 +1,37 @@ - + A - - - + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 40 values pushed */ -10 1 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 12 8 12 17 17 17 16 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:30:33 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.glif index e32d92920..95d34bc4e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.glif @@ -1,21 +1,21 @@ - + aacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.sc.glif index 9ef527802..7a3965f3e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.glif index 0daedd90d..f64ec5c70 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.glif @@ -1,21 +1,21 @@ - + abreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.sc.glif index 606958aad..369744146 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.glif index 97362af68..fdc5c2487 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.sc.glif index 8a9a0f194..c8047486f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abreveacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.glif index 1b7cc0bea..814491f64 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.sc.glif index 05be9dcb2..2b24992de 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevedotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.glif index 766da7897..4167beb47 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.sc.glif index 706f90646..38639bf3a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevegrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.glif index 163dea4f6..a8735cca9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.sc.glif index 38a5ad03b..8881a2db3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevehookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.glif index e819b7ba7..d70b75bfe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.sc.glif index 81ce7bc5d..c54f6ddec 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/abrevetilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.glif index 1a02840a3..7d1e23722 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.sc.glif index ea9fa2e7b..7dd695086 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.glif index bb909dc95..e51f6e959 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.glif @@ -1,21 +1,21 @@ - + acircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.sc.glif index 4a5438803..10e5de595 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.glif index 2b6b890c4..5edb88cba 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.sc.glif index 5eae7f944..ef20af92e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.glif index db1ec584e..b73deb077 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif index b67dfaf55..844a49327 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.glif index aff1e196b..879caa368 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.sc.glif index 2923f78f3..5b1d5fb13 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.glif index bb0c77a14..baa7a8174 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif index 3c3727132..c0293cd96 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.glif index 3b0569e2a..f7cc263dc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.sc.glif index e1c8fd1de..b4e0cb9b7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acircumflextilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acute.glif index 6d4c76f50..884de9e64 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acute.glif @@ -1,28 +1,24 @@ - + acute - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.case.glif index cc8f5a0e5..e214481c0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.case.glif @@ -7,22 +7,18 @@ acute - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.glif index 0290ad022..f765810da 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/acutecomb.glif @@ -4,26 +4,22 @@ acute - - + + - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.glif index 475a347d2..dcb94d080 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.sc.glif index 270567a6e..a86e925dd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adblgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.glif index bb3a4f37a..6bc641ffd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.glif @@ -1,21 +1,21 @@ - + adieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.sc.glif index d583c20b1..c41c60e4e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.glif index 97b234716..fbd5f3d8f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.sc.glif index bd9434f4c..9987b4cb7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/adotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.glif index 0e9607313..ebedb897c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.glif @@ -1,89 +1,85 @@ - + ae - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 78 values pushed */ -23 1 6 2 47 1 5 6 59 31 10 3 2 5 4 5 3 74 0 5 6 4 6 5 4 112 7 10 2 6 6 2 91 3 1 2 2 28 75 8 9 2 4 4 0 92 1 1 0 0 26 0 76 34 34 0 0 57 55 50 48 34 44 34 43 38 37 0 33 0 32 35 37 36 38 11 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.sc.glif index 8f076b82c..e3366e8af 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ae.sc.glif @@ -1,62 +1,47 @@ - + AE - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 70 values pushed */ -19 14 13 3 7 6 1 74 0 0 0 1 8 0 1 97 10 1 8 0 4 2 8 4 97 9 1 7 7 6 89 0 6 6 17 75 0 2 2 3 89 5 1 3 3 18 3 76 18 18 0 0 18 21 18 21 0 17 0 17 19 17 17 17 17 17 17 11 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:48:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.glif index b26c7c791..ae4ac35d1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.glif @@ -1,20 +1,20 @@ - + aeacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.sc.glif index 96bcef662..6325e78e7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aeacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:21:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.glif index 706735c57..9d873c2db 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.glif @@ -1,21 +1,21 @@ - + agrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.sc.glif index 9d1cfaf83..d5b0b503d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/agrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.glif index e81a069a6..ac7134e23 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.sc.glif index b45882a82..ac5687f32 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ahookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.glif index adb7e3a82..d041049cb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.sc.glif index 13392a056..979e6fa32 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ainvertedbreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.glif index 3ef114181..c1666725f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.glif @@ -1,21 +1,21 @@ - + amacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.sc.glif index 2aae54412..225207317 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/amacron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ampersand.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ampersand.glif index f6c4f1e59..7530239cf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ampersand.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ampersand.glif @@ -1,128 +1,102 @@ - + ampersand - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -28 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 25 values pushed */ -55 1 5 6 50 41 26 3 0 5 73 70 49 47 43 6 6 1 0 17 1 2 1 4 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 25 values pushed */ -55 1 5 6 50 41 26 3 0 5 73 70 49 47 43 6 6 7 0 17 1 2 1 4 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -28 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 31 values pushed */ -0 5 0 0 1 5 0 97 0 6 6 4 91 0 4 4 25 75 7 1 1 1 2 91 3 1 2 2 26 2 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 38 values pushed */ -0 1 7 2 7 1 2 112 0 5 0 0 7 5 0 97 0 6 6 4 91 0 4 4 25 75 0 7 7 2 91 3 1 2 2 26 2 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -69 67 62 60 53 51 44 35 35 54 16 8 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.glif index f80e08be3..1a8661c3f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.glif @@ -1,56 +1,21 @@ - + aogonek - - - + + + - + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -29 1 5 3 42 16 2 6 5 2 1 4 1 3 1 0 4 4 74 30 1 3 72 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 23 values pushed */ -29 1 5 3 42 16 2 6 5 2 1 4 2 3 1 0 4 4 74 30 1 3 72 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 34 values pushed */ -0 5 5 3 91 0 3 3 28 75 8 1 6 6 1 91 2 1 1 1 18 75 7 1 4 4 0 91 0 0 0 22 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 38 values pushed */ -0 5 5 3 91 0 3 3 28 75 0 1 1 18 75 8 1 6 6 2 91 0 2 2 26 75 7 1 4 4 0 91 0 0 0 22 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 35 values pushed */ -7 1 4 0 0 4 0 95 0 5 5 3 91 0 3 3 28 75 0 1 1 18 75 8 1 6 6 2 91 0 2 2 26 2 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 21 values pushed */ -39 39 0 0 39 51 39 50 45 43 0 38 0 37 37 35 23 37 9 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.sc.glif index aaf122f66..f3f968a4d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aogonek.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/apostrophemod.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/apostrophemod.glif index 3949988a2..64a7eedf9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/apostrophemod.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/apostrophemod.glif @@ -5,22 +5,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/approxequal.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/approxequal.glif index af2c81910..fde4d7cf9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/approxequal.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/approxequal.glif @@ -6,13 +6,18 @@ approxequal - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.glif index 5a128a145..e4b0f5589 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.glif @@ -1,21 +1,21 @@ - + aring - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.sc.glif index 081195096..5ca1379db 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aring.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.glif index 129b2e553..6212876da 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.sc.glif index 0279d50ac..e01f74bb1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/aringacute.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciicircum.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciicircum.glif index 7f38253ce..f2f5ffa90 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciicircum.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciicircum.glif @@ -7,29 +7,19 @@ asciicircum - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -3 1 0 2 1 74 3 1 2 0 2 114 1 1 0 0 105 0 0 0 6 0 6 18 17 4 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciitilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciitilde.glif index 45ddebb81..b09d78363 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciitilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asciitilde.glif @@ -7,48 +7,38 @@ asciitilde - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 43 values pushed */ -12 11 2 1 0 27 26 2 2 3 2 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 37 36 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asterisk.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asterisk.glif index 3d75a7967..a685d1300 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asterisk.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/asterisk.glif @@ -7,46 +7,42 @@ asterisk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 41 values pushed */ -29 28 26 22 21 19 18 16 14 13 11 6 4 3 1 15 1 0 1 74 0 0 1 1 0 85 0 0 0 1 89 0 1 0 1 77 30 24 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.case.glif index 54c2383e0..4a0cd2bfa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.case.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,11 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.glif index e694911d7..74b4a3bca 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/at.glif @@ -1,123 +1,88 @@ - + at - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 20 values pushed */ -27 26 2 8 2 69 12 2 3 8 53 1 5 0 54 1 6 5 4 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 20 values pushed */ -27 26 2 8 2 69 12 2 9 8 53 1 5 0 54 1 6 5 4 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 42 values pushed */ -0 5 0 6 5 6 95 0 4 4 7 91 10 1 7 7 25 75 0 8 8 2 91 0 2 2 20 75 11 9 2 3 3 0 91 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 52 values pushed */ -0 5 0 6 5 6 95 0 4 4 7 91 10 1 7 7 25 75 0 8 8 2 91 0 2 2 20 75 11 1 9 9 0 91 1 1 0 0 18 75 0 3 3 0 91 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 50 values pushed */ -0 2 0 8 9 2 8 99 0 5 0 6 5 6 95 0 4 4 7 91 10 1 7 7 25 75 11 1 9 9 0 91 1 1 0 0 18 75 0 3 3 0 91 1 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 24 values pushed */ -66 66 0 0 66 79 66 78 73 71 0 65 0 64 37 38 37 42 38 38 38 12 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.glif index c8a858031..360b5e915 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.glif @@ -1,21 +1,21 @@ - + atilde - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.sc.glif index bec1c7b3f..87f3e2b08 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/atilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.glif index 6c8998bb2..c814c58fb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.glif @@ -1,75 +1,58 @@ - + b - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 12 values pushed */ -28 14 2 4 3 10 9 2 0 4 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 1 1 19 75 0 3 3 2 91 5 1 2 2 28 75 6 1 4 4 0 92 0 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 28 values pushed */ -0 1 2 1 114 0 3 3 2 91 5 1 2 2 28 75 6 1 4 4 0 92 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 19 values pushed */ -18 18 0 0 18 30 18 29 24 22 0 17 0 16 20 37 7 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.sc.glif index 03e782b60..44b709bee 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/b.sc.glif @@ -1,109 +1,72 @@ - + B - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 10 values pushed */ -24 1 6 5 44 1 7 6 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 5 0 6 7 5 6 98 0 4 4 2 91 3 1 2 2 17 75 8 1 7 7 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 36 values pushed */ -0 5 0 6 7 5 6 98 0 2 2 17 75 0 4 4 3 91 0 3 3 25 75 8 1 7 7 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 40 values pushed */ -0 5 0 6 7 5 6 98 0 2 2 17 75 0 4 4 3 91 0 3 3 25 75 0 1 1 18 75 8 1 7 7 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -36 36 36 47 36 45 55 50 39 34 33 65 37 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:31:32 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.case.glif index dd778bf4a..8e461431b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.case.glif @@ -6,31 +6,16 @@ backslash - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -0 1 0 1 115 0 0 0 19 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 9 values pushed */ -0 0 1 0 114 0 1 1 105 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 5 values pushed */ -17 16 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.glif index 2ce137636..bedf38815 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/backslash.glif @@ -7,31 +7,16 @@ backslash - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -0 1 0 1 115 0 0 0 19 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 9 values pushed */ -0 0 1 0 114 0 1 1 105 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 5 values pushed */ -17 16 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bar.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bar.glif index 3cdab69ca..6b65f4dc5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bar.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bar.glif @@ -7,20 +7,16 @@ bar - - - - + + + + - assembly - NPUSHB[ ] /* 20 values pushed */ -2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.glif index 3bc63ec55..2cfef1413 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.sc.glif index 6170b5521..0e8645239 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bitcoin.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bitcoin.glif index 2d776d868..1d6daed32 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bitcoin.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bitcoin.glif @@ -1,9 +1,9 @@ - + - - + + @@ -12,16 +12,16 @@ - - - - + + + + - - - - + + + + @@ -34,7 +34,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackD_iamond.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackD_iamond.glif index a731693e9..8d29731c6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackS_quare.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackS_quare.glif index 5e50414bd..b947d4636 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.case.glif index 1997d0ccf..345f8dde5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.case.glif @@ -1,54 +1,50 @@ - + braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 46 values pushed */ -54 38 31 4 4 2 1 51 1 3 2 2 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 49 47 42 41 22 47 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.glif index 6e9ab01ea..c7f28db28 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceleft.glif @@ -1,55 +1,51 @@ - + braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 46 values pushed */ -54 38 31 4 4 2 1 51 1 3 2 2 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 49 47 42 41 22 47 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.case.glif index 4aa26e14c..043d817c2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.case.glif @@ -1,54 +1,50 @@ - + braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 46 values pushed */ -54 38 31 4 4 2 1 51 1 3 2 2 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 49 47 42 41 22 47 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.glif index fa09dba51..0921ac236 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/braceright.glif @@ -1,55 +1,51 @@ - + braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 46 values pushed */ -54 38 31 4 4 2 1 51 1 3 2 2 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 49 47 42 41 22 47 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.case.glif index 2287a4bb3..d9fb2177f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.case.glif @@ -1,42 +1,38 @@ - + bracketleft - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -22 1 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 17 20 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.glif index 233be8d31..0690c1f3f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketleft.glif @@ -1,43 +1,39 @@ - + bracketleft - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -22 1 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 17 20 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.case.glif index 5ff592300..f10cc5867 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.case.glif @@ -1,44 +1,40 @@ - + bracketright - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -22 1 1 2 1 74 0 3 0 2 1 3 2 97 0 1 0 0 1 85 0 1 1 0 91 0 0 1 0 79 37 17 20 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.glif index 592c6409a..a643ed2bf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bracketright.glif @@ -1,45 +1,41 @@ - + bracketright - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -22 1 1 2 1 74 0 3 0 2 1 3 2 97 0 1 0 0 1 85 0 1 1 0 91 0 0 1 0 79 37 17 20 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.case.glif index fc7df6b90..0f69b55b7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.case.glif @@ -7,47 +7,32 @@ breve.cap - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -14 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -2 1 0 1 1 0 102 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 22 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 7 values pushed */ -37 19 37 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.glif index ab1017c44..b2908670b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breve.glif @@ -1,53 +1,32 @@ - + breve - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -14 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -2 1 0 1 1 0 102 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 22 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 7 values pushed */ -37 19 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.case.glif index 54b3317a9..f8a830ab7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.case.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.glif index ffe8d3e25..10db0d386 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevebelowcomb.glif @@ -5,26 +5,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.case.glif index 7bd67d76b..19b152afb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.case.glif @@ -8,46 +8,25 @@ breve - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -14 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -2 1 0 1 1 0 102 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 22 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 7 values pushed */ -37 19 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.glif index eb0e2733c..4fb22a0e1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb.glif @@ -8,47 +8,26 @@ breve - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -14 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -2 1 0 1 1 0 102 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 22 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 7 values pushed */ -37 19 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif index 55dcdfdc2..09a72a777 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.glif index 25599d8ef..8240df010 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_acutecomb.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif index d8fd51fb0..7daa2f942 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -4,34 +4,34 @@ - - - - - - + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.glif index 461c6b50b..b9fce2b52 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_gravecomb.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif index 7c07eb5aa..8d56cad13 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif index 01ffb7550..b41566fc7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif index 983b67c41..41f161a0a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.glif index e8ba83571..d505c03ed 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brevecomb_tildecomb.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.case.glif index 2498a2939..76be108a8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.case.glif @@ -3,51 +3,30 @@ breve - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -14 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -2 1 0 1 1 0 102 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 22 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 7 values pushed */ -37 19 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.glif index db621b5f1..131a2d895 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/breveinvertedcomb.glif @@ -8,47 +8,26 @@ breve - - - - - - - - - + + + + + + + + + - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -14 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -2 1 0 1 1 0 102 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 22 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 92 0 3 1 3 80 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 7 values pushed */ -37 19 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brokenbar.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brokenbar.glif index 80d934be1..465ef8723 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brokenbar.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/brokenbar.glif @@ -7,26 +7,22 @@ brokenbar - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 45 values pushed */ -4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.case.glif index 276ba679d..c9030b104 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.case.glif @@ -22,12 +22,8 @@ bullet - assembly - NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 38 34 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.glif index 8432e791b..fb9a3756e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bullet.glif @@ -23,12 +23,8 @@ bullet - assembly - NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 38 34 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bulletoperator.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bulletoperator.glif index 4ec9dd5cd..5a0341ee2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bulletoperator.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/bulletoperator.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.glif index 193b748fb..a896f42be 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.glif @@ -1,56 +1,52 @@ - + c - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 49 values pushed */ -2 1 0 3 16 3 2 1 0 17 1 2 1 3 74 0 0 0 3 91 4 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 29 0 28 38 37 37 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.sc.glif index 48d658284..4a607664e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/c.sc.glif @@ -1,71 +1,56 @@ - + C - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 49 values pushed */ -3 1 0 3 18 4 2 1 0 19 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 31 0 30 39 37 38 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.glif index 34dbef575..956f37ec7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.glif @@ -1,20 +1,20 @@ - + cacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.sc.glif index 1dac4a85c..b8066cf0c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.case.glif index c00b1ce92..d8328acca 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.case.glif @@ -7,23 +7,19 @@ caron.cap - - - - - - - + + + + + + + - assembly - NPUSHB[ ] /* 15 values pushed */ -6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.glif index 344b40db0..7c63f159a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caron.glif @@ -1,35 +1,25 @@ - + caron - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 15 values pushed */ -6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.alt.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.alt.glif index 8145ad9b0..134140ac8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.alt.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.alt.glif @@ -3,28 +3,28 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.case.glif index ceaed7cbb..ee2d1afae 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.case.glif @@ -7,29 +7,19 @@ caron - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 15 values pushed */ -6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.glif index 799939070..1a83184ff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/caroncomb.glif @@ -8,29 +8,19 @@ caron - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 15 values pushed */ -6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.glif index 07f65b4c4..e5f2c5854 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.glif @@ -1,11 +1,11 @@ - + ccaron - + @@ -14,7 +14,7 @@ ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.sc.glif index 7f8f4de8d..89d45524c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.glif index c77ae7968..4ef4411a8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.glif @@ -1,37 +1,20 @@ - + ccedilla - + - + - assembly - NPUSHB[ ] /* 22 values pushed */ -35 1 3 2 36 2 2 4 3 24 16 6 3 4 1 4 15 1 0 1 4 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 30 values pushed */ -5 1 4 3 1 3 4 1 112 0 3 3 2 91 0 2 2 28 75 0 1 1 0 92 0 0 0 22 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -5 1 4 3 1 3 4 1 112 0 1 0 0 1 0 96 0 3 3 2 91 0 2 2 28 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 46 0 45 37 44 36 43 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:10:56 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.sc.glif index d12f09dc8..8ddf1badf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedilla.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.glif index 7625b6c1f..bbc95f1aa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.sc.glif index 5c84f1083..25b6cded2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccedillaacute.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.glif index 67892ac77..a30d05c00 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.glif @@ -1,11 +1,11 @@ - + ccircumflex - + @@ -14,7 +14,7 @@ ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.sc.glif index 1d81b13d3..053a18b71 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ccircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.glif index 4f6e695cb..ad86b2f14 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.glif @@ -1,12 +1,12 @@ - + cdotaccent - - + + @@ -14,7 +14,7 @@ cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.sc.glif index 850d3cd09..212fd45a2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedi.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedi.glif index af2208243..fb4bf15da 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedi.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedi.glif @@ -1,71 +1,54 @@ - + uni20B5 - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + - assembly - NPUSHB[ ] /* 17 values pushed */ -15 1 2 1 34 33 24 16 4 3 2 25 1 4 3 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 0 1 1 0 102 0 5 4 5 115 0 2 2 1 91 0 1 1 25 75 0 3 3 4 91 0 4 4 26 4 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -0 0 1 0 114 0 5 4 5 115 0 2 2 1 91 0 1 1 25 75 0 3 3 4 91 0 4 4 26 4 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 9 values pushed */ -17 21 17 23 17 25 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedilla.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedilla.glif index 550a498f0..9099006e0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedilla.glif @@ -6,56 +6,33 @@ cedilla - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 10 values pushed */ -10 1 1 2 9 1 0 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -3 1 2 1 1 2 102 0 1 0 0 1 87 0 1 1 0 92 0 0 1 0 80 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 22 values pushed */ -3 1 2 1 2 114 0 1 0 0 1 87 0 1 1 0 92 0 0 1 0 80 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 11 values pushed */ -0 0 0 20 0 19 36 37 4 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.case.glif index 65c392662..5f735f3f5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.case.glif @@ -2,12 +2,16 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.glif index 10509b1ed..8b31cdc26 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cedillacomb.glif @@ -9,7 +9,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cent.glif index 116413601..a05d65b35 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/cent.glif @@ -1,54 +1,50 @@ - + cent - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 55 values pushed */ -22 19 2 2 1 23 2 2 3 2 9 3 2 0 3 3 74 0 1 0 2 3 1 2 99 4 1 3 0 0 3 87 4 1 3 3 0 89 0 0 3 0 77 0 0 0 33 0 32 39 25 23 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.case.glif index 3870cc067..a9f9dd07f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.case.glif @@ -7,23 +7,19 @@ circumflex.cap - - - - - - - + + + + + + + - assembly - NPUSHB[ ] /* 16 values pushed */ -6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.glif index 03831f565..9bc6b9459 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflex.glif @@ -1,35 +1,25 @@ - + circumflex - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 16 values pushed */ -6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.case.glif index 7fe1123ed..43a780764 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.case.glif @@ -7,29 +7,19 @@ circumflex - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 16 values pushed */ -6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.glif index 1f53048c7..9cfdb72f7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb.glif @@ -9,28 +9,18 @@ circumflex - - - - - - + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 16 values pushed */ -6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 2accb3b75..950de7f1e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -4,27 +4,27 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif index 52712e63a..c831526c4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -4,27 +4,27 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif index e348ac923..05ab55d83 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -4,27 +4,27 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif index 704585be3..aa6a1b8ec 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -5,26 +5,26 @@ - - - - + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index f49539c79..f24148622 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif index ef0c38c1f..94c24ebc2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 8b20a4198..58e222829 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -1,50 +1,50 @@ - - + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif index 1c6c74e37..28528f555 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colon.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colon.glif index d131c13e5..30b41f19c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colon.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colon.glif @@ -12,7 +12,12 @@ colon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colonsign.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colonsign.glif index 89fbc50b2..f4f1f90ec 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colonsign.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/colonsign.glif @@ -1,102 +1,76 @@ - + colonmonetary - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - assembly - NPUSHB[ ] /* 21 values pushed */ -27 24 2 7 3 53 52 35 32 31 28 6 6 7 36 7 2 0 6 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 36 values pushed */ -4 1 2 3 3 2 102 5 1 1 0 0 1 103 8 1 7 7 3 89 0 3 3 17 75 0 6 6 0 91 0 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 35 values pushed */ -4 1 2 3 3 2 102 5 1 1 0 1 115 8 1 7 7 3 89 0 3 3 17 75 0 6 6 0 91 0 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 34 values pushed */ -4 1 2 3 2 114 5 1 1 0 1 115 8 1 7 7 3 89 0 3 3 17 75 0 6 6 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 18 values pushed */ -42 42 42 50 42 48 47 45 41 40 17 49 26 18 48 9 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/comma.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/comma.glif index 440471a67..170e0f860 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/comma.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/comma.glif @@ -7,35 +7,31 @@ comma - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -9 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.case.glif index 66abf8111..9cf3e7e23 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.case.glif @@ -7,32 +7,28 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -9 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.glif index 4ad89735e..2ac310786 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaaccentcomb.glif @@ -8,32 +8,28 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -9 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif index 2021f1402..b169adafe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif @@ -7,32 +7,28 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -9 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.glif index d35d2ef3b..fb23ebdc5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedabovecomb.glif @@ -8,32 +8,28 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -9 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedmod.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedmod.glif index 77b025e5a..2889131a3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedmod.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commaturnedmod.glif @@ -5,22 +5,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commercialM_inusS_ign.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commercialM_inusS_ign.glif index 091e18db1..7b4749f9f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/commercialM_inusS_ign.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 - 0 - 0 + -1 + -1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/copyright.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/copyright.glif index 42a1ee243..c22d9da29 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/copyright.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/copyright.glif @@ -1,69 +1,69 @@ - + - - - - - + + + + + - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/currency.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/currency.glif index 78f7355c7..b4bac285a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/currency.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/currency.glif @@ -7,66 +7,62 @@ currency - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 64 values pushed */ -27 25 20 3 2 1 28 17 11 1 4 3 2 8 4 2 0 3 3 74 26 19 18 3 1 72 10 9 3 2 4 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 20 2 76 31 31 31 46 31 45 45 47 37 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.glif index 7715860a3..1375f83b0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.glif @@ -1,86 +1,60 @@ - + d - - + + - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 7 values pushed */ -21 3 2 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 29 values pushed */ -6 1 3 3 19 75 0 4 4 2 91 0 2 2 28 75 7 1 5 5 0 91 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 33 values pushed */ -6 1 3 3 19 75 0 4 4 2 91 0 2 2 28 75 0 0 0 18 75 7 1 5 5 1 91 0 1 1 26 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 33 values pushed */ -6 1 3 2 3 114 0 4 4 2 91 0 2 2 28 75 0 0 0 18 75 7 1 5 5 1 91 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 20 values pushed */ -17 17 0 0 17 29 17 28 24 22 0 16 0 16 37 35 17 8 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.sc.glif index 171b5e6c8..c63e730d6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/d.sc.glif @@ -1,88 +1,60 @@ - + D - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - PUSHB[ ] /* 6 values pushed */ -29 1 4 3 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -0 3 3 2 89 0 2 2 17 75 5 1 4 4 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -0 3 3 2 89 0 2 2 17 75 0 1 1 18 75 5 1 4 4 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -18 18 18 32 18 31 41 97 49 34 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dagger.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dagger.glif index 91ef5c765..49fe4b4f7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dagger.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dagger.glif @@ -7,45 +7,28 @@ dagger - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - assembly - PUSHB[ ] /* 6 values pushed */ -4 1 1 2 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 21 values pushed */ -0 5 0 5 115 3 1 1 4 1 0 5 1 0 98 0 2 2 19 2 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 29 values pushed */ -0 2 1 2 114 0 5 0 5 115 3 1 1 0 0 1 85 3 1 1 1 0 90 4 1 0 1 0 78 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 9 values pushed */ -18 17 18 18 17 16 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/daggerdbl.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/daggerdbl.glif index 45c8b22f7..809c4fa58 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/daggerdbl.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/daggerdbl.glif @@ -7,55 +7,38 @@ daggerdbl - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 14 values pushed */ -9 1 3 4 4 1 1 2 25 1 9 0 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 31 values pushed */ -0 9 0 9 115 5 1 3 6 1 2 1 3 2 98 7 1 1 8 1 0 9 1 0 97 0 4 4 19 4 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 39 values pushed */ -0 4 3 4 114 0 9 0 9 115 5 1 3 6 1 2 1 3 2 98 7 1 1 0 0 1 85 7 1 1 1 0 89 8 1 0 1 0 77 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -24 23 17 18 17 18 18 17 18 17 16 10 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.case.glif index 3c16a3f21..a732e6748 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.case.glif @@ -1,29 +1,29 @@ - - + + - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.glif index 055f5cd7d..b5f509cd3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dblgravecomb.glif @@ -5,26 +5,26 @@ - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.glif index 8c20e8d71..66b09ecbe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.glif @@ -1,39 +1,39 @@ - + dcaron - - + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:09 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.sc.glif index 881aad496..7b72f59d0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcroat.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcroat.glif index 9eb4f676c..469f57a4e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcroat.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dcroat.glif @@ -1,53 +1,31 @@ - + dcroat - - + + - + - - - - + + + + - assembly - NPUSHB[ ] /* 11 values pushed */ -16 1 8 3 29 4 2 9 8 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 38 values pushed */ -7 1 5 4 1 0 3 5 0 98 0 6 6 19 75 0 8 8 3 91 0 3 3 28 75 10 1 9 9 1 91 2 1 1 1 18 1 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 42 values pushed */ -7 1 5 4 1 0 3 5 0 98 0 6 6 19 75 0 8 8 3 91 0 3 3 28 75 0 1 1 18 75 10 1 9 9 2 91 0 2 2 26 2 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 42 values pushed */ -0 6 5 6 114 7 1 5 4 1 0 3 5 0 98 0 8 8 3 91 0 3 3 28 75 0 1 1 18 75 10 1 9 9 2 91 0 2 2 26 2 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 18 values pushed */ -25 25 25 37 25 36 38 17 17 17 18 37 35 17 16 11 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.glif index 24910512d..729fedb03 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.glif @@ -1,11 +1,11 @@ - + - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.sc.glif index 9f3240f34..7a689d2f6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.glif index 220f0681d..154ea1861 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.sc.glif index d868726cb..8e2eae473 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ddotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/degree.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/degree.glif index 514524d4d..0a6c0d136 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/degree.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/degree.glif @@ -1,66 +1,56 @@ - + degree - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 31 values pushed */ -0 0 0 2 3 0 2 99 0 3 1 1 3 87 0 3 3 1 91 0 1 3 1 79 38 38 38 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/delta.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/delta.sc.glif index aceac89a8..41afe11cf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/delta.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.case.glif index b5d1d6c04..16a3edeaf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.case.glif @@ -7,42 +7,38 @@ dieresis.cap - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 26 values pushed */ -2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 38 38 38 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.glif index 9ce98b79a..13483a799 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresis.glif @@ -1,54 +1,44 @@ - + dieresis - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 26 values pushed */ -2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 38 38 38 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif index 8ba305a1e..a5e84688a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.glif index 644edc65b..1ef1072c7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresisbelowcomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.case.glif index ca3d2a78a..732ab52d3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.case.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.glif index c28f029ec..fa5c8275f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dieresiscomb.glif @@ -5,51 +5,41 @@ dieresis - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 26 values pushed */ -2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 38 38 38 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divide.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divide.glif index b69deaaf3..efe8ebb0c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divide.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divide.glif @@ -1,54 +1,50 @@ - + divide - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 49 values pushed */ -0 0 0 1 3 0 1 99 6 1 3 0 2 4 3 2 97 0 4 5 5 4 87 0 4 4 5 91 0 5 4 5 79 14 14 29 27 22 20 14 17 14 17 20 37 34 7 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divisionslash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divisionslash.glif index 7cbdb0f8b..cc404efdb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divisionslash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/divisionslash.glif @@ -7,20 +7,16 @@ uni2215 - - - - + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -2 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.glif index cbb110769..0247107df 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.sc.glif index a261cffd0..a72cbcd66 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dollar.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dollar.glif index c8285a50d..b8f756855 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dollar.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dollar.glif @@ -7,60 +7,56 @@ dollar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 48 values pushed */ -36 33 2 3 2 37 13 2 1 3 12 9 2 0 1 3 74 0 2 0 3 1 2 3 99 0 1 0 0 1 87 0 1 1 0 89 0 0 1 0 77 39 29 40 23 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dong.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dong.glif index e833201f2..c7df6b263 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dong.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dong.glif @@ -1,81 +1,64 @@ - + dong - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 15 values pushed */ -26 1 9 5 39 1 8 9 13 10 2 3 8 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -15 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 49 values pushed */ -0 0 1 1 0 102 0 5 13 1 9 8 5 9 99 0 8 4 1 3 11 8 3 99 6 1 2 2 1 89 12 7 2 1 1 17 75 14 1 11 11 10 89 0 10 10 18 10 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 48 values pushed */ -0 0 1 0 114 0 5 13 1 9 8 5 9 99 0 8 4 1 3 11 8 3 99 6 1 2 2 1 89 12 7 2 1 1 17 75 14 1 11 11 10 89 0 10 10 18 10 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 32 values pushed */ -43 43 30 30 0 0 43 46 43 46 45 44 30 42 30 41 36 34 0 29 0 29 18 38 39 17 17 17 17 15 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.case.glif index 9992af559..c53f9fc9e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.case.glif @@ -7,28 +7,24 @@ dotaccent.cap - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.glif index e42c9ae0c..d1fedd997 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccent.glif @@ -1,40 +1,30 @@ - + dotaccent - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 38 34 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.case.glif index 677213684..cc95b767b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.case.glif @@ -4,24 +4,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.glif index f1da74fd5..cae1a7226 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotaccentcomb.glif @@ -5,37 +5,27 @@ dotaccent - + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 38 34 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.case.glif index 628dc6c2a..a375adc05 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.case.glif @@ -4,24 +4,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.glif index 31f4223be..b4ae90a7e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dotbelowcomb.glif @@ -5,24 +5,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/doubleprimemod.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/doubleprimemod.glif index af8045d31..f32f0bf98 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/doubleprimemod.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/doubleprimemod.glif @@ -3,13 +3,18 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downA_rrow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downA_rrow.glif index 273cbff3e..59f805f67 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downB_lackT_riangle.glif index 82b84d356..aa6ed77b2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downW_hiteT_riangle.glif index c547c8223..ba2ab9aeb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dram-arm.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dram-arm.glif index 1b750f5f8..ba5fe8d0c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dram-arm.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dram-arm.glif @@ -1,47 +1,47 @@ - + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.glif index 29050bef0..ba5b8c748 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.glif @@ -1,22 +1,22 @@ - + - - - - + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.sc.glif index 0d6d0d965..d248478bc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dz.sc.glif @@ -1,80 +1,69 @@ - - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.glif index 42dab4223..947592208 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.glif @@ -1,22 +1,22 @@ - + - - - - + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.sc.glif index e86aa492b..35b3af5c0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/dzcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.glif index f809cad42..58a03ae9e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.glif @@ -1,70 +1,66 @@ - + e - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 53 values pushed */ -11 10 5 3 0 4 1 74 0 4 3 0 3 4 0 112 0 3 3 2 91 5 1 2 2 28 75 0 0 0 1 92 0 1 1 26 1 76 0 0 31 30 27 25 0 23 0 22 38 38 6 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:14 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.sc.glif index a090785fb..1e1d3012d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/e.sc.glif @@ -1,52 +1,37 @@ - + E - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 44 values pushed */ -0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.glif index e3d0ec458..7ed3434b4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.glif @@ -1,21 +1,21 @@ - + eacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.sc.glif index 353df3ae5..6c3473ba8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.glif index 70b00b63c..87087d95a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.glif @@ -1,21 +1,21 @@ - + ebreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.sc.glif index 9b211becf..a7aec4156 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ebreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.glif index f59db94c4..b49f4fb35 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.glif @@ -1,21 +1,21 @@ - + ecaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.sc.glif index 8e948966c..fbe1435bc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.glif index bffe257f6..937a5a8ed 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.sc.glif index 42f50786c..7f238c4fd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecedillabreve.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.glif index 40c18407a..90119d5a3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.glif @@ -1,21 +1,21 @@ - + ecircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.sc.glif index 59faf3d2f..b2cd4f225 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.glif index c0b52d377..2ce7ac36c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.sc.glif index 0d36123da..86acbb650 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.glif index acee0e0ee..bf0d5fe66 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif index 19e63d32f..9b7c63093 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.glif index bcfa5c83f..af553e441 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif index 5b8a24a5a..b157cf7ca 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.glif index 76adbd051..c17b664aa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif index 181a7b6ef..256dad5e1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.glif index 4e64b4c19..60c89fc4a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.sc.glif index 157bdfe0c..7f109e6e0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ecircumflextilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.glif index 72747a067..e4def5b91 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.sc.glif index 5b58c93c7..706b4f1ee 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.glif index fe6af171b..17e642bb3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.glif @@ -1,21 +1,21 @@ - + edieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.sc.glif index 21f004030..a5623668d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.glif index 06a013106..0fbd8e32d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.glif @@ -1,21 +1,21 @@ - + edotaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.sc.glif index 51262a2a8..f34c47d86 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.glif index 810d1ae7d..6cb9c4c59 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.sc.glif index 98b301910..60aaa5d69 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/edotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.glif index a59e9d426..e0d88cdc0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.glif @@ -1,21 +1,21 @@ - + egrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.sc.glif index 175a3d371..78afb5dc5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/egrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.glif index 9ff79e193..079d480ac 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.sc.glif index e1e0b58ca..404239b56 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ehookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.dnom.glif index 6a24ddf5e..477d4950a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.dnom.glif @@ -1,80 +1,66 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.20 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.glif index 979973d85..34e4f6e6f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.glif @@ -1,72 +1,67 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.20 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.lf.glif index 6b3da5c79..0b3f615ef 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.lf.glif @@ -1,71 +1,66 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.20 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.numr.glif index cc2f92746..eea5f29b2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.osf.glif index 4461e2ea8..8529e0a78 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.osf.glif @@ -1,73 +1,69 @@ - + eight - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 43 values pushed */ -50 40 29 14 4 3 2 1 74 0 2 2 0 91 0 0 0 25 75 4 1 3 3 1 91 0 1 1 26 1 76 44 44 44 57 44 56 42 45 37 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.sc.glif index 18510abd5..f83cade16 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.sc.glif @@ -1,60 +1,60 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -62,12 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.20 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tf.glif index 5f74ae56e..c1b1357b6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tf.glif @@ -3,69 +3,64 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.20 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tosf.glif index 71b254ed6..a0c228347 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eight.tosf.glif @@ -1,71 +1,66 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.20 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightinferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightinferior.glif index 5917ab6f3..818add32d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightinferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightsuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightsuperior.glif index 7218848e2..bd3668e6d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eightsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.glif index 2bcf6a724..8c3ad0219 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.sc.glif index 68ba9574f..fbfce694f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/einvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ellipsis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ellipsis.glif index 66fe6f2b1..b243fed85 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ellipsis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ellipsis.glif @@ -12,12 +12,14 @@ ellipsis - assembly - NPUSHB[ ] /* 44 values pushed */ -8 5 7 3 6 5 1 1 0 91 4 2 2 0 0 26 0 76 28 28 14 14 0 0 28 41 28 40 35 33 14 27 14 26 21 19 0 13 0 12 37 9 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.glif index 75aa24bb1..3ba253cb7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.glif @@ -1,21 +1,21 @@ - + emacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.sc.glif index 587b7f13e..5c5f167e6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.glif index f0ee0583f..a5a497780 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.sc.glif index 812f226d6..9252c1a53 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacronacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.glif index fab36245c..7a438e5d2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.sc.glif index 25bf0d163..9a30bdfad 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emacrongrave.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.case.glif index 5fd29a359..6a8c02136 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:35 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.glif index 1b26a0432..837732120 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emdash.glif @@ -1,30 +1,26 @@ - + emdash - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey hyphen com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emptyset.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emptyset.glif index 597259909..90caa5afd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emptyset.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emquad.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emquad.glif index 271c3268d..e0b224553 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emquad.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emspace.glif index d959d67dd..ac22c81e7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.case.glif index 8b95adf1b..6da9cbb9b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.glif index d518ff473..3bf886470 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/endash.glif @@ -1,30 +1,26 @@ - + endash - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey hyphen com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.glif index f4fe777d7..7e28ebbf2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.glif @@ -1,74 +1,57 @@ - + eng - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 14 values pushed */ -35 1 3 2 13 1 1 3 12 1 0 1 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 2 2 4 91 6 5 2 4 4 20 75 0 3 3 18 75 0 1 1 0 91 0 0 0 30 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 32 values pushed */ -0 4 4 20 75 0 2 2 5 91 6 1 5 5 28 75 0 3 3 18 75 0 1 1 0 91 0 0 0 30 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 38 0 37 17 20 40 37 40 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.sc.glif index b085cf69b..634bf123f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eng.sc.glif @@ -1,54 +1,39 @@ - + Eng - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 39 values pushed */ -19 18 12 11 9 5 0 1 1 74 6 5 2 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 20 0 20 17 29 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enquad.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enquad.glif index 9d25bf1d2..2ae22e081 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enquad.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enspace.glif index 66518a7f9..8fc67863d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.glif index 8e9daf3b9..b6d821050 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.glif @@ -1,38 +1,21 @@ - + eogonek - - - + + + - + - assembly - NPUSHB[ ] /* 20 values pushed */ -42 3 2 3 4 5 26 1 2 4 15 1 0 2 16 1 1 0 4 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 41 values pushed */ -0 5 6 4 6 5 4 112 8 1 6 6 3 91 0 3 3 28 75 7 1 4 4 2 92 0 2 2 26 75 0 0 0 1 91 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 38 values pushed */ -0 5 6 4 6 5 4 112 0 0 0 1 0 1 95 8 1 6 6 3 91 0 3 3 28 75 7 1 4 4 2 92 0 2 2 26 2 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 21 values pushed */ -45 45 0 0 45 55 45 54 49 48 0 44 0 43 38 39 37 43 9 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:22 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.sc.glif index edb1a1e34..9102b3840 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/equal.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/equal.glif index 321fd3036..2e6427c30 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/equal.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/equal.glif @@ -1,32 +1,28 @@ - + equal - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 45 values pushed */ -4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/estimated.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/estimated.glif index b9fa83bfa..d74173009 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/estimated.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/estimated.glif @@ -1,66 +1,62 @@ - + estimated - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -28 26 19 9 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.glif index 5ea7bb3ed..4e7774940 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.glif @@ -1,77 +1,73 @@ - + eth - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 49 values pushed */ -17 1 2 1 1 74 34 33 32 29 26 25 23 22 21 20 10 1 72 0 2 2 1 91 0 1 1 28 75 0 3 3 0 91 0 0 0 26 0 76 47 45 39 37 38 37 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.sc.glif index 3bafd55cd..a2e88da48 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/eth.sc.glif @@ -1,94 +1,66 @@ - + Eth - - - + + + - - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - PUSHB[ ] /* 6 values pushed */ -37 1 8 2 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 33 values pushed */ -6 1 3 7 1 2 8 3 2 97 0 5 5 4 89 0 4 4 17 75 9 1 8 8 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 37 values pushed */ -6 1 3 7 1 2 8 3 2 97 0 5 5 4 89 0 4 4 17 75 0 1 1 18 75 9 1 8 8 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 17 values pushed */ -22 22 22 40 22 39 17 19 41 97 17 17 49 34 10 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.rightMetricsKey d.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.glif index bd2895745..54fb4d3a4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.sc.glif index cce090bfc..52d10c894 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/etilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/euro.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/euro.glif index 33dc8ec50..db79f042d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/euro.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/euro.glif @@ -7,60 +7,56 @@ Euro - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 82 values pushed */ -3 1 0 11 4 1 1 0 24 1 5 4 25 1 6 5 4 74 10 1 1 9 1 2 3 1 2 97 8 1 3 7 1 4 5 3 4 97 0 0 0 11 91 12 1 11 11 25 75 0 5 5 6 91 0 6 6 26 6 76 0 0 0 44 0 43 40 39 38 37 17 19 37 33 17 18 17 18 39 13 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclam.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclam.glif index 9b5c03143..3d16d1d9f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclam.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclam.glif @@ -7,34 +7,30 @@ exclam - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - assembly - NPUSHB[ ] /* 39 values pushed */ -4 1 1 0 0 3 1 0 97 5 1 3 3 2 91 0 2 2 26 2 76 4 4 0 0 4 17 4 16 11 9 0 3 0 3 17 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdbl.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdbl.glif index 012c2981a..6c7476135 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdbl.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdbl.glif @@ -12,7 +12,12 @@ exclamdbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.case.glif index b500e2c0b..e21fae322 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.case.glif @@ -6,34 +6,30 @@ exclamdown - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 44 values pushed */ -0 0 4 1 1 2 0 1 99 0 2 3 3 2 85 0 2 2 3 89 5 1 3 2 3 77 14 14 0 0 14 17 14 17 16 15 0 13 0 12 37 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.glif index d8c10db2e..d4f67af21 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/exclamdown.glif @@ -7,34 +7,30 @@ exclamdown - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 44 values pushed */ -0 0 4 1 1 2 0 1 99 0 2 3 3 2 85 0 2 2 3 89 5 1 3 2 3 77 14 14 0 0 14 17 14 17 16 15 0 13 0 12 37 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.glif index 3bd21c85a..a2a54a6a0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.glif @@ -1,45 +1,45 @@ - + - - - + + + - - - - - - - - - + + + + + + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:14:46 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.sc.glif index f770503be..7ba69496e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezh.sc.glif @@ -1,56 +1,45 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.glif index 5e3f931bb..7a4333e45 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:24:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.sc.glif index 378fc319b..b3739b5d6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ezhcaron.sc.glif @@ -1,65 +1,54 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:32 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.glif index d1f027911..6e0b9421b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.glif @@ -1,64 +1,47 @@ - + f - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -9 1 2 1 10 1 0 2 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 29 values pushed */ -0 2 2 1 91 0 1 1 27 75 7 6 2 4 4 0 89 3 1 0 0 20 75 0 5 5 18 5 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -0 1 0 2 0 1 2 99 7 6 2 4 4 0 89 3 1 0 0 20 75 0 5 5 18 5 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -0 0 0 23 0 23 17 17 19 36 36 17 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.sc.glif index 596d699d5..253fd2262 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f.sc.glif @@ -1,48 +1,33 @@ - + F - - + + - - - - - - - - - - + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 38 values pushed */ -0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f.glif index ec1e15e51..2c3ee21ce 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f.glif @@ -1,21 +1,21 @@ - + f_f - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_i.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_i.glif index aff1f4aae..2faa8c032 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_i.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_i.glif @@ -1,26 +1,26 @@ - + f_f_i - - - - - - - + + + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_l.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_l.glif index c0a355446..0d63fa39d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_l.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/f_f_l.glif @@ -1,26 +1,26 @@ - + f_f_l - - - - - - - - + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.glif index e8ff93a6b..49541310e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.sc.glif index 674962301..3bcfaab66 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fdotaccent.sc.glif @@ -1,18 +1,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fi.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fi.glif index 67d682800..2cfd7f5dc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fi.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fi.glif @@ -1,23 +1,23 @@ - + fi - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figuredash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figuredash.glif index 030e75a4d..f5be8fed1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figuredash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figuredash.glif @@ -4,10 +4,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figurespace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figurespace.glif index 188431686..3cfea6c46 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figurespace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/firsttonechinese.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/firsttonechinese.glif index 1c32287d4..ce90c15cf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/firsttonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/firsttonechinese.glif @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey macroncomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.dnom.glif index 524cd4942..8072bd2f8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.dnom.glif @@ -1,71 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr01 - - com.schriftgestaltung.Glyphs.nodeUserData.0.13 - - name - hr02 - - com.schriftgestaltung.Glyphs.nodeUserData.0.29 - - name - hr03 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.glif index 23e07a251..109ec5b4f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.glif @@ -1,63 +1,48 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr01 - - com.schriftgestaltung.Glyphs.nodeUserData.0.13 - - name - hr02 - - com.schriftgestaltung.Glyphs.nodeUserData.0.29 - - name - hr03 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.lf.glif index da435cb4c..43c9d3d6d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.lf.glif @@ -1,62 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr01 - - com.schriftgestaltung.Glyphs.nodeUserData.0.13 - - name - hr02 - - com.schriftgestaltung.Glyphs.nodeUserData.0.29 - - name - hr03 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.numr.glif index ef2bd3ad0..c67f20c72 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.osf.glif index 5fefdd286..331e78c1b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.osf.glif @@ -1,73 +1,56 @@ - + five - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 15 values pushed */ -17 10 2 0 4 9 1 6 0 29 1 5 6 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 4 0 0 6 4 0 99 7 1 6 0 5 6 5 95 0 3 3 1 89 2 1 1 1 20 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 32 values pushed */ -0 4 0 0 6 4 0 99 7 1 6 0 5 6 5 95 0 2 2 20 75 0 3 3 1 89 0 1 1 20 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -0 0 0 32 0 31 37 35 17 17 20 37 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.sc.glif index 4e9410411..84a232cbe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.sc.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -43,22 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr01 - - com.schriftgestaltung.Glyphs.nodeUserData.0.13 - - name - hr02 - - com.schriftgestaltung.Glyphs.nodeUserData.0.29 - - name - hr03 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tf.glif index 09ed6b4dd..a11ad1bc0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tf.glif @@ -3,55 +3,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr01 - - com.schriftgestaltung.Glyphs.nodeUserData.0.13 - - name - hr02 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tosf.glif index 86b39f198..cfef74a06 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/five.tosf.glif @@ -1,57 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr01 - - com.schriftgestaltung.Glyphs.nodeUserData.0.13 - - name - hr02 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveeighths.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveeighths.glif index 19f2fe525..1a7467301 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveeighths.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveeighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveinferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveinferior.glif index 7b838406d..e5c82f12f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveinferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fiveinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesixths.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesixths.glif index dfbfbed78..1aed613e1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesixths.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesixths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesuperior.glif index 1d1bbd8df..8ff9953dc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fivesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fl.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fl.glif index 73e2dedfe..9d2d274fa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fl.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fl.glif @@ -1,24 +1,24 @@ - + fl - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/florin.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/florin.glif index b5892f13d..6ef4e8e69 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/florin.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/florin.glif @@ -7,53 +7,36 @@ florin - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -9 1 1 0 10 1 2 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 4 3 4 115 0 1 1 0 91 0 0 0 27 75 6 5 2 3 3 2 89 0 2 2 20 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 26 values pushed */ -0 4 3 4 115 0 0 0 1 2 0 1 99 6 5 2 3 3 2 89 0 2 2 20 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 26 0 26 19 17 20 36 38 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.dnom.glif index 6e2de160f..4fced07ba 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.dnom.glif @@ -1,47 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.glif index 7aab48ea1..a607fdf60 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.glif @@ -1,39 +1,34 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.lf.glif index 32097c71f..6af150879 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.lf.glif @@ -1,38 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.numr.glif index b12b7b152..1c0db81a5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.osf.glif index 53ebc2388..5017e2a24 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.osf.glif @@ -1,62 +1,36 @@ - + four - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -6 1 2 0 5 15 1 2 0 2 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 11 values pushed */ -6 1 2 1 5 15 1 2 0 2 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 24 values pushed */ -6 1 5 0 5 114 0 3 2 3 115 1 1 0 0 2 90 4 1 2 2 18 2 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 34 values pushed */ -6 1 5 1 5 114 0 3 2 3 115 0 1 1 2 89 4 1 2 2 18 75 0 0 0 2 90 4 1 2 2 18 2 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 19 0 19 17 17 17 19 19 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.sc.glif index 016d30826..60a836099 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.sc.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -29,12 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tf.glif index 1c11b44b2..8233223c4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tf.glif @@ -3,36 +3,31 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tosf.glif index 79e86f922..ac5b5dfb1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/four.tosf.glif @@ -1,38 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.16 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourfifths.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourfifths.glif index 010c4945d..3e65ff53d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourfifths.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourfifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourinferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourinferior.glif index 087132966..392dbb7f6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourinferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourperemspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourperemspace.glif index fa602253d..891f9f667 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/foursuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/foursuperior.glif index c315ac200..32687dbff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/foursuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/foursuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourthtonechinese.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourthtonechinese.glif index 57b7b3cb7..633719d7a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourthtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fourthtonechinese.glif @@ -9,7 +9,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fraction.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fraction.glif index 9870367f8..06605e8e8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fraction.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/fraction.glif @@ -1,6 +1,6 @@ - + fraction @@ -9,18 +9,14 @@ fraction - - + + - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:48:45 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/franc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/franc.glif index 74ae31405..1ad33dff4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/franc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/franc.glif @@ -1,40 +1,36 @@ - + franc - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 52 values pushed */ -0 2 0 3 4 2 3 97 9 8 2 4 7 1 5 6 4 5 97 0 1 1 0 89 0 0 0 17 75 0 6 6 18 6 76 0 0 0 17 0 17 17 17 17 17 17 17 17 17 10 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.glif index 0c60886f2..00ce7af24 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.glif @@ -1,76 +1,72 @@ - + g - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 58 values pushed */ -29 1 4 3 16 1 5 4 9 1 1 2 8 1 0 1 4 74 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 30 0 76 36 36 37 37 37 36 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.sc.glif index 6363702df..1871545f1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/g.sc.glif @@ -1,78 +1,63 @@ - + G - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 48 values pushed */ -20 1 3 2 21 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 37 39 38 38 16 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gacute.sc.glif index 2859a76fc..e8456196c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.glif index a3c350ebe..a9a8f5dc7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.glif @@ -1,20 +1,20 @@ - + gbreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.sc.glif index cb062a52f..281191ea0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gbreve.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.glif index d282ff9d0..37f4a8073 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.glif @@ -1,20 +1,20 @@ - + gcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.sc.glif index a51201404..f51960fff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.glif index 4b4c854bb..65ac54d0c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.glif @@ -1,20 +1,20 @@ - + gcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.sc.glif index 48e424e21..1850d7024 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.glif index ca034934e..e86b70664 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.glif @@ -1,24 +1,20 @@ - + gcommaaccent - - + + - + - assembly - NPUSHB[ ] /* 70 values pushed */ -46 1 4 3 33 1 5 4 26 1 1 2 25 1 0 1 4 74 14 8 7 3 3 72 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 30 0 76 56 54 50 48 44 42 37 35 30 28 23 21 6 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.sc.glif index b94610ba3..97e8e4b9d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.glif index 7e8342767..3310e5602 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.glif @@ -1,20 +1,20 @@ - + gdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.sc.glif index 16d68fe7d..8aa2e4b52 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.glif index 11dfd9937..41db9171d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.glif @@ -1,105 +1,70 @@ - + germandbls - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -28 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 10 values pushed */ -28 1 2 3 27 1 1 2 2 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 10 values pushed */ -28 1 2 3 27 1 4 2 2 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 22 values pushed */ -0 3 3 0 91 0 0 0 25 75 0 2 2 1 91 4 1 1 1 26 1 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -28 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 20 values pushed */ -0 0 0 3 2 0 3 99 0 2 2 1 91 4 1 1 1 26 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 24 values pushed */ -0 0 0 3 2 0 3 99 0 4 4 18 75 0 2 2 1 91 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 12 values pushed */ -53 52 49 47 32 30 25 23 34 5 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.sc.glif index 80f772053..0f824a28b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/germandbls.sc.glif @@ -1,97 +1,60 @@ - + uni1E9E - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 14 values pushed */ -35 1 2 6 23 1 4 5 22 1 3 4 3 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 14 values pushed */ -35 1 2 6 23 1 4 5 22 1 7 4 3 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 45 values pushed */ -0 1 0 6 0 1 6 112 0 2 6 5 6 2 5 112 0 5 4 6 5 4 110 0 6 6 0 91 0 0 0 17 75 0 4 4 3 91 7 1 3 3 26 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 49 values pushed */ -0 1 0 6 0 1 6 112 0 2 6 5 6 2 5 112 0 5 4 6 5 4 110 0 6 6 0 91 0 0 0 17 75 0 7 7 18 75 0 4 4 3 91 0 3 3 26 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 11 values pushed */ -20 36 21 37 38 18 20 34 8 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.glif index 387d729f3..b223bcdf7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.sc.glif index 3e8ff3519..7a0aa39fd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gmacron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/grave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/grave.glif index 238ddfac8..46ec644c7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/grave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/grave.glif @@ -1,6 +1,6 @@ - + grave @@ -9,22 +9,18 @@ grave - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -2 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.case.glif index b957955b1..ff60f81fc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.case.glif @@ -7,22 +7,18 @@ grave - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -2 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.glif index 17efbc383..a940bb26e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/gravecomb.glif @@ -8,22 +8,18 @@ grave - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -2 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greater.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greater.glif index bfbac7f4c..979ece667 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greater.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greater.glif @@ -1,29 +1,25 @@ - + greater - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greaterequal.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greaterequal.glif index 8a1384d85..5a3d1d7c2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greaterequal.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/greaterequal.glif @@ -1,35 +1,31 @@ - + greaterequal - - - - - - - + + + + + + + - - - - + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -9 7 5 1 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guarani.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guarani.glif index ccbceadf1..62a2f573a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guarani.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guarani.glif @@ -1,6 +1,6 @@ - + uni20B2 @@ -8,54 +8,50 @@ uni20B2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 51 values pushed */ -39 1 0 5 1 1 3 0 2 74 0 5 0 0 3 5 0 99 0 3 0 2 1 3 2 97 0 1 4 4 1 87 0 1 1 4 89 0 4 1 4 77 26 23 17 19 37 36 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.case.glif index 368a00b37..e24c0b83b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.case.glif @@ -1,12 +1,12 @@ - + guillemotleft - - + + @@ -15,7 +15,12 @@ guillemotleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:10 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.glif index cd11ea9f0..924aa97ab 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetleft.glif @@ -1,18 +1,23 @@ - + guillemotleft - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.case.glif index 774482360..fcf35db31 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.case.glif @@ -1,41 +1,37 @@ - + guillemotright - - - - - - - + + + + + + + - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -11 7 4 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey guillemetright com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:46 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.glif index 95e2eb4ee..081252f9d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guillemetright.glif @@ -1,38 +1,34 @@ - + guillemotright - - - - - - - + + + + + + + - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -11 7 4 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.case.glif index 42009d549..301072a38 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.case.glif @@ -6,27 +6,23 @@ guilsinglleft - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:18 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.glif index af8e2f8ea..cda89672f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglleft.glif @@ -7,23 +7,19 @@ guilsinglleft - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.case.glif index fdedceecf..47f11d1fa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.case.glif @@ -1,32 +1,28 @@ - + guilsinglright - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey guilsinglright com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:47 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.glif index fa07e73e3..ec2a7c186 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/guilsinglright.glif @@ -7,23 +7,19 @@ guilsinglright - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.glif index 92698f545..f964c3f67 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.glif @@ -1,66 +1,49 @@ - + h - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -28 1 0 1 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -0 3 3 19 75 0 1 1 4 91 5 1 4 4 28 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 23 values pushed */ -0 1 1 4 91 5 1 4 4 28 75 0 3 3 0 89 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 31 0 30 17 20 41 23 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.sc.glif index d5aedd803..b74d6874d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/h.sc.glif @@ -1,48 +1,33 @@ - + H - - + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 36 values pushed */ -0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hairspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hairspace.glif index a1a211e42..851ace621 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hairspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.glif index 602ef070b..f9d8165ae 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.glif @@ -1,45 +1,32 @@ - + hbar - - - + + + - - - - + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -36 1 0 1 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 33 values pushed */ -6 1 4 7 1 3 8 4 3 98 0 5 5 19 75 0 1 1 8 91 9 1 8 8 28 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 33 values pushed */ -0 5 4 5 114 6 1 4 7 1 3 8 4 3 98 0 1 1 8 91 9 1 8 8 28 75 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 17 values pushed */ -0 0 0 39 0 38 17 17 17 17 17 20 41 23 10 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.sc.glif index c0bb0cde4..54560c532 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbar.sc.glif @@ -1,60 +1,45 @@ - + Hbar - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 53 values pushed */ -0 11 0 2 1 11 2 97 8 1 6 6 17 75 10 4 2 0 0 5 89 9 7 2 5 5 20 75 3 1 1 1 18 1 76 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.glif index 5e8e7198a..4bcc0f5fb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.sc.glif index 446a95975..738e05531 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hbrevebelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.glif index 8d71a5bc7..116b56374 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.glif @@ -1,38 +1,21 @@ - + hcircumflex - - - + + + - + - assembly - NPUSHB[ ] /* 15 values pushed */ -34 33 32 31 30 27 6 5 3 36 1 0 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 4 3 4 114 0 3 3 19 75 0 1 1 5 91 6 1 5 5 28 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 28 values pushed */ -0 4 3 4 114 0 1 1 5 91 6 1 5 5 28 75 0 3 3 0 89 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 39 0 38 18 17 20 41 23 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.sc.glif index a4ff38d5c..e84f280df 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hdotbelow.glif index dd88bdd33..fd4deb691 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.case.glif index 0ababcfe6..55419f2d6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.case.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.glif index bc608aa42..b2c12f56c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hookabovecomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horizontalbar.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horizontalbar.glif index 10afbf9b3..a1508ce0d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horizontalbar.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horizontalbar.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.case.glif index ed493d109..a1ff6707c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.case.glif @@ -1,12 +1,16 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.glif index 972289d70..aa414d244 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/horncomb.glif @@ -3,26 +3,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hryvnia.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hryvnia.glif index 3366b9eec..a21d7429a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hryvnia.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hryvnia.glif @@ -1,67 +1,67 @@ - + - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.case.glif index 4f17559d1..35ec1d50e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.case.glif @@ -7,30 +7,26 @@ hungarumlaut.cap - - - - - - + + + + + + - - - - - - + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -12 7 5 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.glif index ed6c6d72a..eb732152e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlaut.glif @@ -1,36 +1,32 @@ - + hungarumlaut - - - - - - + + + + + + - - - - - - + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -12 7 5 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.case.glif index ab108fa7b..dc3eee1a0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.case.glif @@ -4,26 +4,26 @@ - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.glif index edb4703a8..ba36da86d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hungarumlautcomb.glif @@ -8,30 +8,26 @@ hungarumlaut - - - - - - + + + + + + - - - - - - + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -12 7 5 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.case.glif index 0fb881008..4a7ddfe10 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.glif index 81dcc09b2..f4a65e2a4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphen.glif @@ -1,26 +1,22 @@ - + hyphen - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphentwo.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphentwo.glif index 8bd45fbc3..964c5b746 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphentwo.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/hyphentwo.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.cy.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.cy.glif index bed056f83..415f2d209 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.cy.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.cy.glif @@ -1,20 +1,20 @@ - + i.cy - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.glif index 8014044ae..939318785 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.glif @@ -1,20 +1,20 @@ - + i.dot - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.sc.glif index a189b2ac8..094cc2f40 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.dot.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.glif index 7d7007053..cb70d4ad9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.glif @@ -1,21 +1,21 @@ - + i - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.sc.glif index 2b605501f..ebea7cb0f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.sc.glif @@ -1,42 +1,27 @@ - + I - - - - + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:27:06 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.uc.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.uc.sc.glif index 0bc74e413..cc8befd7c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.uc.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/i.uc.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.glif index fc8d97319..d8d2f2d1a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.glif @@ -1,21 +1,21 @@ - + iacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.sc.glif index 077ef846e..e4a2862ee 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.glif index 4c685c10a..797ec74ff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.glif @@ -1,21 +1,21 @@ - + ibreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.sc.glif index a8d0c58e8..6cd15b89f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ibreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.glif index 197af85bd..1684eab3a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.sc.glif index d965fdf52..115f45b76 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.glif index 030e01d8b..6534222cc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.glif @@ -1,21 +1,21 @@ - + icircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.sc.glif index 0d188c826..dae75b43f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/icircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.glif index 1786bac8e..27c30f945 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.sc.glif index 6fc0f774b..889783f31 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.glif index da7d1bb91..1f550e8b1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.glif @@ -1,21 +1,21 @@ - + idieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.sc.glif index b2df8a3a8..8f1b9420b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.glif index bb5e0e57c..be22de7bb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.sc.glif index 9ee59b847..00268db38 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idieresisacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.glif index f169e7fb5..fe329d1b7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.glif @@ -1,17 +1,17 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.sc.glif index c5a09cf50..8662ea2ac 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.glif index ab581d9e2..11201953f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.sc.glif index 0e9f5d7cb..667847baa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.glif index cff5d9c4a..50cd0b5fe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.glif @@ -1,29 +1,25 @@ - + dotlessi - - - + + + - - - - + + + + - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 20 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:09 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.sc.glif index 4ff96be92..99f48e3ce 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/idotless.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.glif index 1b9a06e05..fb0633d27 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.glif @@ -1,21 +1,21 @@ - + igrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.sc.glif index e6c9ff044..cffc9dec2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/igrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.glif index 0aca12967..ef1e9da37 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.sc.glif index 3492efb77..15c5d9d73 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ihookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.glif index 581c57936..ea5fd6f4d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.sc.glif index 8b0a96990..e152afd15 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij.glif index 70f293356..f7a685c50 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij.glif @@ -1,25 +1,25 @@ - + ij - - - - - + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij_acutecomb.glif index 557780384..95cfd7923 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ij_acutecomb.glif @@ -1,29 +1,25 @@ - + ij_acutecomb - - - - - + + + + + - + - assembly - NPUSHB[ ] /* 63 values pushed */ -27 1 3 0 26 1 2 3 2 74 13 12 8 6 5 1 6 1 72 6 4 5 3 1 1 20 75 0 0 0 18 75 0 3 3 2 91 0 2 2 30 2 76 18 18 14 14 18 35 18 35 31 29 24 22 14 17 14 17 31 7 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.glif index e6e2e077e..e7293fa05 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.glif @@ -1,21 +1,21 @@ - + imacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.sc.glif index 68cc73a55..458483b66 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/imacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/increment.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/increment.glif index 56fd70f14..6d9154ddb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/increment.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/increment.glif @@ -7,27 +7,23 @@ uni2206 - - - - - - + + + + + + - - - + + + - assembly - PUSHB[ ] /* 6 values pushed */ -7 6 2 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/infinity.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/infinity.glif index 9045fd82f..d6b60daf7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/infinity.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/infinity.glif @@ -1,74 +1,70 @@ - + infinity - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 8 values pushed */ -51 43 34 28 16 2 3 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/integral.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/integral.glif index f842e7c0f..ad42d2b0e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/integral.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/integral.glif @@ -1,6 +1,6 @@ - + integral @@ -8,53 +8,49 @@ integral - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -35 13 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.glif index 624c996fc..0e68c46cd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.glif @@ -1,48 +1,22 @@ - + iogonek - - - + + + - - + + - assembly - NPUSHB[ ] /* 10 values pushed */ -24 1 2 4 25 1 3 2 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 0 0 1 91 6 1 1 1 27 75 0 5 5 20 75 0 4 4 18 75 0 2 2 3 91 0 3 3 22 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 29 values pushed */ -0 2 0 3 2 3 95 0 0 0 1 91 6 1 1 1 27 75 0 5 5 20 75 0 4 4 18 4 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -6 1 1 0 0 5 1 0 99 0 2 0 3 2 3 95 0 5 5 20 75 0 4 4 18 4 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 18 values pushed */ -0 0 39 38 37 36 29 27 22 20 0 15 0 14 38 7 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:18 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.sc.glif index 7ae66dca1..c0fd075ed 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/iogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.glif index cdf04f5f6..5294a3406 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.glif @@ -1,21 +1,21 @@ - + itilde - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.sc.glif index b41f53e34..bc62f4745 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/itilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.glif index 0b965947d..62856e138 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.glif @@ -1,20 +1,20 @@ - + j - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.sc.glif index f5209fdab..22c34747c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/j.sc.glif @@ -1,51 +1,36 @@ - + J - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 20 values pushed */ -6 1 0 71 1 1 0 0 17 0 76 0 0 0 16 0 16 2 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.glif index e15c81572..1aa06920e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.glif @@ -1,20 +1,20 @@ - + jcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.sc.glif index e2efd80c6..72b8c1669 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.glif index a58896f29..2aa01b85f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.glif @@ -1,40 +1,36 @@ - + uni0237 - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 38 values pushed */ -9 1 1 2 8 1 0 1 2 74 3 1 2 2 20 75 0 1 1 0 91 0 0 0 30 0 76 0 0 0 17 0 17 37 36 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.sc.glif index 0f1cd2063..dd3276f5e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/jdotless.sc.glif @@ -1,25 +1,25 @@ - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.glif index d4ab8644b..857711431 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.glif @@ -1,53 +1,36 @@ - + k - - + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - assembly - PUSHB[ ] /* 7 values pushed */ -9 6 2 0 3 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 18 values pushed */ -4 1 1 1 19 75 0 3 3 20 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 24 values pushed */ -4 1 1 1 0 89 2 1 0 0 18 75 0 3 3 20 75 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 18 17 8 7 0 3 0 3 17 5 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.sc.glif index d3cbf2c99..76432d25e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/k.sc.glif @@ -1,58 +1,43 @@ - + K - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 28 values pushed */ -21 18 12 3 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 25 20 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.glif index 6b3e5f4d5..5c7b2e23e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.glif @@ -1,20 +1,20 @@ - + kcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.sc.glif index dc33926a5..4573395bc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.glif index 79cbb928d..40794df1f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.glif @@ -1,38 +1,34 @@ - + kgreenlandic - - - - - - - - - - + + + + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 35 values pushed */ -10 7 2 0 1 1 74 3 4 2 1 1 20 75 2 1 0 0 18 0 76 0 0 18 17 9 8 0 3 0 3 17 5 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.sc.glif index 1a534a723..b24a59392 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kgreenlandic.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kip.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kip.glif index f4b727216..e16f60211 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kip.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/kip.glif @@ -1,35 +1,35 @@ - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.glif index 16dba1965..2d60dbaf3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.glif @@ -1,41 +1,26 @@ - + l - - - + + + - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 12 values pushed */ -2 1 1 1 19 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 12 values pushed */ -2 1 1 1 0 89 0 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 10 values pushed */ -0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.sc.glif index 1ad1a9eb4..284cba88a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/l.sc.glif @@ -1,44 +1,29 @@ - + L - - - - + + + + - - - - - - + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 28 values pushed */ -3 1 2 2 17 75 0 0 0 1 90 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.glif index 95a6e93a4..c67ca2388 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.glif @@ -1,26 +1,22 @@ - + lacute - - - + + + - + - assembly - NPUSHB[ ] /* 28 values pushed */ -6 5 1 3 1 72 2 1 1 1 17 75 0 0 0 18 0 76 7 7 7 10 7 10 24 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.sc.glif index 71bcfc689..79abdb932 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.glif index cc4c3c856..70207f1ad 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.glif @@ -1,39 +1,39 @@ - + lcaron - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:54 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.sc.glif index 4b8a03d55..5ed2f343f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.glif index 77eb6943b..527c49888 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.glif @@ -1,22 +1,22 @@ - + lcommaaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.sc.glif index c6db2eb0d..486c6c3d1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lcommaaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.glif index 516b55bf7..6fd769521 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.glif @@ -1,22 +1,27 @@ - + ldot - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.sc.glif index 7d6478a87..4b8699621 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldot.sc.glif @@ -1,10 +1,10 @@ - - - - + + + + @@ -14,7 +14,12 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldotbelow.glif index 6ad437dfe..bedf6ace0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ldotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftA_rrow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftA_rrow.glif index eec24efbe..3d7cfcfcd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftB_lackT_riangle.glif index 4afe93e01..a8dd35a51 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif index 9411c0a46..b51ec5163 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftanglebracket-math.glif index d285c00d7..31fe08f43 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/leftanglebracket-math.glif @@ -8,7 +8,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:50 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/less.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/less.glif index 3c4b4f919..3a8aa96b6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/less.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/less.glif @@ -1,29 +1,25 @@ - + less - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lessequal.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lessequal.glif index 3d3914812..b48f04fa2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lessequal.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lessequal.glif @@ -1,35 +1,31 @@ - + lessequal - - - - - - - + + + + + + + - - - - + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -8 7 4 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lira.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lira.glif index 0d6296c18..7a9425522 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lira.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lira.glif @@ -1,84 +1,80 @@ - + lira - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 98 values pushed */ -18 1 5 4 19 1 3 5 49 1 0 1 48 1 13 0 38 1 10 13 60 1 11 10 6 74 0 13 0 10 0 13 10 112 6 1 3 7 1 2 1 3 2 97 8 1 1 9 1 0 13 1 0 97 0 5 5 4 91 0 4 4 25 75 0 10 10 11 91 12 1 11 11 26 11 76 70 69 64 62 56 54 42 40 35 34 17 17 20 38 36 17 17 17 19 14 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/liraT_urkish.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/liraT_urkish.glif index 6934a9a5d..e95a1d87d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/liraT_urkish.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/liraT_urkish.glif @@ -1,56 +1,52 @@ - + uni20BA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 47 values pushed */ -30 29 8 7 4 3 6 2 0 26 25 2 1 2 2 74 0 2 0 1 0 2 1 112 0 0 0 17 75 0 1 1 3 90 0 3 3 18 3 76 36 19 57 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/literS_ign.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/literS_ign.glif index f3fa5bcbf..44a5e8455 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/literS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/literS_ign.glif @@ -4,44 +4,44 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.glif index e30cbbd99..06dc39848 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.sc.glif index dc9a8ab76..5f0f3dd8c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lj.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.glif index 84e200680..f6e464b45 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.sc.glif index e2a48dae4..f9389f89f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/llinebelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/logicalnot.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/logicalnot.glif index b7809821a..b6407bde1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/logicalnot.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/logicalnot.glif @@ -7,33 +7,18 @@ logicalnot - + - - + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 24 values pushed */ -0 0 1 1 0 103 3 1 2 1 1 2 85 3 1 2 2 1 89 0 1 2 1 77 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 23 values pushed */ -0 0 1 0 115 3 1 2 1 1 2 85 3 1 2 2 1 89 0 1 2 1 77 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 11 values pushed */ -0 0 0 5 0 5 17 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lozenge.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lozenge.glif index afa4e0a20..01d430e17 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lozenge.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lozenge.glif @@ -1,40 +1,36 @@ - + lozenge - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -14 10 5 1 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.glif index b1267ad6b..a63890396 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.glif @@ -1,47 +1,30 @@ - + lslash - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 11 values pushed */ -11 10 6 5 4 0 6 0 1 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -0 1 1 19 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 11 values pushed */ -0 1 1 0 89 0 0 0 18 0 76 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 5 values pushed */ -21 18 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.sc.glif index 48495c7cf..430ead08d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/lslash.sc.glif @@ -1,48 +1,33 @@ - + Lslash - - - - - - - - - - - - - - + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 39 values pushed */ -11 10 9 5 4 3 6 2 1 1 74 0 1 1 17 75 3 1 2 2 0 90 0 0 0 18 0 76 0 0 0 13 0 13 21 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.glif index 00df5a308..ef98852cb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.glif @@ -1,92 +1,75 @@ - + m - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 7 values pushed */ -53 47 2 1 5 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 22 values pushed */ -3 1 1 1 5 91 8 7 6 3 5 5 20 75 4 2 2 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 26 values pushed */ -0 5 5 20 75 3 1 1 1 6 91 8 7 2 6 6 28 75 4 2 2 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -0 0 0 56 0 55 35 17 19 41 25 41 23 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.sc.glif index 5326eebeb..1b8bc7839 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/m.sc.glif @@ -1,68 +1,40 @@ - + M - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 11 values pushed */ -14 13 9 8 2 1 6 1 0 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 15 values pushed */ -5 4 2 0 0 17 75 3 2 2 1 1 18 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 19 values pushed */ -5 4 2 0 0 17 75 3 1 1 1 18 75 0 2 2 18 2 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 18 0 18 20 20 17 20 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.case.glif index beb2a6ebb..f7247daeb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.case.glif @@ -7,20 +7,16 @@ macron.cap - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.glif index 78d20e697..f6e551418 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macron.glif @@ -1,32 +1,22 @@ - + macron - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.case.glif index 15c1350e1..79756e475 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.case.glif @@ -6,26 +6,16 @@ macron - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.glif index 28595c80b..3948dd176 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macronbelowcomb.glif @@ -7,26 +7,16 @@ macron - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.case.glif index cf3eb7172..6d13dd8d9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.case.glif @@ -4,29 +4,19 @@ macron - + - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.glif index 09d67a404..2e46458f8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/macroncomb.glif @@ -5,29 +5,19 @@ macron - + - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/manat.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/manat.glif index a2ff55179..abf5d0b92 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/manat.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/manat.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.glif index b409ed2ea..9c9dceaca 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.sc.glif index df62de02e..5fc9bf418 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.glif index 7de57bb09..4cc9c7025 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.sc.glif index 248ceac3a..2bbf6547d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mdotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/micro.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/micro.glif index 64ecb4411..1c72ece65 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/micro.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/micro.glif @@ -7,105 +7,61 @@ uni00B5 - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 18 values pushed */ -10 1 0 1 42 34 9 3 2 0 55 49 43 3 5 2 3 74 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 18 values pushed */ -10 1 0 1 42 34 9 3 2 0 55 49 43 3 5 4 3 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 18 values pushed */ -10 1 0 3 42 34 9 3 2 0 55 49 43 3 5 4 3 74 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 33 values pushed */ -0 0 1 2 1 0 2 112 4 1 2 2 5 91 6 1 5 5 26 75 8 1 7 7 1 91 3 1 1 1 28 7 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 40 values pushed */ -0 0 1 2 1 0 2 112 0 4 2 5 2 4 5 112 0 2 2 5 91 6 1 5 5 26 75 8 1 7 7 1 91 3 1 1 1 28 7 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 44 values pushed */ -0 0 3 2 3 0 2 112 0 4 2 5 2 4 5 112 0 3 3 20 75 0 2 2 5 91 6 1 5 5 26 75 8 1 7 7 1 91 0 1 1 28 7 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -0 0 0 56 0 56 35 38 37 20 43 38 37 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minus.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minus.glif index 2f887ae17..8250543e2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minus.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minus.glif @@ -7,20 +7,16 @@ minus - - - - + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -1 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minute.glif index 3199c2c9b..8a3cbfc4d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/minute.glif @@ -7,20 +7,16 @@ minute - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.glif index 69ec7c4ef..b7f37362a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.glif @@ -11,7 +11,11 @@ uni03BC com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.sc.glif index 28a81d21b..c7768bf7c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/mu.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/multiply.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/multiply.glif index 338af5400..e55a63cea 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/multiply.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/multiply.glif @@ -1,34 +1,30 @@ - + multiply - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -8 2 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.glif index b3c1d21b1..1f5fd1d66 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.glif @@ -1,67 +1,50 @@ - + n - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -27 1 0 1 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 19 values pushed */ -0 1 1 3 91 5 4 2 3 3 20 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 23 values pushed */ -0 3 3 20 75 0 1 1 4 91 5 1 4 4 28 75 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 30 0 29 17 20 41 23 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.sc.glif index 865704501..129cc8708 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/n.sc.glif @@ -1,46 +1,31 @@ - + N - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 35 values pushed */ -10 9 3 2 4 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey @@ -48,7 +33,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.glif index bbcc94b06..f4afc2994 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.glif @@ -1,20 +1,20 @@ - + nacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.sc.glif index f8848b19f..f674d003d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/naira.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/naira.glif index ca0d12b27..056ece6ac 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/naira.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/naira.glif @@ -1,60 +1,47 @@ - + uni20A6 - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + - assembly - NPUSHB[ ] /* 11 values pushed */ -28 1 2 3 40 34 2 0 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 44 values pushed */ -17 16 8 3 0 19 20 13 11 4 9 10 0 9 97 5 1 3 3 17 75 18 15 7 3 1 1 2 89 14 6 4 3 2 2 20 75 12 1 10 10 18 10 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 42 values pushed */ -14 6 4 3 2 18 15 7 3 1 0 2 1 98 17 16 8 3 0 19 20 13 11 4 9 10 0 9 97 5 1 3 3 17 75 12 1 10 10 18 10 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 38 values pushed */ -0 0 45 44 42 41 39 38 36 35 33 32 30 29 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 21 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/narrownbspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/narrownbspace.glif index 7e81de874..b816b4431 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/narrownbspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nbspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nbspace.glif index 5b5f17477..f35bd2862 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nbspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.glif index 4fb17e11b..a4d6088da 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.glif @@ -1,20 +1,20 @@ - + ncaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.sc.glif index a39a40ec4..bb5169a1d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.glif index 57f5c7100..5ed244fa5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.glif @@ -1,20 +1,20 @@ - + ncommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.sc.glif index a913efffc..6cfceaf27 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ncommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.glif index b03912671..03084a710 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.sc.glif index ea57c07e9..156a3e92b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.glif index 4fbf86552..0641164df 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:00 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.sc.glif index 1a81b05f2..ebe95a740 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ndotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.dnom.glif index 07dc73465..6e21e5932 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.dnom.glif @@ -1,64 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.17 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.glif index 9972120a3..fe419c8a8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.glif @@ -1,56 +1,51 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.17 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.lf.glif index e0908c674..57e5ded08 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.lf.glif @@ -1,55 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.17 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.numr.glif index b1b04e0da..c8c37cb2e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.osf.glif index 8b2070c1f..50e7bc8e8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.osf.glif @@ -1,62 +1,53 @@ - + nine - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 43 values pushed */ -23 1 0 3 1 74 19 18 2 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 28 2 76 24 24 24 39 24 38 33 31 38 33 5 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.17 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.sc.glif index 829dca8ce..7c7897281 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.sc.glif @@ -1,44 +1,44 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -46,12 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.17 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tf.glif index c5a457517..69a87cf45 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tf.glif @@ -3,53 +3,48 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.17 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tosf.glif index 386d03f63..db3e4fd8c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nine.tosf.glif @@ -1,55 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.17 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nineinferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nineinferior.glif index f4d64d6ad..235a8ee60 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nineinferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nineinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ninesuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ninesuperior.glif index a161b0dc2..4427c53e1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ninesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ninesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nj.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nj.glif index fb4ce8799..ef522a1b1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nj.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nj.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.glif index 35324abb7..e4038424d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.sc.glif index 3d7831682..cfd8df5a2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/nlinebelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/notequal.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/notequal.glif index 1c4b26d60..286f554f9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/notequal.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/notequal.glif @@ -1,42 +1,38 @@ - + notequal - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -15 5 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.glif index 7bc5d4ae0..7cbddc487 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.glif @@ -1,20 +1,20 @@ - + ntilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.sc.glif index e4a73adae..c6723f845 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ntilde.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numbersign.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numbersign.glif index 961ff630e..fb38c7236 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numbersign.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numbersign.glif @@ -7,61 +7,46 @@ numbersign - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 39 values pushed */ -5 1 3 2 2 3 102 6 4 2 2 14 7 2 1 0 2 1 98 15 8 2 0 16 13 11 3 9 10 0 9 97 12 1 10 10 18 10 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 38 values pushed */ -5 1 3 2 3 114 6 4 2 2 14 7 2 1 0 2 1 98 15 8 2 0 16 13 11 3 9 10 0 9 97 12 1 10 10 18 10 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 30 values pushed */ -0 0 31 30 29 28 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 17 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numero.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numero.glif index 041b256a6..1cc1eab9b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numero.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/numero.glif @@ -1,70 +1,66 @@ - + uni2116 - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -51 50 40 34 26 20 8 0 4 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.glif index 5b670309f..cd76ce1c5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.glif @@ -1,59 +1,55 @@ - + o - - - - - + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 41 values pushed */ -0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 15 15 0 0 15 27 15 26 22 20 0 14 0 13 37 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:52 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.sc.glif index d58b4034c..79eb26565 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/o.sc.glif @@ -1,66 +1,51 @@ - + O - - - - - - + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 28 values pushed */ -0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 37 38 38 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.glif index 79ed8540c..6deaed58d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.glif @@ -1,23 +1,23 @@ - + oacute - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.sc.glif index 61359e5f6..dfd12dad7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.glif index 99c227308..d7c629d0c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.glif @@ -1,23 +1,23 @@ - + obreve - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.sc.glif index 84a97e7ea..1579feba5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/obreve.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.glif index 358a22916..b617dac0e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.sc.glif index eb940c83d..e57e18aff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocaron.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.glif index c2d14f73b..0dd210dbc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.glif @@ -1,23 +1,23 @@ - + ocircumflex - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.sc.glif index f23cf0134..7c49f49d4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflex.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.glif index ecc65d364..c11a7aed0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.sc.glif index d126a579c..0ad8d381e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.glif index 54e761d78..6045dfccc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif index aa0fad88b..6ba3f6256 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.glif index feabd77e0..aee5609f0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif index 293029dbc..8bb2629c9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.glif index 9b0b199d5..c56e44d0f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif index cfe4fcfc5..cdd0e6b3f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.glif index bfb57b1a2..514bff6a7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.sc.glif index 399b2c8c5..c332d9211 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ocircumflextilde.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.glif index 7899fd431..548932da5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.sc.glif index 14156eb74..fb4fa8213 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odblgrave.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.glif index 5f6774bcb..773cd8f4c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.glif @@ -1,23 +1,23 @@ - + odieresis - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.sc.glif index b64b94fbc..99148376e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresis.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.glif index bd9b50915..0bc35f615 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.sc.glif index 3c78be363..d85ae024e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odieresismacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.glif index 242ab4019..43b713485 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.sc.glif index fbf43711a..edb7244ad 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotaccentmacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.glif index 2d583fbe2..e82287923 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.sc.glif index d80794971..50d619d18 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/odotbelow.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.glif index 8494655f4..bd73c0b85 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.glif @@ -1,59 +1,33 @@ - + oe - - - - - - - - + + + + + + + + - + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -29 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 20 values pushed */ -22 1 6 2 49 1 5 6 31 3 2 3 4 5 10 1 0 4 4 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 20 values pushed */ -22 1 6 2 49 1 5 6 31 3 2 3 4 5 10 1 0 8 4 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -29 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 36 values pushed */ -0 5 6 4 6 5 4 112 7 10 2 6 6 2 91 3 1 2 2 28 75 11 8 9 3 4 4 0 92 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 46 values pushed */ -0 5 6 4 6 5 4 112 7 10 2 6 6 2 91 3 1 2 2 28 75 9 1 4 4 0 92 1 1 0 0 26 75 11 1 8 8 0 91 1 1 0 0 26 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 29 values pushed */ -45 45 34 34 0 0 45 61 45 60 55 53 34 44 34 43 38 37 0 33 0 32 35 37 36 38 12 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment - 0 + -1 -1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.sc.glif index 66342d3f4..aab0472f2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oe.sc.glif @@ -1,100 +1,54 @@ - + OE - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 10 values pushed */ -23 1 0 7 9 1 2 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 35 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 6 1 5 5 25 75 11 9 2 2 2 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 45 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 6 1 5 5 25 75 0 2 2 3 91 4 1 3 3 18 75 11 1 9 9 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 55 values pushed */ -0 0 0 1 2 0 1 97 0 8 8 5 91 6 1 5 5 25 75 10 1 7 7 5 91 6 1 5 5 25 75 0 2 2 3 91 4 1 3 3 18 75 11 1 9 9 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 51 values pushed */ -0 0 0 1 2 0 1 97 0 8 8 5 91 0 5 5 25 75 10 1 7 7 6 89 0 6 6 17 75 0 2 2 3 89 0 3 3 18 75 11 1 9 9 4 91 0 4 4 26 4 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 24 values pushed */ -27 27 0 0 27 41 27 40 35 33 0 26 0 26 19 38 35 17 17 17 17 12 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey @@ -102,7 +56,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonek.glif index 08de8a425..7bcf979d6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonek.glif @@ -1,49 +1,39 @@ - + ogonek - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 32 values pushed */ -11 1 1 0 1 74 10 1 2 0 72 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 38 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.case.glif index a9c76a4c3..e85c39770 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.case.glif @@ -6,43 +6,33 @@ ogonek - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 32 values pushed */ -11 1 1 0 1 74 10 1 2 0 72 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 38 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.glif index 9c1497f4e..d40aff0a7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ogonekcomb.glif @@ -7,43 +7,33 @@ ogonek - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 32 values pushed */ -11 1 1 0 1 74 10 1 2 0 72 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 38 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.glif index 05367e48e..91bcd80f6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.glif @@ -1,23 +1,23 @@ - + ograve - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.sc.glif index 9824f9957..dbc33abe6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ograve.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.glif index 855c0ab6e..5c270a922 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.sc.glif index e2c511b14..f2590501b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohookabove.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.glif index de5f3517b..e41fa7955 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.sc.glif index 14ac8721d..ea8449f5b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorn.sc.glif @@ -1,86 +1,75 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.glif index f177eea2f..a7589012e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.sc.glif index 470711db1..eb7543068 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.glif index b4d9d4e8e..3a755ca75 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.sc.glif index a7c2513a7..defe3cf90 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorndotbelow.sc.glif @@ -2,11 +2,11 @@ - - - - - + + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.glif index d7cbb6c63..5b3d84be2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.sc.glif index 9d6095194..45398892c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorngrave.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.glif index 2833b6f82..b35254686 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.sc.glif index b21553159..a0a5b7f1e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohornhookabove.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.glif index e06f800c7..2a4aba13f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.sc.glif index ce5902e3d..73193d26e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohorntilde.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.glif index 0d239e74f..a71692e38 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.glif @@ -1,23 +1,23 @@ - + ohungarumlaut - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.sc.glif index 6efc5cf2e..35a8a4375 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ohungarumlaut.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.glif index 1216f155a..2097e8876 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.sc.glif index d95385861..2c7b56303 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oinvertedbreve.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.glif index 8b195759f..9183ac342 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.glif @@ -1,23 +1,23 @@ - + omacron - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.sc.glif index dedeca660..ed36b8a56 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacron.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.glif index db2dacda3..e03a20464 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.sc.glif index 4146a462f..10ecb4425 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacronacute.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.glif index 7d0a58040..d4ee60cc5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.sc.glif index b2b024f38..0e3794a60 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omacrongrave.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omega.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omega.sc.glif index 782028d13..e74a22f4a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omega.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/omega.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.dnom.glif index 35d983f0a..341f15992 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.dnom.glif @@ -1,40 +1,26 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:03:51 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.glif index c07701618..68ae71d04 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.glif @@ -1,32 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.lf.glif index a014f4bf7..584ea923d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.lf.glif @@ -1,31 +1,26 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.numr.glif index 72f16c107..dc34baf37 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.osf.glif index 5ef11a40a..61c54fb64 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.osf.glif @@ -1,32 +1,28 @@ - + one - - - - - - - - - - - + + + + + + + + + + + - assembly - NPUSHB[ ] /* 17 values pushed */ -11 8 4 3 4 0 72 0 0 0 18 0 76 25 1 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.sc.glif index 99122bd75..0128e1f90 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.sc.glif @@ -1,20 +1,20 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -22,12 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tf.glif index 3ad17393a..f4f25e9b7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tf.glif @@ -3,33 +3,28 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.15 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tosf.glif index a8c008fce..f0baee066 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/one.tosf.glif @@ -1,35 +1,30 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.15 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneeighth.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneeighth.glif index 3aa4a3e64..165eb06ef 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneeighth.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneeighth.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onefifth.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onefifth.glif index 03737d24f..8c69bd320 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onefifth.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onefifth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onehalf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onehalf.glif index f1574a9ea..105c69630 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onehalf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onehalf.glif @@ -1,19 +1,19 @@ - + onehalf - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneinferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneinferior.glif index c4372d91e..ec042bb9a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneinferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneninth.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneninth.glif index 7bf4ba79b..aa7f2474a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneninth.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneninth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onequarter.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onequarter.glif index b0a817087..8aa977e1f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onequarter.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onequarter.glif @@ -1,19 +1,19 @@ - + onequarter - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneseventh.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneseventh.glif index 916114f65..8ca5c49fe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneseventh.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oneseventh.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesixth.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesixth.glif index 4c1c196d6..d34110b7e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesixth.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesixth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesuperior.glif index e4838d379..1b46a1843 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onetenth.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onetenth.glif index 5ed3850d2..ac8da926f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onetenth.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onetenth.glif @@ -4,8 +4,8 @@ - - + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onethird.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onethird.glif index 3011ed0d6..adf79b280 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onethird.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/onethird.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.glif index d747d9347..fab63ae49 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:53 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.sc.glif index 03bace916..4e68d931d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oogonek.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordfeminine.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordfeminine.glif index 8e601f161..37c0ffb2e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordfeminine.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordfeminine.glif @@ -1,59 +1,55 @@ - + ordfeminine - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -21 17 12 1 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordmasculine.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordmasculine.glif index 68a4d2b97..99c45b9e3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordmasculine.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ordmasculine.glif @@ -1,48 +1,44 @@ - + ordmasculine - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -24 17 10 2 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslash.glif index 47ec92323..004005cf1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslash.glif @@ -1,83 +1,79 @@ - + oslash - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 69 values pushed */ -20 17 2 2 1 39 38 30 29 4 3 2 8 5 2 0 3 3 74 19 18 2 1 72 7 6 2 0 71 4 1 2 2 1 91 0 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 33 33 24 24 33 41 33 40 24 32 24 31 42 34 6 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslashacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslashacute.glif index fd579b3ca..eedb69404 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslashacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/oslashacute.glif @@ -1,19 +1,19 @@ - + oslashacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.glif index 119fa31b0..93f07e281 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.glif @@ -1,23 +1,23 @@ - + otilde - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.sc.glif index 2072f2d41..2afb92862 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otilde.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.glif index 198874c83..29e04a6a0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.sc.glif index da77abec3..83465ecf6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildeacute.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.glif index a85e77361..faf60cb49 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.sc.glif index fdbf5c59f..52afb77e4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildedieresis.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.glif index a8029ebfd..9ffe3d09a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.sc.glif index fe7dedd28..6ed859bc8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/otildemacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.glif index 015acbf2f..4186aca0f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.glif @@ -1,75 +1,58 @@ - + p - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 7 values pushed */ -27 13 2 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 29 values pushed */ -0 4 4 2 91 6 3 2 2 2 20 75 7 1 5 5 0 92 0 0 0 26 75 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 33 values pushed */ -0 2 2 20 75 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 92 0 0 0 26 75 0 1 1 22 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 20 values pushed */ -17 17 0 0 17 29 17 28 23 21 0 16 0 15 17 18 37 8 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.sc.glif index 0b788d146..9a8ed5867 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/p.sc.glif @@ -1,85 +1,57 @@ - + P - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - PUSHB[ ] /* 6 values pushed */ -26 1 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -7 1 5 0 2 3 5 2 99 0 4 4 0 91 1 6 2 0 0 17 75 0 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -7 1 5 0 2 3 5 2 99 6 1 0 0 17 75 0 4 4 1 91 0 1 1 25 75 0 3 3 18 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 23 values pushed */ -18 18 1 0 18 29 18 28 23 21 16 15 13 11 6 4 0 17 1 17 8 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/paragraph.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/paragraph.glif index 7a0fb44e0..a005dcfb3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/paragraph.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/paragraph.glif @@ -1,70 +1,37 @@ - + paragraph - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -6 1 5 3 2 3 5 2 112 0 3 3 0 91 1 1 0 0 25 75 4 1 2 2 18 2 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 31 values pushed */ -6 1 5 3 2 3 5 2 112 0 1 1 17 75 0 3 3 0 91 0 0 0 25 75 4 1 2 2 18 2 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 34 values pushed */ -0 1 0 3 0 1 3 112 6 1 5 3 2 3 5 2 112 0 3 3 0 91 0 0 0 25 75 4 1 2 2 18 2 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 32 values pushed */ -0 1 0 3 0 1 3 112 6 1 5 3 2 3 5 2 112 0 0 0 3 5 0 3 97 4 1 2 2 18 2 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 24 0 24 17 17 22 34 53 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.case.glif index e1075bd71..4af11c683 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.case.glif @@ -6,30 +6,26 @@ parenleft - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.glif index edbda0d25..767454edb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenleft.glif @@ -7,30 +7,26 @@ parenleft - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.case.glif index 4b3485924..d27d10886 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.case.glif @@ -6,30 +6,26 @@ parenright - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.glif index 6668e0400..ab9cb5c44 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/parenright.glif @@ -7,30 +7,26 @@ parenright - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/partialdiff.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/partialdiff.glif index 31bb603c2..3fd3bed32 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/partialdiff.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/partialdiff.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.glif index adde3f187..a9d510040 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.sc.glif index 001fecf79..b663fe9b7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:59 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/percent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/percent.glif index 732c8036c..f08ff7575 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/percent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/percent.glif @@ -1,120 +1,78 @@ - + percent - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 38 values pushed */ -11 7 2 5 8 1 3 9 5 3 100 12 1 9 0 6 0 9 6 99 0 4 4 1 91 2 10 2 1 1 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 42 values pushed */ -11 7 2 5 8 1 3 9 5 3 100 12 1 9 0 6 0 9 6 99 10 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -35 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 47 values pushed */ -0 5 7 3 5 87 11 1 7 8 1 3 9 7 3 100 12 1 9 0 6 0 9 6 99 10 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -42 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 48 values pushed */ -0 5 0 3 8 5 3 99 11 1 7 0 8 9 7 8 100 12 1 9 0 6 0 9 6 99 10 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 46 values pushed */ -0 2 0 4 5 2 4 99 0 5 0 3 8 5 3 99 11 1 7 0 8 9 7 8 100 12 1 9 0 6 0 9 6 99 10 1 1 1 17 75 0 0 0 18 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 34 values pushed */ -48 48 33 33 0 0 48 61 48 60 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 13 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/period.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/period.glif index b76559e45..a9e904722 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/period.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/period.glif @@ -7,28 +7,24 @@ period - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 0 91 0 0 0 26 0 76 0 0 0 12 0 11 36 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.case.glif index 61fea95f2..07529bf38 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.case.glif @@ -10,7 +10,11 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.glif index 39e01fa00..7add0e0b4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.glif @@ -11,7 +11,11 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 01009a7be..3862d04c9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/perthousand.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/perthousand.glif index 82c26d4be..1bf4fe874 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/perthousand.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/perthousand.glif @@ -1,148 +1,106 @@ - + perthousand - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 44 values pushed */ -16 9 15 7 4 5 12 10 2 3 11 5 3 100 18 13 17 3 11 8 1 6 0 11 6 99 0 4 4 1 91 2 14 2 1 1 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 48 values pushed */ -16 9 15 7 4 5 12 10 2 3 11 5 3 100 18 13 17 3 11 8 1 6 0 11 6 99 14 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -35 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 53 values pushed */ -0 5 7 3 5 87 16 9 15 3 7 12 10 2 3 11 7 3 100 18 13 17 3 11 8 1 6 0 11 6 99 14 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -42 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 54 values pushed */ -0 5 0 3 10 5 3 99 16 9 15 3 7 12 1 10 11 7 10 100 18 13 17 3 11 8 1 6 0 11 6 99 14 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 52 values pushed */ -0 2 0 4 5 2 4 99 0 5 0 3 10 5 3 99 16 9 15 3 7 12 1 10 11 7 10 100 18 13 17 3 11 8 1 6 0 11 6 99 14 1 1 1 17 75 0 0 0 18 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 50 values pushed */ -77 77 63 63 48 48 33 33 0 0 77 90 77 89 84 82 63 76 63 75 70 68 48 62 48 61 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 19 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peseta.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peseta.glif index 909912a98..7d7dff5d7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peseta.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peseta.glif @@ -1,65 +1,61 @@ - + peseta - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - assembly - NPUSHB[ ] /* 71 values pushed */ -42 1 9 2 1 74 7 11 6 3 1 10 5 2 2 9 1 2 97 0 9 0 3 4 9 3 97 12 1 8 8 0 89 0 0 0 17 75 0 4 4 18 4 76 27 27 0 0 41 40 39 37 27 36 27 35 31 30 0 26 0 26 17 17 51 17 20 113 13 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peso.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peso.glif index 6468a4e5a..e9a463b70 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peso.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/peso.glif @@ -1,103 +1,79 @@ - + uni20B1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 54 values pushed */ -20 15 9 3 4 17 8 2 5 16 4 5 98 0 16 0 6 7 16 6 99 19 1 13 13 0 91 1 1 0 0 17 75 14 10 2 3 3 2 89 12 18 11 3 2 2 20 75 0 7 7 18 7 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 52 values pushed */ -12 18 11 3 2 14 10 2 3 4 2 3 97 20 15 9 3 4 17 8 2 5 16 4 5 98 0 16 0 6 7 16 6 99 19 1 13 13 0 91 1 1 0 0 17 75 0 7 7 18 7 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 56 values pushed */ -12 18 11 3 2 14 10 2 3 4 2 3 97 20 15 9 3 4 17 8 2 5 16 4 5 98 0 16 0 6 7 16 6 99 0 0 0 17 75 19 1 13 13 1 89 0 1 1 17 75 0 7 7 18 7 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 42 values pushed */ -41 41 33 33 0 0 53 52 50 48 41 46 41 46 45 43 33 40 33 39 37 36 0 32 0 32 31 30 29 28 17 18 35 17 18 17 18 49 33 21 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.glif index 6f814ea9c..fd07bb4f9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.glif @@ -1,73 +1,69 @@ - + pi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -43 22 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.sc.glif index f8361e0c0..da117be3d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/pi.sc.glif @@ -1,20 +1,20 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plus.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plus.glif index a0f2438dd..ad2fc147e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plus.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plus.glif @@ -1,42 +1,38 @@ - + plus - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 48 values pushed */ -10 1 0 1 16 1 5 0 2 74 0 2 1 2 114 0 5 0 5 115 3 1 1 0 0 1 85 3 1 1 1 0 90 4 1 0 1 0 78 18 33 19 19 17 32 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plusminus.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plusminus.glif index 90728fff2..1f136481d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plusminus.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/plusminus.glif @@ -1,48 +1,44 @@ - + plusminus - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 61 values pushed */ -10 1 0 1 16 1 5 0 2 74 0 2 1 2 114 0 5 0 7 0 5 7 112 3 1 1 4 1 0 5 1 0 98 8 1 7 7 6 89 0 6 6 18 6 76 20 20 20 23 20 23 19 18 33 19 19 17 32 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/primemod.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/primemod.glif index d1ba3b10a..f48821e08 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/primemod.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/primemod.glif @@ -10,7 +10,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/product.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/product.glif index d0a922925..3f124a2fe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/product.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/product.glif @@ -1,34 +1,30 @@ - + product - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/punctuationspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/punctuationspace.glif index fc59d5631..5b043d9e5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/punctuationspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.glif index e270c1e1e..38a576756 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.glif @@ -1,56 +1,52 @@ - + q - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 51 values pushed */ -17 1 3 2 21 4 2 4 3 2 74 0 3 3 2 91 0 2 2 28 75 5 1 4 4 1 91 0 1 1 26 75 0 0 0 22 0 76 18 18 18 29 18 28 39 37 36 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.sc.glif index fb854e7d1..3ea456643 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/q.sc.glif @@ -1,97 +1,82 @@ - + Q - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 45 values pushed */ -32 6 2 0 3 7 1 1 0 2 74 0 3 4 0 4 3 0 112 0 0 0 1 0 1 95 0 4 4 2 91 0 2 2 25 4 76 38 41 44 37 34 5 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/question.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/question.glif index 7029edf6f..6cd73eafa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/question.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/question.glif @@ -1,68 +1,64 @@ - + question - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 40 values pushed */ -37 15 2 3 0 1 74 0 1 0 0 3 1 0 99 4 1 3 3 2 91 0 2 2 26 2 76 42 42 42 54 42 53 48 46 37 43 5 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.case.glif index 5aa6c5e22..92c2aa7c1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.case.glif @@ -1,69 +1,65 @@ - + questiondown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 45 values pushed */ -37 15 2 3 1 1 74 0 0 0 1 3 0 1 99 4 1 3 2 2 3 87 4 1 3 3 2 91 0 2 3 2 79 13 13 13 54 13 53 40 37 33 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.glif index bf42e159f..c2cc1030a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/questiondown.glif @@ -1,70 +1,66 @@ - + questiondown - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 45 values pushed */ -37 15 2 3 1 1 74 0 0 0 1 3 0 1 99 4 1 3 2 2 3 87 4 1 3 3 2 91 0 2 3 2 79 13 13 13 54 13 53 40 37 33 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedbl.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedbl.glif index bbae0a8b6..c29b15ba6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedbl.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedbl.glif @@ -1,18 +1,23 @@ - + quotedbl - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblbase.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblbase.glif index bf3d89a62..d7d612610 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblbase.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblbase.glif @@ -1,26 +1,27 @@ - + quotedblbase - + - assembly - PUSHB[ ] /* 6 values pushed */ -33 22 14 3 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblleft.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblleft.glif index fce6438ab..5bedf485e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblleft.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblleft.glif @@ -1,12 +1,12 @@ - + quotedblleft - + @@ -16,7 +16,12 @@ quotedblleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblright.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblright.glif index e02aa2e1f..2d7f2d1a8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblright.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotedblright.glif @@ -1,26 +1,27 @@ - + quotedblright - + - assembly - PUSHB[ ] /* 6 values pushed */ -33 22 14 3 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey quoteright com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteleft.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteleft.glif index 930c4f021..23184926e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteleft.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteleft.glif @@ -1,38 +1,34 @@ - + quoteleft - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotereversed.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotereversed.glif index 8d0804fc0..9f3ff266a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotereversed.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotereversed.glif @@ -1,38 +1,34 @@ - + quotereversed - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -15 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteright.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteright.glif index a82df07df..5ea92c674 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteright.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quoteright.glif @@ -1,38 +1,34 @@ - + quoteright - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesinglbase.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesinglbase.glif index 43c249cc3..8a27bd311 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesinglbase.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesinglbase.glif @@ -1,38 +1,34 @@ - + quotesinglbase - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesingle.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesingle.glif index a25042ea5..a08ccd99d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesingle.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/quotesingle.glif @@ -1,26 +1,22 @@ - + quotesingle - - - + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.glif index 049d24978..0de435323 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.glif @@ -1,64 +1,38 @@ - + r - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 14 values pushed */ -13 1 0 2 2 1 1 0 2 74 1 1 2 72 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 14 values pushed */ -1 1 2 3 13 1 0 2 2 1 1 0 3 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 18 values pushed */ -0 0 0 2 91 4 3 2 2 2 20 75 0 1 1 18 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 22 values pushed */ -0 2 2 20 75 0 0 0 3 91 4 1 3 3 28 75 0 1 1 18 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 12 values pushed */ -0 0 0 17 0 16 17 19 36 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.sc.glif index 0f5e7d51a..9acad45f8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/r.sc.glif @@ -1,93 +1,65 @@ - + R - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - PUSHB[ ] /* 6 values pushed */ -27 1 1 6 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -7 1 6 0 1 0 6 1 98 0 5 5 3 91 4 1 3 3 17 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -7 1 6 0 1 0 6 1 98 0 3 3 17 75 0 5 5 4 91 0 4 4 25 75 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -28 28 28 40 28 38 42 34 33 17 38 21 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.glif index a0a65d2fb..8c6944461 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.glif @@ -1,20 +1,20 @@ - + racute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.sc.glif index 85186376d..ad04a6e7c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/racute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/radical.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/radical.glif index 9c2708d2f..8d4783b89 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/radical.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/radical.glif @@ -1,32 +1,28 @@ - + radical - - - - - - - - - - + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.glif index 2093cc799..8ff2e5aeb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.glif @@ -1,20 +1,20 @@ - + rcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.sc.glif index 5270f2767..5086f18f3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.glif index a2e3aad62..c245e8f9d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.glif @@ -1,20 +1,20 @@ - + rcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.sc.glif index c2cc64f07..2339c7599 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.glif index ad4a6c6b4..e27f1bdbf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.sc.glif index 6d79a84e4..1cc87b8b6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdblgrave.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.glif index 6ee735ff5..6a5b23d7e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.sc.glif index 2b107dc01..5131a461e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rdotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/registered.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/registered.glif index db4e17cd5..a2520e9c8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/registered.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/registered.glif @@ -1,89 +1,89 @@ - + - - - - - + + + + + - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightA_rrow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightA_rrow.glif index 19b50f4bc..f449895a1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightB_lackT_riangle.glif index c2a1e7a92..9e4ea77eb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif index 880c6b036..a180d33c9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightanglebracket-math.glif index 717d5dc74..8839b124a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rightanglebracket-math.glif @@ -9,13 +9,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.case.glif index 9114522b2..8a5a5be79 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.case.glif @@ -7,42 +7,38 @@ ring.cap - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -22 15 9 2 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.glif index f5dce201b..e3816f0e6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ring.glif @@ -1,60 +1,50 @@ - + ring - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 31 values pushed */ -0 0 0 2 3 0 2 99 0 3 1 1 3 87 0 3 3 1 91 0 1 3 1 79 37 36 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.case.glif index 1ff55d834..f39f292d7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.case.glif @@ -7,54 +7,44 @@ ring - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 31 values pushed */ -0 0 0 2 3 0 2 99 0 3 1 1 3 87 0 3 3 1 91 0 1 3 1 79 37 36 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.glif index 11b8f4bad..bf7a5ebfc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringcomb.glif @@ -5,57 +5,47 @@ ring - + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 31 values pushed */ -0 0 0 2 3 0 2 99 0 3 1 1 3 87 0 3 3 1 91 0 1 3 1 79 37 36 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfleft.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfleft.glif index 4d44d4cfc..c6819d164 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfleft.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfleft.glif @@ -5,26 +5,26 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfright.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfright.glif index 891afe545..b0966149a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfright.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ringhalfright.glif @@ -5,26 +5,26 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.glif index 701cc1a91..c7062cc0c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.sc.glif index 56d0c2dfb..535425d21 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rinvertedbreve.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.glif index 5f3b41da3..288bbe8cd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.sc.glif index 247c4173f..588532fd5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rlinebelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ruble.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ruble.glif index f3110a028..70010785f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ruble.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ruble.glif @@ -1,58 +1,58 @@ - + - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rupeeI_ndian.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rupeeI_ndian.glif index 4e050f908..4eedc1153 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/rupeeI_ndian.glif @@ -1,68 +1,64 @@ - + uni20B9 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -17 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.glif index f804b32a5..39fc549e0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.glif @@ -1,62 +1,58 @@ - + s - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 43 values pushed */ -21 1 2 1 46 22 2 0 2 45 1 3 0 3 74 0 2 2 1 91 0 1 1 28 75 0 0 0 3 91 0 3 3 26 3 76 46 38 45 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.sc.glif index b0bbc338c..a80886434 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/s.sc.glif @@ -1,74 +1,59 @@ - + S - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 43 values pushed */ -20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 37 44 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.glif index 62806eb79..cc5dc20d7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.glif @@ -1,20 +1,20 @@ - + sacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.sc.glif index 2c9c0cb39..fe812f41c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.glif index c72b966ed..0f673d2be 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.sc.glif index 3b4ebe381..5ad80b853 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sacutedotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.glif index b099beb3f..1e4f339d4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.glif @@ -1,20 +1,20 @@ - + scaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.sc.glif index 1bbde67f6..860f7e726 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.glif index cf7f1ab89..fbe9d4965 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.sc.glif index 1b4520611..dbcae53c9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scarondotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.glif index 060e13ea8..4596e8b19 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.glif @@ -1,37 +1,20 @@ - + scedilla - - + + - + - assembly - NPUSHB[ ] /* 21 values pushed */ -2 1 0 4 45 3 2 3 0 44 32 22 3 2 3 31 1 1 2 4 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 30 values pushed */ -0 3 0 2 0 3 2 112 0 0 0 4 91 5 1 4 4 28 75 0 2 2 1 92 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -0 3 0 2 0 3 2 112 0 2 0 1 2 1 96 0 0 0 4 91 5 1 4 4 28 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -0 0 0 64 0 63 50 48 35 33 29 27 38 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.sc.glif index 1fc73ba00..2104734d5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scedilla.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.glif index 82a29f4e8..8574bf472 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.glif @@ -1,17 +1,17 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.sc.glif index 7895a48c9..7e5e6cd3a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/schwa.sc.glif @@ -1,59 +1,48 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey @@ -61,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.glif index 96c01c807..03ae0e553 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.glif @@ -1,20 +1,20 @@ - + scircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.sc.glif index 80338c9ac..db5a0d4a6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.glif index 1e4fd8037..6d6da4c27 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.glif @@ -1,20 +1,20 @@ - + scommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.sc.glif index 4b5a5e0ae..39a90b7f5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/scommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.glif index 93d271e03..90c3e24ae 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.sc.glif index 83be3671f..eff273265 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.glif index 61878cf33..cae567f82 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.sc.glif index f92ee2fa4..518c32e2c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.glif index aa46214da..a4f9eeadf 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif index f782323e0..aab946a31 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/second.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/second.glif index b1f449dea..6d496bb26 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/second.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/second.glif @@ -1,18 +1,23 @@ - + second - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/secondtonechinese.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/secondtonechinese.glif index 6dbaa75f0..b9e7eb433 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/secondtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/secondtonechinese.glif @@ -5,20 +5,20 @@ - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/section.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/section.glif index 4cf423552..f2e9678e6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/section.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/section.glif @@ -1,69 +1,69 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/semicolon.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/semicolon.glif index ec78a59d7..d83dbdb9f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/semicolon.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/semicolon.glif @@ -12,7 +12,12 @@ semicolon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.dnom.glif index 2cab0c91a..677566255 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.dnom.glif @@ -1,35 +1,21 @@ - + - - - - - - - + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.6 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.glif index eba92a30a..c4afd5c87 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.glif @@ -1,27 +1,22 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.6 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.lf.glif index 6348f6924..d76478229 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.lf.glif @@ -1,26 +1,21 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.6 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.numr.glif index 244fc5c9d..69c806087 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.osf.glif index 2afb3bc50..816159bd7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.osf.glif @@ -1,28 +1,24 @@ - + seven - - - - - - - + + + + + + + - assembly - NPUSHB[ ] /* 27 values pushed */ -5 4 2 1 71 2 1 1 1 0 89 0 0 0 20 1 76 0 0 0 6 0 6 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.sc.glif index cb3bf554e..b88407de5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.sc.glif @@ -1,15 +1,15 @@ - + - - - - - - - + + + + + + + @@ -17,12 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.6 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tf.glif index 49f74662a..eae7d135b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tf.glif @@ -3,24 +3,19 @@ - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.6 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tosf.glif index affd96417..b451b216a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seven.tosf.glif @@ -1,26 +1,21 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.5 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveneighths.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveneighths.glif index 58885ef94..03b2e2b03 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveneighths.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveneighths.glif @@ -5,12 +5,12 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveninferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveninferior.glif index 63c686fc7..1d75ed418 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveninferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sevensuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sevensuperior.glif index 64c2acc0c..860fed151 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sevensuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:41 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sheqel.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sheqel.glif index a1875b365..340bedc5d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sheqel.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sheqel.glif @@ -1,77 +1,60 @@ - + uni20AA - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -25 1 6 1 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 36 values pushed */ -0 1 5 6 5 1 6 112 0 2 2 0 89 7 1 0 0 17 75 0 5 5 20 75 0 6 6 3 90 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 38 values pushed */ -0 5 2 1 2 5 1 112 0 1 6 2 1 6 110 0 2 2 0 89 7 1 0 0 17 75 0 6 6 3 90 4 1 3 3 18 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 11 values pushed */ -17 38 22 33 17 37 21 32 8 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.dnom.glif index b1359945d..a300e8853 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.dnom.glif @@ -1,64 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.15 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.glif index ffb0c97e9..9b2e841ce 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.glif @@ -1,56 +1,51 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.15 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.lf.glif index 7c4054066..26503b4c4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.lf.glif @@ -1,55 +1,50 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.15 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.numr.glif index c2f1518fe..17f461674 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.osf.glif index a877f57d4..53fdb1008 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.osf.glif @@ -1,72 +1,68 @@ - + six - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 42 values pushed */ -4 1 2 0 1 74 23 1 0 72 0 0 0 2 3 0 2 99 4 1 3 3 1 91 0 1 1 26 1 76 24 24 24 39 24 38 45 38 38 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.sc.glif index 631062e64..6890e45c8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.sc.glif @@ -1,44 +1,44 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -46,12 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.15 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tf.glif index ca8101d2d..f767ab09b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tf.glif @@ -4,52 +4,47 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.15 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tosf.glif index 9d5780c59..6d71c8d60 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/six.tosf.glif @@ -1,55 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.15 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixinferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixinferior.glif index abec3cee9..40db56ea8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixinferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixperemspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixperemspace.glif index 0ad55862e..0b0a0dd2d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixsuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixsuperior.glif index 1b341fbc0..b1717329e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sixsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.case.glif index ac664e045..7959541f4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.case.glif @@ -6,31 +6,16 @@ slash - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -0 1 0 1 115 0 0 0 19 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 9 values pushed */ -0 0 1 0 114 0 1 1 105 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 5 values pushed */ -17 16 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.glif index 2214e11e3..220d2ca09 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slash.glif @@ -7,31 +7,16 @@ slash - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -0 1 0 1 115 0 0 0 19 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 9 values pushed */ -0 0 1 0 114 0 1 1 105 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 5 values pushed */ -17 16 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashlongcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashlongcomb.glif index 5203c2a3d..a609ad12d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashlongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashlongcomb.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashshortcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashshortcomb.glif index 7e6d25306..d57854486 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/slashshortcomb.glif @@ -3,18 +3,18 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth - 600.0 + 353.84615 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.case.glif index f82238595..231478f24 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.case.glif @@ -7,7 +7,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.glif index 9c9eda20b..ad3c4d371 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/softhyphen.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/space.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/space.glif index aa20f8963..e79d4c5f6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/space.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/space.glif @@ -10,7 +10,7 @@ space com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:45:33 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sterling.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sterling.glif index fd5f18752..de45396ca 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sterling.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/sterling.glif @@ -1,81 +1,77 @@ - + sterling - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 78 values pushed */ -35 1 6 5 36 1 4 6 61 60 2 2 3 51 1 9 2 17 11 2 0 9 5 74 0 2 3 9 3 2 9 112 7 1 4 8 1 3 2 4 3 97 0 6 6 5 91 0 5 5 25 75 0 9 9 0 91 1 1 0 0 26 0 76 55 53 17 19 37 36 17 20 21 39 36 10 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokelongcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokelongcomb.glif index 8d86d9a57..12188d369 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokelongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokelongcomb.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokeshortcomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokeshortcomb.glif index 99b771d07..d3c401ea5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokeshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/strokeshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/summation.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/summation.glif index 10f4496e8..85734b03b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/summation.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/summation.glif @@ -1,34 +1,30 @@ - + summation - - - - - - - + + + + + + + - - - - + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -8 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.glif index bfebb9aa4..4470d91cc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.glif @@ -1,68 +1,51 @@ - + t - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 11 values pushed */ -20 1 5 0 28 21 2 6 5 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 2 1 1 2 102 0 5 0 6 0 5 6 112 4 1 0 0 1 89 3 1 1 1 20 75 0 6 6 26 6 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -0 2 1 2 114 0 5 0 6 0 5 6 112 4 1 0 0 1 89 3 1 1 1 20 75 0 6 6 26 6 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 10 values pushed */ -38 39 17 17 17 17 16 7 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.sc.glif index 19372b54d..fbd7aa3e5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/t.sc.glif @@ -1,45 +1,30 @@ - + T - - - + + + - - - - - - - - + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 30 values pushed */ -4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tbar.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tbar.glif index 0e69fa59b..62cd53d2b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tbar.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tbar.glif @@ -1,44 +1,31 @@ - + tbar - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 11 values pushed */ -15 1 2 1 23 16 2 3 2 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 43 values pushed */ -0 8 7 7 8 102 0 2 1 3 1 2 3 112 5 1 0 4 1 1 2 0 1 97 11 10 2 6 6 7 89 9 1 7 7 20 75 0 3 3 26 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 42 values pushed */ -0 8 7 8 114 0 2 1 3 1 2 3 112 5 1 0 4 1 1 2 0 1 97 11 10 2 6 6 7 89 9 1 7 7 20 75 0 3 3 26 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 20 values pushed */ -0 0 0 39 0 39 38 37 17 17 17 17 22 38 39 17 17 12 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:10 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.glif index ac95786d0..888182e74 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.glif @@ -1,39 +1,39 @@ - + tcaron - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:38 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.sc.glif index 37fa8b6a5..749d8fedc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.glif index ce95b3722..3b4a7dc73 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.sc.glif index 91c8c6ef2..9430697af 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcedilla.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.glif index ad8576851..5e9ff5c72 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.sc.glif index 58238e685..7933e7b98 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tcommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.glif index efec8aa44..2f85d84e6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.sc.glif index 435665867..873e11861 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.glif index 736df1fab..849f5a746 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.sc.glif index 3be5aee67..95bc30542 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.glif index a7573a6dc..dc7d776cc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.sc.glif index 2bc459771..8d55d87ff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tdotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tenge.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tenge.glif index a5c917c1d..aa8fd6006 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tenge.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tenge.glif @@ -1,31 +1,31 @@ - + - - + + - - - - - - - - + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thinspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thinspace.glif index 1e4f83b2a..942abc344 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thinspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.glif index e81f3297a..517694c09 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.glif @@ -1,76 +1,59 @@ - + thorn - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 7 values pushed */ -30 16 2 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 33 values pushed */ -0 2 2 19 75 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 92 0 0 0 26 75 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 33 values pushed */ -0 2 3 2 114 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 92 0 0 0 26 75 0 1 1 22 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 20 values pushed */ -20 20 0 0 20 32 20 31 26 24 0 19 0 18 18 19 37 8 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.sc.glif index b6b166db7..7559a5852 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/thorn.sc.glif @@ -1,69 +1,54 @@ - + Thorn - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 46 values pushed */ -10 1 4 3 23 1 5 4 2 74 0 3 0 4 5 3 4 99 0 5 0 0 1 5 0 100 0 2 2 17 75 0 1 1 18 1 76 38 36 34 17 18 34 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.dnom.glif index 407ad3007..f0b3ab464 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.dnom.glif @@ -1,68 +1,54 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:10 - com.schriftgestaltung.Glyphs.nodeUserData.0.36 - - name - hr01 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.glif index 63536a859..e9aac9eb7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.glif @@ -1,60 +1,55 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.36 - - name - hr01 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.lf.glif index 5533e22d3..4219b7199 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.lf.glif @@ -1,59 +1,54 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.36 - - name - hr01 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.numr.glif index c6b919dbb..6d3639960 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.osf.glif index e34781630..e2229fd5c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.osf.glif @@ -1,64 +1,60 @@ - + three - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 67 values pushed */ -18 1 1 2 17 1 3 1 41 7 2 5 0 40 1 4 5 4 74 0 3 1 0 1 3 0 112 0 0 5 1 0 5 110 6 1 5 0 4 5 4 95 0 1 1 2 91 0 2 2 28 1 76 0 0 0 43 0 42 38 23 38 39 21 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.sc.glif index a1013670d..6c794ff89 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.sc.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,12 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.36 - - name - hr01 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tf.glif index f406458a3..9283c5d28 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tf.glif @@ -3,57 +3,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.39 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tosf.glif index 95daee652..4226e535d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/three.tosf.glif @@ -1,59 +1,54 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.35 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeeighths.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeeighths.glif index 79bfbf7e5..da88d8f8b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeeighths.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeeighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeinferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeinferior.glif index b8fdbe9bb..2b99a856a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeinferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeperemspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeperemspace.glif index 0e5092e78..33246c804 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threequarters.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threequarters.glif index 136bf44a7..ed2fa1faa 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threequarters.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threequarters.glif @@ -1,19 +1,19 @@ - + threequarters - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threesuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threesuperior.glif index 075f4a104..b055ddb9a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/threesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.case.glif index aa3796292..da835b76d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.case.glif @@ -7,42 +7,38 @@ tilde.cap - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 46 values pushed */ -13 1 1 0 30 14 2 3 1 29 1 2 3 3 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 39 36 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.glif index a2d0eacb2..ef5a42f78 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tilde.glif @@ -1,56 +1,46 @@ - + tilde - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 42 values pushed */ -31 15 2 3 1 30 1 2 3 2 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 39 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.case.glif index 6a779cc0a..6e29f1ee7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.case.glif @@ -7,48 +7,38 @@ tilde - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 42 values pushed */ -31 15 2 3 1 30 1 2 3 2 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 39 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.glif index afdb02c5b..b216f61fe 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tildecomb.glif @@ -5,51 +5,41 @@ tilde - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 42 values pushed */ -31 15 2 3 1 30 1 2 3 2 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 39 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.glif index 3b288c57b..89daa5f48 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.sc.glif index 7c4e32c68..1caa5aa3f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/trademark.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/trademark.glif index a005f7f62..702b37d4e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/trademark.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/trademark.glif @@ -7,44 +7,40 @@ trademark - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -18 8 6 1 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tugrik.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tugrik.glif index 086ea0f3e..4837e0038 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tugrik.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/tugrik.glif @@ -1,29 +1,33 @@ - + - - - + + + - - + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.dnom.glif index 2ed2a08c3..aeb672b79 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.dnom.glif @@ -1,51 +1,37 @@ - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:26 - com.schriftgestaltung.Glyphs.nodeUserData.0.22 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.glif index c49e9cd78..3d09dbcef 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.glif @@ -1,43 +1,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.22 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.lf.glif index 42470ff9d..66b92c637 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.lf.glif @@ -1,42 +1,37 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.22 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.numr.glif index 8da5ea75b..dc9b80768 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.osf.glif index 524a3ef52..8aecc6455 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.osf.glif @@ -1,47 +1,43 @@ - + two - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 42 values pushed */ -10 1 0 1 9 1 2 0 26 1 3 2 3 74 0 0 0 1 91 0 1 1 28 75 0 2 2 3 89 0 3 3 18 3 76 17 23 38 37 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.sc.glif index 7eedcdf3c..c33b6965f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.sc.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -33,12 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.22 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tf.glif index dbf3bc617..e0cc0e483 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tf.glif @@ -3,40 +3,35 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.22 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tosf.glif index f5eede5b4..320dc5cbc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/two.tosf.glif @@ -1,42 +1,37 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.22 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twofifths.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twofifths.glif index 4033fb611..f8b5d6b86 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twofifths.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twofifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twoinferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twoinferior.glif index 85ee67257..dfda20b32 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twoinferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twoinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twosuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twosuperior.glif index bf80f1d48..fca9d21d6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twosuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twothirds.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twothirds.glif index 277f6d634..1ea2ff1a5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twothirds.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/twothirds.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.glif index b4dfe1ca4..74afc6ac7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.glif @@ -1,69 +1,52 @@ - + u - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -3 1 3 2 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 19 values pushed */ -5 4 2 2 2 20 75 0 3 3 0 92 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 23 values pushed */ -5 4 2 2 2 20 75 0 0 0 18 75 0 3 3 1 92 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 30 0 30 41 24 35 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:42 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.sc.glif index 7648eeb16..a6d08e404 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/u.sc.glif @@ -1,65 +1,50 @@ - + U - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 24 values pushed */ -2 1 0 0 17 75 0 1 1 3 92 0 3 3 26 3 76 36 20 37 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.glif index b3060998d..66eae9626 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.glif @@ -1,22 +1,22 @@ - + uacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.sc.glif index b1140f89c..b8ac9cecb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.glif index ec5a313a3..2c2bf9741 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.glif @@ -1,22 +1,22 @@ - + ubreve - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.sc.glif index 2ab5b9f2f..8a54816d4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ubreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.glif index 43533ddc3..721cbcef6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.sc.glif index 23e569d49..9bfcce527 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.glif index 97184ab94..1991ab354 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.glif @@ -1,22 +1,22 @@ - + ucircumflex - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.sc.glif index 2fa6a0089..99597e04b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ucircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.glif index a6781a7fa..bef7bd4b0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.sc.glif index 1a95dd44c..cfc343bd8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.glif index 56148b422..344b1baeb 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.glif @@ -1,22 +1,22 @@ - + udieresis - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.sc.glif index 47236a1b8..5c268a1b9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.glif index e04d8cf87..05ba06862 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.sc.glif index 6b69d15e5..d7bfb58c9 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.glif index 2ac65c7e0..ad80435c0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.sc.glif index d67039cb3..52bb620b7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresiscaron.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.glif index a3f5b5863..8d17ab193 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.sc.glif index b41ea873a..1f03d5ba1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresisgrave.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.glif index 0d6afe727..e953f629f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.sc.glif index 315f214e7..02633778f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udieresismacron.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.glif index 7ad278a27..a36d2ac40 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.sc.glif index 8cb41f042..9433ace8a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/udotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.glif index d0de12408..a17155ff3 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.glif @@ -1,22 +1,22 @@ - + ugrave - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.sc.glif index 2af119b6c..0ab59fc88 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ugrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.glif index 0877a037d..d2389649d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.sc.glif index f5ca84d46..39e2c0b20 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.glif index b74891bfd..dfff5f6e6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.sc.glif index ee6424ccc..3384bb21d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorn.sc.glif @@ -1,74 +1,63 @@ - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.glif index 8cfa9f2ca..341c63e70 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.sc.glif index 7197d0426..933638543 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.glif index 74671d6e7..28ba10910 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.sc.glif index 093bc76f4..7db963eef 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorndotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.glif index 594be4843..b571457c6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.sc.glif index 09d9cc691..c51043bfc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorngrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.glif index 3787a86da..071959918 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.sc.glif index 0a82fcb3e..1182fc1f2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhornhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.glif index 716fead8c..060af45d5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.sc.glif index 0b11f1e3f..59ee8138a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhorntilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.glif index 326d019c0..9c94fd0cc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.glif @@ -1,22 +1,22 @@ - + uhungarumlaut - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.sc.glif index 291548152..177b9338c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uhungarumlaut.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.glif index a3846e87d..75d69b6a5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.sc.glif index 201e7f1c3..fdbb3f827 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.glif index 905199e14..ecf683a05 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.glif @@ -1,22 +1,22 @@ - + umacron - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.sc.glif index a6561db9e..4f63086d2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.glif index 313ba221d..89ef98f65 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.sc.glif index 18ee73cc1..40bfe5485 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/umacrondieresis.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/underscore.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/underscore.glif index e981eecb4..dfad7fed4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/underscore.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/underscore.glif @@ -7,26 +7,16 @@ underscore - - + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 21 values pushed */ -0 1 0 0 1 85 0 1 1 0 89 0 0 1 0 77 17 16 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uni0000.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uni0000.glif index a43d421e2..418206a93 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uni0000.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uni0000.glif @@ -9,7 +9,7 @@ NULL com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.glif index 1ab61a906..a618e377d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.glif @@ -1,57 +1,22 @@ - + uogonek - - - - + + + + - + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 14 values pushed */ -16 1 4 3 2 1 6 1 3 1 0 6 3 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 14 values pushed */ -16 1 4 3 2 1 6 2 3 1 0 6 3 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 29 values pushed */ -5 1 3 3 20 75 0 4 4 1 92 2 1 1 1 18 75 7 1 6 6 0 91 0 0 0 22 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 33 values pushed */ -5 1 3 3 20 75 0 1 1 18 75 0 4 4 2 92 0 2 2 26 75 7 1 6 6 0 91 0 0 0 22 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 30 values pushed */ -7 1 6 0 0 6 0 95 5 1 3 3 20 75 0 1 1 18 75 0 4 4 2 92 0 2 2 26 2 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -0 0 0 52 0 51 19 41 24 35 23 37 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:51 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.sc.glif index c005ca51f..0c1b69da4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upA_rrow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upA_rrow.glif index 49d2c975a..a39bd98c6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upB_lackT_riangle.glif index 3be9296d5..2237fb4e8 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upW_hiteT_riangle.glif index d8f91c3ee..5e2600c48 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.glif index eede8162f..d804ad6db 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.glif @@ -1,22 +1,22 @@ - + uring - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.sc.glif index 84d063dab..9cccb66df 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/uring.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.glif index 76313a61c..9c8b49971 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.glif @@ -1,22 +1,22 @@ - + utilde - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.sc.glif index be63dfeda..ce22168ad 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.glif index dceb437f2..91786c6c1 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.sc.glif index 461d12d91..d37b0863e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/utildeacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.glif index 8a1148270..ba3f66b9d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.glif @@ -1,44 +1,40 @@ - + v - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 25 values pushed */ -3 2 2 2 0 1 74 1 1 0 0 20 75 0 2 2 18 2 76 25 25 16 3 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.sc.glif index 4691ec457..2d7b43719 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/v.sc.glif @@ -1,45 +1,30 @@ - + V - - + + - - - - - - - - - + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 30 values pushed */ -2 1 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinelowmod.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinelowmod.glif index 1986b4081..b2bd7da9d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinelowmod.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinelowmod.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinemod.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinemod.glif index 0bbaacca5..4a1cef6ea 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinemod.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/verticallinemod.glif @@ -5,16 +5,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.glif index 545f669be..504f9e66e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.glif @@ -1,58 +1,54 @@ - + w - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 32 values pushed */ -25 24 18 17 9 5 0 2 1 74 4 3 2 2 2 20 75 1 1 0 0 18 0 76 25 22 18 21 22 5 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.sc.glif index 075c20972..3de077a82 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/w.sc.glif @@ -1,56 +1,41 @@ - + W - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 36 values pushed */ -17 11 4 3 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.glif index 792620d56..953e7fd7f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.glif @@ -1,20 +1,20 @@ - + wacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.sc.glif index 0f73857d4..c090f5561 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.glif index ac6b9f65c..bf24f27be 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.glif @@ -1,20 +1,20 @@ - + wcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.sc.glif index 78f60a2d8..fd016c13b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.glif index 29005756b..900563c68 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.glif @@ -1,20 +1,20 @@ - + wdieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.sc.glif index f21ef77d8..52f775c23 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wdieresis.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.glif index 43d799e66..90becee6c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.glif @@ -1,20 +1,20 @@ - + wgrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.sc.glif index c855837a7..c36f2262a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/wgrave.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteD_iamond.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteD_iamond.glif index e3da7ba4b..fe114cfdd 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteS_quare.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteS_quare.glif index 33bc0453c..e191c64a7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/won.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/won.glif index 659dac80e..a5284c7f5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/won.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/won.glif @@ -1,60 +1,47 @@ - + uni20A9 - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 18 values pushed */ -9 1 1 2 52 47 46 3 11 10 2 74 54 49 2 10 1 73 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 50 values pushed */ -14 12 2 10 11 9 10 85 6 4 2 2 2 17 75 23 19 22 17 8 5 0 0 1 89 7 5 3 3 1 1 20 75 20 18 16 21 15 5 9 9 11 89 13 1 11 11 18 11 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 48 values pushed */ -7 5 3 3 1 23 19 22 17 8 5 0 9 1 0 98 14 12 2 10 11 9 10 85 6 4 2 2 2 17 75 20 18 16 21 15 5 9 9 11 89 13 1 11 11 18 11 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 48 values pushed */ -37 37 33 33 0 0 44 43 37 40 37 40 39 38 33 36 33 36 35 34 0 32 0 32 31 30 29 28 27 26 25 24 23 22 21 20 17 17 17 17 18 17 17 17 17 24 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:15:38 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.glif index 78d5180b3..a3b9e3b04 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.glif @@ -1,36 +1,32 @@ - + x - - + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -9 6 3 3 0 2 1 74 3 1 2 2 20 75 1 1 0 0 18 0 76 18 18 18 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.sc.glif index 1d0e36f61..9a0a3f918 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/x.sc.glif @@ -1,48 +1,33 @@ - + X - - + + - - - - - - - + + + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 29 values pushed */ -11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.glif index ea777f565..55e0b70ff 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.glif @@ -1,62 +1,58 @@ - + y - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 44 values pushed */ -29 1 2 3 16 1 1 2 15 1 0 1 3 74 4 1 3 3 20 75 0 2 2 18 75 0 1 1 0 91 0 0 0 30 0 76 27 18 19 37 43 5 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.sc.glif index f4de60c8b..1ed999907 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/y.sc.glif @@ -1,48 +1,33 @@ - + Y - - - + + + - - - - - - - - - + + + + + + + + + - + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 25 values pushed */ -10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.glif index afc3cfcd2..db757441b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.glif @@ -1,20 +1,20 @@ - + yacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.sc.glif index 1bca36d55..615e714f6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.glif index d5af81a9d..6a0a4c958 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.glif @@ -1,20 +1,20 @@ - + ycircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.sc.glif index e013e603c..bb08514c7 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ycircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.glif index 6155678dc..3e070bd19 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.glif @@ -1,20 +1,20 @@ - + ydieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.sc.glif index e858674c2..12bf2132f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.glif index 6ad4a9eba..c40727979 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.sc.glif index 42ac53372..e78627488 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.glif index 12f5a674b..718d6517d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.sc.glif index 3127aabf4..69fcfc35d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ydotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yen.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yen.glif index 5b7135ea7..e9612849c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yen.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yen.glif @@ -1,47 +1,43 @@ - + yen - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 54 values pushed */ -21 1 0 9 1 74 8 1 0 7 1 1 2 0 1 98 6 1 2 5 1 3 4 2 3 97 10 1 9 9 17 75 0 4 4 18 4 76 24 23 19 18 17 17 17 17 17 17 17 17 16 11 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.glif index 2f2e4feb1..55b90f866 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.glif @@ -1,20 +1,20 @@ - + ygrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.sc.glif index de937ad7c..d21386727 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ygrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.glif index 48c140e5f..c404760f6 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.sc.glif index e439ff345..f8de9698f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/yhookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.glif index 32c74ea82..7a8383e6f 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.sc.glif index efdf0fa5e..3616837de 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ymacron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.glif index 50cec0946..08eab0d8b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.sc.glif index b04ab0093..9e68e54e0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/ytilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.glif index 9864fc9f6..2186eaf8c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.glif @@ -1,37 +1,33 @@ - + z - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -0 2 2 3 89 0 3 3 20 75 0 0 0 1 89 0 1 1 18 1 76 17 19 17 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.sc.glif index 282e2a03f..920c09504 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/z.sc.glif @@ -5,45 +5,30 @@ Z - - + + - - - - - - - + + + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 2 - width - 96 - - assembly - NPUSHB[ ] /* 28 values pushed */ -0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.glif index 5d7b8d3e6..e4391395e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.glif @@ -1,21 +1,21 @@ - + zacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.sc.glif index 04768dc65..48d3fff10 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zacute.sc.glif @@ -2,18 +2,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.glif index dba6278e2..cba718a37 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.glif @@ -1,21 +1,21 @@ - + zcaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.sc.glif index 550c78af6..dfad56a00 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zcaron.sc.glif @@ -2,18 +2,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.glif index 353e3b8a5..d0fd02751 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.glif @@ -1,21 +1,21 @@ - + zdotaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.sc.glif index f3b0c73a4..be691519e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotaccent.sc.glif @@ -2,18 +2,18 @@ - - + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.glif index a042392f9..40fcbeaec 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.sc.glif index 64c44b4e4..8c7f7e6bc 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zdotbelow.sc.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.dnom.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.dnom.glif index d2d99a612..cfe611460 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.dnom.glif @@ -3,52 +3,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.glif index d32736734..5ee9d4b7a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.glif @@ -4,43 +4,38 @@ - - - - - - - - - - + + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.glif index 85797b2e4..3865280a5 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.glif @@ -3,43 +3,38 @@ - - - - - - - - - - + + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.zero.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.zero.glif index ec8c3d276..3836a8c29 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.lf.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.numr.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.numr.glif index 1c28b5788..aed00f5c4 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.numr.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.glif index 51f41395e..269b588e0 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.glif @@ -7,41 +7,37 @@ zero - - - - + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 41 values pushed */ -0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 15 15 0 0 15 29 15 28 22 20 0 14 0 13 37 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.zero.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.zero.glif index 561d806e8..0f74c211b 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.osf.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.sc.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.sc.glif index 2cdf0ab53..63985f411 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.sc.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.sc.glif @@ -3,32 +3,32 @@ - - - - - - - - - - + + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -36,12 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.glif index 61b6d39bf..ee17faa43 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.glif @@ -3,43 +3,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.11 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.zero.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.zero.glif index 28f8855e9..1e78b4fb2 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tf.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.glif index be458a960..4734d6299 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.glif @@ -1,45 +1,40 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 - com.schriftgestaltung.Glyphs.nodeUserData.0.8 - - name - hr00 - + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.zero.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.zero.glif index 38c18706a..7fa7d3386 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.tosf.zero.glif @@ -1,12 +1,12 @@ - + - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.zero.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.zero.glif index ddac9f04e..3094d324e 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.zero.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zero.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zeroinferior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zeroinferior.glif index 6126bdef9..47d22605c 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zeroinferior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerosuperior.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerosuperior.glif index 48818a276..dbb8c332a 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthjoiner.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthjoiner.glif index adf54048e..0f75a5495 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthnonjoiner.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthnonjoiner.glif index 4dcc31dae..3193298ce 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthspace.glif b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthspace.glif index 19f736390..7e4c0794d 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthspace.glif +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/layercontents.plist b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/layercontents.plist index 7120d0ba4..b9c1a4f27 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/layercontents.plist +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/layercontents.plist @@ -6,9 +6,5 @@ public.default glyphs - - public.background - glyphs.public.background - diff --git a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/lib.plist b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/lib.plist index fdc7d8a72..481344e98 100644 --- a/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/lib.plist +++ b/sources/master_ufo/MerriweatherSans-BoldItalic.ufo/lib.plist @@ -444,7 +444,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 134.0 + 150.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 5.0 com.schriftgestaltung.fontMasterOrder @@ -456,7 +456,7 @@ com.schriftgestaltung.weight Bold com.schriftgestaltung.weightValue - 134.0 + 150.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/master_ufo/MerriweatherSans-Italic.designspace b/sources/master_ufo/MerriweatherSans-Italic.designspace index 549da76be..0c1abeb3b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.designspace +++ b/sources/master_ufo/MerriweatherSans-Italic.designspace @@ -1,7 +1,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/fontinfo.plist b/sources/master_ufo/MerriweatherSans-Italic.ufo/fontinfo.plist index ccf330d79..53242b674 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/fontinfo.plist +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/fontinfo.plist @@ -98,7 +98,7 @@ 557.0 565.0 747.0 - 756.0 + 755.0 983.0 999.0 @@ -113,13 +113,13 @@ postscriptStemSnapH - 96 - 97 + 108 + 109 postscriptStemSnapV - 72 - 77 + 78 + 86 postscriptUnderlinePosition -122 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/E_zh.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/E_zh.glif deleted file mode 100644 index b08df6d0b..000000000 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/E_zh.glif +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/commaturnedabovecomb.case.glif deleted file mode 100644 index 6c8a32e7f..000000000 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/commaturnedabovecomb.case.glif +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/contents.plist b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/contents.plist deleted file mode 100644 index 3abe81879..000000000 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/contents.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Ezh - E_zh.glif - commaturnedabovecomb.case - commaturnedabovecomb.case.glif - ezh - ezh.glif - ezh.sc - ezh.sc.glif - ij_acutecomb - ij_acutecomb.glif - kip - kip.glif - percent - percent.glif - question - question.glif - - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ezh.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ezh.glif deleted file mode 100644 index e7f1f77f4..000000000 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ezh.glif +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ezh.sc.glif deleted file mode 100644 index bba4abc00..000000000 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ezh.sc.glif +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ij_acutecomb.glif deleted file mode 100644 index 07cafb2fe..000000000 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/ij_acutecomb.glif +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/kip.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/kip.glif deleted file mode 100644 index f705e359d..000000000 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/kip.glif +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/percent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/percent.glif deleted file mode 100644 index 09a42dd32..000000000 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/percent.glif +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/question.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/question.glif deleted file mode 100644 index cb15fe54a..000000000 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs.public.background/question.glif +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_.glif index 2d4e6d9f4..ad6e1bbcf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_.glif @@ -1,40 +1,36 @@ - + A - - - + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - assembly - NPUSHB[ ] /* 40 values pushed */ -10 1 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 11 8 11 17 17 17 16 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif index 04659ad3a..4306cc980 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_.glif @@ -1,70 +1,44 @@ - + AE - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -PUSHB[ ] /* 7 values pushed */ -14 13 2 7 6 1 74 -ELSE[ ] /* Else */ -PUSHB[ ] /* 7 values pushed */ -14 13 2 8 6 1 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 41 values pushed */ -0 0 0 1 9 0 1 97 11 1 9 0 4 2 9 4 97 8 10 2 7 7 6 89 0 6 6 17 75 0 2 2 3 89 5 1 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 47 values pushed */ -0 8 6 7 7 8 104 0 0 0 1 9 0 1 97 11 1 9 0 4 2 9 4 97 10 1 7 7 6 90 0 6 6 17 75 0 2 2 3 89 5 1 3 3 18 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 24 values pushed */ -18 18 0 0 18 21 18 21 20 19 0 17 0 17 19 17 17 17 17 17 17 12 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_acute.glif index d44a3a5d6..5dbd9ce46 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_E_acute.glif @@ -1,20 +1,20 @@ - + AEacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_acute.glif index 972514b4d..4e0e86fb2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_acute.glif @@ -1,21 +1,21 @@ - + Aacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:08:22 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breve.glif index 012e37c41..8de59015a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breve.glif @@ -1,21 +1,21 @@ - + Abreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breveacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breveacute.glif index c542418fe..879322954 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_breveacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevedotbelow.glif index 21b97f180..ebd500c5b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevedotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevegrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevegrave.glif index 7e44c6a61..a0775d317 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevegrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevehookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevehookabove.glif index e85324e8f..68b5fcdde 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevehookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevetilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevetilde.glif index 13f706f3c..d46b7f3c3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_brevetilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_caron.glif index cc2aad65c..b1d9acc14 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflex.glif index 1789e8918..67ebbe073 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflex.glif @@ -1,21 +1,21 @@ - + Acircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexacute.glif index 0519dc8a2..80db089fb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexdotbelow.glif index 4391a86f6..9290d136e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexgrave.glif index 1537afdad..724fbc5a0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexhookabove.glif index e093982f6..c9d089048 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflexhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflextilde.glif index e0d02a56c..dd089d4c3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_circumflextilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dblgrave.glif index 1b4dd7cc4..21ce43e53 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dieresis.glif index 19e29a891..b70d52426 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dieresis.glif @@ -1,21 +1,21 @@ - + Adieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dotbelow.glif index 164b9b454..751cc48d6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_grave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_grave.glif index 5dd66c895..2b9d75320 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_grave.glif @@ -1,21 +1,21 @@ - + Agrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_hookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_hookabove.glif index 5c3e1675a..501aba8da 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_hookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_invertedbreve.glif index 041e9bfd1..bfebc5392 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_invertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_macron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_macron.glif index f2132ebed..f26b4c6f4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_macron.glif @@ -1,21 +1,21 @@ - + Amacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ogonek.glif index 310510bd1..a26cba460 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ogonek.glif @@ -1,25 +1,21 @@ - + Aogonek - - - + + + - + - assembly - NPUSHB[ ] /* 68 values pushed */ -32 1 6 3 2 1 5 2 3 1 0 5 3 74 14 1 2 1 73 8 1 6 0 1 2 6 1 98 7 1 5 0 0 5 0 95 0 3 3 17 75 4 1 2 2 18 2 76 30 30 0 0 30 33 30 33 0 29 0 28 17 17 17 25 37 9 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif index bc4c5781e..d3ae2db9b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ring.glif @@ -1,38 +1,21 @@ - + Aring - - - + + + - + - assembly - PUSHB[ ] /* 8 values pushed */ -35 17 4 3 6 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 30 values pushed */ -0 2 7 1 5 4 2 5 99 8 1 6 0 0 1 6 0 98 0 4 4 25 75 3 1 1 1 18 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 33 values pushed */ -0 4 5 6 5 4 6 112 0 2 7 1 5 4 2 5 99 8 1 6 0 0 1 6 0 98 3 1 1 1 18 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 20 values pushed */ -33 33 20 20 33 36 33 36 20 32 20 31 38 22 39 17 16 9 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ringacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ringacute.glif index 7e49289f2..f1e06066e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_ringacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_tilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_tilde.glif index 4ecb48a24..575ab4966 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/A_tilde.glif @@ -1,21 +1,21 @@ - + Atilde - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/B_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/B_.glif index 9c7c13326..e90530815 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/B_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/B_.glif @@ -1,97 +1,71 @@ - + B - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -24 1 6 5 46 1 7 6 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 5 0 6 7 5 6 99 0 4 4 2 91 3 1 2 2 17 75 8 1 7 7 0 92 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 36 values pushed */ -0 5 0 6 7 5 6 99 0 2 2 17 75 0 4 4 3 91 0 3 3 25 75 8 1 7 7 0 92 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 40 values pushed */ -0 5 0 6 7 5 6 99 0 2 2 17 75 0 4 4 3 91 0 3 3 25 75 0 1 1 18 75 8 1 7 7 0 92 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -39 39 39 49 39 48 39 66 55 34 33 34 53 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/B_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/B_dotaccent.glif index 501aa1806..1a686ccba 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/B_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/B_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_.glif index 971dcc0b2..c32388094 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_.glif @@ -1,59 +1,55 @@ - + C - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 49 values pushed */ -3 1 0 3 20 4 2 1 0 21 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 32 0 31 38 38 39 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif index 056897a9a..d38b4050a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_R_.glif @@ -8,7 +8,7 @@ CR com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_acute.glif index 824992b79..a97806cac 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_acute.glif @@ -1,20 +1,20 @@ - + Cacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_caron.glif index 07385c383..69665b645 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_caron.glif @@ -1,20 +1,20 @@ - + Ccaron - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedilla.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedilla.glif index f52757dbc..4ac1f3b9d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedilla.glif @@ -1,37 +1,20 @@ - + Ccedilla - + - assembly - NPUSHB[ ] /* 24 values pushed */ -43 1 5 4 44 11 2 0 5 12 1 1 0 31 24 2 3 1 23 1 2 3 5 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -6 1 5 5 4 91 0 4 4 25 75 0 0 0 1 91 0 1 1 18 75 0 3 3 2 91 0 2 2 22 2 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 29 values pushed */ -0 3 0 2 3 2 95 6 1 5 5 4 91 0 4 4 25 75 0 0 0 1 91 0 1 1 18 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 48 0 47 43 36 36 22 38 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedillaacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedillaacute.glif index 884ee2c6c..5d5d464ea 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_cedillaacute.glif @@ -1,18 +1,18 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_circumflex.glif index d911b5fda..a0b7c7c8c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_circumflex.glif @@ -1,20 +1,20 @@ - + Ccircumflex - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_dotaccent.glif index 2690ca708..8c3e40cad 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/C_dotaccent.glif @@ -1,20 +1,20 @@ - + Cdotaccent - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_.glif index 3553315e3..4f3181c5a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_.glif @@ -1,83 +1,57 @@ - + D - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -30 1 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 24 values pushed */ -0 4 4 2 91 3 1 2 2 17 75 6 1 5 5 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -42 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 4 4 2 91 3 1 2 2 17 75 0 1 1 18 75 6 1 5 5 0 91 0 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 32 values pushed */ -0 2 2 17 75 0 4 4 3 89 0 3 3 17 75 0 1 1 18 75 6 1 5 5 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -19 19 19 33 19 32 41 49 33 50 34 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif index b3b7bc786..e229fd462 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_caron.glif index 2152116b6..9162c33e5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_Z_caron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_caron.glif index e861b7a09..a2d880419 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_caron.glif @@ -1,21 +1,21 @@ - + Dcaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_croat.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_croat.glif index e2fd49d25..0653f5f54 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_croat.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_croat.glif @@ -1,20 +1,20 @@ - + Dcroat - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotaccent.glif index 92f4996c4..2b30b84dc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotbelow.glif index bcb0db816..bec7e9a70 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif index 4f87c1e8f..ded6a6ac3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_elta.glif @@ -12,7 +12,11 @@ uni0394 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_linebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_linebelow.glif index 4ae62c669..6e05fbbce 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_linebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_z.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_z.glif index 04b49d0ec..0ea33d431 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_z.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_z.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_zcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_zcaron.glif index 14302d594..6a019d3a8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/D_zcaron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:38 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_.glif index ba01b4574..43a6807cc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_.glif @@ -1,38 +1,34 @@ - + E - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 44 values pushed */ -0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:17 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_acute.glif index 90c42abb0..d1f1f6128 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_acute.glif @@ -1,22 +1,22 @@ - + Eacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_breve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_breve.glif index 997ec318d..4f363a864 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_breve.glif @@ -1,22 +1,22 @@ - + Ebreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_caron.glif index 6f239836a..c54380168 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_caron.glif @@ -1,22 +1,22 @@ - + Ecaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_cedillabreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_cedillabreve.glif index 617c56a41..7c56fcb8d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_cedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_cedillabreve.glif @@ -1,20 +1,20 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:45 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflex.glif index ce0218eba..791da6903 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflex.glif @@ -1,22 +1,22 @@ - + Ecircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexacute.glif index 9ee9edcaf..8b400edc9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexdotbelow.glif index 5328bf026..a9dcaddf8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexgrave.glif index 72c10be53..db287f4ca 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexgrave.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexhookabove.glif index f717b7e3e..7ac66ca9d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflexhookabove.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflextilde.glif index 34d5a623f..63b471c2f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_circumflextilde.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dblgrave.glif index cb602f721..6724d388a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dblgrave.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dieresis.glif index 46b3b0ec7..512f97325 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dieresis.glif @@ -1,22 +1,22 @@ - + Edieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotaccent.glif index eeab63cb5..4fb9f75a0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotaccent.glif @@ -1,22 +1,22 @@ - + Edotaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotbelow.glif index 78cc20fce..2b7937f87 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_dotbelow.glif @@ -1,11 +1,11 @@ - + - - - + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_grave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_grave.glif index a07138474..eaf24fcec 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_grave.glif @@ -1,22 +1,22 @@ - + Egrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_hookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_hookabove.glif index 3e51bf8a7..249bb10e6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_hookabove.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_invertedbreve.glif index 987bfc373..85a32e74e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_invertedbreve.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macron.glif index ea5f72988..62a0babd5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macron.glif @@ -1,22 +1,22 @@ - + Emacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macronacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macronacute.glif index 4422b4621..21f26fc37 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macronacute.glif @@ -1,20 +1,20 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macrongrave.glif index bd4207362..e0e695b79 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_macrongrave.glif @@ -1,20 +1,20 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif index 26de7dcf9..4a3a2df95 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ng.glif @@ -1,42 +1,38 @@ - + Eng - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -18 11 9 3 0 1 1 74 6 5 2 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 20 0 20 17 29 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ogonek.glif index 25a457add..1710ff844 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_ogonek.glif @@ -1,26 +1,22 @@ - + Eogonek - - - + + + - + - assembly - NPUSHB[ ] /* 65 values pushed */ -17 1 4 3 18 1 5 4 2 74 0 0 0 1 2 0 1 97 0 4 0 5 4 5 95 9 1 8 8 7 89 0 7 7 17 75 0 2 2 3 89 6 1 3 3 18 3 76 0 0 0 33 0 33 17 23 37 37 17 17 17 17 10 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_th.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_th.glif index d33494543..4a6506a94 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_th.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_th.glif @@ -1,54 +1,32 @@ - + Eth - - - + + + - - - - + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -38 1 9 2 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 34 values pushed */ -7 1 3 8 1 2 9 3 2 98 0 6 6 4 91 5 1 4 4 17 75 10 1 9 9 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -42 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 38 values pushed */ -7 1 3 8 1 2 9 3 2 98 0 6 6 4 91 5 1 4 4 17 75 0 1 1 18 75 10 1 9 9 0 91 0 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 42 values pushed */ -7 1 3 8 1 2 9 3 2 98 0 4 4 17 75 0 6 6 5 89 0 5 5 17 75 0 1 1 18 75 10 1 9 9 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 18 values pushed */ -23 23 23 41 23 40 17 19 41 49 33 17 17 50 34 11 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey D com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_tilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_tilde.glif index 4b5701003..9bddfc6fd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_tilde.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif index 0f2f0ef2e..ce48363c5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zh.glif @@ -1,44 +1,44 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:46:07 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zhcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zhcaron.glif index 8b235e407..f84e5359b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/E_zhcaron.glif @@ -1,16 +1,16 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:45:59 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/F_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/F_.glif index 753a6bc88..fb4022bee 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/F_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/F_.glif @@ -1,34 +1,30 @@ - + F - - + + - - - - - - - - - - + + + + + + + + + + - assembly - NPUSHB[ ] /* 38 values pushed */ -0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:45:43 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/F_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/F_dotaccent.glif index 4f1e478ee..a4b3a0b89 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/F_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/F_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:46:12 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_.glif index ce3910147..4de0fa77b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_.glif @@ -1,66 +1,62 @@ - + G - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - assembly - NPUSHB[ ] /* 48 values pushed */ -21 1 3 2 22 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 38 38 38 39 16 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_breve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_breve.glif index e65aae45e..0c6e05ad4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_breve.glif @@ -1,20 +1,20 @@ - + Gbreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_caron.glif index 8112011ab..aa1d08658 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_caron.glif @@ -1,20 +1,20 @@ - + Gcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_circumflex.glif index b7b33d3f7..b358e8a68 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_circumflex.glif @@ -1,20 +1,20 @@ - + Gcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_commaaccent.glif index 65c58e07d..8b54aeade 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_commaaccent.glif @@ -1,20 +1,20 @@ - + Gcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_dotaccent.glif index 8190a987e..f9b2595e4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_dotaccent.glif @@ -1,20 +1,20 @@ - + Gdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_ermandbls.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_ermandbls.glif index 24793486a..fde5e7cb7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_ermandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_ermandbls.glif @@ -1,91 +1,65 @@ - + uni1E9E - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 18 values pushed */ -35 1 2 6 34 1 5 2 23 1 4 5 22 1 3 4 4 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 18 values pushed */ -35 1 2 6 34 1 5 2 23 1 4 5 22 1 7 4 4 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 45 values pushed */ -0 1 0 6 0 1 6 112 0 2 6 5 6 2 5 112 0 5 4 6 5 4 110 0 6 6 0 91 0 0 0 17 75 0 4 4 3 92 7 1 3 3 26 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 49 values pushed */ -0 1 0 6 0 1 6 112 0 2 6 5 6 2 5 112 0 5 4 6 5 4 110 0 6 6 0 91 0 0 0 17 75 0 7 7 18 75 0 4 4 3 92 0 3 3 26 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 11 values pushed */ -20 36 21 37 38 18 20 34 8 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_macron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_macron.glif index b55a1f959..148e10f0b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/G_macron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_.glif index fc258f2b8..2ba6f13a5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_.glif @@ -1,36 +1,32 @@ - + H - - + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 36 values pushed */ -0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif index baab9a7c8..d30c9bd02 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_bar.glif @@ -1,48 +1,44 @@ - + Hbar - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 53 values pushed */ -0 11 0 2 1 11 2 97 8 1 6 6 17 75 10 4 2 0 0 5 89 9 7 2 5 5 20 75 3 1 1 1 18 1 76 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_brevebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_brevebelow.glif index 7165dc53e..0330a823e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_brevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_brevebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_circumflex.glif index 8ba12c956..ccf555002 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_circumflex.glif @@ -1,20 +1,20 @@ - + Hcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_dotbelow.glif index 7fb2f902e..c6ce325cd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/H_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.glif index 88ef5a038..9cbf73752 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.glif @@ -1,30 +1,26 @@ - + I - - - - + + + + - - - + + + - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif index ce1621658..8f86e133b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_.uc.glif @@ -1,21 +1,21 @@ - + I.uc - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif index a0bdb5a5d..8bf162cb8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J_.glif @@ -1,24 +1,24 @@ - + IJ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J__acutecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J__acutecomb.glif index fbacea186..148065284 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_J__acutecomb.glif @@ -1,28 +1,24 @@ - + IJ_acutecomb - - - - - - + + + + + + - - + + - assembly - NPUSHB[ ] /* 43 values pushed */ -13 12 8 6 5 1 6 1 72 25 1 0 71 4 2 3 3 1 1 17 75 0 0 0 18 0 76 18 18 14 14 18 35 18 35 14 17 14 17 31 5 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_acute.glif index a1992a373..2dccc71fa 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_acute.glif @@ -1,22 +1,22 @@ - + Iacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_breve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_breve.glif index 4d83341c9..748c82599 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_breve.glif @@ -1,22 +1,22 @@ - + Ibreve - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_caron.glif index 20b290a94..2224e3344 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_circumflex.glif index 7f3934b45..83074a8d6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_circumflex.glif @@ -1,22 +1,22 @@ - + Icircumflex - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dblgrave.glif index 79665c251..5b56753b7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresis.glif index f973d1b89..ae531ec0f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresis.glif @@ -1,22 +1,22 @@ - + Idieresis - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresisacute.glif index 887d88cd4..898102874 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotaccent.glif index 88f8bb601..257fbe711 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotaccent.glif @@ -1,22 +1,22 @@ - + Idotaccent - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotbelow.glif index 6384abd94..64877f718 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_grave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_grave.glif index 8665c6284..3ffb1ac59 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_grave.glif @@ -1,22 +1,22 @@ - + Igrave - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_hookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_hookabove.glif index 19aa7f13b..153e6ac11 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_hookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_invertedbreve.glif index 9713a433d..cdab76604 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_invertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_macron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_macron.glif index 81ac029a4..a751a9824 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_macron.glif @@ -1,22 +1,22 @@ - + Imacron - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_ogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_ogonek.glif index 0f34573fc..94bc196df 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_ogonek.glif @@ -1,26 +1,22 @@ - + Iogonek - - - - + + + + - + - assembly - NPUSHB[ ] /* 35 values pushed */ -8 1 0 3 9 1 1 0 2 74 0 0 0 1 0 1 95 0 2 2 17 75 0 3 3 18 3 76 17 24 37 36 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_tilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_tilde.glif index aeb86702c..827415bac 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/I_tilde.glif @@ -1,22 +1,22 @@ - + Itilde - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/J_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/J_.glif index 1356f5e6a..59baac829 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/J_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/J_.glif @@ -1,39 +1,35 @@ - + J - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 20 values pushed */ -7 1 0 71 1 1 0 0 17 0 76 0 0 0 17 0 17 2 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/J_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/J_circumflex.glif index 2d26f53ed..f8ca868bb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/J_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/J_circumflex.glif @@ -1,20 +1,20 @@ - + Jcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/K_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/K_.glif index 21e45a695..13e21ac88 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/K_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/K_.glif @@ -1,44 +1,40 @@ - + K - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -23 20 14 3 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 24 23 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/K_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/K_commaaccent.glif index d02d0efa3..775801dd6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/K_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/K_commaaccent.glif @@ -1,20 +1,20 @@ - + Kcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_.glif index 9fda0cbb5..83f619b85 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_.glif @@ -1,32 +1,28 @@ - + L - - - - + + + + - - - - - - + + + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -3 1 2 2 17 75 0 0 0 1 90 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif index 1c0eac4df..4c5a6ffd1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_J_.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_acute.glif index 536eae596..14435d456 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_acute.glif @@ -1,22 +1,22 @@ - + Lacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_caron.glif index 0d691f30b..6efb25598 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_caron.glif @@ -1,32 +1,32 @@ - + Lcaron - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -35,7 +35,7 @@ Lcaron com.schriftgestaltung.Glyphs.glyph.leftMetricsKey L com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:24 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_commaaccent.glif index d7fafed63..c86852787 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_commaaccent.glif @@ -1,22 +1,22 @@ - + Lcommaaccent - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif index 37eb62cc0..6e09ffd2d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dot.glif @@ -1,22 +1,27 @@ - + Ldot - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dotbelow.glif index e0788b687..a10118a81 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_j.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_j.glif index 19f418377..7d9fd7216 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_j.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_j.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_linebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_linebelow.glif index e82bb451b..5fe77b582 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_linebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_slash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_slash.glif index dc9da67d8..a5a9f94b8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/L_slash.glif @@ -1,36 +1,32 @@ - + Lslash - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -10 9 4 3 4 2 1 1 74 0 1 1 17 75 3 1 2 2 0 90 0 0 0 18 0 76 0 0 0 13 0 13 21 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_.glif index 1b124b7f9..ede66233d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_.glif @@ -1,43 +1,39 @@ - + M - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 38 values pushed */ -14 9 2 3 1 0 1 74 12 1 1 71 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 18 0 18 25 17 20 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotaccent.glif index 748037d62..15ade9d56 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotbelow.glif index e767efefb..14f0a5180 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/M_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_.glif index 6f6b450b0..abeb7c145 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_.glif @@ -1,38 +1,34 @@ - + N - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 33 values pushed */ -9 2 2 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif index 23ed43591..3827d3900 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_J_.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_acute.glif index 8f3985127..b56fe174a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_acute.glif @@ -1,20 +1,20 @@ - + Nacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_caron.glif index 221143e49..2a5e6da29 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_caron.glif @@ -1,20 +1,20 @@ - + Ncaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_commaaccent.glif index 8fd998925..600d1f3b8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_commaaccent.glif @@ -1,20 +1,20 @@ - + Ncommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotaccent.glif index 2f873090c..46438b2f6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotbelow.glif index 97e40756c..ca85d9d18 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_j.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_j.glif index 9c1267ebf..50e7b1dd1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_j.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_j.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_linebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_linebelow.glif index ef82bf6e9..36885ab1a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_linebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_tilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_tilde.glif index 4a2097893..592a0b5d9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/N_tilde.glif @@ -1,20 +1,20 @@ - + Ntilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_.glif index 4662a8c11..68405897a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_.glif @@ -1,54 +1,50 @@ - + O - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 37 37 38 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:29:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif index 2f88bf6f3..537b5968d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_E_.glif @@ -1,98 +1,63 @@ - + OE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -23 1 0 7 9 1 2 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 35 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 6 1 5 5 25 75 11 9 2 2 2 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 45 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 6 1 5 5 25 75 0 2 2 3 91 4 1 3 3 18 75 11 1 9 9 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -42 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 54 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 0 5 5 25 75 8 10 2 7 7 6 89 0 6 6 17 75 0 2 2 3 89 0 3 3 18 75 11 1 9 9 4 91 0 4 4 26 4 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 51 values pushed */ -0 0 0 1 2 0 1 97 0 8 8 5 91 0 5 5 25 75 10 1 7 7 6 89 0 6 6 17 75 0 2 2 3 89 0 3 3 18 75 11 1 9 9 4 91 0 4 4 26 4 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 24 values pushed */ -27 27 0 0 27 40 27 39 34 32 0 26 0 26 19 38 35 17 17 17 17 12 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_acute.glif index 75e1cce5e..c2cf5c91c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_acute.glif @@ -1,24 +1,24 @@ - + Oacute - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_breve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_breve.glif index c9ab6c0d9..13d4d02d7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_breve.glif @@ -1,24 +1,24 @@ - + Obreve - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_caron.glif index 604ceb5a1..d4c4074cd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_caron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflex.glif index 0724392a2..3ec3deb9e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflex.glif @@ -1,24 +1,24 @@ - + Ocircumflex - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexacute.glif index 146967b66..7f76a388e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexacute.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexdotbelow.glif index e06703c6c..a06cfac9e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexdotbelow.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexgrave.glif index 7508963ae..94585c769 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexgrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexhookabove.glif index 27c110fec..1622fdc6a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflexhookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflextilde.glif index eb1a44148..ab7a88cdf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_circumflextilde.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dblgrave.glif index 310c8b050..125ba1f37 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dblgrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresis.glif index 153b94c6b..a2d738557 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresis.glif @@ -1,24 +1,24 @@ - + Odieresis - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresismacron.glif index 789ecb393..511df289b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dieresismacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotaccentmacron.glif index 72e590cf2..6f5dbbcdc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotaccentmacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotbelow.glif index a8020a9ff..0c1191743 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_dotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_grave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_grave.glif index a5ad1e5b8..f8cd01e2e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_grave.glif @@ -1,24 +1,24 @@ - + Ograve - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif index 92948057f..40c81783a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hm.glif @@ -1,54 +1,50 @@ - + uni2126 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -34 5 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hookabove.glif index 8fcc9d224..70fe4c65e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif index b2a76c00f..01e0c7b80 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horn.glif @@ -1,36 +1,40 @@ - + - - - - - + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:51:27 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornacute.glif index 3d8baad15..e03ba9fd7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornacute.glif @@ -1,13 +1,13 @@ - + - - - + + + - - + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horndotbelow.glif index 04ae2b0b6..6e7d4d3ad 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horndotbelow.glif @@ -1,21 +1,21 @@ - + - - - + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horngrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horngrave.glif index 6efc58ff4..2fcade10d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horngrave.glif @@ -1,13 +1,13 @@ - + - - - + + + - - + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornhookabove.glif index e2d754e18..b83b1d814 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hornhookabove.glif @@ -1,13 +1,13 @@ - + - - - + + + - - + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horntilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horntilde.glif index c268ed732..669e812b7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_horntilde.glif @@ -1,13 +1,13 @@ - + - - - + + + - - + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hungarumlaut.glif index 41df99520..1ca1cb5e9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_hungarumlaut.glif @@ -1,24 +1,24 @@ - + Ohungarumlaut - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_invertedbreve.glif index 03ce9d6d6..9e06a422a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_invertedbreve.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macron.glif index b6089b04c..89a28eb55 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macron.glif @@ -1,24 +1,24 @@ - + Omacron - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macronacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macronacute.glif index 1c850aa9c..1f968a2e2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macronacute.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macrongrave.glif index fe07e5954..d16d1284f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_macrongrave.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif index b13ff8aa7..92ff0c244 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_mega.glif @@ -12,7 +12,11 @@ uni03A9 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_ogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_ogonek.glif index 77f52c488..5899042cd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_ogonek.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slash.glif index 5886f72cc..f692b2fa9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slash.glif @@ -1,6 +1,6 @@ - + Oslash @@ -8,76 +8,72 @@ Oslash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 73 values pushed */ -20 1 2 1 39 38 30 29 11 5 3 2 8 1 0 3 3 74 23 1 2 1 73 22 21 2 1 72 10 9 2 0 71 4 1 2 2 1 91 0 1 1 25 75 5 1 3 3 0 91 0 0 0 26 0 76 33 33 24 24 33 41 33 40 24 32 24 31 42 37 6 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slashacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slashacute.glif index 090cbea79..b6ade6c30 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_slashacute.glif @@ -1,6 +1,6 @@ - + Oslashacute @@ -13,7 +13,7 @@ Oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tilde.glif index c343d8550..1aaaa6883 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tilde.glif @@ -1,24 +1,24 @@ - + Otilde - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildeacute.glif index 7f50882b7..3f880e3f7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildeacute.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildedieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildedieresis.glif index ecefe5dde..e6dc1ae46 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildedieresis.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildemacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildemacron.glif index 80ebd1b5e..d6f257bec 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/O_tildemacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/P_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/P_.glif index 1d7656a05..e864a0af6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/P_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/P_.glif @@ -1,71 +1,54 @@ - + P - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -25 1 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -7 1 5 0 2 3 5 2 100 0 4 4 0 91 1 6 2 0 0 17 75 0 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -7 1 5 0 2 3 5 2 100 6 1 0 0 17 75 0 4 4 1 91 0 1 1 25 75 0 3 3 18 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 23 values pushed */ -17 17 1 0 17 28 17 27 22 20 15 14 12 10 5 3 0 16 1 16 8 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/P_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/P_dotaccent.glif index 4f1eb1e1c..3712fb96d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/P_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/P_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Q_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Q_.glif index 734b3e661..ea981290f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Q_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Q_.glif @@ -1,49 +1,49 @@ - + Q - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 51 values pushed */ -32 1 2 4 6 1 0 2 7 1 1 0 3 74 0 0 0 1 0 1 95 0 5 5 3 91 0 3 3 25 75 0 4 4 2 91 0 2 2 26 2 76 37 41 38 21 37 34 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_.glif index 1490d633d..d4e5aa9a6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_.glif @@ -1,79 +1,62 @@ - + R - - + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -29 1 1 6 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -7 1 6 0 1 0 6 1 98 0 5 5 3 91 4 1 3 3 17 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -7 1 6 0 1 0 6 1 98 0 3 3 17 75 0 5 5 4 91 0 4 4 25 75 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -30 30 30 42 30 40 44 34 33 17 53 21 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_acute.glif index 9c0629814..733ef96c2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_acute.glif @@ -1,20 +1,20 @@ - + Racute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_caron.glif index 9b60c6a12..22e1f0203 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_caron.glif @@ -1,20 +1,20 @@ - + Rcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_commaaccent.glif index af06ff4d1..fd83721e1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_commaaccent.glif @@ -1,20 +1,20 @@ - + Rcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dblgrave.glif index 5688a5746..92aaf3b5a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dblgrave.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dotbelow.glif index af1444312..46e25984d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_invertedbreve.glif index efe7712a4..f3957291e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_invertedbreve.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_linebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_linebelow.glif index 44aff5d62..ec4e1489e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/R_linebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_.glif index 08e068b99..1bdd535a8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_.glif @@ -1,62 +1,58 @@ - + S - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 43 values pushed */ -20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 37 44 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acute.glif index 32114c41a..4e2420868 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acute.glif @@ -1,20 +1,20 @@ - + Sacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acutedotaccent.glif index 46e0fb018..2ed6bcf8a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_acutedotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_caron.glif index a2c09d6c8..f4f0ed48e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_caron.glif @@ -1,20 +1,20 @@ - + Scaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_carondotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_carondotaccent.glif index f82db5c6d..f5fc4456a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_carondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_carondotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_cedilla.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_cedilla.glif index 36fe36eb3..41c8097ca 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_cedilla.glif @@ -1,37 +1,20 @@ - + Scedilla - - + + - + - assembly - NPUSHB[ ] /* 24 values pushed */ -2 1 0 5 42 3 2 4 0 41 21 2 3 4 30 1 2 3 29 1 1 2 5 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 0 0 5 91 6 1 5 5 25 75 0 4 4 3 91 0 3 3 26 75 0 2 2 1 91 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 29 values pushed */ -0 2 0 1 2 1 95 0 0 0 5 91 6 1 5 5 25 75 0 4 4 3 91 0 3 3 26 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 18 values pushed */ -0 0 0 60 0 59 47 45 38 37 33 31 27 25 37 7 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif index 0764d2354..472f568fd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_chwa.glif @@ -1,45 +1,45 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:28:51 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_circumflex.glif index 8a1ae4552..e1642ee86 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_circumflex.glif @@ -1,20 +1,20 @@ - + Scircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_commaaccent.glif index ba88cfd99..8c6f365ab 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_commaaccent.glif @@ -1,20 +1,20 @@ - + Scommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotaccent.glif index c5a112a04..a79aadf53 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelow.glif index c01d87b29..15e221f88 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelowdotaccent.glif index 5cebf7d81..51c9a24a6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/S_dotbelowdotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_.glif index 83eae610b..a18e88f91 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_.glif @@ -1,33 +1,29 @@ - + T - - - + + + - - - - - - - - + + + + + + + + - assembly - NPUSHB[ ] /* 30 values pushed */ -4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif index f268efd17..2c43ecd78 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_bar.glif @@ -1,38 +1,34 @@ - + Tbar - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 44 values pushed */ -4 1 0 3 1 1 2 0 1 97 8 7 2 5 5 6 89 0 6 6 17 75 0 2 2 18 2 76 0 0 0 15 0 15 17 17 17 17 17 17 17 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_caron.glif index 5166a536a..d390b610f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_caron.glif @@ -1,21 +1,21 @@ - + Tcaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_cedilla.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_cedilla.glif index 0ae721768..b1cfdf0e6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_cedilla.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_commaaccent.glif index c2e16a5c8..84462f85d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_commaaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotaccent.glif index ede8d2c74..344fbe880 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotbelow.glif index 9873831e1..4f6b37f62 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif index fc91d3bf8..048fa2f9f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_horn.glif @@ -1,57 +1,53 @@ - + Thorn - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 46 values pushed */ -10 1 4 3 24 1 5 4 2 74 0 3 0 4 5 3 4 99 0 5 0 0 1 5 0 100 0 2 2 17 75 0 1 1 18 1 76 37 35 37 17 18 34 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_linebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_linebelow.glif index e4847d330..2c4da80f0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/T_linebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_.glif index efcf45a00..ed611fbe5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_.glif @@ -1,53 +1,49 @@ - + U - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 24 values pushed */ -2 1 0 0 17 75 0 1 1 3 92 0 3 3 26 3 76 36 19 37 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_acute.glif index ff78f4318..84f8743ba 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_acute.glif @@ -1,22 +1,22 @@ - + Uacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_breve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_breve.glif index a9dd77940..ce33e492a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_breve.glif @@ -1,22 +1,22 @@ - + Ubreve - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_caron.glif index 22cc5ad98..b98c12156 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_circumflex.glif index 344baf2dc..159a12963 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_circumflex.glif @@ -1,22 +1,22 @@ - + Ucircumflex - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dblgrave.glif index 9df704b68..f781cd4a1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresis.glif index 49f48107f..e04428190 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresis.glif @@ -1,22 +1,22 @@ - + Udieresis - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisacute.glif index 2802830ef..cd9dc86b9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresiscaron.glif index 8c5d54472..6f2072f76 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresiscaron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:41 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisgrave.glif index c742b70ab..6ca2a4f84 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresisgrave.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresismacron.glif index 8376f22cc..bd149b2ac 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dieresismacron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dotbelow.glif index 22a1ea8aa..b91b9f854 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_grave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_grave.glif index c8f3d7860..3cd516b8d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_grave.glif @@ -1,22 +1,22 @@ - + Ugrave - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hookabove.glif index 8b3ca9a53..b33186764 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif index 64307faa0..c7ef338fd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horn.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornacute.glif index 450546372..ba2dbff3f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horndotbelow.glif index 105fc76ff..fb7425414 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horndotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horngrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horngrave.glif index c64cd18dc..52c973224 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horngrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornhookabove.glif index 25f7fc57e..a825821c3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hornhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horntilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horntilde.glif index 4242288d4..fd44d9eb5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_horntilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hungarumlaut.glif index 583d7f3f3..6e09364fa 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_hungarumlaut.glif @@ -1,22 +1,22 @@ - + Uhungarumlaut - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_invertedbreve.glif index ea0a44aed..8b54cf439 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_invertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macron.glif index a46b42f6c..77914bf7d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macron.glif @@ -1,22 +1,22 @@ - + Umacron - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macrondieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macrondieresis.glif index 689989781..874e1dfd6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_macrondieresis.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ogonek.glif index 4773c8407..bacfc4c47 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ogonek.glif @@ -1,26 +1,22 @@ - + Uogonek - - - - + + + + - + - assembly - NPUSHB[ ] /* 53 values pushed */ -23 1 2 4 12 1 0 2 13 1 1 0 3 74 0 0 0 1 0 1 95 6 5 2 3 3 17 75 0 4 4 2 92 0 2 2 26 2 76 0 0 0 43 0 43 37 22 39 37 40 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif index f2fe32170..c69a47022 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_ring.glif @@ -1,22 +1,22 @@ - + Uring - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tilde.glif index 1bea8c895..b43519f43 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tilde.glif @@ -1,22 +1,22 @@ - + Utilde - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tildeacute.glif index 5b1057427..700b27b30 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/U_tildeacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/V_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/V_.glif index 5eae6aa5b..e971efa77 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/V_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/V_.glif @@ -1,33 +1,29 @@ - + V - - + + - - - - - - - - - + + + + + + + + + - assembly - NPUSHB[ ] /* 30 values pushed */ -2 1 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_.glif index 7b636450f..79bcd92f5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_.glif @@ -1,44 +1,40 @@ - + W - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -17 16 11 4 4 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_acute.glif index 209219d7b..b094c203d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_acute.glif @@ -1,20 +1,20 @@ - + Wacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_circumflex.glif index 6b6ec9c42..efe0b8382 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_circumflex.glif @@ -1,20 +1,20 @@ - + Wcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_dieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_dieresis.glif index 5f17911f9..75b004644 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_dieresis.glif @@ -1,20 +1,20 @@ - + Wdieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_grave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_grave.glif index 4d40f4941..7487dbea3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/W_grave.glif @@ -1,20 +1,20 @@ - + Wgrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/X_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/X_.glif index 8ebd7d71d..05f367f2b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/X_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/X_.glif @@ -1,36 +1,32 @@ - + X - - + + - - - - - - - + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 29 values pushed */ -11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_.glif index 1ede1b0c2..1cc560a47 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_.glif @@ -1,36 +1,32 @@ - + Y - - - + + + - - - - - - - - - + + + + + + + + + - + - assembly - NPUSHB[ ] /* 25 values pushed */ -10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_acute.glif index d7a79814b..00566d536 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_acute.glif @@ -1,21 +1,21 @@ - + Yacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_circumflex.glif index f005c0535..011d8711a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_circumflex.glif @@ -1,21 +1,21 @@ - + Ycircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dieresis.glif index 5ed33d0e7..005a627b2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dieresis.glif @@ -1,21 +1,21 @@ - + Ydieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotaccent.glif index a89a6be0e..36b2482ae 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotbelow.glif index 7f110a9d7..7ad50f130 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_grave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_grave.glif index f8436d61b..595e025d2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_grave.glif @@ -1,21 +1,21 @@ - + Ygrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_hookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_hookabove.glif index d056b51c5..15f0a124f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_hookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_macron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_macron.glif index 4b421a574..e62200039 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_macron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_tilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_tilde.glif index 7119ede8a..3b4b63538 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Y_tilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_.glif index a1a18491d..1c915eee4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_.glif @@ -6,32 +6,28 @@ Z - - + + - + - - - - - - - - - - + + + + + + + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_acute.glif index 71874dc92..d0ad70e21 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_acute.glif @@ -6,16 +6,16 @@ Zacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_caron.glif index dd8b41657..ebec89abf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_caron.glif @@ -6,16 +6,16 @@ Zcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotaccent.glif index ac9318e97..41788daed 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotaccent.glif @@ -6,16 +6,16 @@ Zdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotbelow.glif index b9d9cd4f6..049191278 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/Z_dotbelow.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/_notdef.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/_notdef.glif index ae6260c82..f053d2874 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/_notdef.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/_notdef.glif @@ -6,34 +6,30 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -11 5 1 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/_null.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/_null.glif index c046681c8..c44fc6ff4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/_null.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/a.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/a.glif index ea3c1f6c8..93ffeea11 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/a.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/a.glif @@ -1,72 +1,55 @@ - + a - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 11 values pushed */ -16 1 3 2 20 3 2 4 3 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 23 values pushed */ -0 3 3 2 91 0 2 2 28 75 5 1 4 4 0 91 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -0 3 3 2 91 0 2 2 28 75 0 0 0 18 75 5 1 4 4 1 91 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -17 17 17 29 17 28 39 37 35 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:24 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif index 1edd1e424..c051fb3c0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/a.sc.glif @@ -1,52 +1,37 @@ - + A - - - + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 40 values pushed */ -10 1 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 11 8 11 17 17 17 16 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:30:33 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.glif index 2df35a114..1fe26c48b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.glif @@ -1,21 +1,21 @@ - + aacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.sc.glif index 963b6e640..80b56f2bc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.glif index f85dfd58b..eacc72b21 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.glif @@ -1,21 +1,21 @@ - + abreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.sc.glif index a18338bc4..75abad41a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.glif index ece1eca71..2ec72e85a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.sc.glif index 5af6d1034..4e474635c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abreveacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.glif index d9fd9992a..c455c0de5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.sc.glif index 368e69261..faeb6817b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevedotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.glif index 0dda07b4a..8354ef9bd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.sc.glif index 2c50c9799..0be20663c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevegrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.glif index 1ddedcd3c..e10c5d2e8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.sc.glif index 975949e56..89540839f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevehookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.glif index 6c7725e56..212bf17a6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.sc.glif index 559a8a0fe..304903684 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/abrevetilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.glif index a1de64090..c76553c46 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.sc.glif index 10ef8ea0a..7f4fb6486 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.glif index 43a6abd9c..cb94d42c2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.glif @@ -1,21 +1,21 @@ - + acircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.sc.glif index 48a9b426f..830330db1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.glif index 7d6104257..ede797f96 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.sc.glif index 59fc2497b..db07d1e71 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.glif index d15882782..003c3147b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.sc.glif index b3d797f0a..e7f98b8b8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.glif index d9774b216..7813b20eb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.sc.glif index 9d652e1ce..0a10390cf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.glif index c807e4400..d9419f99e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.sc.glif index cdd65a14a..60401245b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflexhookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.glif index 2b5c31a1c..8e1924344 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.sc.glif index d99e5a956..41dad8e7d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acircumflextilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acute.glif index cdf4f44b4..2852856c2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acute.glif @@ -1,28 +1,24 @@ - + acute - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.case.glif index 99838b9fd..f0d825178 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.case.glif @@ -7,22 +7,18 @@ acute - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.glif index 800025095..720c66ba9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/acutecomb.glif @@ -4,26 +4,22 @@ acute - - + + - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.glif index a76daecf7..5da69a3ec 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.sc.glif index 3cdb57353..48bd213f9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adblgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.glif index 26d3b986d..6517aa6d3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.glif @@ -1,21 +1,21 @@ - + adieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.sc.glif index 125739c24..1493eb4c7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.glif index df4dfe29f..e6d075861 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.sc.glif index c197080fc..0e03d12eb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/adotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.glif index 3f7d587de..f54ca77dd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.glif @@ -1,89 +1,85 @@ - + ae - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 73 values pushed */ -23 1 6 2 40 1 9 6 51 10 3 2 4 5 4 3 74 0 9 0 4 5 9 4 99 8 1 6 6 2 91 3 1 2 2 28 75 7 10 2 5 5 0 91 1 1 0 0 26 0 76 0 0 60 59 56 54 50 48 43 41 0 37 0 36 22 36 36 36 38 11 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif index e8abd8f6c..599b28d17 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ae.sc.glif @@ -1,84 +1,47 @@ - + AE - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -PUSHB[ ] /* 7 values pushed */ -14 13 2 7 6 1 74 -ELSE[ ] /* Else */ -PUSHB[ ] /* 7 values pushed */ -14 13 2 8 6 1 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 41 values pushed */ -0 0 0 1 9 0 1 97 11 1 9 0 4 2 9 4 97 8 10 2 7 7 6 89 0 6 6 17 75 0 2 2 3 89 5 1 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 47 values pushed */ -0 8 6 7 7 8 104 0 0 0 1 9 0 1 97 11 1 9 0 4 2 9 4 97 10 1 7 7 6 90 0 6 6 17 75 0 2 2 3 89 5 1 3 3 18 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 24 values pushed */ -18 18 0 0 18 21 18 21 20 19 0 17 0 17 19 17 17 17 17 17 17 12 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:48:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.glif index 854b748e5..fc6bd3523 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.glif @@ -1,20 +1,20 @@ - + aeacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.sc.glif index a3b8e347c..20687fc39 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aeacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:21:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.glif index bbc1a4c63..068921b83 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.glif @@ -1,21 +1,21 @@ - + agrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.sc.glif index 137cc4d5a..3a60130cf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/agrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.glif index 245106063..950e3bdb6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.sc.glif index 8e40c407e..0934968d7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ahookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.glif index b2b4f0023..1a1032083 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.sc.glif index d7357c356..8bbd81b76 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ainvertedbreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.glif index d007e504f..d3b508cb9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.glif @@ -1,21 +1,21 @@ - + amacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.sc.glif index 3dc944fac..e8b269629 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/amacron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ampersand.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ampersand.glif index 56782c73d..14dbcd32c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ampersand.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ampersand.glif @@ -1,128 +1,102 @@ - + ampersand - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 24 values pushed */ -58 1 5 6 42 26 2 0 5 79 75 51 49 45 6 6 1 0 16 1 2 1 4 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 24 values pushed */ -58 1 5 6 42 26 2 0 5 79 75 51 49 45 6 6 7 0 16 1 2 1 4 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 31 values pushed */ -0 5 0 0 1 5 0 97 0 6 6 4 91 0 4 4 25 75 7 1 1 1 2 91 3 1 2 2 26 2 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 41 values pushed */ -0 5 0 0 7 5 0 97 0 6 6 4 91 0 4 4 25 75 0 7 7 2 91 3 1 2 2 26 75 0 1 1 2 91 3 1 2 2 26 2 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -74 72 66 64 56 54 45 35 34 39 16 8 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.glif index 0b1ae4491..03c38da85 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.glif @@ -1,25 +1,21 @@ - + aogonek - - - + + + - + - assembly - NPUSHB[ ] /* 73 values pushed */ -28 1 4 2 41 15 2 5 4 2 1 3 1 3 1 0 3 4 74 29 1 2 72 6 1 3 0 0 3 0 95 0 4 4 2 91 0 2 2 28 75 7 1 5 5 1 91 0 1 1 26 1 76 38 38 0 0 38 50 38 49 44 42 0 37 0 36 37 42 37 8 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.sc.glif index 40544bb72..eb96769f7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aogonek.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/apostrophemod.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/apostrophemod.glif index 23db6fd3c..92ce1b5b7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/apostrophemod.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/apostrophemod.glif @@ -5,22 +5,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/approxequal.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/approxequal.glif index 160587241..8522cdf4e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/approxequal.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/approxequal.glif @@ -6,13 +6,18 @@ approxequal - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.glif index d6b955016..0b539e98a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.glif @@ -1,21 +1,21 @@ - + aring - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.sc.glif index 2a3789dcc..7610b784c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aring.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.glif index 2958e75db..c59033226 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.sc.glif index 1eb2bda5a..c75ea8090 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/aringacute.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asciicircum.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asciicircum.glif index 296f1fcf2..905255e7e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asciicircum.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asciicircum.glif @@ -7,29 +7,19 @@ asciicircum - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -3 1 0 2 1 74 3 1 2 0 2 114 1 1 0 0 105 0 0 0 6 0 6 18 17 4 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asciitilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asciitilde.glif index d590a7130..e84ba89ba 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asciitilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asciitilde.glif @@ -7,48 +7,38 @@ asciitilde - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 43 values pushed */ -12 11 2 3 0 25 24 2 2 1 2 74 0 0 0 3 1 0 3 99 0 1 2 2 1 87 0 1 1 2 91 0 2 1 2 79 36 37 36 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asterisk.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asterisk.glif index b1b2aeac4..13a865b31 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asterisk.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/asterisk.glif @@ -7,46 +7,42 @@ asterisk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -29 28 26 22 21 19 18 16 14 13 11 7 6 4 3 1 16 1 0 1 74 0 1 1 0 89 0 0 0 19 1 76 30 24 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/at.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/at.case.glif index b3fdb1206..7a18cac5e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/at.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/at.case.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,11 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/at.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/at.glif index f6d0bb381..cba414e2c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/at.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/at.glif @@ -1,114 +1,88 @@ - + at - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 20 values pushed */ -30 29 2 8 2 72 15 2 3 8 56 1 5 0 57 1 6 5 4 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 40 values pushed */ -0 2 0 8 3 2 8 99 0 5 0 6 5 6 95 0 4 4 7 91 10 1 7 7 25 75 11 9 2 3 3 0 91 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 42 values pushed */ -0 5 0 6 5 6 95 0 4 4 7 91 10 1 7 7 25 75 0 8 8 2 91 0 2 2 20 75 11 9 2 3 3 0 91 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 50 values pushed */ -0 2 0 8 3 2 8 99 0 5 0 6 5 6 95 0 4 4 7 91 10 1 7 7 25 75 0 3 3 0 91 1 1 0 0 18 75 11 1 9 9 0 91 1 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 24 values pushed */ -69 69 0 0 69 81 69 80 76 74 0 68 0 67 37 38 37 42 38 41 38 12 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.glif index deafd25ec..6a1ea56e0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.glif @@ -1,21 +1,21 @@ - + atilde - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.sc.glif index 1560d1447..8dfc11cd8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/atilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/b.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/b.glif index 9782f999a..ad20a29b3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/b.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/b.glif @@ -1,62 +1,58 @@ - + b - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 62 values pushed */ -28 14 2 4 3 9 1 0 4 2 74 10 1 0 71 0 1 1 19 75 0 3 3 2 91 5 1 2 2 28 75 6 1 4 4 0 91 0 0 0 26 0 76 18 18 0 0 18 30 18 29 25 23 0 17 0 16 20 37 7 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif index b2f23b301..98ff0308d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/b.sc.glif @@ -1,109 +1,72 @@ - + B - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 10 values pushed */ -24 1 6 5 46 1 7 6 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 5 0 6 7 5 6 99 0 4 4 2 91 3 1 2 2 17 75 8 1 7 7 0 92 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 36 values pushed */ -0 5 0 6 7 5 6 99 0 2 2 17 75 0 4 4 3 91 0 3 3 25 75 8 1 7 7 0 92 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 40 values pushed */ -0 5 0 6 7 5 6 99 0 2 2 17 75 0 4 4 3 91 0 3 3 25 75 0 1 1 18 75 8 1 7 7 0 92 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -39 39 39 49 39 48 39 66 55 34 33 34 53 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:31:32 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.case.glif index 4b72a197d..ef68f42dd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.case.glif @@ -6,31 +6,16 @@ backslash - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -0 1 0 1 115 0 0 0 19 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 9 values pushed */ -0 0 1 0 114 0 1 1 105 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 5 values pushed */ -17 16 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.glif index 19edf0593..d12980e21 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/backslash.glif @@ -7,31 +7,16 @@ backslash - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -0 1 0 1 115 0 0 0 19 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 9 values pushed */ -0 0 1 0 114 0 1 1 105 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 5 values pushed */ -17 16 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bar.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bar.glif index d5323f503..572642195 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bar.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bar.glif @@ -7,20 +7,16 @@ bar - - - - + + + + - assembly - NPUSHB[ ] /* 20 values pushed */ -2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.glif index bb0fe6f0a..cea0a6867 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.sc.glif index 47e8b892e..52832aecf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bitcoin.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bitcoin.glif index f37f8c601..b05c5be27 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bitcoin.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bitcoin.glif @@ -1,9 +1,9 @@ - + - - + + @@ -34,7 +34,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/blackD_iamond.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/blackD_iamond.glif index a731693e9..8d29731c6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/blackD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/blackS_quare.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/blackS_quare.glif index 5e50414bd..b947d4636 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/blackS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.case.glif index 61aa6c456..d0d94f216 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.case.glif @@ -1,54 +1,50 @@ - + braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 41 values pushed */ -51 48 34 30 5 5 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 46 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.glif index 321abf648..0672ad5dd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceleft.glif @@ -1,55 +1,51 @@ - + braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 41 values pushed */ -51 48 34 30 5 5 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 46 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.case.glif index 7a7726a21..bc0045425 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.case.glif @@ -1,54 +1,50 @@ - + braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 41 values pushed */ -51 48 34 30 5 5 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 46 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.glif index a55ae2c5a..5b0c7dc16 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/braceright.glif @@ -1,55 +1,51 @@ - + braceleft - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 41 values pushed */ -51 48 34 30 5 5 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 46 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.case.glif index 09b58e365..baaf49a1a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.case.glif @@ -1,42 +1,38 @@ - + bracketleft - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -24 1 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 36 49 20 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.glif index 4ea82c445..6fdac105e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketleft.glif @@ -1,43 +1,39 @@ - + bracketleft - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -24 1 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 36 49 20 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.case.glif index 4ba12591a..05c659e58 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.case.glif @@ -1,44 +1,40 @@ - + bracketright - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -24 1 1 2 1 74 0 3 0 2 1 3 2 97 0 1 0 0 1 85 0 1 1 0 91 0 0 1 0 79 36 49 20 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.glif index 7898cd219..3569096e5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bracketright.glif @@ -1,45 +1,41 @@ - + bracketright - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 37 values pushed */ -24 1 1 2 1 74 0 3 0 2 1 3 2 97 0 1 0 0 1 85 0 1 1 0 91 0 0 1 0 79 36 49 20 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.case.glif index 8da117984..7126f301a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.case.glif @@ -7,36 +7,32 @@ breve.cap - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 29 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 37 36 37 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.glif index 88411269a..0115a936f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breve.glif @@ -1,42 +1,32 @@ - + breve - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 29 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 37 36 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.case.glif index 1ea6b7a3f..3f126d665 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.case.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.glif index 70a5db74f..2319329c6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevebelowcomb.glif @@ -5,26 +5,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.case.glif index f166f80d2..dd01aa62c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.case.glif @@ -7,36 +7,26 @@ breve - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 29 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 37 36 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.glif index c9570ccb2..7692b2feb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb.glif @@ -8,36 +8,26 @@ breve - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 29 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 37 36 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.case.glif index e6a0eb565..c2b8526b9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.glif index 2833fde95..21f2667ea 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_acutecomb.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.case.glif index 7a467da10..14edb7721 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -4,34 +4,34 @@ - - - - - - + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.glif index ddb2c01a9..8d693b91a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_gravecomb.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.case.glif index 201f2b361..0bf569321 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.glif index 8cc9716bc..cd8e84041 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.case.glif index d0837fb10..3f53226bf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.glif index 4700ceed0..289d96129 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brevecomb_tildecomb.glif @@ -4,54 +4,54 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.case.glif index cef52e9d1..4198ff5f4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.case.glif @@ -7,36 +7,26 @@ breve - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 29 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 37 36 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.glif index 628f89220..67abcceca 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/breveinvertedcomb.glif @@ -8,36 +8,26 @@ breve - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 29 values pushed */ -2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 37 36 37 17 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brokenbar.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brokenbar.glif index 33bd3d6cc..25373c8b3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brokenbar.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/brokenbar.glif @@ -7,26 +7,22 @@ brokenbar - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 45 values pushed */ -4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.case.glif index 276ba679d..c9030b104 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.case.glif @@ -22,12 +22,8 @@ bullet - assembly - NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 38 34 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.glif index 8432e791b..fb9a3756e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bullet.glif @@ -23,12 +23,8 @@ bullet - assembly - NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 38 34 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bulletoperator.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bulletoperator.glif index af869f0c9..4c1a9fb9c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bulletoperator.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/bulletoperator.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/c.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/c.glif index b35987a43..be02e1476 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/c.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/c.glif @@ -1,56 +1,52 @@ - + c - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 46 values pushed */ -2 1 0 3 17 16 3 3 1 0 2 74 0 0 0 3 91 4 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 28 0 27 38 37 37 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif index 22ddcebd1..ebb536538 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/c.sc.glif @@ -1,71 +1,56 @@ - + C - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 49 values pushed */ -3 1 0 3 20 4 2 1 0 21 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 32 0 31 38 38 39 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.glif index 44fd3c275..b4b57c39f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.glif @@ -1,20 +1,20 @@ - + cacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.sc.glif index b0030e784..cd8cca1ec 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.case.glif index 293521516..68e70bf9e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.case.glif @@ -7,23 +7,19 @@ caron.cap - - - - - - - + + + + + + + - assembly - NPUSHB[ ] /* 15 values pushed */ -6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.glif index c7d9048ce..df9e9575c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caron.glif @@ -1,35 +1,25 @@ - + caron - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 15 values pushed */ -6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.alt.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.alt.glif index 8145ad9b0..f032eaf09 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.alt.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.case.glif index 69f5f38c8..a8c292a86 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.case.glif @@ -7,29 +7,19 @@ caron - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 15 values pushed */ -6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.glif index 4d310c60d..803a96107 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/caroncomb.glif @@ -8,29 +8,19 @@ caron - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 15 values pushed */ -6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif index 0f22a8bba..582704267 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.glif @@ -1,20 +1,20 @@ - + ccaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.sc.glif index 4e1407b7b..64dfbe823 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.glif index e18dece90..b9dc5ab8b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.glif @@ -1,37 +1,20 @@ - + ccedilla - - + + - + - assembly - NPUSHB[ ] /* 22 values pushed */ -39 1 4 3 40 10 9 3 0 4 29 22 13 3 2 0 21 1 1 2 4 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 30 values pushed */ -0 0 4 2 4 0 2 112 5 1 4 4 3 91 0 3 3 28 75 0 2 2 1 92 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -0 0 4 2 4 0 2 112 0 2 0 1 2 1 96 5 1 4 4 3 91 0 3 3 28 4 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 43 0 42 42 36 42 37 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:10:56 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.sc.glif index cf5646d62..b7a7fab45 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedilla.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.glif index 975cfb343..ae22bd31f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.sc.glif index 6d21d4627..a176bb24b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccedillaacute.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.glif index 6fb8a6827..ff5b72b16 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.glif @@ -1,20 +1,20 @@ - + ccircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.sc.glif index d9b302bb6..bb4b9a2ab 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ccircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.glif index 03cd7cbe1..f2b509803 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.glif @@ -1,20 +1,20 @@ - + cdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.sc.glif index 1ac586d6f..1d89da774 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedi.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedi.glif index 111e884b8..6819c635d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedi.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedi.glif @@ -1,71 +1,54 @@ - + uni20B5 - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - assembly - NPUSHB[ ] /* 17 values pushed */ -14 1 2 1 32 31 22 15 4 3 2 23 1 4 3 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 0 1 1 0 102 0 5 4 5 115 0 2 2 1 91 0 1 1 25 75 0 3 3 4 91 0 4 4 26 4 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -0 0 1 0 114 0 5 4 5 115 0 2 2 1 91 0 1 1 25 75 0 3 3 4 91 0 4 4 26 4 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 9 values pushed */ -17 21 17 21 17 25 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedilla.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedilla.glif index 29015a9f7..a3a9be0bd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedilla.glif @@ -6,56 +6,33 @@ cedilla - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 10 values pushed */ -10 1 1 2 9 1 0 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 22 values pushed */ -0 2 1 1 2 102 0 1 0 0 1 87 0 1 1 0 92 0 0 1 0 80 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 21 values pushed */ -0 2 1 2 114 0 1 0 0 1 87 0 1 1 0 92 0 0 1 0 80 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 6 values pushed */ -21 36 37 3 7 23 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.case.glif index 65c392662..04f61538f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.case.glif @@ -7,7 +7,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.glif index 10509b1ed..8b31cdc26 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cedillacomb.glif @@ -9,7 +9,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cent.glif index 3d789b248..3fb99aa9e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/cent.glif @@ -1,54 +1,50 @@ - + cent - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 51 values pushed */ -29 1 4 3 30 10 9 3 0 4 16 1 1 0 3 74 0 2 5 1 4 0 2 4 99 0 0 0 1 0 1 93 0 3 3 28 3 76 0 0 0 33 0 32 17 25 23 37 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.case.glif index 436c5f4ca..94c48342c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.case.glif @@ -7,23 +7,19 @@ circumflex.cap - - - - - - - + + + + + + + - assembly - NPUSHB[ ] /* 16 values pushed */ -6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.glif index 58ad0922c..00f9ff2c7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflex.glif @@ -1,35 +1,25 @@ - + circumflex - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 16 values pushed */ -6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.case.glif index 95cfd74a5..9dd9be6fd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.case.glif @@ -7,29 +7,19 @@ circumflex - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 16 values pushed */ -6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.glif index e97f24016..dc0df9be2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb.glif @@ -8,29 +8,19 @@ circumflex - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 16 values pushed */ -6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 66fef5766..1c7c6361d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -4,27 +4,27 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.glif index 8656a7dd3..fb1307c98 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -4,27 +4,27 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.case.glif index ed5f5030c..e869b1581 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -4,27 +4,27 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.glif index 56f9abea3..2ee671431 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -4,27 +4,27 @@ - - - - - - + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index 11079f3c9..9351ea2f8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 6f4ac0464..cc3a6d1a1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 6be9d59fd..ffe0208f4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -4,47 +4,47 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.glif index 84c947632..9de6e6657 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/colon.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/colon.glif index d131c13e5..30b41f19c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/colon.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/colon.glif @@ -12,7 +12,12 @@ colon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/colonsign.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/colonsign.glif index 8edadf807..6e07df7c0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/colonsign.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/colonsign.glif @@ -1,102 +1,76 @@ - + colonmonetary - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - assembly - NPUSHB[ ] /* 24 values pushed */ -26 24 17 3 7 3 53 52 43 34 31 30 27 7 6 7 35 6 3 3 0 6 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 36 values pushed */ -4 1 2 3 3 2 102 5 1 1 0 0 1 103 8 1 7 7 3 91 0 3 3 25 75 0 6 6 0 91 0 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 35 values pushed */ -4 1 2 3 3 2 102 5 1 1 0 1 115 8 1 7 7 3 91 0 3 3 25 75 0 6 6 0 91 0 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 34 values pushed */ -4 1 2 3 2 114 5 1 1 0 1 115 8 1 7 7 3 91 0 3 3 25 75 0 6 6 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 18 values pushed */ -41 41 41 49 41 47 45 44 40 39 18 34 26 18 32 9 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/comma.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/comma.glif index bab74ac3e..ce4584382 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/comma.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/comma.glif @@ -7,35 +7,31 @@ comma - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -8 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.case.glif index b32a03a91..0c4dd0a37 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.case.glif @@ -7,32 +7,28 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -8 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.glif index edd0777d1..c55e4e75b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaaccentcomb.glif @@ -8,32 +8,28 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -8 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.case.glif index 37e69c4b7..b08505f38 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.case.glif @@ -7,32 +7,28 @@ uni0326 - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -8 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.glif index 8f25a95af..67d0794ad 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedabovecomb.glif @@ -8,32 +8,28 @@ uni0326 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -8 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedmod.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedmod.glif index 16d7d90c7..c2394f600 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedmod.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commaturnedmod.glif @@ -5,22 +5,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commercialM_inusS_ign.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commercialM_inusS_ign.glif index 5f01d3212..b01d151fc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/commercialM_inusS_ign.glif @@ -1,21 +1,21 @@ - + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 - 0 - 0 + -1 + -1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/copyright.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/copyright.glif index 94f856c11..82655d518 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/copyright.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/copyright.glif @@ -1,69 +1,69 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/currency.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/currency.glif index baa545174..4c750a792 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/currency.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/currency.glif @@ -7,66 +7,62 @@ currency - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 64 values pushed */ -29 27 22 3 2 1 30 19 13 2 4 3 2 10 5 2 0 3 3 74 28 21 20 3 1 72 12 11 4 3 4 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 20 2 76 34 34 34 49 34 48 47 47 38 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/d.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/d.glif index b8421ac30..aa1bb0a6d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/d.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/d.glif @@ -1,77 +1,60 @@ - + d - - + + - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 7 values pushed */ -20 3 2 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 29 values pushed */ -6 1 3 3 19 75 0 4 4 2 91 0 2 2 28 75 7 1 5 5 0 91 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 33 values pushed */ -6 1 3 3 19 75 0 4 4 2 91 0 2 2 28 75 0 0 0 18 75 7 1 5 5 1 91 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 20 values pushed */ -17 17 0 0 17 29 17 28 23 21 0 16 0 16 37 35 17 8 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif index e3a0fc024..6a5bfa2f3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/d.sc.glif @@ -1,97 +1,60 @@ - + D - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - PUSHB[ ] /* 6 values pushed */ -30 1 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 24 values pushed */ -0 4 4 2 91 3 1 2 2 17 75 6 1 5 5 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -42 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 4 4 2 91 3 1 2 2 17 75 0 1 1 18 75 6 1 5 5 0 91 0 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 32 values pushed */ -0 2 2 17 75 0 4 4 3 89 0 3 3 17 75 0 1 1 18 75 6 1 5 5 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -19 19 19 33 19 32 41 49 33 50 34 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dagger.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dagger.glif index e62a734fc..9072e4111 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dagger.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dagger.glif @@ -7,32 +7,28 @@ dagger - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - assembly - NPUSHB[ ] /* 40 values pushed */ -4 1 1 2 12 1 5 0 2 74 0 5 0 5 115 3 1 1 4 1 0 5 1 0 98 0 2 2 19 2 76 18 17 18 18 17 16 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/daggerdbl.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/daggerdbl.glif index 993a50d18..b9c5da567 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/daggerdbl.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/daggerdbl.glif @@ -7,42 +7,38 @@ daggerdbl - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 60 values pushed */ -9 1 3 4 17 4 2 1 2 22 1 9 0 3 74 0 9 0 9 115 5 1 3 6 1 2 1 3 2 98 7 1 1 8 1 0 9 1 0 97 0 4 4 19 4 76 24 23 17 18 17 18 18 17 18 17 16 10 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.case.glif index 317bf345b..0c75a09d0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.case.glif @@ -1,29 +1,29 @@ - - + + - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.glif index 66e5fdfd1..fd4aa8835 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dblgravecomb.glif @@ -5,26 +5,26 @@ - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif index e5015155b..f7dfe000c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.glif @@ -1,39 +1,39 @@ - + dcaron - - + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:09 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.sc.glif index 4f1257bd1..cd4a53419 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif index 48a02d49b..8cd5d4097 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dcroat.glif @@ -1,44 +1,31 @@ - + dcroat - - + + - + - - - - + + + + - assembly - NPUSHB[ ] /* 11 values pushed */ -16 1 8 3 28 4 2 9 8 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 38 values pushed */ -7 1 5 4 1 0 3 5 0 98 0 6 6 19 75 0 8 8 3 91 0 3 3 28 75 10 1 9 9 1 91 2 1 1 1 18 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 42 values pushed */ -7 1 5 4 1 0 3 5 0 98 0 6 6 19 75 0 8 8 3 91 0 3 3 28 75 0 1 1 18 75 10 1 9 9 2 91 0 2 2 26 2 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 18 values pushed */ -25 25 25 37 25 36 37 17 17 17 18 37 35 17 16 11 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.glif index fb84d33fc..198051560 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.glif @@ -1,11 +1,11 @@ - + - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.sc.glif index ef0daa5ce..ab6e387b5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.glif index 76a04db8e..3dcf8b083 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.sc.glif index c5d13f557..5fdae4381 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ddotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/degree.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/degree.glif index 4a3e25052..c1a2cff63 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/degree.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/degree.glif @@ -1,66 +1,56 @@ - + degree - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 31 values pushed */ -0 0 0 2 3 0 2 99 0 3 1 1 3 87 0 3 3 1 91 0 1 3 1 79 38 38 38 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/delta.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/delta.sc.glif index aceac89a8..41afe11cf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/delta.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.case.glif index 90815e45e..e442e3323 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.case.glif @@ -7,42 +7,38 @@ dieresis.cap - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 26 values pushed */ -2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 37 37 37 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.glif index 3f00cf0cb..c23483c4e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresis.glif @@ -1,54 +1,44 @@ - + dieresis - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 26 values pushed */ -2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 37 37 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.case.glif index 5b539ba46..23c0bac2b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.case.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.glif index aafafa7c6..bc1ff3233 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresisbelowcomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.case.glif index 0e0a65235..9405fc9e8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.case.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.glif index ca335b5a6..4926d8053 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dieresiscomb.glif @@ -5,51 +5,41 @@ dieresis - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 26 values pushed */ -2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 37 37 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/divide.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/divide.glif index 89ccfd26b..69a11fad1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/divide.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/divide.glif @@ -1,54 +1,50 @@ - + divide - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 49 values pushed */ -0 0 0 1 3 0 1 99 6 1 3 0 2 4 3 2 97 0 4 5 5 4 87 0 4 4 5 91 0 5 4 5 79 14 14 29 27 22 20 14 17 14 17 20 37 34 7 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/divisionslash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/divisionslash.glif index 77fccafbb..2ca1fdab0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/divisionslash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/divisionslash.glif @@ -7,20 +7,16 @@ uni2215 - - - - + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -2 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.glif index c68b2299f..4c85b7a35 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.sc.glif index c8db06290..1ce17503f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dollar.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dollar.glif index 2d246b078..61e66857c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dollar.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dollar.glif @@ -7,60 +7,56 @@ dollar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 48 values pushed */ -49 1 2 0 3 27 2 2 2 0 26 23 2 1 2 3 74 0 3 0 0 2 3 0 99 0 2 1 1 2 87 0 2 2 1 89 0 1 2 1 77 31 40 31 36 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dong.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dong.glif index a700a50f0..6646a283c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dong.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dong.glif @@ -1,81 +1,64 @@ - + dong - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 15 values pushed */ -24 1 9 5 39 1 8 9 12 10 2 3 8 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -15 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 49 values pushed */ -0 0 1 1 0 102 0 5 13 1 9 8 5 9 99 0 8 4 1 3 11 8 3 99 6 1 2 2 1 89 12 7 2 1 1 17 75 14 1 11 11 10 89 0 10 10 18 10 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 48 values pushed */ -0 0 1 0 114 0 5 13 1 9 8 5 9 99 0 8 4 1 3 11 8 3 99 6 1 2 2 1 89 12 7 2 1 1 17 75 14 1 11 11 10 89 0 10 10 18 10 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 32 values pushed */ -43 43 28 28 0 0 43 46 43 46 45 44 28 42 28 41 35 33 0 27 0 27 18 38 37 17 17 17 17 15 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.case.glif index 34d3e1f22..46c3677a3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.case.glif @@ -7,28 +7,24 @@ dotaccent.cap - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.glif index 6d85fa989..807c10dfc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccent.glif @@ -1,40 +1,30 @@ - + dotaccent - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.case.glif index bd42a9187..094da2a22 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.case.glif @@ -5,23 +5,23 @@ - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.glif index e1f708eb8..9d9f155e5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotaccentcomb.glif @@ -5,37 +5,27 @@ dotaccent - + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 21 values pushed */ -0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.case.glif index 296f734b4..44e0dbc44 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.case.glif @@ -4,24 +4,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.glif index b7cb9370f..e819b239d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dotbelowcomb.glif @@ -5,24 +5,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/doubleprimemod.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/doubleprimemod.glif index 7649515d3..4d620e909 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/doubleprimemod.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/doubleprimemod.glif @@ -3,13 +3,18 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downA_rrow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downA_rrow.glif index 697e49c3a..972689b8b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downB_lackT_riangle.glif index 82b84d356..aa6ed77b2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downW_hiteT_riangle.glif index c547c8223..ba2ab9aeb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dram-arm.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dram-arm.glif index 4f8f91e1c..6cb17c513 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dram-arm.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dram-arm.glif @@ -1,47 +1,47 @@ - + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.glif index 5501dd28c..759c6016c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.glif @@ -1,22 +1,22 @@ - + - - - - + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif index 6ebd18121..1ff763a67 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dz.sc.glif @@ -1,80 +1,69 @@ - - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.glif index 73097921d..aebed1687 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.glif @@ -1,22 +1,22 @@ - + - - - - + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.sc.glif index e9e39c213..094bb6f68 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/dzcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/e.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/e.glif index d3f11c9e2..f2fa09c05 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/e.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/e.glif @@ -1,70 +1,66 @@ - + e - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 53 values pushed */ -15 14 2 1 0 1 74 0 5 0 0 1 5 0 99 0 4 4 3 91 6 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 35 34 31 29 0 27 0 26 38 35 22 7 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:14 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif index 915aed2fe..85794c540 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/e.sc.glif @@ -1,52 +1,37 @@ - + E - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 44 values pushed */ -0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.glif index e37718ee0..5b0a8d4b0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.glif @@ -1,21 +1,21 @@ - + eacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.sc.glif index df1684914..58c1740a6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif index c949fe03d..af6623293 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.glif @@ -1,21 +1,21 @@ - + ebreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.sc.glif index e117b49da..048225665 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ebreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif index 235b22498..46965e395 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.glif @@ -1,21 +1,21 @@ - + ecaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.sc.glif index 04dbd87e5..f31608657 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.glif index e88753502..aa31e5fff 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.sc.glif index d7fcd1687..d6a05ab82 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecedillabreve.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.glif index 8da9d7bff..2f931897e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.glif @@ -1,21 +1,21 @@ - + ecircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.sc.glif index 0ad709565..5ff9b41e1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.glif index 41565fec9..724489f87 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.sc.glif index 3602a6de3..ef660c6ed 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.glif index 76d71cc28..a41fc19e6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.glif @@ -1,19 +1,19 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.sc.glif index e1c2e55bc..d43b95bea 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.glif index 1cf928782..8014dfd5a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.sc.glif index 90b03f4ec..d20d87d0d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.glif index 6ee21cde7..ef6da8c2b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.sc.glif index 485479206..944b94ab5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.glif index 5382758bb..d5d68f9c1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.sc.glif index 00662a521..a09859437 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ecircumflextilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.glif index a3a7d7252..c031d7724 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.sc.glif index 25fdefe2c..91a14aa48 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.glif index 335255a75..150a316bf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.glif @@ -1,21 +1,21 @@ - + edieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.sc.glif index 6f2c36ce1..fce550b86 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.glif index 58e372462..cce6055d9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.glif @@ -1,21 +1,21 @@ - + edotaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.sc.glif index 975c71ff4..e94b2b40f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.glif index 17a8f1512..991996716 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.glif @@ -1,10 +1,10 @@ - + - - + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.sc.glif index dea515f26..9066b804c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/edotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.glif index 534593b2e..7bcc28b42 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.glif @@ -1,21 +1,21 @@ - + egrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.sc.glif index a667cb1a9..23b03dbfd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/egrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.glif index c26878df2..b2e877887 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.sc.glif index 85da38e12..8e541d280 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ehookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.dnom.glif index 68079cb68..805fd50f5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.dnom.glif @@ -1,75 +1,66 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.20 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.glif index 13aa18065..26c2904ac 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.glif @@ -1,67 +1,67 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.20 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.lf.glif index 651bc04f1..2c3f15174 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.lf.glif @@ -1,66 +1,66 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.20 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.numr.glif index 96cd79d2b..123360033 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.osf.glif index e83b254dc..51346f053 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.osf.glif @@ -1,86 +1,69 @@ - + eight - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 9 values pushed */ -50 40 29 14 4 3 2 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -44 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 22 values pushed */ -0 2 2 0 91 0 0 0 25 75 4 1 3 3 1 91 0 1 1 26 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 20 values pushed */ -0 0 0 2 3 0 2 99 4 1 3 3 1 91 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 12 values pushed */ -44 44 44 57 44 56 42 45 37 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.sc.glif index 8cbafd602..7749895ad 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.sc.glif @@ -1,60 +1,60 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.20 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tf.glif index f2ef4f558..f88af7af8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tf.glif @@ -3,64 +3,64 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.20 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tosf.glif index b06c25e0c..2358eb85c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eight.tosf.glif @@ -1,66 +1,66 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.20 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eightinferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eightinferior.glif index b65f4462b..a003531ab 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eightinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eightinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eightsuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eightsuperior.glif index 756656583..e9b4ccc15 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eightsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eightsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.glif index ff0ddcb77..7f2d6b30f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.sc.glif index 9b96e1ec5..5090516db 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/einvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ellipsis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ellipsis.glif index 3e85710c2..b243fed85 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ellipsis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ellipsis.glif @@ -12,12 +12,14 @@ ellipsis - assembly - NPUSHB[ ] /* 52 values pushed */ -36 20 4 3 0 1 1 74 8 5 7 3 6 5 1 1 0 91 4 2 2 0 0 26 0 76 32 32 16 16 0 0 32 47 32 46 41 39 16 31 16 30 25 23 0 15 0 14 39 9 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.glif index 6dac55750..29411cc8d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.glif @@ -1,21 +1,21 @@ - + emacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.sc.glif index 21cbdd172..9ddbb0cfa 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.glif index e6631a39d..7f5641057 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.sc.glif index 6eb30c3e1..22f13315d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacronacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.glif index 7e0af1318..cbc713786 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.sc.glif index e83a4b24d..35f3cc49f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emacrongrave.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.case.glif index 8b9fe2248..e2b92bed9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:35 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.glif index afe616bb5..199135efa 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emdash.glif @@ -1,30 +1,26 @@ - + emdash - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey hyphen com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emptyset.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emptyset.glif index 597259909..90caa5afd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emptyset.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emquad.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emquad.glif index 271c3268d..e0b224553 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emquad.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emspace.glif index d959d67dd..ac22c81e7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.case.glif index 6a3ce476a..4812e7133 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.glif index 0f83042b7..5830fba1d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/endash.glif @@ -1,30 +1,26 @@ - + endash - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey hyphen com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.glif index 38e1d0515..5907df027 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.glif @@ -1,74 +1,57 @@ - + eng - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 14 values pushed */ -35 1 3 2 13 1 1 3 12 1 0 1 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 2 2 4 91 6 5 2 4 4 20 75 0 3 3 18 75 0 1 1 0 91 0 0 0 22 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 32 values pushed */ -0 4 4 20 75 0 2 2 5 91 6 1 5 5 28 75 0 3 3 18 75 0 1 1 0 91 0 0 0 22 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 38 0 37 17 20 40 37 40 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif index 1f4e288fe..e5a7f6683 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eng.sc.glif @@ -6,49 +6,34 @@ Eng - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 37 values pushed */ -18 11 9 3 0 1 1 74 6 5 2 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 20 0 20 17 29 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/enquad.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/enquad.glif index 9d25bf1d2..2ae22e081 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/enquad.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/enspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/enspace.glif index 66518a7f9..8fc67863d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/enspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.glif index 32316fb5d..a6cf3bc44 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.glif @@ -1,25 +1,21 @@ - + eogonek - - - + + + - + - assembly - NPUSHB[ ] /* 79 values pushed */ -3 2 2 5 4 28 1 2 5 17 1 0 2 18 1 1 0 4 74 0 6 0 4 5 6 4 99 0 0 0 1 0 1 95 9 1 7 7 3 91 0 3 3 28 75 8 1 5 5 2 91 0 2 2 26 2 76 51 51 0 0 51 61 51 60 55 54 0 50 0 49 22 38 39 37 45 10 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:22 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.sc.glif index cbaa226d7..69dfbb6fe 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/equal.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/equal.glif index 4ad275e50..a082408b1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/equal.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/equal.glif @@ -1,32 +1,28 @@ - + equal - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 45 values pushed */ -4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/estimated.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/estimated.glif index 22a686bdf..693f0cc31 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/estimated.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/estimated.glif @@ -1,66 +1,62 @@ - + estimated - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -29 26 19 9 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.glif index 412a01bd2..8cff585d6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.glif @@ -1,77 +1,73 @@ - + eth - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 49 values pushed */ -17 1 2 1 1 74 34 33 32 29 26 25 23 22 21 20 10 1 72 0 2 2 1 91 0 1 1 28 75 0 3 3 0 91 0 0 0 26 0 76 47 45 39 37 38 37 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif index d2c0244bf..4e7fdd17a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/eth.sc.glif @@ -1,103 +1,66 @@ - + Eth - - - + + + - - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - PUSHB[ ] /* 6 values pushed */ -38 1 9 2 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 34 values pushed */ -7 1 3 8 1 2 9 3 2 98 0 6 6 4 91 5 1 4 4 17 75 10 1 9 9 0 91 1 1 0 0 26 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -42 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 38 values pushed */ -7 1 3 8 1 2 9 3 2 98 0 6 6 4 91 5 1 4 4 17 75 0 1 1 18 75 10 1 9 9 0 91 0 0 0 26 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 42 values pushed */ -7 1 3 8 1 2 9 3 2 98 0 4 4 17 75 0 6 6 5 89 0 5 5 17 75 0 1 1 18 75 10 1 9 9 0 91 0 0 0 26 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 18 values pushed */ -23 23 23 41 23 40 17 19 41 49 33 17 17 50 34 11 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.rightMetricsKey d.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.glif index a8272c5c4..3bf68164b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.sc.glif index 75469e4fa..9763ed9f5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/etilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/euro.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/euro.glif index de488561e..d854508ee 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/euro.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/euro.glif @@ -7,60 +7,56 @@ Euro - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 82 values pushed */ -3 1 0 11 4 1 1 0 23 1 5 4 24 1 6 5 4 74 10 1 1 9 1 2 3 1 2 97 8 1 3 7 1 4 5 3 4 97 0 0 0 11 91 12 1 11 11 25 75 0 5 5 6 91 0 6 6 26 6 76 0 0 0 43 0 42 39 38 37 36 17 19 37 33 17 18 17 18 38 13 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclam.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclam.glif index df7f45e2b..371d4e65d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclam.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclam.glif @@ -7,34 +7,30 @@ exclam - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 47 values pushed */ -8 1 2 3 1 74 4 1 1 0 1 114 0 0 3 0 114 5 1 3 3 2 91 0 2 2 26 2 76 4 4 0 0 4 18 4 17 12 10 0 3 0 3 17 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdbl.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdbl.glif index d9ae3195b..dbd995ef1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdbl.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdbl.glif @@ -6,13 +6,18 @@ exclamdbl - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.case.glif index 84ae19fce..7e141e2a6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.case.glif @@ -6,34 +6,30 @@ exclamdown - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 54 values pushed */ -4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.glif index 20044fb99..940710de8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/exclamdown.glif @@ -7,34 +7,30 @@ exclamdown - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 54 values pushed */ -4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.glif index 11264588c..f28df9494 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.glif @@ -1,36 +1,36 @@ - + - - - + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:14:46 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif index f7153fb8d..efd89a3e0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezh.sc.glif @@ -1,56 +1,45 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.glif index 5acd7d4b4..9e3b88bae 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:24:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.sc.glif index 77e624a79..2ec9f65eb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ezhcaron.sc.glif @@ -1,65 +1,54 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:32 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f.glif index f30d07c1e..591ed9781 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f.glif @@ -1,64 +1,47 @@ - + f - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -9 1 2 1 10 1 0 2 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 29 values pushed */ -0 2 2 1 91 0 1 1 27 75 7 6 2 4 4 0 89 3 1 0 0 20 75 0 5 5 18 5 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 27 values pushed */ -0 1 0 2 0 1 2 99 7 6 2 4 4 0 89 3 1 0 0 20 75 0 5 5 18 5 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -0 0 0 23 0 23 17 17 19 37 35 17 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif index 90c9bf14c..7e7984575 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f.sc.glif @@ -1,6 +1,6 @@ - + F @@ -8,41 +8,26 @@ F - - - - - - - - - - + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 38 values pushed */ -0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f.glif index 64790f3db..763833477 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f.glif @@ -1,21 +1,21 @@ - + f_f - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif index 21ddcc75b..282a71e89 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_i.glif @@ -1,26 +1,26 @@ - + f_f_i - - - - - - - + + + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif index fef7e2879..45ad0d5e9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/f_f_l.glif @@ -1,26 +1,26 @@ - + f_f_l - - - - - - - - + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.glif index fc7217bcc..926a56fa5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.sc.glif index dc0037860..6db0bb603 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fdotaccent.sc.glif @@ -1,8 +1,8 @@ - + - + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fi.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fi.glif index 50117a189..122ecff76 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fi.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fi.glif @@ -1,23 +1,23 @@ - + fi - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/figuredash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/figuredash.glif index b3d966328..b4484d34c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/figuredash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/figuredash.glif @@ -4,10 +4,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/figurespace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/figurespace.glif index bb90c71ed..28cb0fc79 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/figurespace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/figurespace.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/firsttonechinese.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/firsttonechinese.glif index 1c32287d4..ce90c15cf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/firsttonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/firsttonechinese.glif @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey macroncomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.dnom.glif index a334f506a..1df92b5e8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.dnom.glif @@ -1,56 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.glif index d97afb7dc..15f528756 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.glif @@ -1,48 +1,48 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.lf.glif index dbc618560..cce47e947 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.lf.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.numr.glif index ca23a155f..db0d2f895 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.osf.glif index d19c9195d..170e29996 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.osf.glif @@ -1,82 +1,56 @@ - + five - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 16 values pushed */ -17 10 2 0 4 30 9 2 6 0 29 1 5 6 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 4 0 0 6 4 0 99 7 1 6 0 5 6 5 95 0 3 3 1 89 2 1 1 1 20 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 4 0 0 6 4 0 99 7 1 6 0 5 6 5 95 0 2 2 20 75 0 3 3 1 89 0 1 1 20 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 33 values pushed */ -0 2 1 1 2 102 0 4 0 0 6 4 0 99 7 1 6 0 5 6 5 95 0 3 3 1 89 0 1 1 20 3 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -0 0 0 32 0 31 37 35 17 17 20 37 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.sc.glif index b3ff9f42e..038e2749d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.sc.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tf.glif index f3f0e52a6..300112c60 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tf.glif @@ -3,45 +3,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tosf.glif index 3ed2eeae3..567b91a67 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/five.tosf.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveeighths.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveeighths.glif index ddf46b0fd..966842a4e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveeighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveinferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveinferior.glif index 03686fa8c..89c567b5e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fiveinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesixths.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesixths.glif index 2c9e0d8bd..5fa5cdcfb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesixths.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesixths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesuperior.glif index 4970cbe3f..4ec41ed82 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fivesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fl.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fl.glif index 3f677976f..93043501d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fl.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fl.glif @@ -1,24 +1,24 @@ - + fl - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/florin.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/florin.glif index 76b4d504c..93a359429 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/florin.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/florin.glif @@ -7,53 +7,36 @@ florin - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -11 1 2 1 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -44 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 28 values pushed */ -0 4 3 4 115 0 1 1 0 91 0 0 0 27 75 6 5 2 3 3 2 89 0 2 2 20 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 26 values pushed */ -0 4 3 4 115 0 0 0 1 2 0 1 99 6 5 2 3 3 2 89 0 2 2 20 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 25 0 25 17 17 20 37 38 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.dnom.glif index ba7f9208e..9c46e48f9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.dnom.glif @@ -1,42 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.16 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.glif index cdff7024a..506f5d7f6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.glif @@ -1,34 +1,34 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.16 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.lf.glif index 43da9e6ab..a90e4764b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.lf.glif @@ -1,33 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.16 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.numr.glif index 3b2ab680f..2149e82bb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.osf.glif index 6833db874..3561b3fbb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.osf.glif @@ -1,80 +1,36 @@ - + four - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -PUSHB[ ] /* 7 values pushed */ -6 1 2 1 5 1 74 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -19 -LT[ ] /* LessThan */ -IF[ ] /* If */ -PUSHB[ ] /* 7 values pushed */ -6 1 2 0 5 1 74 -ELSE[ ] /* Else */ -PUSHB[ ] /* 7 values pushed */ -6 1 2 1 5 1 74 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 34 values pushed */ -6 1 5 1 5 114 0 3 2 3 115 0 1 1 2 89 4 1 2 2 18 75 0 0 0 2 89 4 1 2 2 18 2 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -19 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 24 values pushed */ -6 1 5 0 5 114 0 3 2 3 115 1 1 0 0 2 89 4 1 2 2 18 2 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 34 values pushed */ -6 1 5 1 5 114 0 3 2 3 115 0 1 1 2 89 4 1 2 2 18 75 0 0 0 2 89 4 1 2 2 18 2 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 18 0 18 17 17 17 19 19 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.sc.glif index abcfe25d1..59e49bae0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.sc.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.16 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tf.glif index 67d05bd20..bdfce6d7c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tf.glif @@ -3,31 +3,31 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.16 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tosf.glif index 591a22498..316d9e75d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/four.tosf.glif @@ -1,33 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.16 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourfifths.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourfifths.glif index 5bed1e05d..0dae239f1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourfifths.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourfifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourinferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourinferior.glif index de428df88..ccd08477f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourperemspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourperemspace.glif index fa602253d..891f9f667 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/foursuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/foursuperior.glif index 3160ee9b5..080a654c6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/foursuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/foursuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourthtonechinese.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourthtonechinese.glif index 57b7b3cb7..633719d7a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourthtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fourthtonechinese.glif @@ -9,7 +9,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fraction.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fraction.glif index 951e62e05..ce9b743e6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fraction.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/fraction.glif @@ -1,6 +1,6 @@ - + fraction @@ -9,18 +9,14 @@ fraction - - + + - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:48:45 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/franc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/franc.glif index 885cd0971..bbd9430d4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/franc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/franc.glif @@ -1,40 +1,36 @@ - + franc - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 52 values pushed */ -0 2 0 3 4 2 3 97 9 8 2 4 7 1 5 6 4 5 97 0 1 1 0 89 0 0 0 17 75 0 6 6 18 6 76 0 0 0 17 0 17 17 17 17 17 17 17 17 17 10 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/g.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/g.glif index 7b42d1bc5..0a7454125 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/g.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/g.glif @@ -1,76 +1,72 @@ - + g - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 65 values pushed */ -29 1 4 3 33 16 2 5 4 9 1 1 2 8 1 0 1 4 74 0 4 4 3 91 0 3 3 28 75 6 1 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 30 30 30 42 30 41 39 37 37 37 36 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif index 210957ce0..2ba6bd554 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/g.sc.glif @@ -1,78 +1,63 @@ - + G - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 48 values pushed */ -21 1 3 2 22 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 38 38 38 39 16 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gacute.sc.glif index 4da2ac69d..5819fc816 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif index e7d60010e..c76c64af4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.glif @@ -1,20 +1,20 @@ - + gbreve - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.sc.glif index 7034a48b8..9d3627517 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gbreve.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif index a540caebf..935b35f86 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.glif @@ -1,20 +1,20 @@ - + gcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.sc.glif index 8d7be5be4..bdc8cdd16 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.glif index b13112663..5e2ece0da 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.glif @@ -1,20 +1,20 @@ - + gcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.sc.glif index 19ae9760c..728b5fa2f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.glif index 638836329..f9dbbca45 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.glif @@ -1,24 +1,20 @@ - + gcommaaccent - - + + - + - assembly - NPUSHB[ ] /* 76 values pushed */ -47 1 4 3 51 34 2 5 4 27 1 1 2 26 1 0 1 4 74 15 8 7 3 3 72 0 4 4 3 91 0 3 3 28 75 6 1 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 48 48 48 60 48 59 54 52 45 43 38 36 31 29 24 22 7 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.sc.glif index 220e49d77..390b6906d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.glif index 059dcc1d6..099b660ab 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.glif @@ -1,20 +1,20 @@ - + gdotaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.sc.glif index bb6368a8d..e02297ae0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.glif index 3e493b803..60924eaf2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.glif @@ -1,105 +1,70 @@ - + germandbls - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 10 values pushed */ -30 1 2 3 29 1 1 2 2 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 10 values pushed */ -30 1 2 3 29 1 4 2 2 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 22 values pushed */ -0 3 3 0 91 0 0 0 25 75 0 2 2 1 91 4 1 1 1 26 1 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 20 values pushed */ -0 0 0 3 2 0 3 99 0 2 2 1 91 4 1 1 1 26 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 24 values pushed */ -0 0 0 3 2 0 3 99 0 4 4 18 75 0 2 2 1 91 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 12 values pushed */ -58 57 53 51 34 32 27 25 34 5 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.sc.glif index c62dfea64..7406739fc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/germandbls.sc.glif @@ -1,97 +1,60 @@ - + uni1E9E - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 18 values pushed */ -35 1 2 6 34 1 5 2 23 1 4 5 22 1 3 4 4 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 18 values pushed */ -35 1 2 6 34 1 5 2 23 1 4 5 22 1 7 4 4 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 45 values pushed */ -0 1 0 6 0 1 6 112 0 2 6 5 6 2 5 112 0 5 4 6 5 4 110 0 6 6 0 91 0 0 0 17 75 0 4 4 3 92 7 1 3 3 26 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 49 values pushed */ -0 1 0 6 0 1 6 112 0 2 6 5 6 2 5 112 0 5 4 6 5 4 110 0 6 6 0 91 0 0 0 17 75 0 7 7 18 75 0 4 4 3 92 0 3 3 26 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 11 values pushed */ -20 36 21 37 38 18 20 34 8 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.glif index 3e5dde046..fcc6f2e89 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.sc.glif index c8960858e..46bc3fb0d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gmacron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/grave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/grave.glif index cda41d2e7..5cb8eb8b2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/grave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/grave.glif @@ -1,6 +1,6 @@ - + grave @@ -9,22 +9,18 @@ grave - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -2 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.case.glif index 1a3f73ee8..d7bd16be1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.case.glif @@ -7,22 +7,18 @@ grave - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -2 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.glif index d949064b3..468ba160f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/gravecomb.glif @@ -8,22 +8,18 @@ grave - - - - - - + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -2 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/greater.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/greater.glif index 82090d56a..30f37e293 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/greater.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/greater.glif @@ -1,29 +1,25 @@ - + greater - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/greaterequal.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/greaterequal.glif index 1a4117173..10b9c8d92 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/greaterequal.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/greaterequal.glif @@ -1,35 +1,31 @@ - + greaterequal - - - - - - - + + + + + + + - - - - + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -9 7 5 1 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guarani.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guarani.glif index adccfce65..dd0639d3a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guarani.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guarani.glif @@ -1,6 +1,6 @@ - + uni20B2 @@ -8,67 +8,50 @@ uni20B2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -1 1 3 0 29 1 4 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -11 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 5 6 6 5 102 0 3 0 2 1 3 2 97 0 1 0 4 1 4 93 0 0 0 6 91 0 6 6 25 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -0 5 6 5 114 0 3 0 2 1 3 2 97 0 1 0 4 1 4 93 0 0 0 6 91 0 6 6 25 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 10 values pushed */ -17 26 24 17 19 38 35 7 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.case.glif index 6810042a9..54943f0b1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.case.glif @@ -1,12 +1,12 @@ - + guillemotleft - - + + @@ -15,7 +15,12 @@ guillemotleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:10 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.glif index 5f324fe62..bb55f5627 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetleft.glif @@ -1,18 +1,23 @@ - + guillemotleft - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.case.glif index c95ab23be..5a7c78a0f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.case.glif @@ -1,41 +1,37 @@ - + guillemotright - - - - - - - + + + + + + + - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -11 7 4 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey guillemetright com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:46 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.glif index 764ee9a5d..d3f5f4bca 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guillemetright.glif @@ -1,38 +1,34 @@ - + guillemotright - - - - - - - + + + + + + + - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -11 7 4 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.case.glif index 988f0e2bb..6a9f792f0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.case.glif @@ -6,27 +6,23 @@ guilsinglleft - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:18 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.glif index 405675e27..c46f002f0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglleft.glif @@ -7,23 +7,19 @@ guilsinglleft - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.case.glif index 04ed723b3..be6899536 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.case.glif @@ -1,32 +1,28 @@ - + guilsinglright - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey guilsinglright com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:47 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.glif index b7820e445..5b9c4c97f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/guilsinglright.glif @@ -7,23 +7,19 @@ guilsinglright - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/h.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/h.glif index 63a489d86..2626b811c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/h.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/h.glif @@ -1,53 +1,49 @@ - + h - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 42 values pushed */ -28 1 0 1 1 74 0 3 3 19 75 0 1 1 4 91 5 1 4 4 28 75 2 1 0 0 18 0 76 0 0 0 31 0 30 17 20 41 23 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif index 9b29c85e9..6dddd8f61 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/h.sc.glif @@ -1,48 +1,33 @@ - + H - - + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 36 values pushed */ -0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hairspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hairspace.glif index a1a211e42..851ace621 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hairspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.glif index 01ab73936..6aafbb194 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.glif @@ -1,32 +1,32 @@ - + hbar - - - + + + - - - - + + + + - assembly - NPUSHB[ ] /* 56 values pushed */ -36 1 0 1 1 74 6 1 4 7 1 3 8 4 3 98 0 5 5 19 75 0 1 1 8 91 9 1 8 8 28 75 2 1 0 0 18 0 76 0 0 0 39 0 38 17 17 17 17 17 20 41 23 10 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.sc.glif index ffff33636..0bf8e7630 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbar.sc.glif @@ -1,60 +1,45 @@ - + Hbar - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 53 values pushed */ -0 11 0 2 1 11 2 97 8 1 6 6 17 75 10 4 2 0 0 5 89 9 7 2 5 5 20 75 3 1 1 1 18 1 76 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.glif index 54beba121..d5b62d2a7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.sc.glif index 8d21f005b..5e63e5270 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hbrevebelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.glif index fb1b5eeb0..22b5dc22b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.glif @@ -1,25 +1,21 @@ - + hcircumflex - - - + + + - + - assembly - NPUSHB[ ] /* 57 values pushed */ -34 33 32 31 30 27 6 5 3 36 1 0 1 2 74 0 4 3 4 114 0 3 3 19 75 0 1 1 5 91 6 1 5 5 28 75 2 1 0 0 18 0 76 0 0 0 39 0 38 18 17 20 41 23 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.sc.glif index e76983203..b7a38a119 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hdotbelow.glif index b6b18b6b1..1fefc5889 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.case.glif index be46feddc..89ce46014 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.case.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.glif index 2adf21a55..b016e549f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hookabovecomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horizontalbar.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horizontalbar.glif index d6e8911a7..f9ff0d3c7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horizontalbar.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horizontalbar.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.case.glif index ed493d109..d67f73fb3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.case.glif @@ -6,7 +6,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.glif index 72f9d9f87..031085734 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/horncomb.glif @@ -3,26 +3,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hryvnia.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hryvnia.glif index 51ce98888..9f1aa21ba 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hryvnia.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hryvnia.glif @@ -1,67 +1,67 @@ - + - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.case.glif index a6bd63f66..49ea54101 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.case.glif @@ -7,30 +7,26 @@ hungarumlaut.cap - - - - - - + + + + + + - - - - - - + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -12 7 5 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.glif index 04b724421..c1aedc47d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlaut.glif @@ -1,36 +1,32 @@ - + hungarumlaut - - - - - - + + + + + + - - - - - - + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -12 7 5 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.case.glif index 1e4208f69..64d74bb0d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.case.glif @@ -4,26 +4,26 @@ - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.glif index 563eb5252..73ccd99c4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hungarumlautcomb.glif @@ -4,34 +4,30 @@ hungarumlaut - - + + - - - - - - + + + + + + - - - - - - + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -12 7 5 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.case.glif index b0bc047b8..0ccf22e76 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif index 68200860d..2ae27a4c4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphen.glif @@ -1,26 +1,22 @@ - + hyphen - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphentwo.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphentwo.glif index 0a23d5db1..381faa800 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphentwo.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/hyphentwo.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif index 3374af94f..73d3e4bf8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.cy.glif @@ -1,20 +1,20 @@ - + i.cy - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif index 0ed498ec4..3c28c0bac 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.glif @@ -1,20 +1,20 @@ - + i.dot - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.sc.glif index 29d838e67..7d5911f1b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.dot.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.glif index 8ce717545..547233c2b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.glif @@ -1,21 +1,21 @@ - + i - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif index 0e78085c9..24aa0db8c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.sc.glif @@ -1,42 +1,27 @@ - + I - - - + + + - - - + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:27:06 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.uc.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.uc.sc.glif index 36416851f..9ec2e32f1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.uc.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/i.uc.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.glif index e74748427..1a6d3572f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.glif @@ -1,21 +1,21 @@ - + iacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.sc.glif index 4fee0cdd2..556a73bdc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iacute.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif index 44ff2ddb9..b1c22bcd0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.glif @@ -1,21 +1,21 @@ - + ibreve - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.sc.glif index 368067b1c..bb329a2d4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ibreve.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.glif index e88f5f141..38a5ea87e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.sc.glif index 78a88b7fb..efce11ae6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icaron.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.glif index 19e17b913..d86d003f8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.glif @@ -1,21 +1,21 @@ - + icircumflex - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.sc.glif index e1ebc5e65..6f4070362 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/icircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.glif index a9ffc7999..673a09de5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.sc.glif index b47380f6f..1306059ef 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.glif index 52cfeb559..3d51bcbde 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.glif @@ -1,21 +1,21 @@ - + idieresis - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.sc.glif index f2a851f61..f6ec2d46f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresis.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.glif index 368203f22..b022c0aec 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.sc.glif index 5c79f339b..87a1764e8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idieresisacute.sc.glif @@ -1,21 +1,21 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.glif index 6dc140725..04fb9f0fb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.glif @@ -1,17 +1,17 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.sc.glif index ba7be9c7c..aa2574b50 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.glif index 16e25dba1..8444c1dae 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.sc.glif index 57793e885..d08407b92 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.glif index a8ac50cf1..06e354c18 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.glif @@ -1,29 +1,25 @@ - + dotlessi - - - + + + - - - - + + + + - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 20 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:09 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.sc.glif index dbbb17ca6..e904437e9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/idotless.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.glif index eec409543..ea56ccc3c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.glif @@ -1,21 +1,21 @@ - + igrave - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.sc.glif index 4750dd11e..019d366d5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/igrave.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.glif index d0ec6932d..db4765fe5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.sc.glif index 6699ce3c0..25e73018f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ihookabove.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.glif index d3a37bb93..ac5e0bbd0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.sc.glif index 3807dbd29..9fe71a1e6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ij.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ij.glif index 3175aed82..a5906c25a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ij.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ij.glif @@ -1,25 +1,25 @@ - + ij - - - - - + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ij_acutecomb.glif index 00f6d03ca..b270b2298 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ij_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ij_acutecomb.glif @@ -1,29 +1,25 @@ - + ij_acutecomb - - - - - + + + + + - - + + - assembly - NPUSHB[ ] /* 63 values pushed */ -26 1 3 0 25 1 2 3 2 74 13 12 8 6 5 1 6 1 72 6 4 5 3 1 1 20 75 0 0 0 18 75 0 3 3 2 91 0 2 2 22 2 76 18 18 14 14 18 34 18 34 30 28 24 22 14 17 14 17 31 7 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.glif index d91adbbd1..a36953997 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.glif @@ -1,21 +1,21 @@ - + imacron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.sc.glif index 84ed07e9c..2735fa7cc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/imacron.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/increment.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/increment.glif index d965918a4..e660dcc30 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/increment.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/increment.glif @@ -7,27 +7,23 @@ uni2206 - - - - - - + + + + + + - - - + + + - assembly - PUSHB[ ] /* 6 values pushed */ -7 6 2 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/infinity.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/infinity.glif index 772bed216..17e26c782 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/infinity.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/infinity.glif @@ -1,74 +1,70 @@ - + infinity - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 8 values pushed */ -52 46 41 33 17 2 3 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/integral.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/integral.glif index e02ad24be..e75611d81 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/integral.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/integral.glif @@ -1,6 +1,6 @@ - + integral @@ -8,53 +8,49 @@ integral - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -34 14 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.glif index 1464ab0f8..3afd292f4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.glif @@ -1,26 +1,22 @@ - + iogonek - - - + + + - - + + - assembly - NPUSHB[ ] /* 57 values pushed */ -26 1 4 3 27 1 5 4 2 74 0 4 0 5 4 5 95 0 0 0 1 91 6 1 1 1 27 75 0 2 2 20 75 0 3 3 18 3 76 0 0 31 29 24 22 17 16 15 14 0 13 0 12 37 7 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:18 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.sc.glif index 6b0b29149..76d6bd910 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/iogonek.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.glif index ff1b6427e..4b10f78a5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.glif @@ -1,21 +1,21 @@ - + itilde - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.sc.glif index bc0a59a15..22f49de75 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/itilde.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/j.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/j.glif index da17269bd..a692fe063 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/j.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/j.glif @@ -1,20 +1,20 @@ - + j - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif index 611c85809..9bb873221 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/j.sc.glif @@ -1,51 +1,36 @@ - + J - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 20 values pushed */ -7 1 0 71 1 1 0 0 17 0 76 0 0 0 17 0 17 2 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.glif index 4f4a02bf5..74662325d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.glif @@ -1,20 +1,20 @@ - + jcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.sc.glif index 19ae16f62..e1610c93c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.glif index 168457d11..003824922 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.glif @@ -1,40 +1,36 @@ - + uni0237 - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 38 values pushed */ -8 1 1 2 7 1 0 1 2 74 3 1 2 2 20 75 0 1 1 0 91 0 0 0 22 0 76 0 0 0 16 0 16 36 36 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.sc.glif index f44d6b3b3..5adfaaac3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/jdotless.sc.glif @@ -1,25 +1,25 @@ - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/k.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/k.glif index 1442c3f7d..db324ec00 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/k.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/k.glif @@ -1,40 +1,36 @@ - + k - - + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - assembly - NPUSHB[ ] /* 39 values pushed */ -9 6 2 0 3 1 74 4 1 1 1 19 75 0 3 3 20 75 2 1 0 0 18 0 76 0 0 17 16 8 7 0 3 0 3 17 5 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif index da2165f23..f0b4e55f3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/k.sc.glif @@ -1,58 +1,43 @@ - + K - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 28 values pushed */ -23 20 14 3 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 24 23 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.glif index d03076f67..c70c79432 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.glif @@ -1,20 +1,20 @@ - + kcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.sc.glif index 3a153703c..5eccdd966 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.glif index 948a855d2..88fb8d746 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.glif @@ -1,38 +1,34 @@ - + kgreenlandic - - - - - - - - - - + + + + + + + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 35 values pushed */ -10 7 2 0 1 1 74 3 4 2 1 1 20 75 2 1 0 0 18 0 76 0 0 18 17 9 8 0 3 0 3 17 5 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.sc.glif index e68a5bfd3..e55e4aa70 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kgreenlandic.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kip.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kip.glif index 2abd0e71d..8f1113dd2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kip.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/kip.glif @@ -1,35 +1,35 @@ - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/l.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/l.glif index 834641025..e03769c72 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/l.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/l.glif @@ -1,30 +1,26 @@ - + l - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 19 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif index 156621e34..a91fe0b98 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/l.sc.glif @@ -1,44 +1,29 @@ - + L - - - - + + + + - - - - - - + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 28 values pushed */ -3 1 2 2 17 75 0 0 0 1 90 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.glif index 6cb6d2d9f..7c0c5bc26 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.glif @@ -1,26 +1,22 @@ - + lacute - - - - + + + + - + - assembly - NPUSHB[ ] /* 28 values pushed */ -6 5 1 3 1 72 2 1 1 1 17 75 0 0 0 18 0 76 7 7 7 10 7 10 24 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.sc.glif index 6bff26a68..3c67860f0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif index df982d96e..1c82dd30b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.glif @@ -1,39 +1,39 @@ - + lcaron - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:54 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.sc.glif index 5d50f90d8..2dd8ad0cd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.glif index f3bf44fdc..b250fedba 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.glif @@ -1,22 +1,22 @@ - + lcommaaccent - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.sc.glif index 13eb6f118..197756e7c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lcommaaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.glif index 79ccfed7f..4075458d4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.glif @@ -1,22 +1,27 @@ - + ldot - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.sc.glif index dcf3efc99..b9ce60782 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldot.sc.glif @@ -1,10 +1,10 @@ - - - - + + + + @@ -14,7 +14,12 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldotbelow.glif index 845f98524..01ce0a31c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ldotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftA_rrow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftA_rrow.glif index 486e7a2e2..2a4ad57d8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftB_lackT_riangle.glif index 4afe93e01..a8dd35a51 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftW_hiteT_riangle.glif index 9411c0a46..b51ec5163 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftanglebracket-math.glif index 41dd42f68..75226e82f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/leftanglebracket-math.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:50 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/less.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/less.glif index 4275c31ce..6ca1856b1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/less.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/less.glif @@ -1,29 +1,25 @@ - + less - - - - - - - + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -4 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lessequal.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lessequal.glif index 3113cd1a6..06541580f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lessequal.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lessequal.glif @@ -1,35 +1,31 @@ - + lessequal - - - - - - - + + + + + + + - - - - + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -8 7 4 0 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lira.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lira.glif index 1f7a5b87c..cc3e00f33 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lira.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lira.glif @@ -1,84 +1,80 @@ - + lira - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 90 values pushed */ -7 1 1 0 8 1 2 1 37 1 5 4 36 26 2 6 5 47 1 7 6 5 74 13 12 2 2 11 1 3 4 2 3 97 10 1 4 9 1 5 6 4 5 97 0 1 1 0 91 0 0 0 25 75 0 6 6 7 91 8 1 7 7 26 7 76 0 0 0 66 0 66 65 64 63 62 61 60 38 42 38 17 17 17 19 38 35 14 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/liraT_urkish.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/liraT_urkish.glif index 82e440410..3695f21ee 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/liraT_urkish.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/liraT_urkish.glif @@ -1,56 +1,52 @@ - + uni20BA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 47 values pushed */ -30 29 8 7 4 3 6 2 0 26 25 2 1 2 2 74 0 2 0 1 0 2 1 112 0 0 0 17 75 0 1 1 3 90 0 3 3 18 3 76 36 19 57 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/literS_ign.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/literS_ign.glif index 0052dd762..b525159bd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/literS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/literS_ign.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.glif index 78c1cc9b3..fffbcbe6e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif index faef36c7d..d563db909 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lj.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.glif index 0105b3da3..b0e1b4e07 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.sc.glif index b4ccff1d4..bc31b7a07 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/llinebelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/logicalnot.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/logicalnot.glif index 6e8ba7e23..f023fad56 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/logicalnot.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/logicalnot.glif @@ -7,22 +7,18 @@ logicalnot - + - - + + - assembly - NPUSHB[ ] /* 34 values pushed */ -0 0 1 0 115 3 1 2 1 1 2 85 3 1 2 2 1 89 0 1 2 1 77 0 0 0 5 0 5 17 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lozenge.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lozenge.glif index 7acc6ff72..74e20970b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lozenge.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lozenge.glif @@ -1,40 +1,36 @@ - + lozenge - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -14 10 5 1 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.glif index deafb608a..13d89ef43 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.glif @@ -1,34 +1,30 @@ - + lslash - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 27 values pushed */ -11 10 6 5 4 0 6 0 1 1 74 0 1 1 19 75 0 0 0 18 0 76 21 18 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.sc.glif index 7cee1804a..d260e07ed 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/lslash.sc.glif @@ -1,48 +1,33 @@ - + Lslash - - - - - - - - - - - - - - + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 37 values pushed */ -10 9 4 3 4 2 1 1 74 0 1 1 17 75 3 1 2 2 0 90 0 0 0 18 0 76 0 0 0 13 0 13 21 17 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/m.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/m.glif index f9c97f4a1..147367cbf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/m.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/m.glif @@ -1,92 +1,75 @@ - + m - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 7 values pushed */ -52 46 2 0 1 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 22 values pushed */ -3 1 1 1 5 91 8 7 6 3 5 5 20 75 4 2 2 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 26 values pushed */ -0 5 5 20 75 3 1 1 1 6 91 8 7 2 6 6 28 75 4 2 2 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -0 0 0 55 0 54 35 17 20 41 23 41 23 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif index e987aea18..14a16cc27 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/m.sc.glif @@ -1,55 +1,40 @@ - + M - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 38 values pushed */ -14 9 2 3 1 0 1 74 12 1 1 71 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 18 0 18 25 17 20 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.case.glif index e7264b7f9..31e0bd8a5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.case.glif @@ -7,20 +7,16 @@ macron.cap - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.glif index c64184432..78603ff65 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macron.glif @@ -1,32 +1,22 @@ - + macron - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.case.glif index 0ff318e20..a1c228e41 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.case.glif @@ -6,26 +6,16 @@ macron - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.glif index 8758e44f4..65de36b2c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macronbelowcomb.glif @@ -7,26 +7,16 @@ macron - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.case.glif index 28244ccf8..1274565f8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.case.glif @@ -4,29 +4,19 @@ macron - + - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.glif index f13353baf..e4f47d89d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/macroncomb.glif @@ -5,29 +5,19 @@ macron - + - - - - + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/manat.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/manat.glif index 64641c53c..5e1a51350 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/manat.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/manat.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.glif index d7843eb46..9295c6d56 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.sc.glif index 0781a2376..d071e3882 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.glif index 84c97c2a3..ed4ccedca 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.sc.glif index 07abe7b55..b2b36da13 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mdotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/micro.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/micro.glif index 6e8df4ff8..046c193f5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/micro.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/micro.glif @@ -7,87 +7,61 @@ uni00B5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -35 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 18 values pushed */ -9 1 0 1 40 32 8 3 2 0 55 48 41 3 5 2 3 74 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 18 values pushed */ -9 1 0 3 40 32 8 3 2 0 55 48 41 3 5 2 3 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -35 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 33 values pushed */ -0 0 1 2 1 0 2 112 8 1 7 5 7 115 3 1 1 1 28 75 4 1 2 2 5 91 6 1 5 5 26 5 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 37 values pushed */ -0 0 3 2 3 0 2 112 8 1 7 5 7 115 0 1 1 28 75 0 3 3 20 75 4 1 2 2 5 91 6 1 5 5 26 5 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -0 0 0 56 0 56 37 38 37 19 43 38 36 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/minus.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/minus.glif index 52f12a930..da978cf3d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/minus.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/minus.glif @@ -7,20 +7,16 @@ minus - - - - + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -1 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/minute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/minute.glif index b2387a9e0..ba5c985b7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/minute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/minute.glif @@ -7,20 +7,16 @@ minute - - - - + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.glif index 69ec7c4ef..b7f37362a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.glif @@ -11,7 +11,11 @@ uni03BC com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif index eb41ad23f..ca1380dde 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/mu.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/multiply.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/multiply.glif index 2707b6ab1..1d0c91ae2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/multiply.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/multiply.glif @@ -1,34 +1,30 @@ - + multiply - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -8 2 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/n.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/n.glif index 14b211614..dab428c1c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/n.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/n.glif @@ -1,67 +1,50 @@ - + n - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -27 1 0 1 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 19 values pushed */ -0 1 1 3 91 5 4 2 3 3 20 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 23 values pushed */ -0 3 3 20 75 0 1 1 4 91 5 1 4 4 28 75 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 30 0 29 17 20 41 23 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif index 2d17ae8e8..419695312 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/n.sc.glif @@ -1,46 +1,31 @@ - + N - - + + - - - - - + + + + + - - - - - - - - + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 33 values pushed */ -9 2 2 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey @@ -48,7 +33,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.glif index 0a84abb67..739551ef8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.glif @@ -1,20 +1,20 @@ - + nacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.sc.glif index 2c491f7ef..3bee33a5e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/naira.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/naira.glif index 98df90103..5994f9cbf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/naira.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/naira.glif @@ -1,47 +1,47 @@ - + uni20A6 - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + - assembly - NPUSHB[ ] /* 80 values pushed */ -14 6 4 3 2 18 15 7 3 1 0 2 1 98 17 16 8 3 0 19 20 13 11 4 9 10 0 9 97 5 1 3 3 17 75 12 1 10 10 18 10 76 0 0 41 40 38 37 36 35 34 33 32 31 30 29 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 21 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/narrownbspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/narrownbspace.glif index 7e81de874..b816b4431 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/narrownbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nbspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nbspace.glif index 5b5f17477..f35bd2862 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif index 3c497e314..332f49ec0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.glif @@ -1,20 +1,20 @@ - + ncaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.sc.glif index 5b3b77cbb..48b5c2855 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.glif index 9232c08ef..3b58250c5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.glif @@ -1,20 +1,20 @@ - + ncommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.sc.glif index f9c1151b4..f02521423 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ncommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.glif index 0f62fc741..f6fdcc94a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.sc.glif index 13d318232..ee9127975 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.glif index 5a6c94210..95c718522 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:00 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.sc.glif index 78c68762a..e2b0d5172 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ndotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.dnom.glif index c7e4adc6f..3f80737fd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.dnom.glif @@ -1,59 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.17 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.glif index ae2f99b30..884c5c5d9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.glif @@ -1,51 +1,51 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.17 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.lf.glif index 1ea3098dc..62c445b14 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.lf.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.17 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.numr.glif index f8a927fe4..70ee253f0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.osf.glif index bb95feabe..c4d07426c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.osf.glif @@ -1,57 +1,53 @@ - + nine - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 43 values pushed */ -22 1 0 3 1 74 18 17 2 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 28 2 76 23 23 23 38 23 37 32 30 38 32 5 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.17 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.sc.glif index 19bf48949..411f59f4a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.sc.glif @@ -1,44 +1,44 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.17 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tf.glif index 1b1573b1f..a42d552f6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tf.glif @@ -3,48 +3,48 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.17 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tosf.glif index fc0f2e8a8..033bfba02 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nine.tosf.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.17 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nineinferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nineinferior.glif index 834e51bb1..361be9071 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nineinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nineinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ninesuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ninesuperior.glif index e539bf40c..eb9d52119 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ninesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ninesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nj.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nj.glif index 0893d5fee..2cd228717 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nj.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nj.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.glif index f346cddd5..51b6b5cc0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.sc.glif index 71bcd0ff7..e68803d10 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/nlinebelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/notequal.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/notequal.glif index ab4fb7766..b82f5bdc2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/notequal.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/notequal.glif @@ -1,42 +1,38 @@ - + notequal - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -15 5 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif index 3a59b0f12..11050e099 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.glif @@ -1,20 +1,20 @@ - + ntilde - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.sc.glif index c7f44b5c2..1b2aa5ddf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ntilde.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/numbersign.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/numbersign.glif index eb2d02aa9..1a173a736 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/numbersign.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/numbersign.glif @@ -7,61 +7,46 @@ numbersign - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 39 values pushed */ -5 1 3 2 2 3 102 6 4 2 2 14 7 2 1 0 2 1 98 15 8 2 0 16 13 11 3 9 10 0 9 97 12 1 10 10 18 10 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 38 values pushed */ -5 1 3 2 3 114 6 4 2 2 14 7 2 1 0 2 1 98 15 8 2 0 16 13 11 3 9 10 0 9 97 12 1 10 10 18 10 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 30 values pushed */ -0 0 31 30 29 28 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 17 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/numero.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/numero.glif index 3d0b52c6c..81e9777a4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/numero.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/numero.glif @@ -1,70 +1,66 @@ - + uni2116 - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -49 48 39 34 26 20 8 0 4 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/o.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/o.glif index 2f94f5015..cfce36b26 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/o.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/o.glif @@ -1,59 +1,55 @@ - + o - - - - - + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 41 values pushed */ -0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 14 14 0 0 14 27 14 26 21 19 0 13 0 12 37 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:52 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif index ef499e95c..80b9cd4f9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/o.sc.glif @@ -1,66 +1,51 @@ - + O - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 28 values pushed */ -0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 37 37 38 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.glif index 599d60f66..eaa0a8542 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.glif @@ -1,23 +1,23 @@ - + oacute - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.sc.glif index fc93eaab6..f2d6554fe 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.glif index a2f6e5e9f..f6cf5cfc9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.glif @@ -1,23 +1,23 @@ - + obreve - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.sc.glif index 2ebcc8529..634066856 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/obreve.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif index 5beb8dc0d..281af0ace 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.sc.glif index a258d4f4a..42731eff2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocaron.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.glif index 5cd358d08..75db5d096 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.glif @@ -1,23 +1,23 @@ - + ocircumflex - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.sc.glif index f0b1a7dae..0988d370a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflex.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.glif index 0eb98b8cf..fab6329d4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.sc.glif index 2cd720981..655024082 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.glif index d5cc023ce..bd78cb218 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.sc.glif index 8fb2a485c..5f0082c0c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.glif index 32ab3c156..a2dc54332 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.sc.glif index 776c61b9a..4b007abc7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexgrave.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.glif index 81215af63..3ffee4a7e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.sc.glif index 47a4edc76..430274ae9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.glif index f85c10b73..d60eee4af 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.sc.glif index b39e96611..cb9a0330e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ocircumflextilde.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.glif index 1196afc7f..462baae68 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.sc.glif index 472255ccb..e10cbd97d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odblgrave.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.glif index 7c0244089..2df6f31c8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.glif @@ -1,23 +1,23 @@ - + odieresis - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.sc.glif index 6164aacce..7ee592c3f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresis.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.glif index 54a8c0980..68c767650 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.sc.glif index 5ce9a8e9f..664e3879e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odieresismacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.glif index 9887d6748..e26c55a4d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.sc.glif index 18642ecfa..566670a7e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotaccentmacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.glif index 33d760f6a..dfadfc1f2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.sc.glif index 0c80d1e44..a00b49e56 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/odotbelow.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.glif index 8b6899106..c0dc68795 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.glif @@ -1,37 +1,33 @@ - + oe - - - - - - - - + + + + + + + + - + - assembly - NPUSHB[ ] /* 78 values pushed */ -23 1 8 6 10 3 2 3 5 4 2 74 0 8 0 4 5 8 4 99 12 9 2 6 6 2 91 3 1 2 2 28 75 11 7 10 3 5 5 0 91 1 1 0 0 26 0 76 56 56 39 39 0 0 56 66 56 65 60 59 39 55 39 54 49 47 0 38 0 37 22 36 37 36 38 13 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment - 0 + -1 -1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif index 30f3a1441..d05c63af7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oe.sc.glif @@ -1,100 +1,54 @@ - + OE - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 10 values pushed */ -23 1 0 7 9 1 2 1 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 35 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 6 1 5 5 25 75 11 9 2 2 2 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 45 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 6 1 5 5 25 75 0 2 2 3 91 4 1 3 3 18 75 11 1 9 9 3 91 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -42 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 54 values pushed */ -0 0 0 1 2 0 1 97 8 10 2 7 7 5 91 0 5 5 25 75 8 10 2 7 7 6 89 0 6 6 17 75 0 2 2 3 89 0 3 3 18 75 11 1 9 9 4 91 0 4 4 26 4 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 51 values pushed */ -0 0 0 1 2 0 1 97 0 8 8 5 91 0 5 5 25 75 10 1 7 7 6 89 0 6 6 17 75 0 2 2 3 89 0 3 3 18 75 11 1 9 9 4 91 0 4 4 26 4 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 24 values pushed */ -27 27 0 0 27 40 27 39 34 32 0 26 0 26 19 38 35 17 17 17 17 12 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey @@ -102,7 +56,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif index 8acba758c..d10c6b192 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonek.glif @@ -1,49 +1,39 @@ - + ogonek - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 32 values pushed */ -11 1 1 0 1 74 10 1 2 0 72 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 38 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.case.glif index b9cbcf39c..41a5819af 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.case.glif @@ -3,46 +3,36 @@ ogonek - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 32 values pushed */ -11 1 1 0 1 74 10 1 2 0 72 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 38 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.glif index 61a792251..d2a2b202b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ogonekcomb.glif @@ -7,43 +7,33 @@ ogonek - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 32 values pushed */ -11 1 1 0 1 74 10 1 2 0 72 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 38 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.glif index 6d171ede7..9f6dbaa30 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.glif @@ -1,23 +1,23 @@ - + ograve - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.sc.glif index ca45e9740..96762513d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ograve.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.glif index 584729128..c3afbb0e4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.sc.glif index e0c21e779..f0b3fada1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohookabove.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif index 5c40917c5..95f6a356d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.sc.glif index b8abc11b2..d516aa3fb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorn.sc.glif @@ -1,86 +1,75 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.glif index 779ffe8aa..67304d8c7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.sc.glif index 0883f41fd..f7ec5c54e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.glif index 2eb76ff7c..fed26f6e5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.sc.glif index 1c305eb89..f37f37665 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorndotbelow.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.glif index 6039803d2..10f9c28a0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.sc.glif index 655f29794..57dffad23 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorngrave.sc.glif @@ -1,12 +1,12 @@ - - - - + + + + - - + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.glif index 8c831362e..fb1177b8a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.sc.glif index 64276e121..39248a154 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohornhookabove.sc.glif @@ -1,12 +1,12 @@ - - - - + + + + - - + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.glif index 6513be89c..d2d2c9bc4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.sc.glif index e001a1aa0..53866e61c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohorntilde.sc.glif @@ -1,12 +1,12 @@ - - - - - - - + + + + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.glif index 20f3f160b..4621db9ed 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.glif @@ -1,23 +1,23 @@ - + ohungarumlaut - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.sc.glif index ee9ee823d..dbc83313a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ohungarumlaut.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.glif index 6e294a2aa..0c3fb6e73 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.sc.glif index 3167a8737..652ca55ff 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oinvertedbreve.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.glif index e8687b01d..bc2734459 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.glif @@ -1,23 +1,23 @@ - + omacron - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.sc.glif index 57c9bb2ca..cdb0ce57e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacron.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.glif index 52090d6b4..f982b7f84 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.sc.glif index a3e6252b6..6736fc3a8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacronacute.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.glif index f270830d4..71b923389 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.sc.glif index 23bacb6c2..c732222e0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omacrongrave.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omega.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omega.sc.glif index 782028d13..e74a22f4a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omega.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/omega.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.dnom.glif index c42f13f55..6460c40e5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.dnom.glif @@ -1,35 +1,26 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:03:51 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.glif index ee6c7c175..cef6cc59c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif index fa94cb3ab..708a2b70d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.lf.glif @@ -1,26 +1,26 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.numr.glif index 0c1055bb4..ab0fb3de7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.osf.glif index aa0e678fd..e0c4540ab 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.osf.glif @@ -1,32 +1,28 @@ - + one - - - - + + + + - - - - - - + + + + + + - assembly - NPUSHB[ ] /* 16 values pushed */ -9 6 1 3 0 72 0 0 0 18 0 76 23 1 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif index 0edf1f8c7..5c9251cae 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.sc.glif @@ -1,20 +1,20 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif index 4d349ee98..8969d3f8c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tf.glif @@ -3,28 +3,28 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tosf.glif index 48ebffdd7..ef6dddd83 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/one.tosf.glif @@ -1,30 +1,30 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneeighth.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneeighth.glif index 50adeb3e1..a6d5e6fb2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneeighth.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneeighth.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onefifth.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onefifth.glif index 1515b055b..c2f97f72a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onefifth.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onefifth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onehalf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onehalf.glif index e929fe00d..ed97903a4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onehalf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onehalf.glif @@ -1,29 +1,19 @@ - + onehalf - - + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 87 values pushed */ -9 1 0 3 4 2 24 23 2 0 3 40 1 1 5 3 74 6 5 2 2 72 7 1 2 4 2 114 0 0 3 5 3 0 5 112 0 1 5 6 5 1 6 112 0 4 0 3 0 4 3 99 0 5 1 6 5 85 0 5 5 6 89 0 6 5 6 77 10 10 39 38 37 36 29 27 21 19 10 13 10 13 19 23 8 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneinferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneinferior.glif index e8244c2f6..3014f795e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneninth.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneninth.glif index d95031364..bf7df07e1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneninth.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneninth.glif @@ -4,8 +4,8 @@ - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onequarter.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onequarter.glif index 6787e46a2..0b9534620 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onequarter.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onequarter.glif @@ -1,60 +1,19 @@ - + onequarter - - + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 20 values pushed */ -5 4 3 3 6 2 23 1 0 6 28 1 7 0 3 74 9 1 2 72 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 20 values pushed */ -5 4 3 3 6 2 23 1 0 6 28 1 8 0 3 74 9 1 2 72 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 48 values pushed */ -9 1 2 6 2 114 0 6 0 6 114 0 0 7 0 114 0 1 3 4 3 1 4 112 0 4 3 4 101 8 1 7 3 3 7 85 8 1 7 7 3 90 5 1 3 7 3 78 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 47 values pushed */ -9 1 2 6 2 114 0 6 0 6 114 0 0 7 0 114 0 1 3 4 3 1 4 112 0 4 4 113 8 1 7 3 3 7 85 8 1 7 7 3 90 5 1 3 7 3 78 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 51 values pushed */ -9 1 2 6 2 114 0 6 0 6 114 0 0 8 0 114 0 1 3 4 3 1 4 112 0 4 4 113 0 8 7 3 8 85 0 7 3 3 7 85 0 7 7 3 90 5 1 3 7 3 78 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 23 values pushed */ -10 10 30 29 26 25 22 21 19 18 17 16 15 14 10 13 10 13 25 17 10 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneseventh.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneseventh.glif index 2959862ef..b1f907ddd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneseventh.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oneseventh.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onesixth.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onesixth.glif index 0cd6c7ec1..8e0640199 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onesixth.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onesixth.glif @@ -4,8 +4,8 @@ - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onesuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onesuperior.glif index d404d7090..886878be2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onetenth.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onetenth.glif index 1131dc16a..129acaa96 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onetenth.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onetenth.glif @@ -1,12 +1,12 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onethird.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onethird.glif index 824faa2d7..4123ae428 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onethird.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/onethird.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.glif index c3ced6527..f058a9f0a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:53 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.sc.glif index 7e1fd754b..7697d2b14 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oogonek.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ordfeminine.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ordfeminine.glif index 720e64e8c..11c95dcc2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ordfeminine.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ordfeminine.glif @@ -1,59 +1,55 @@ - + ordfeminine - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -21 17 12 1 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ordmasculine.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ordmasculine.glif index 7c0e816a3..c4a219910 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ordmasculine.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ordmasculine.glif @@ -1,48 +1,44 @@ - + ordmasculine - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -25 17 10 2 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oslash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oslash.glif index 833ae43f8..368aac802 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oslash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oslash.glif @@ -1,83 +1,79 @@ - + oslash - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 69 values pushed */ -21 18 2 2 1 37 36 28 27 4 3 2 10 7 2 0 3 3 74 20 19 2 1 72 9 8 2 0 71 4 1 2 2 1 91 0 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 31 31 22 22 31 39 31 38 22 30 22 29 41 36 6 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oslashacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oslashacute.glif index a441962d3..a82f69f46 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oslashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/oslashacute.glif @@ -1,19 +1,19 @@ - + oslashacute - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.glif index 5b1793343..fed78fc0c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.glif @@ -1,23 +1,23 @@ - + otilde - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.sc.glif index e95876175..47256e110 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otilde.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.glif index de98e425e..879c62d80 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.sc.glif index 3610f6b54..ef653c336 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildeacute.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.glif index 679a0bcac..a920bb557 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.sc.glif index b1469e92e..2c1acf712 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildedieresis.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.glif index 9af495c35..4470c122b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.sc.glif index 1e57f9958..81eeb8e09 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/otildemacron.sc.glif @@ -1,23 +1,23 @@ - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/p.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/p.glif index f2dfa97be..3e6c4dfe6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/p.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/p.glif @@ -1,75 +1,58 @@ - + p - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 7 values pushed */ -27 13 2 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 29 values pushed */ -0 4 4 2 91 6 3 2 2 2 20 75 7 1 5 5 0 92 0 0 0 26 75 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 33 values pushed */ -0 2 2 20 75 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 92 0 0 0 26 75 0 1 1 22 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 20 values pushed */ -17 17 0 0 17 29 17 28 24 22 0 16 0 15 17 18 37 8 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif index 811532289..6f332efb1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/p.sc.glif @@ -1,85 +1,57 @@ - + P - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - PUSHB[ ] /* 6 values pushed */ -25 1 5 4 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -7 1 5 0 2 3 5 2 100 0 4 4 0 91 1 6 2 0 0 17 75 0 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -7 1 5 0 2 3 5 2 100 6 1 0 0 17 75 0 4 4 1 91 0 1 1 25 75 0 3 3 18 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 23 values pushed */ -17 17 1 0 17 28 17 27 22 20 15 14 12 10 5 3 0 16 1 16 8 7 20 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/paragraph.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/paragraph.glif index fad969270..ec03e727a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/paragraph.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/paragraph.glif @@ -1,70 +1,37 @@ - + paragraph - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -6 1 5 3 2 3 5 2 112 0 3 3 0 91 1 1 0 0 25 75 4 1 2 2 18 2 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -45 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 31 values pushed */ -6 1 5 3 2 3 5 2 112 0 1 1 17 75 0 3 3 0 91 0 0 0 25 75 4 1 2 2 18 2 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -49 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 34 values pushed */ -0 1 0 3 0 1 3 112 6 1 5 3 2 3 5 2 112 0 3 3 0 91 0 0 0 25 75 4 1 2 2 18 2 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 32 values pushed */ -0 1 0 3 0 1 3 112 6 1 5 3 2 3 5 2 112 0 0 0 3 5 0 3 97 4 1 2 2 18 2 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 14 values pushed */ -0 0 0 24 0 24 17 17 23 34 52 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.case.glif index da24eb622..ea9fbbe30 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.case.glif @@ -6,30 +6,26 @@ parenleft - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -15 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.glif index c0cb52334..9ae398f56 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenleft.glif @@ -7,30 +7,26 @@ parenleft - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -15 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.case.glif index 78583fbf3..9c90ba0e1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.case.glif @@ -6,30 +6,26 @@ parenright - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -15 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.glif index 637e1fc5c..d049eb99c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/parenright.glif @@ -7,30 +7,26 @@ parenright - - - - - - - - - - - - - - + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -15 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/partialdiff.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/partialdiff.glif index bfdce378f..663832a7d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/partialdiff.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/partialdiff.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.glif index 6a9c81946..0c2a2b55d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.sc.glif index 4efde86d2..32ef97b5b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:59 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/percent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/percent.glif index bdc12fbae..bc249bc8c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/percent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/percent.glif @@ -1,120 +1,78 @@ - + percent - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -11 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 46 values pushed */ -0 2 0 4 5 2 4 99 0 5 0 3 8 5 3 99 11 1 7 0 8 9 7 8 100 12 1 9 0 6 0 9 6 99 10 1 1 1 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -15 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 48 values pushed */ -0 5 0 3 8 5 3 99 11 1 7 0 8 9 7 8 100 12 1 9 0 6 0 9 6 99 10 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -19 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 46 values pushed */ -0 2 0 4 5 2 4 99 0 5 0 3 8 5 3 99 11 1 7 0 8 9 7 8 100 12 1 9 0 6 0 9 6 99 10 1 1 1 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 48 values pushed */ -0 5 0 3 8 5 3 99 11 1 7 0 8 9 7 8 100 12 1 9 0 6 0 9 6 99 10 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 46 values pushed */ -0 2 0 4 5 2 4 99 0 5 0 3 8 5 3 99 11 1 7 0 8 9 7 8 100 12 1 9 0 6 0 9 6 99 10 1 1 1 17 75 0 0 0 18 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 34 values pushed */ -48 48 33 33 0 0 48 61 48 60 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 13 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/period.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/period.glif index 21f11ea35..418e7721d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/period.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/period.glif @@ -7,28 +7,24 @@ period - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 22 values pushed */ -2 1 1 1 0 91 0 0 0 26 0 76 0 0 0 12 0 11 36 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.case.glif index 61fea95f2..07529bf38 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.case.glif @@ -10,7 +10,11 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.glif index 39e01fa00..7add0e0b4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.glif @@ -11,7 +11,11 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 01009a7be..3862d04c9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/perthousand.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/perthousand.glif index 7d9c7bc50..617ff5b6c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/perthousand.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/perthousand.glif @@ -1,148 +1,106 @@ - + perthousand - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -11 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 52 values pushed */ -0 2 0 4 5 2 4 99 0 5 0 3 10 5 3 99 16 9 15 3 7 12 1 10 11 7 10 100 18 13 17 3 11 8 1 6 0 11 6 99 14 1 1 1 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -15 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 54 values pushed */ -0 5 0 3 10 5 3 99 16 9 15 3 7 12 1 10 11 7 10 100 18 13 17 3 11 8 1 6 0 11 6 99 14 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -19 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 52 values pushed */ -0 2 0 4 5 2 4 99 0 5 0 3 10 5 3 99 16 9 15 3 7 12 1 10 11 7 10 100 18 13 17 3 11 8 1 6 0 11 6 99 14 1 1 1 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 54 values pushed */ -0 5 0 3 10 5 3 99 16 9 15 3 7 12 1 10 11 7 10 100 18 13 17 3 11 8 1 6 0 11 6 99 14 1 1 1 17 75 0 4 4 2 91 0 2 2 17 75 0 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 52 values pushed */ -0 2 0 4 5 2 4 99 0 5 0 3 10 5 3 99 16 9 15 3 7 12 1 10 11 7 10 100 18 13 17 3 11 8 1 6 0 11 6 99 14 1 1 1 17 75 0 0 0 18 0 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 50 values pushed */ -77 77 63 63 48 48 33 33 0 0 77 90 77 89 84 82 63 76 63 75 70 68 48 62 48 61 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 19 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/peseta.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/peseta.glif index 7a12d8ae8..621620b85 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/peseta.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/peseta.glif @@ -1,87 +1,61 @@ - + peseta - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - assembly - PUSHB[ ] /* 5 values pushed */ -12 1 6 1 73 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -28 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 39 values pushed */ -0 9 0 3 4 9 3 99 0 7 7 0 91 1 1 0 0 17 75 10 5 2 2 2 6 89 8 11 2 6 6 20 75 0 4 4 18 4 76 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 37 values pushed */ -8 11 2 6 10 5 2 2 9 6 2 98 0 9 0 3 4 9 3 99 0 7 7 0 91 1 1 0 0 17 75 0 4 4 18 4 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 41 values pushed */ -8 11 2 6 10 5 2 2 9 6 2 98 0 9 0 3 4 9 3 99 0 0 0 17 75 0 7 7 1 91 0 1 1 25 75 0 4 4 18 4 76 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 23 values pushed */ -0 0 40 39 37 35 32 31 28 26 0 25 0 25 17 18 35 22 34 33 12 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/peso.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/peso.glif index 73da17259..21876322e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/peso.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/peso.glif @@ -1,94 +1,79 @@ - + uni20B1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 52 values pushed */ -12 18 11 3 2 14 10 2 3 4 2 3 98 20 15 9 3 4 17 8 2 5 16 4 5 97 0 16 0 6 7 16 6 99 19 1 13 13 0 91 1 1 0 0 17 75 0 7 7 18 7 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 56 values pushed */ -12 18 11 3 2 14 10 2 3 4 2 3 98 20 15 9 3 4 17 8 2 5 16 4 5 97 0 16 0 6 7 16 6 99 0 0 0 17 75 19 1 13 13 1 91 0 1 1 25 75 0 7 7 18 7 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 42 values pushed */ -40 40 33 33 0 0 50 49 48 46 40 44 40 44 43 42 33 39 33 38 37 36 0 32 0 32 31 30 29 28 17 18 50 17 18 17 18 34 33 21 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.glif index f33ed537b..f9c9eca92 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.glif @@ -1,73 +1,69 @@ - + pi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -42 21 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif index b806fdce5..c9e7d5c1d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/pi.sc.glif @@ -3,18 +3,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/plus.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/plus.glif index 9e8936aa0..ce711041e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/plus.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/plus.glif @@ -1,42 +1,38 @@ - + plus - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 49 values pushed */ -10 1 0 1 18 17 2 5 0 2 74 0 2 1 2 114 0 5 0 5 115 3 1 1 0 0 1 85 3 1 1 1 0 90 4 1 0 1 0 78 20 33 19 19 17 32 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/plusminus.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/plusminus.glif index 068292999..0e01abd26 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/plusminus.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/plusminus.glif @@ -1,61 +1,44 @@ - + plusminus - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -12 1 0 1 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -33 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 35 values pushed */ -0 2 1 2 114 0 5 0 7 0 5 7 112 3 1 1 4 1 0 5 1 0 98 8 1 7 7 6 89 0 6 6 18 6 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 41 values pushed */ -0 2 1 2 114 0 5 0 7 0 5 7 112 3 1 1 4 1 0 5 1 0 98 8 1 7 6 6 7 85 8 1 7 7 6 89 0 6 7 6 77 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 16 values pushed */ -24 24 24 27 24 27 19 20 33 19 21 17 32 9 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/primemod.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/primemod.glif index d1ba3b10a..f48821e08 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/primemod.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/primemod.glif @@ -10,7 +10,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/product.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/product.glif index b3c3b386c..51b0e7a1a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/product.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/product.glif @@ -1,34 +1,30 @@ - + product - - - - - - - - - + + + + + + + + + - - + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/punctuationspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/punctuationspace.glif index fc59d5631..5b043d9e5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/punctuationspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/q.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/q.glif index 591f2aa8a..b22521405 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/q.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/q.glif @@ -1,56 +1,52 @@ - + q - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 44 values pushed */ -17 1 3 2 4 1 4 3 2 74 0 3 3 2 91 0 2 2 28 75 0 4 4 1 91 0 1 1 26 75 0 0 0 22 0 76 37 36 37 36 17 5 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif index c51217b12..b51ef9146 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/q.sc.glif @@ -1,97 +1,82 @@ - + Q - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 51 values pushed */ -32 1 2 4 6 1 0 2 7 1 1 0 3 74 0 0 0 1 0 1 95 0 5 5 3 91 0 3 3 25 75 0 4 4 2 91 0 2 2 26 2 76 37 41 38 21 37 34 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/question.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/question.glif index 0b4e1e53a..3a14ad1cc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/question.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/question.glif @@ -1,6 +1,6 @@ - + question @@ -10,59 +10,55 @@ question - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 40 values pushed */ -36 14 2 3 0 1 74 0 1 0 0 3 1 0 99 4 1 3 3 2 91 0 2 2 26 2 76 41 41 41 53 41 52 47 45 37 42 5 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.case.glif index 59a754b69..65fc55310 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.case.glif @@ -1,69 +1,65 @@ - + questiondown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 45 values pushed */ -37 15 2 3 1 1 74 0 0 0 1 3 0 1 99 4 1 3 2 2 3 87 4 1 3 3 2 91 0 2 3 2 79 13 13 13 53 13 52 40 37 33 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.glif index 7cb5e9a69..3d293da9e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/questiondown.glif @@ -1,70 +1,66 @@ - + questiondown - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 45 values pushed */ -37 15 2 3 1 1 74 0 0 0 1 3 0 1 99 4 1 3 2 2 3 87 4 1 3 3 2 91 0 2 3 2 79 13 13 13 53 13 52 40 37 33 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedbl.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedbl.glif index 89c9cc364..34f4600ae 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedbl.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedbl.glif @@ -1,18 +1,23 @@ - + quotedbl - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblbase.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblbase.glif index e3b3fd84c..ce90bd9d7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblbase.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblbase.glif @@ -1,26 +1,27 @@ - + quotedblbase - + - assembly - PUSHB[ ] /* 6 values pushed */ -33 22 14 3 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblleft.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblleft.glif index ddb5c291d..f4b859ffd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblleft.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblleft.glif @@ -1,12 +1,12 @@ - + quotedblleft - + @@ -16,7 +16,12 @@ quotedblleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblright.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblright.glif index 1c896f7dc..dc020bed8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblright.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotedblright.glif @@ -1,6 +1,6 @@ - + quotedblright @@ -11,16 +11,17 @@ quotedblright - assembly - PUSHB[ ] /* 6 values pushed */ -33 22 14 3 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey quoteright com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteleft.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteleft.glif index 3bda0745c..dfae7cda0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteleft.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteleft.glif @@ -1,38 +1,34 @@ - + quoteleft - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotereversed.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotereversed.glif index 0562664a7..3b7640ea0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotereversed.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotereversed.glif @@ -1,38 +1,34 @@ - + quotereversed - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -15 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteright.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteright.glif index bd49dfc62..c4826df53 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteright.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quoteright.glif @@ -1,38 +1,34 @@ - + quoteright - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesinglbase.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesinglbase.glif index 33d34438c..d07c7974c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesinglbase.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesinglbase.glif @@ -1,38 +1,34 @@ - + quotesinglbase - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -14 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesingle.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesingle.glif index 256a43af0..4a5c372c4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesingle.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/quotesingle.glif @@ -1,46 +1,22 @@ - + quotesingle - - - + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 18 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -21 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 12 values pushed */ -0 0 0 1 89 2 1 1 1 19 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 18 values pushed */ -2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 10 values pushed */ -0 0 0 3 0 3 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/r.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/r.glif index 388190d38..6054318a9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/r.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/r.glif @@ -1,64 +1,38 @@ - + r - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -13 2 2 1 0 1 74 1 1 2 72 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 11 values pushed */ -1 1 2 3 13 2 2 1 0 2 74 -EIF[ ] /* EndIf */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 18 values pushed */ -0 0 0 2 91 4 3 2 2 2 20 75 0 1 1 18 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 22 values pushed */ -0 2 2 20 75 0 0 0 3 91 4 1 3 3 28 75 0 1 1 18 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 12 values pushed */ -0 0 0 17 0 16 17 20 35 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif index bd8d9c4a9..e37b3990e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/r.sc.glif @@ -1,93 +1,65 @@ - + R - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - PUSHB[ ] /* 6 values pushed */ -29 1 1 6 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -31 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 27 values pushed */ -7 1 6 0 1 0 6 1 98 0 5 5 3 91 4 1 3 3 17 75 2 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 31 values pushed */ -7 1 6 0 1 0 6 1 98 0 3 3 17 75 0 5 5 4 91 0 4 4 25 75 2 1 0 0 18 0 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -30 30 30 42 30 40 44 34 33 17 53 21 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.glif index 6c7e13c41..01c68e4a8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.glif @@ -1,20 +1,20 @@ - + racute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.sc.glif index 1c442e78b..796b101ec 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/racute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/radical.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/radical.glif index 6c55d731d..358e2cfca 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/radical.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/radical.glif @@ -1,32 +1,28 @@ - + radical - - - - - - - - - - + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -5 3 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif index 1fe04689d..f3858eedf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.glif @@ -1,20 +1,20 @@ - + rcaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.sc.glif index 6048e7235..22897fb5b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.glif index dad021b6e..72ce5dbb3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.glif @@ -1,20 +1,20 @@ - + rcommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.sc.glif index 6e98aa9c4..6efa8dd8b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rcommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.glif index 6228e7664..4a5bf645c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.sc.glif index f4c670d2e..0089bb703 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdblgrave.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.glif index daf638497..5195afe4b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.sc.glif index 5588603a0..945c76c4c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rdotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/registered.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/registered.glif index b941198d1..623c95e02 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/registered.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/registered.glif @@ -1,89 +1,89 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightA_rrow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightA_rrow.glif index ce91744de..5b87b3c9e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightB_lackT_riangle.glif index c2a1e7a92..9e4ea77eb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightW_hiteT_riangle.glif index 880c6b036..a180d33c9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightanglebracket-math.glif index 88a05432d..35d8ac9da 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rightanglebracket-math.glif @@ -1,6 +1,6 @@ - + @@ -8,14 +8,14 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.case.glif index aa7002c19..82bdbd988 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.case.glif @@ -7,42 +7,38 @@ ring.cap - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -22 15 9 2 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.glif index b0affe556..ec37ed672 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ring.glif @@ -1,60 +1,50 @@ - + ring - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 31 values pushed */ -0 0 0 2 3 0 2 99 0 3 1 1 3 87 0 3 3 1 91 0 1 3 1 79 37 36 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.case.glif index 824cbaf40..973ab80d2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.case.glif @@ -7,54 +7,44 @@ ring - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 31 values pushed */ -0 0 0 2 3 0 2 99 0 3 1 1 3 87 0 3 3 1 91 0 1 3 1 79 37 36 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.glif index 95cfba438..70cc75c4c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringcomb.glif @@ -5,57 +5,47 @@ ring - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 31 values pushed */ -0 0 0 2 3 0 2 99 0 3 1 1 3 87 0 3 3 1 91 0 1 3 1 79 37 36 37 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfleft.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfleft.glif index 8b5c9185f..b91510e4c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfleft.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfleft.glif @@ -5,26 +5,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfright.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfright.glif index a65d8b921..3548c139d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfright.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ringhalfright.glif @@ -5,26 +5,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.glif index c1da32ac3..2ef092987 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.sc.glif index f6a0a74c3..16c395051 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rinvertedbreve.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.glif index 7ce9ce8f4..e062e0160 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.sc.glif index 0b79041de..5c1115acc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rlinebelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ruble.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ruble.glif index bc7b6c41a..885688527 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ruble.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ruble.glif @@ -1,58 +1,58 @@ - + - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rupeeI_ndian.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rupeeI_ndian.glif index 0917acef7..b73c4f63c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/rupeeI_ndian.glif @@ -1,68 +1,64 @@ - + uni20B9 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -15 0 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/s.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/s.glif index 6fa3bb65b..a080bf35c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/s.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/s.glif @@ -1,62 +1,58 @@ - + s - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 43 values pushed */ -20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 28 75 0 0 0 3 91 0 3 3 26 3 76 45 38 46 32 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif index c7f5aba76..ee60adc69 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/s.sc.glif @@ -1,74 +1,59 @@ - + S - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 43 values pushed */ -20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 37 44 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.glif index d1fd2c012..de6031421 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.glif @@ -1,20 +1,20 @@ - + sacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.sc.glif index be4be6a09..336ac006b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.glif index 1386bd389..210b2da50 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.sc.glif index 623c7eb7f..94382e358 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sacutedotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.glif index 3cfd8d316..bb25b7602 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.glif @@ -1,20 +1,20 @@ - + scaron - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.sc.glif index 5284ae893..5ed847465 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.glif index 113f61aef..d17af9e52 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.sc.glif index 603e09f79..b0eecdd2f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scarondotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.glif index 085b2df9a..94a15956a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.glif @@ -1,37 +1,20 @@ - + scedilla - - + + - + - assembly - NPUSHB[ ] /* 24 values pushed */ -2 1 0 5 41 3 2 4 0 40 21 2 3 4 30 1 2 3 29 1 1 2 5 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -22 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 32 values pushed */ -0 0 0 5 91 6 1 5 5 28 75 0 4 4 3 91 0 3 3 26 75 0 2 2 1 91 0 1 1 22 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 29 values pushed */ -0 2 0 1 2 1 95 0 0 0 5 91 6 1 5 5 28 75 0 4 4 3 91 0 3 3 26 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 18 values pushed */ -0 0 0 59 0 58 44 42 38 37 33 31 27 25 38 7 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.sc.glif index a64a88cea..9ddcb6a52 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scedilla.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.glif index c2c94d13f..f9ce53a2b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.glif @@ -1,17 +1,17 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.sc.glif index 2219c3fdf..fa15504d4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/schwa.sc.glif @@ -1,59 +1,48 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey @@ -61,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.glif index d426b3ca1..5d21cbbb6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.glif @@ -1,20 +1,20 @@ - + scircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.sc.glif index 612e8dfba..5a1a4833c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.glif index ea3456a83..dbf0b9e92 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.glif @@ -1,20 +1,20 @@ - + scommaaccent - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.sc.glif index e6efc229b..8e04c9899 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/scommaaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.glif index 0ae65c02f..95b7215d8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.sc.glif index 607e42f28..19c90f29c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotaccent.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.glif index 30350a672..89f872670 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.sc.glif index d9da9ab8e..f1eca0a3d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelow.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.glif index 773cf9400..a4c689229 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.glif @@ -1,18 +1,18 @@ - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.sc.glif index f596473c8..dd59c88a4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/second.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/second.glif index 6fa63be73..876780cdc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/second.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/second.glif @@ -1,18 +1,23 @@ - + second - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/secondtonechinese.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/secondtonechinese.glif index 6e4cfac0f..ee961abf1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/secondtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/secondtonechinese.glif @@ -5,20 +5,20 @@ - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/section.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/section.glif index bf4259751..897a9a1f6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/section.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/section.glif @@ -1,69 +1,69 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/semicolon.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/semicolon.glif index ec78a59d7..d83dbdb9f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/semicolon.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/semicolon.glif @@ -12,7 +12,12 @@ semicolon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.dnom.glif index 6213479d8..398933041 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.dnom.glif @@ -1,30 +1,21 @@ - + - - - - - - - + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.glif index b7c7cdfad..767e669e0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.lf.glif index 054c3fdf3..84f55d0e2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.lf.glif @@ -1,21 +1,21 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.numr.glif index d65ffde72..fd38c9982 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.osf.glif index 26b79be64..4ece56dc4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.osf.glif @@ -1,28 +1,24 @@ - + seven - - - - - - - + + + + + + + - assembly - NPUSHB[ ] /* 26 values pushed */ -5 1 1 71 2 1 1 1 0 89 0 0 0 20 1 76 0 0 0 6 0 6 17 3 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.sc.glif index 91ba2899b..feee18319 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.sc.glif @@ -1,15 +1,15 @@ - + - - - - - - - + + + + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tf.glif index bb8a56944..cf1f0262f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tf.glif @@ -3,19 +3,19 @@ - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tosf.glif index f9fd32c9b..f046649fb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seven.tosf.glif @@ -1,21 +1,21 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.5 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seveneighths.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seveneighths.glif index 5fb3ac390..e03da7035 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seveneighths.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seveneighths.glif @@ -4,13 +4,13 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seveninferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seveninferior.glif index c3b7d7c0e..464721529 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seveninferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/seveninferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sevensuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sevensuperior.glif index c8b21e9c1..43554a3e8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sevensuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sevensuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:41 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif index 563ca3a8e..51de596d4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sheqel.glif @@ -1,6 +1,6 @@ - + uni20AA @@ -8,68 +8,53 @@ uni20AA - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -38 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 36 values pushed */ -0 1 5 6 5 1 6 112 0 2 2 0 89 7 1 0 0 17 75 0 5 5 20 75 0 6 6 3 90 4 1 3 3 18 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 38 values pushed */ -0 5 2 1 2 5 1 112 0 1 6 2 1 6 110 0 2 2 0 89 7 1 0 0 17 75 0 6 6 3 90 4 1 3 3 18 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 11 values pushed */ -22 38 21 33 17 38 21 32 8 7 28 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.dnom.glif index 58494abff..445bf4acd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.dnom.glif @@ -1,59 +1,50 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.glif index eec77c5ac..c8c03bb5d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.glif @@ -1,51 +1,51 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif index 4edba424a..d0e3e5f24 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.lf.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.numr.glif index 4ff6c3924..c491ec5af 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.osf.glif index 1ef42986f..2fa8b8010 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.osf.glif @@ -1,72 +1,68 @@ - + six - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 42 values pushed */ -4 1 2 0 1 74 22 1 0 72 0 0 0 2 3 0 2 99 4 1 3 3 1 91 0 1 1 26 1 76 23 23 23 38 23 37 45 38 37 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif index e3bc46aab..4627e7c3b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.sc.glif @@ -1,44 +1,44 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif index 10cce5c91..6f3cd669f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tf.glif @@ -4,47 +4,47 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tosf.glif index 5ce6fdbc9..ec27ef2e7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/six.tosf.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixinferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixinferior.glif index e68f565e3..22cd38024 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixperemspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixperemspace.glif index 0ad55862e..0b0a0dd2d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixsuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixsuperior.glif index f33b6b4a9..7a50f47f5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sixsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.case.glif index 49ab1eca6..ea3651d06 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.case.glif @@ -6,31 +6,16 @@ slash - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -0 1 0 1 115 0 0 0 19 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 9 values pushed */ -0 0 1 0 114 0 1 1 105 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 5 values pushed */ -17 16 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.glif index f930b9b7f..e1385b810 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slash.glif @@ -7,31 +7,16 @@ slash - - - - + + + + - assembly - MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -24 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 11 values pushed */ -0 1 0 1 115 0 0 0 19 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 9 values pushed */ -0 0 1 0 114 0 1 1 105 -EIF[ ] /* EndIf */ -PUSHB[ ] /* 5 values pushed */ -17 16 2 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slashlongcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slashlongcomb.glif index 6b6428360..92b2f4de4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slashlongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slashlongcomb.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slashshortcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slashshortcomb.glif index e5452fc39..3e55ce8a9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slashshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/slashshortcomb.glif @@ -3,16 +3,18 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 + com.schriftgestaltung.Glyphs.originalWidth + 195.0 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.case.glif index f82238595..231478f24 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.case.glif @@ -7,7 +7,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.glif index ec61d6ab3..65ae5c010 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/softhyphen.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/space.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/space.glif index aa20f8963..e79d4c5f6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/space.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/space.glif @@ -10,7 +10,7 @@ space com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:45:33 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sterling.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sterling.glif index 416d4027e..82a109db3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sterling.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/sterling.glif @@ -1,81 +1,77 @@ - + sterling - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 78 values pushed */ -34 1 6 5 35 1 4 6 64 63 2 2 3 52 1 9 2 13 8 2 0 9 5 74 0 2 3 9 3 2 9 112 7 1 4 8 1 3 2 4 3 97 0 6 6 5 91 0 5 5 25 75 0 9 9 0 91 1 1 0 0 26 0 76 58 56 17 20 38 36 17 20 22 37 35 10 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/strokelongcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/strokelongcomb.glif index 785bbd494..f890e4a4a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/strokelongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/strokelongcomb.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/strokeshortcomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/strokeshortcomb.glif index 99b771d07..d3c401ea5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/strokeshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/strokeshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/summation.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/summation.glif index a70ee1f93..b51f97262 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/summation.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/summation.glif @@ -1,34 +1,30 @@ - + summation - - - - - - - + + + + + + + - - - - + + + + - assembly - PUSHB[ ] /* 4 values pushed */ -8 1 1 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/t.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/t.glif index ad1d97970..f680cd39c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/t.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/t.glif @@ -1,68 +1,51 @@ - + t - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -20 1 5 0 21 1 6 5 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 29 values pushed */ -0 2 1 1 2 102 4 1 0 0 1 89 3 1 1 1 20 75 0 5 5 6 91 0 6 6 26 6 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 28 values pushed */ -0 2 1 2 114 4 1 0 0 1 89 3 1 1 1 20 75 0 5 5 6 91 0 6 6 26 6 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 10 values pushed */ -38 39 17 17 17 17 16 7 7 27 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif index b92d3516b..49141864e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/t.sc.glif @@ -1,45 +1,30 @@ - + T - - - + + + - - - - - - - - + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 30 values pushed */ -4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tbar.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tbar.glif index ba13e9980..d2aff0c9c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tbar.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tbar.glif @@ -1,44 +1,31 @@ - + tbar - - - - + + + + - - - - + + + + - assembly - NPUSHB[ ] /* 10 values pushed */ -15 1 2 1 16 1 3 2 2 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -10 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 40 values pushed */ -0 8 7 7 8 102 5 1 0 4 1 1 2 0 1 97 11 10 2 6 6 7 89 9 1 7 7 20 75 0 2 2 3 91 0 3 3 26 3 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 39 values pushed */ -0 8 7 8 114 5 1 0 4 1 1 2 0 1 97 11 10 2 6 6 7 89 9 1 7 7 20 75 0 2 2 3 91 0 3 3 26 3 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 20 values pushed */ -0 0 0 38 0 38 37 36 17 17 17 17 21 38 39 17 17 12 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:10 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif index 8d599100b..9b9dcdc63 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.glif @@ -1,39 +1,39 @@ - + tcaron - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:38 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.sc.glif index 90f2f8dea..ff83cb914 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.glif index 13de6a91e..c34b5930c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.sc.glif index bd0275a33..5a973b404 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcedilla.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.glif index 2c1af8d95..678f62c1f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.sc.glif index 3473e29ec..fe965c8cc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tcommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.glif index 38dce549f..103349b96 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.sc.glif index 9abb56671..bc2387362 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.glif index 7ccabe6b3..e6bdd0dea 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.sc.glif index 6b536ac03..0f01f2d60 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.glif index 5b6cde387..ea4709f75 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.sc.glif index 2b2f2f98b..7ae7a1c49 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tdotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tenge.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tenge.glif index a5402d6af..913cba73c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tenge.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tenge.glif @@ -1,31 +1,31 @@ - + - - + + - - - - - - - - + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thinspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thinspace.glif index 1e4f83b2a..942abc344 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thinspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.glif index e2ffc333e..008f9f54b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.glif @@ -1,63 +1,59 @@ - + thorn - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 60 values pushed */ -30 16 2 5 4 1 74 0 2 2 19 75 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 91 0 0 0 26 75 0 1 1 22 1 76 20 20 0 0 20 32 20 31 27 25 0 19 0 18 18 19 37 8 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.sc.glif index edea985f1..6384f8979 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/thorn.sc.glif @@ -1,69 +1,54 @@ - + Thorn - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 46 values pushed */ -10 1 4 3 24 1 5 4 2 74 0 3 0 4 5 3 4 99 0 5 0 0 1 5 0 100 0 2 2 17 75 0 1 1 18 1 76 37 35 37 17 18 34 6 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.dnom.glif index 26f350964..d350ff652 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.dnom.glif @@ -1,63 +1,54 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:10 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.36 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.glif index fac469786..865adfb1c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.glif @@ -1,55 +1,55 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.36 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.lf.glif index 7b127fec7..476f64bc5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.lf.glif @@ -1,54 +1,54 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.36 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.numr.glif index 1d965c9c7..64bd5f64b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.osf.glif index 14adc6d91..5b0572033 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.osf.glif @@ -1,64 +1,60 @@ - + three - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 60 values pushed */ -16 1 1 2 15 1 3 1 39 6 2 5 0 38 1 4 5 4 74 0 3 0 0 5 3 0 99 6 1 5 0 4 5 4 95 0 1 1 2 91 0 2 2 28 1 76 0 0 0 41 0 40 38 23 38 38 20 7 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.sc.glif index 2ff9e8212..01f6c5abf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.sc.glif @@ -1,48 +1,48 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.36 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tf.glif index be0d1bae5..90a802b77 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tf.glif @@ -3,52 +3,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.36 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tosf.glif index de6e39f1c..8fb2d8ebc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/three.tosf.glif @@ -1,54 +1,54 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.35 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeeighths.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeeighths.glif index 8c7c77c22..94adaa315 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeeighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeinferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeinferior.glif index a9ae827d2..1c1a2f009 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeperemspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeperemspace.glif index 0e5092e78..33246c804 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threequarters.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threequarters.glif index e166d5960..c06339f11 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threequarters.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threequarters.glif @@ -1,60 +1,19 @@ - + threequarters - - + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 21 values pushed */ -28 1 3 7 27 1 5 3 55 18 7 3 1 2 60 6 2 0 1 4 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -8 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 67 values pushed */ -14 1 7 4 3 4 7 3 112 0 2 5 1 5 2 1 112 0 9 6 8 9 103 0 4 0 3 5 4 3 99 11 1 5 2 6 5 87 0 1 0 0 12 1 0 99 13 1 12 10 1 8 6 12 8 98 11 1 5 5 6 89 0 6 5 6 77 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 66 values pushed */ -14 1 7 4 3 4 7 3 112 0 2 5 1 5 2 1 112 0 9 6 9 115 0 4 0 3 5 4 3 99 11 1 5 2 6 5 87 0 1 0 0 12 1 0 99 13 1 12 10 1 8 6 12 8 98 11 1 5 5 6 89 0 6 5 6 77 -ELSE[ ] /* Else */ -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -42 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 71 values pushed */ -14 1 7 4 3 4 7 3 112 0 2 5 1 5 2 1 112 0 9 6 9 115 0 4 0 3 5 4 3 99 11 1 5 2 6 5 87 0 1 0 0 13 1 0 99 0 13 12 8 13 85 0 12 10 1 8 6 12 8 98 11 1 5 5 6 89 0 6 5 6 77 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 76 values pushed */ -14 1 7 4 3 4 7 3 112 0 11 5 2 5 11 2 112 0 2 1 5 2 1 110 0 9 6 9 115 0 4 0 3 5 4 3 99 0 5 11 6 5 87 0 1 0 0 13 1 0 99 0 13 12 8 13 85 0 12 10 1 8 6 12 8 98 0 5 5 6 89 0 6 5 6 77 -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 28 values pushed */ -42 42 62 61 58 57 54 53 51 50 49 48 47 46 42 45 42 45 21 22 35 39 21 37 34 15 7 27 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threesuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threesuperior.glif index 580caf14a..a828ff853 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/threesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.case.glif index 56dc5548a..6681419be 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.case.glif @@ -7,42 +7,38 @@ tilde.cap - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 43 values pushed */ -14 13 2 1 0 30 29 2 2 3 2 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 39 36 34 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.glif index 95c30a36a..2f52b8817 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tilde.glif @@ -1,56 +1,46 @@ - + tilde - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 43 values pushed */ -14 13 2 1 0 30 29 2 2 3 2 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 39 36 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.case.glif index 37449b649..a2f44fc0d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.case.glif @@ -7,48 +7,38 @@ tilde - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 43 values pushed */ -14 13 2 1 0 30 29 2 2 3 2 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 39 36 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.glif index 3ead8e76c..1912c8dec 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tildecomb.glif @@ -5,51 +5,41 @@ tilde - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 43 values pushed */ -14 13 2 1 0 30 29 2 2 3 2 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 39 36 34 4 7 24 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.glif index f19d7befa..711d2327d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.sc.glif index aa3d02104..a554ae1f7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/trademark.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/trademark.glif index 0addb85c1..cf23892fd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/trademark.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/trademark.glif @@ -7,44 +7,40 @@ trademark - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -18 8 6 1 2 48 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif index 50632e07c..41778842b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/tugrik.glif @@ -1,29 +1,33 @@ - + - - - + + + - - - - + + + + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.dnom.glif index 3a1f7f068..fb772b4e6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.dnom.glif @@ -1,46 +1,37 @@ - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:26 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.2 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.glif index 0f30a44c4..153f14785 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.glif @@ -1,38 +1,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.2 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif index 07cdee983..53777b018 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.lf.glif @@ -1,37 +1,37 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.2 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.numr.glif index fae843418..3ffb06925 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.osf.glif index 73bcda190..596a08af0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.osf.glif @@ -1,47 +1,43 @@ - + two - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 39 values pushed */ -9 8 2 2 0 24 1 3 2 2 74 0 0 0 1 91 0 1 1 28 75 0 2 2 3 89 0 3 3 18 3 76 17 22 37 37 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif index 09e09ae7f..868014dce 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.sc.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.2 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif index 34e4e8e10..db7beb73f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tf.glif @@ -3,35 +3,35 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.2 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tosf.glif index 849188edc..cc7d2ba05 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/two.tosf.glif @@ -1,37 +1,37 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.22 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twofifths.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twofifths.glif index bf419b23b..df739bb57 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twofifths.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twofifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twoinferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twoinferior.glif index c3efe19d2..2eab9166c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twoinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twoinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twosuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twosuperior.glif index 622d7aa4d..bb25f201d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twosuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twothirds.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twothirds.glif index 62bbf4c90..18ddd5667 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twothirds.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/twothirds.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/u.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/u.glif index 408c25951..b3b8934b9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/u.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/u.glif @@ -1,69 +1,52 @@ - + u - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - PUSHB[ ] /* 6 values pushed */ -3 1 3 2 1 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 19 values pushed */ -5 4 2 2 2 20 75 0 3 3 0 92 1 1 0 0 18 0 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 23 values pushed */ -5 4 2 2 2 20 75 0 0 0 18 75 0 3 3 1 92 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 13 values pushed */ -0 0 0 27 0 27 40 22 35 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:42 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif index 747db658c..69eb014f9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/u.sc.glif @@ -1,65 +1,50 @@ - + U - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 24 values pushed */ -2 1 0 0 17 75 0 1 1 3 92 0 3 3 26 3 76 36 19 37 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.glif index 1432a892c..3a68fa0bf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.glif @@ -1,22 +1,22 @@ - + uacute - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.sc.glif index 0ad55f2fa..b6e010263 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif index 37572e5d5..5678be283 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.glif @@ -1,22 +1,22 @@ - + ubreve - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.sc.glif index ca29dbe6b..b174b5de1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ubreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif index cc76eef6e..592bb5226 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.sc.glif index 60290e85a..0432b4c44 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.glif index 8fd093df3..5227189a9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.glif @@ -1,22 +1,22 @@ - + ucircumflex - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.sc.glif index fdac5bd59..e8d0505ff 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ucircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.glif index 8144a5e83..d0edca175 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.sc.glif index 99f2041b6..3ba0e6b67 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.glif index c0e0a5fca..93f5fb1f9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.glif @@ -1,22 +1,22 @@ - + udieresis - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.sc.glif index 85040a8ed..e24e846f1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.glif index a6730934d..8deaf7cc0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.sc.glif index 80b75dd1d..579c120cd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.glif index f02cff99e..9e8f83a48 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.sc.glif index 75536d851..a3121c674 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresiscaron.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.glif index 5f4141687..7e2a748e8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.sc.glif index 404a1c7fd..f218b29f7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresisgrave.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.glif index 523c6828f..05f8119ee 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.sc.glif index c3d11ee2a..ddab6e792 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udieresismacron.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.glif index 41f19fbb3..6913cda50 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.sc.glif index 55a3d2e53..88c4ef613 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/udotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif index c544b5e7a..0d545e5fc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.glif @@ -1,22 +1,22 @@ - + ugrave - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.sc.glif index c38201d97..5a639f3fe 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ugrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.glif index fbaeb6219..161158e1c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.sc.glif index be10bdcc0..d1514a11a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif index 5acb87ff4..2280c980b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.sc.glif index ca6a0aac2..a0f0da1eb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorn.sc.glif @@ -1,74 +1,63 @@ - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.glif index 4c9ceecc7..4170fefd9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.sc.glif index aa45bc873..e6d335428 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.glif index b2ec6e060..59e091460 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.sc.glif index 88c607db4..e762df6a5 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorndotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.glif index 3c75e8312..d06dab4cc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.sc.glif index a9628941e..56c712db0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorngrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.glif index 3bbeaa4fc..56dc9c617 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.sc.glif index eb921e43f..e012a557f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhornhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.glif index 69bae9485..8abc77cd8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.sc.glif index a318a9af1..3f7061deb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhorntilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.glif index dd38b8b17..adc5dacbe 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.glif @@ -1,22 +1,22 @@ - + uhungarumlaut - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.sc.glif index d3e470320..2141f9f62 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uhungarumlaut.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.glif index de447fe4c..2d6a59ab4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.sc.glif index e94160ccf..b5fd7f5c1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.glif index c30127e2b..caad6ca15 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.glif @@ -1,22 +1,22 @@ - + umacron - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.sc.glif index 5881d55a3..26ab23004 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.glif index d6e1d84f5..9893d7dba 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.sc.glif index 4eae8801f..453e143c1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/umacrondieresis.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/underscore.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/underscore.glif index d282cce91..8b2c5cb64 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/underscore.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/underscore.glif @@ -7,26 +7,16 @@ underscore - - + + - assembly - PUSHB[ ] /* 2 values pushed */ -6 100 -WCVTP[ ] /* WriteCVTInPixels */ -NPUSHB[ ] /* 21 values pushed */ -0 1 0 0 1 85 0 1 1 0 89 0 0 1 0 77 17 16 2 7 22 -CALL[ ] /* CallFunction */ -PUSHB[ ] /* 2 values pushed */ -6 0 -WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uni0000.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uni0000.glif index a43d421e2..418206a93 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uni0000.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uni0000.glif @@ -9,7 +9,7 @@ NULL com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.glif index c11663e92..8dfb9eea3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.glif @@ -1,39 +1,22 @@ - + uogonek - - - - + + + + - + - assembly - NPUSHB[ ] /* 14 values pushed */ -16 1 3 2 2 1 6 1 3 1 0 6 3 74 -MPPEM[ ] /* MeasurePixelPerEm */ -PUSHB[ ] /* 1 value pushed */ -26 -LT[ ] /* LessThan */ -IF[ ] /* If */ -NPUSHB[ ] /* 26 values pushed */ -7 1 6 0 0 6 0 95 4 1 2 2 20 75 0 3 3 1 92 5 1 1 1 26 1 76 -ELSE[ ] /* Else */ -NPUSHB[ ] /* 30 values pushed */ -7 1 6 0 0 6 0 95 4 1 2 2 20 75 0 5 5 18 75 0 3 3 1 92 0 1 1 26 1 76 -EIF[ ] /* EndIf */ -NPUSHB[ ] /* 15 values pushed */ -0 0 0 49 0 48 17 19 40 22 43 37 8 7 26 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:51 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.sc.glif index 5baa204e3..f92d1149b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upA_rrow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upA_rrow.glif index 767779675..c5736cf7a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upB_lackT_riangle.glif index 3be9296d5..2237fb4e8 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upW_hiteT_riangle.glif index d8f91c3ee..5e2600c48 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.glif index 7a6a0464d..63d7638b0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.glif @@ -1,22 +1,22 @@ - + uring - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.sc.glif index 7e65b4986..4c2b8d8ae 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/uring.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.glif index d932fd945..b6b90a242 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.glif @@ -1,22 +1,22 @@ - + utilde - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.sc.glif index e34646768..445a57743 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.glif index 3d543238c..97e9c02b9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.sc.glif index b5a41864e..010ce3d77 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/utildeacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/v.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/v.glif index 777530004..2f14d76bb 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/v.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/v.glif @@ -1,44 +1,40 @@ - + v - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 29 values pushed */ -11 3 2 3 1 0 1 74 13 1 0 72 0 0 0 20 75 0 1 1 18 1 76 22 21 16 2 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif index d81a7bb34..73d6c9844 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/v.sc.glif @@ -1,45 +1,30 @@ - + V - - + + - - - - - - - - - + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 30 values pushed */ -2 1 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinelowmod.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinelowmod.glif index f9c03fdb2..b1b080390 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinelowmod.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinelowmod.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinemod.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinemod.glif index 7d404be85..567f4998f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinemod.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/verticallinemod.glif @@ -5,16 +5,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/w.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/w.glif index a2f930343..c0fbff0c2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/w.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/w.glif @@ -1,58 +1,54 @@ - + w - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 35 values pushed */ -35 28 27 20 19 11 6 0 2 1 74 38 1 2 72 3 1 2 2 20 75 1 1 0 0 18 0 76 23 18 21 24 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif index 27c466e9b..b67ea915b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/w.sc.glif @@ -1,56 +1,41 @@ - + W - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 37 values pushed */ -17 16 11 4 4 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.glif index e8c330882..e48be3768 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.glif @@ -1,20 +1,20 @@ - + wacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.sc.glif index 5c7d9072a..9ae89641c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.glif index cfc94225c..5cb514d65 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.glif @@ -1,20 +1,20 @@ - + wcircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.sc.glif index 175e5bb6e..87b628f5e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wcircumflex.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.glif index 110cf0be1..f79d07640 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.glif @@ -1,20 +1,20 @@ - + wdieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.sc.glif index f18899f79..5261c1ee0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wdieresis.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif index e12a351ee..924fcfdd7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.glif @@ -1,20 +1,20 @@ - + wgrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.sc.glif index 03e854cb2..3515e48e1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/wgrave.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteD_iamond.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteD_iamond.glif index e3da7ba4b..fe114cfdd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteS_quare.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteS_quare.glif index 33bc0453c..e191c64a7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/won.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/won.glif index 96f93cef1..9c621a7af 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/won.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/won.glif @@ -1,47 +1,47 @@ - + uni20A9 - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + - assembly - NPUSHB[ ] /* 116 values pushed */ -5 1 1 0 56 52 2 9 8 2 74 24 15 5 3 4 1 6 6 1 85 26 21 18 25 17 13 6 7 23 22 12 10 4 8 9 7 8 97 20 19 16 14 4 6 6 0 89 4 2 2 0 0 17 75 11 1 9 9 18 9 76 43 43 33 33 0 0 55 54 50 49 43 46 43 46 45 44 41 40 38 37 33 36 33 36 35 34 0 32 0 32 31 30 29 28 27 26 25 24 23 22 21 20 17 17 17 17 17 17 18 17 17 27 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:15:38 + 2019/02/18 20:31:10 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/x.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/x.glif index aa61de2b6..28612d434 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/x.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/x.glif @@ -1,36 +1,32 @@ - + x - - + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 28 values pushed */ -9 6 3 3 0 2 1 74 3 1 2 2 20 75 1 1 0 0 18 0 76 18 18 18 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif index 4f2649fd8..e00972a9c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/x.sc.glif @@ -1,48 +1,33 @@ - + X - - + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 29 values pushed */ -11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/y.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/y.glif index 64ab1375f..0edafbf6e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/y.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/y.glif @@ -1,62 +1,58 @@ - + y - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 44 values pushed */ -31 1 2 3 17 1 1 2 16 1 0 1 3 74 4 1 3 3 20 75 0 2 2 18 75 0 1 1 0 91 0 0 0 22 0 76 23 18 19 38 44 5 7 25 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif index c6f32e896..1bedd43e3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/y.sc.glif @@ -1,48 +1,33 @@ - + Y - - + + - - - - - - - - - + + + + + + + + + - + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 25 values pushed */ -10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.glif index b698ff7d0..d9c9633bc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.glif @@ -1,20 +1,20 @@ - + yacute - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.sc.glif index 2c682b28a..b32f8de51 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yacute.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.glif index 4a7032e67..d27cc394e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.glif @@ -1,20 +1,20 @@ - + ycircumflex - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.sc.glif index 639a17611..e48084a3e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ycircumflex.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.glif index 91f4bb5e5..4aadff1ea 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.glif @@ -1,20 +1,20 @@ - + ydieresis - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.sc.glif index 9d82b5bde..e1e7c93f3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydieresis.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.glif index eacfb0356..5a44bf3da 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.sc.glif index e3fce246e..d87ffd30c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotaccent.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.glif index 37dbb4a7f..daeee5bcc 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.sc.glif index e0cc92b86..3945a8fd9 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ydotbelow.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yen.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yen.glif index 1272aca67..797be7ea2 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yen.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yen.glif @@ -1,47 +1,43 @@ - + yen - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 54 values pushed */ -21 1 0 9 1 74 8 1 0 7 1 1 2 0 1 98 6 1 2 5 1 3 4 2 3 97 10 1 9 9 17 75 0 4 4 18 4 76 24 23 19 18 17 17 17 17 17 17 17 17 16 11 7 29 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif index 42edf6fa5..d054a50b4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.glif @@ -1,20 +1,20 @@ - + ygrave - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.sc.glif index ee381bc43..7ec502237 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ygrave.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.glif index b4f71dafb..53bc51dd0 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.sc.glif index 8379e4226..10b042959 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/yhookabove.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.glif index 5c5f2c775..f52f7f5c4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.sc.glif index 06ba68aac..9f5b0fe9d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ymacron.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif index 9b36e6837..3fea6dd96 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.sc.glif index 71ee74752..5f80af5aa 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/ytilde.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/z.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/z.glif index e9611b794..8958025ef 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/z.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/z.glif @@ -1,37 +1,33 @@ - + z - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 34 values pushed */ -4 1 1 0 1 74 0 2 2 3 89 0 3 3 20 75 0 0 0 1 89 0 1 1 18 1 76 17 19 17 16 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif index ed18c3e98..cab668110 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/z.sc.glif @@ -1,49 +1,34 @@ - + Z - + - + - + - - - - - + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - - assembly - NPUSHB[ ] /* 28 values pushed */ -0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.glif index 7af79a366..1e73530fd 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.glif @@ -1,21 +1,21 @@ - + zacute - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.sc.glif index 062ef56e4..a2aa629d4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zacute.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif index 1abc84a9c..229bff0a3 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.glif @@ -1,21 +1,21 @@ - + zcaron - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.sc.glif index 4fed766f8..d43a9e418 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zcaron.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.glif index e884de66d..c42241818 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.glif @@ -1,21 +1,21 @@ - + zdotaccent - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.sc.glif index bbf53a072..6422f303d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotaccent.sc.glif @@ -1,19 +1,19 @@ - + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.glif index 01003e567..d71adb5e7 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.sc.glif index b9896b3cb..e83994fab 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zdotbelow.sc.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.dnom.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.dnom.glif index 4b7323703..39782564d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.dnom.glif @@ -3,47 +3,38 @@ - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 10 - height - 75 - width - 80 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.glif index 23de22bcd..2b140e085 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.glif index 77ee1eae7..e680214c6 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.glif @@ -3,38 +3,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.zero.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.zero.glif index 349b2004f..fafe0b478 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.lf.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.numr.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.numr.glif index 1c28b5788..aed00f5c4 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.glif index bd94c0996..d2eaecdcf 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.glif @@ -7,41 +7,37 @@ zero - - - - - + + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - assembly - NPUSHB[ ] /* 41 values pushed */ -0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 16 16 0 0 16 30 16 29 23 21 0 15 0 14 38 6 7 21 -CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.zero.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.zero.glif index fe196481c..60086d6df 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.osf.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.sc.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.sc.glif index 757f8fcd5..7d626e65e 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.sc.glif @@ -3,32 +3,32 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.glif index dc76790f1..db9dc4c3b 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.glif @@ -3,38 +3,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.zero.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.zero.glif index 144df34c0..04a627312 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tf.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.glif index f50541520..d98897063 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.8 name diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.zero.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.zero.glif index 4c2683e96..4c13f222f 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.tosf.zero.glif @@ -1,12 +1,12 @@ - + - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.zero.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.zero.glif index 301f0614c..bebc287c1 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zero.zero.glif @@ -3,10 +3,10 @@ - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zeroinferior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zeroinferior.glif index 6126bdef9..47d22605c 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zeroinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerosuperior.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerosuperior.glif index 48818a276..dbb8c332a 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthjoiner.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthjoiner.glif index adf54048e..0f75a5495 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthnonjoiner.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthnonjoiner.glif index 4dcc31dae..3193298ce 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthspace.glif b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthspace.glif index 19f736390..7e4c0794d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthspace.glif +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/kerning.plist b/sources/master_ufo/MerriweatherSans-Italic.ufo/kerning.plist index b13776511..dc3e44b79 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/kerning.plist +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/kerning.plist @@ -5,7 +5,7 @@ public.kern1.fraction public.kern2.seven.dnom - 60.0 + 63.0 public.kern1.one.dnom diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/layercontents.plist b/sources/master_ufo/MerriweatherSans-Italic.ufo/layercontents.plist index 7120d0ba4..b9c1a4f27 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/layercontents.plist +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/layercontents.plist @@ -6,9 +6,5 @@ public.default glyphs - - public.background - glyphs.public.background - diff --git a/sources/master_ufo/MerriweatherSans-Italic.ufo/lib.plist b/sources/master_ufo/MerriweatherSans-Italic.ufo/lib.plist index 84e05fd5c..21f28a75d 100644 --- a/sources/master_ufo/MerriweatherSans-Italic.ufo/lib.plist +++ b/sources/master_ufo/MerriweatherSans-Italic.ufo/lib.plist @@ -444,7 +444,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 94.0 + 107.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 5.0 com.schriftgestaltung.fontMasterOrder @@ -456,7 +456,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 94.0 + 107.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_.glif index 8910503a9..d8acf9602 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_.glif index 5358361f3..6a0578a96 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_acute.glif index ae594a3de..7b2fb00f8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_E_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_acute.glif index 35633b0a2..c19be5f69 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:37 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_breve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_breve.glif index f094a3db6..a366659fa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_breve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_breveacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_breveacute.glif index 60e90dfd7..d854afc50 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_breveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_breveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevedotbelow.glif index 313756263..25d5d43ef 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevegrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevegrave.glif index e2b077582..7b9827c85 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevegrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevehookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevehookabove.glif index 2bacc2379..b10c7cf34 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevetilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevetilde.glif index f3eed8767..ad015e4ab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_brevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_caron.glif index fe7789e07..4aa6e484f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflex.glif index a92e96e80..1e7b44862 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexacute.glif index ac77ddc02..c3bd994b8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexdotbelow.glif index 36504cd89..c9e1bb129 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexgrave.glif index 5b0e10297..06456003b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexhookabove.glif index 97fdcaeda..d1ec12db5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflextilde.glif index b0c2f5e34..4bc9b4f3d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dblgrave.glif index 53f27558b..b44463d9c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dieresis.glif index b46d8d5f3..febd41b4a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dotbelow.glif index b598a8a68..8f53ebedf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_grave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_grave.glif index dd056465a..5b76a410d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_hookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_hookabove.glif index fc64da378..c143eee40 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_invertedbreve.glif index e78d1b17f..6652ade5f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_macron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_macron.glif index 2a579df8d..209cfdf36 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ogonek.glif index 006181525..75432d818 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ogonek.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ring.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ring.glif index afbd663a6..4a0ab7a5e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ringacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ringacute.glif index 0815523ac..6e155f58d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_ringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif index 63b65a078..f32068960 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/A_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/B_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/B_.glif index ec80a6203..5087cd8c7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/B_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/B_.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/B_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/B_dotaccent.glif index a56f89df0..d921103ba 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/B_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/B_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_.glif index c4fcf3893..a02e72fff 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_R_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_R_.glif index b989f35f9..e17b7b373 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_R_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_R_.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_acute.glif index ac72dc464..401a1c2c8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_caron.glif index b0e32e80d..8c26bd1c7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedilla.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedilla.glif index 2293e9173..d3a4c48c7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedillaacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedillaacute.glif index ee0f49df1..c415c1175 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_cedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_circumflex.glif index 4ba52b7b8..87c0669dd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_dotaccent.glif index 330af03af..317d94468 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/C_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_.glif index 28d2e5f33..7bfdc4730 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif index 8fc5f27f9..b1f96dadf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_caron.glif index a5f1a2482..2b3a8148a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_Z_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_caron.glif index d57762854..6f44d62a8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_croat.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_croat.glif index 2d8630045..a594d9b57 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_croat.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_croat.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotaccent.glif index 3b04aaf41..c3801516f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotbelow.glif index 18ef89d87..ae0c169ce 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_elta.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_elta.glif index 7b7260124..8d4b5de6b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_elta.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_elta.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_linebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_linebelow.glif index 76bb52552..f4b0d0fbe 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_z.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_z.glif index d154b73cd..6403451b9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_z.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_z.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_zcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_zcaron.glif index 841738358..661f24027 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/D_zcaron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_.glif index b5bd9e4c9..4bcf69533 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_acute.glif index 18a9512d0..dcaf3b401 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_breve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_breve.glif index 52db4627d..f2dd13359 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_caron.glif index 5243a7d0a..5226517f1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_cedillabreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_cedillabreve.glif index 5e1afbc89..cb7d78f00 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_cedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_cedillabreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflex.glif index 740defae1..cc38349f4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexacute.glif index 1269da7fc..40b27ef43 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexdotbelow.glif index b97aecb68..036c5e249 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexgrave.glif index d9207941c..b219bddb1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexhookabove.glif index 1b9e29bd4..d96de68d3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflextilde.glif index 21e2f119f..a1666b966 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_circumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dblgrave.glif index 7b7513a2b..45f3b5967 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dieresis.glif index 188b0dbc3..2d6895f42 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotaccent.glif index 0f6825afd..f69bf1648 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotbelow.glif index 32eb3799b..4bdec3033 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_grave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_grave.glif index c9a89c8c7..92fd5aea3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_hookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_hookabove.glif index 9c144c332..250d5c9bc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_invertedbreve.glif index ba06f510d..6e7e57219 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macron.glif index d214a7b18..cb77b6287 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macronacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macronacute.glif index 79a7ef9c5..839bee1f7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macrongrave.glif index 24f4d187f..7b2e789b2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_macrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_ng.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_ng.glif index 333625d78..54df9f2d4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_ng.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_ng.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_ogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_ogonek.glif index f14bad219..8493f240d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_th.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_th.glif index 9c06d56f1..430bdfeaa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_th.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_th.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif index 3d9dfc3c2..8f0f62316 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_zh.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_zh.glif index 17fe76101..d82f594af 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_zh.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_zh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_zhcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_zhcaron.glif index 300e5b5de..af04715ac 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_zhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/E_zhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:07:55 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/F_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/F_.glif index b9f28fd02..41cabe337 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/F_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/F_.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/F_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/F_dotaccent.glif index d875bcf98..dbae7daff 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/F_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/F_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_.glif index 33440f3fb..bbf5c4c2b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_breve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_breve.glif index 176dcd862..a5093b4fc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_breve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_caron.glif index 0fa53eef3..18475a647 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_circumflex.glif index 16e607da9..1e62d5ed4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_commaaccent.glif index 9cceb91b9..67691ed8f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_dotaccent.glif index d83bc14e7..97ac82729 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_ermandbls.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_ermandbls.glif index 068549d40..73ce29611 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_ermandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_ermandbls.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_macron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_macron.glif index 361b6352f..bd1b9630f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/G_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_.glif index 695346ae8..de816cecf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_bar.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_bar.glif index 4197697d6..223e5797f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_bar.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_brevebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_brevebelow.glif index 06e9d3153..b6cd96410 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_brevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_brevebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_circumflex.glif index 32f01148b..64e0934ab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_dotbelow.glif index 3d93fe3bd..3c2424e41 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/H_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_.glif index bb169c3fb..c82c9a844 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif index 11facf7db..949187bf7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_.uc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_J_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_J_.glif index 82d2ed1d5..3676d8c95 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_J__acutecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_J__acutecomb.glif index 510912a2e..fd6f3b07d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_J__acutecomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_acute.glif index 924204ee9..5b5e3c242 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_breve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_breve.glif index 9c654270a..41e88d103 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_caron.glif index 19e299db1..a797e27c2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_circumflex.glif index 9100c1b20..8772853d8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dblgrave.glif index c4795a508..d55750ee3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresis.glif index d6301bab0..e5e8a4b5f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresisacute.glif index 2216c8b76..3568e3e0f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotaccent.glif index f7811c70b..89bf768f3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotbelow.glif index 87a95d1f1..0188e1dd2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_grave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_grave.glif index 0361a6bbc..dc1d82636 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_hookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_hookabove.glif index 93f4356bb..56800115f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_invertedbreve.glif index 42f4b95b8..f832baef9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_macron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_macron.glif index aa24a5177..e47f256a6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_ogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_ogonek.glif index 644ea8996..068f00705 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif index 95da5920e..3d2b717fd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/I_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/J_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/J_.glif index d094e8222..9986cb8cd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/J_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/J_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/J_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/J_circumflex.glif index 57c31ead7..80dd9f15f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/J_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/J_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/K_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/K_.glif index 814288d8a..9934a18d8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/K_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/K_.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/K_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/K_commaaccent.glif index 3c264f725..cccd98f16 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/K_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/K_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_.glif index f31a47fe0..730854129 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_J_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_J_.glif index f74e84bde..f7af5d283 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_J_.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_acute.glif index 409a475a8..c9327b749 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_caron.glif index 9b36b6fed..b787702b5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:16 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_commaaccent.glif index 0a24e3a60..ad4edacf9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_commaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_dot.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_dot.glif index 80aa73bae..79f9a5441 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_dot.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_dot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_dotbelow.glif index 1bb2e75a6..1e8be9f81 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_j.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_j.glif index 9cdc08a42..8fd142965 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_j.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_j.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_linebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_linebelow.glif index 07e7163e0..f3d0e41f8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_linebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_slash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_slash.glif index a726ff979..96e30255b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/L_slash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_.glif index e4e546477..6005eea61 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotaccent.glif index c3d24e4c2..943ea8737 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotbelow.glif index 5fec82312..02cd59291 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/M_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_.glif index 0b49dec8e..2cdd00a4a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_J_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_J_.glif index 2124ddc7f..8114e6c5b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_acute.glif index 7da1b85f2..bff048e23 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_caron.glif index 0bafdda9c..d08b5ac03 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_commaaccent.glif index 71a8fde10..b7c582f64 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotaccent.glif index 0efe2b114..b50bd6630 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotbelow.glif index c52045a48..83df332d7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_j.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_j.glif index d5af11c1e..07bc1d872 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_j.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_linebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_linebelow.glif index 65fc4f07d..d4de4d1f8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif index 9615da2c6..eb4e00d60 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/N_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_.glif index 8f2e9f3e2..f6cd23fb4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_E_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_E_.glif index e862637ef..e33747e31 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_E_.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_acute.glif index a083d70dc..9309df371 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_acute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_breve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_breve.glif index 38ae2316d..db1d3b5cf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_breve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_caron.glif index 98dae0455..3a62a8c97 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_caron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflex.glif index 30da599a6..ec20d174a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflex.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexacute.glif index 5862efc13..d35afbbbf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexdotbelow.glif index 6fee4c807..4c36232c7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexdotbelow.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexgrave.glif index 2194018d8..ef04bf8e0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexgrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexhookabove.glif index df4353be3..40fd4e9eb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflexhookabove.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflextilde.glif index 8b0f7a7d6..9a7606f74 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_circumflextilde.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dblgrave.glif index 71623a7c8..066d20de9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dblgrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresis.glif index ccb4d9d35..150d2cb9c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresismacron.glif index 13452a821..e75490417 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dieresismacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotaccentmacron.glif index 5bf8c560d..3c5eff966 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotaccentmacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotbelow.glif index 6dfe487dc..31c727c90 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_dotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_grave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_grave.glif index 34cd6e510..2ffb8d800 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_grave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hm.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hm.glif index 20d2465ad..294f3c965 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hm.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hm.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hookabove.glif index 727a481a9..ede28746d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horn.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horn.glif index 48fcedaef..e9325006b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horn.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:25 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornacute.glif index 3fb0b9d42..84a3abcab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horndotbelow.glif index 3cac04784..3be898700 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horndotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horngrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horngrave.glif index c33e77c05..9b702de63 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horngrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornhookabove.glif index e390728be..4c7c66cb3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hornhookabove.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horntilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horntilde.glif index 256adf634..4849980ee 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_horntilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hungarumlaut.glif index 47be6e6ab..a394cc0c2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_hungarumlaut.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_invertedbreve.glif index 2910ac111..5ac1d4a6d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_invertedbreve.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macron.glif index 3e9abb518..d47acb33b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macronacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macronacute.glif index a0a386a46..e53d3fd26 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macronacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macrongrave.glif index 21cf89b38..e60e2e782 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_macrongrave.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_mega.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_mega.glif index f142e998f..22a1e8460 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_mega.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_mega.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_ogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_ogonek.glif index 2d90d9850..693b4dbd0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_ogonek.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_slash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_slash.glif index 41fb3dd05..f790e05d7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_slash.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_slashacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_slashacute.glif index 55dcc4e9e..5a649106e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_slashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_slashacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:43:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif index beb53219b..db8c85974 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tilde.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildeacute.glif index 2db2a7272..b001766a5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildeacute.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildedieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildedieresis.glif index b87e74de7..257beb3d6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildedieresis.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildemacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildemacron.glif index a81524d90..8cd02ee57 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/O_tildemacron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/P_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/P_.glif index 59ecf8b26..a801c1b76 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/P_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/P_.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/P_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/P_dotaccent.glif index 0b4b6178d..b8a0b8580 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/P_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/P_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Q_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Q_.glif index e78c8b56c..be6874403 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Q_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Q_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_.glif index f52a985e9..89aa958ea 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_acute.glif index 151511ddc..377d6c04f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_caron.glif index 413ec24ea..f344ec230 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_commaaccent.glif index 10015cd24..8a2f7608f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_dblgrave.glif index 259d32279..27aa2c0ad 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_dotbelow.glif index 11fa15f6e..07266900d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_invertedbreve.glif index e11638d17..8ef5746b5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_linebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_linebelow.glif index f80a1cb2b..1b20f75e1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/R_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_.glif index d6c48a651..0394d2462 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_acute.glif index 63e7081c8..0cfff345f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_acutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_acutedotaccent.glif index 6a878147f..2aa79c622 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_acutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_caron.glif index 6a1fcad42..aac0b63fe 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_carondotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_carondotaccent.glif index 8bb34ad75..e1e7e0006 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_carondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_carondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_cedilla.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_cedilla.glif index ee30c1c99..1830197d6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif index 6143ab226..c01a805f1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_chwa.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_circumflex.glif index cac97affb..79d36b439 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_commaaccent.glif index bbf57ee7c..87a809fa3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotaccent.glif index 8c8e3a369..45feeabe5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelow.glif index 2d17922be..5f7769206 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelowdotaccent.glif index 1374cd3c8..e377b5d84 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/S_dotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_.glif index 9871db426..b9f4730ab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_bar.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_bar.glif index 3abb6cc60..ee56232a6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_bar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_caron.glif index 2d2939068..fb60973b6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_cedilla.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_cedilla.glif index cbab216b3..33c2f8427 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_cedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_commaaccent.glif index 7defec351..de17317ec 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_commaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotaccent.glif index 496efdf7d..10f3b11fd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotbelow.glif index f6fffae77..bbe58b16a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_horn.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_horn.glif index 75179a5db..53a1d20c2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_horn.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_linebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_linebelow.glif index 061d0efe9..f5786f557 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/T_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_.glif index cba3ce289..ef239581b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_acute.glif index 346b70bbb..837eef6fa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_acute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_breve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_breve.glif index 77e83f4ac..053f01219 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_breve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_caron.glif index d085663e2..5b06b4224 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_caron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_circumflex.glif index 244d983f8..8acbceaa2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_circumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dblgrave.glif index 117c792c3..8a45279b0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresis.glif index 086b22611..cdd7237c6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisacute.glif index 8a626b6a9..2282266f6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresiscaron.glif index 0043045a8..297fc91a7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisgrave.glif index 10ce8cbfe..265edfddb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresismacron.glif index c93b4222c..1be70d844 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dotbelow.glif index 4ba33aadd..86c25a7cf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_dotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_grave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_grave.glif index eaa9f223e..7ea3d5d41 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_grave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hookabove.glif index 144dd03cc..0969e4339 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horn.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horn.glif index ee3133f11..f9e2ba5db 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornacute.glif index 382518127..6a509ed81 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horndotbelow.glif index 912aade2e..40d723821 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horngrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horngrave.glif index 621d9cf57..a108fd268 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornhookabove.glif index 4ae40053b..b8027217e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horntilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horntilde.glif index 09f4a7361..aaf8f24e1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_horntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hungarumlaut.glif index 566c903bc..cf5523c4b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_hungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_invertedbreve.glif index fef6128a3..892139304 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_invertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_macron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_macron.glif index eaafbfa94..47c7354cb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_macrondieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_macrondieresis.glif index 3bc9ba5fc..f50aa17dc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_macrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_macrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_ogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_ogonek.glif index 184ef3a98..5fb428c9c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_ogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_ring.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_ring.glif index ddcb3cc25..9cad57def 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_ring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif index fcaf30230..44198c820 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_tilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_tildeacute.glif index 3b5a12676..903430fc0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/U_tildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/V_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/V_.glif index 3ea315ffd..4e69320c4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/V_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/V_.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_.glif index 0bd6646d0..6e2eb3bd4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_acute.glif index 5a2080294..2dd113b7c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_acute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_circumflex.glif index 64ffc9427..212c4a719 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_circumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_dieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_dieresis.glif index e6e9aba27..43f2773f4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_dieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_grave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_grave.glif index bf5efe89e..5f9a83ae1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/W_grave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/X_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/X_.glif index eb3391db2..b66d7ce26 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/X_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/X_.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_.glif index a047104b3..a18166c78 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif index 2fd41bc60..22d70e06c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_circumflex.glif index 69f90263b..28d033383 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_circumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dieresis.glif index 0989bbc3f..07d5667cc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotaccent.glif index a352281ef..1123e43cf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotbelow.glif index b150354e6..6f38d3d28 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif index b6eee1264..c5017a9ab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_grave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_hookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_hookabove.glif index edeb91d2f..5b369ffc4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_macron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_macron.glif index 866a233d0..a549ff0b6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_macron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif index de0b0be72..dfc8cfc6d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Y_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_.glif index 75bcd569e..c269900fd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif index 0b839e180..64866ba1f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_acute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif index 772391f91..13de0cf50 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotaccent.glif index c3e11ffbe..b25db616a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotbelow.glif index cece88799..4e9826db3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/Z_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/_notdef.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/_notdef.glif index e8ef622df..0b8a53f3c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/_notdef.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/_notdef.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/_null.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/_null.glif index b4a9c99c8..821d79181 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/_null.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/16 02:26:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/a.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/a.glif index e565d537f..63d051dd5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/a.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/a.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/a.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/a.sc.glif index b24848ff3..3f2b8cbfb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/a.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/a.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.glif index ce9743b6f..1c39e7539 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.sc.glif index 27b4968f1..a4ef4f05d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.glif index cf61d32e3..8e8cd0939 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.sc.glif index 7005302ed..9fdec5ce6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.glif index c7771a653..2fd090998 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.sc.glif index 9e95e79f2..f7fe3cedc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abreveacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.glif index 7cf154087..c53e421f5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.sc.glif index 0ef65eb80..e29d56787 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevedotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.glif index 9e61f3757..6982e72b2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.sc.glif index 018a219ec..e58b02c0c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevegrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.glif index 482651596..acaf603d3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.sc.glif index dea31575f..6644fc967 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.glif index 0f262304c..bb03b7087 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.sc.glif index 23fc2fa0e..585e9b1e3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/abrevetilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.glif index fe2e0e561..a86bd3e5d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.sc.glif index ca8010279..cfe74cf9e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.glif index 578e94dea..1fa9425ac 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.sc.glif index 35e0bf1c2..a7b76a326 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.glif index 64dee6b6f..8d76b5990 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.sc.glif index e4bd9716d..453e018ff 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.glif index 2cf208595..6dbba6e99 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.sc.glif index 8b6b57c2e..f68c233d0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.glif index 3f1842c6b..7809ac0b5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.sc.glif index e5dd6fef0..973b0301e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.glif index fc18d6c4a..7082b8c13 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.sc.glif index c81579fe8..85bd1cddd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.glif index 7b7c01db1..962fab873 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.sc.glif index 145b1570f..aaae5298b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acute.glif index cfff67b67..bd53e8cc1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acute.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.case.glif index e0ca9ca6f..d3f65e6ac 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.glif index 0084ce87b..663498227 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/acutecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.glif index 43189536d..bf78adc07 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.sc.glif index 15b399ddb..5d4ea325a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.glif index 6ee0734b2..6c8464751 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.sc.glif index 4d2dd9ae3..07c4af8c2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.glif index 6c3c1fc43..df15e7959 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.sc.glif index 353a5d5da..ab8ef4e2c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/adotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ae.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ae.glif index c837cb74b..7518e7b17 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ae.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ae.glif @@ -90,7 +90,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif index 45f8346fd..c7998baea 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ae.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.glif index 471a8cbd5..7bddf6f48 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.sc.glif index 128712444..9c3f18506 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aeacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.glif index a739b480d..9e5517e2b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.sc.glif index 56b0f54df..c0bb18538 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/agrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.glif index 21921090d..ef1e6e014 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.sc.glif index 4604d621b..82a7d3a7f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ahookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:30:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.glif index 82accc646..0c2ffed6b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.sc.glif index 64b3cd7f2..2a944147c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ainvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.glif index 95525cc43..22580c654 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.sc.glif index 5f84f3bd9..559819543 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/amacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ampersand.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ampersand.glif index 6490fa4af..65e3ae8cd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ampersand.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ampersand.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.glif index 429e83cb6..dc79552e9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:23:43 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.sc.glif index d81327ff8..26ed7b373 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/apostrophemod.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/apostrophemod.glif index f72f4f676..3b8df6603 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/apostrophemod.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/apostrophemod.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/approxequal.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/approxequal.glif index d7bd0a0f6..b109f2f0d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/approxequal.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/approxequal.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aring.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aring.glif index 363ec07b1..0042aacd6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aring.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aring.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aring.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aring.sc.glif index 78ec0ee48..c40d03ac1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.glif index 60d7eaa65..b6b27aa2c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.sc.glif index 326bd6a8c..020ca4b5a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/aringacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asciicircum.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asciicircum.glif index ffd3f7058..5c73b1a6b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asciicircum.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asciicircum.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asciitilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asciitilde.glif index 5c4aab2ce..31663720b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asciitilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asciitilde.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asterisk.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asterisk.glif index eb244bd6d..cea3d0028 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asterisk.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/asterisk.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/at.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/at.case.glif index 2a59a949a..41f8b0a8c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/at.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/at.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/at.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/at.glif index 9721ed3e1..458b14a44 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/at.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/at.glif @@ -82,7 +82,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.glif index 768cd2193..265c91874 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.sc.glif index 6790ec950..d73395689 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/atilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/b.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/b.glif index ef3182ce8..c9f5e427c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/b.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/b.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/b.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/b.sc.glif index 2ca38e79d..091b9d181 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/b.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/b.sc.glif @@ -75,7 +75,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.case.glif index 6fb191564..ab5539c7d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.glif index f6dfba309..3110ddde0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/backslash.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bar.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bar.glif index 6ee080949..d831afc8f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bar.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bar.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.glif index 0ec23819e..9c33f8e72 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.sc.glif index 223823ea9..74a3e5cb4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:34:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif index bd0b76b1f..fbbf14523 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bitcoin.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/blackD_iamond.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/blackD_iamond.glif index 8730e8156..9999125f1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/blackD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:21:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/blackS_quare.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/blackS_quare.glif index c7b990278..da76546a7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/blackS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:29:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.case.glif index 9cf9579d2..591155c15 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.glif index 7aa8958c0..dc89fd0c6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.case.glif index 0296ce4a7..e9ddf6120 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.glif index 25140e55c..8ec98cc04 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/braceright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.case.glif index 4db5af683..097778b0f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.glif index f9ba756a9..4223c22e4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.case.glif index a04451415..d2d75544d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.glif index f9c648812..763f90d36 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bracketright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breve.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breve.case.glif index 18ca39393..347351eb9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breve.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breve.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breve.glif index 912cee316..ea77c5506 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breve.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.case.glif index 183ef7470..a1d9dcac1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.glif index d36f0f249..48bc025d2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevebelowcomb.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.case.glif index e0174ab4b..8030677e9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.glif index 9b9930ef7..8f6f6e24e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.case.glif index 9672e16a6..ed4ce1b0e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.glif index e0a28ed79..8e9374dae 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_acutecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.case.glif index a61f1116b..6661df6e3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.glif index fc5be9a0e..08af0de4b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_gravecomb.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.case.glif index dd57bb149..0f4cab771 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.glif index a01b2f774..2c8fa2738 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.case.glif index 6804f760b..31b515d17 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.glif index 34fa5badb..c999d5a87 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brevecomb_tildecomb.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.case.glif index a7d848b29..7d3467e6a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.glif index 7aba02d55..9306af9f4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/breveinvertedcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brokenbar.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brokenbar.glif index 10fd70ae1..11a898467 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brokenbar.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/brokenbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.case.glif index 6420b33ad..0da1a9650 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.glif index 70edcff34..aa2394c13 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bullet.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bulletoperator.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bulletoperator.glif index e0cad3cca..141e7e6a2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bulletoperator.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/c.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/c.glif index ef506905e..ec81765a2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/c.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/c.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/c.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/c.sc.glif index f76e5099f..cc3c91889 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/c.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/c.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.glif index f839be40e..12aeab4fa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.sc.glif index d7edf0dc5..8d899f9c0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caron.glif index 6a952fcfb..35c0960f0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caron.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.alt.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.alt.glif index ef298f239..07bebcfd2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.alt.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:58 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.case.glif index 5fd61ec46..71385508b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.glif index 8ce16673c..473005395 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/caroncomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.glif index 87db34bf5..584c5d9d3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.sc.glif index 1c1676ec2..9ef0eba43 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.glif index 9f9f64e8a..b236a8f0d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.sc.glif index 073214116..e712a5d38 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.glif index 6fc5968ea..857619834 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.sc.glif index 29c5162f7..98acaf250 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccedillaacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.glif index e30cf5ba5..8968d4f1e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.sc.glif index d85fff9ba..0fc3afbd0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ccircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.glif index 03508c4d1..c68483f68 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.sc.glif index 3da823e8f..109965bb0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedi.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedi.glif index 8567dc033..4de4e23ba 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedi.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedi.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedilla.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedilla.glif index b57fdc205..3288ea7b7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedilla.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.case.glif index b55756761..7c0a8b468 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.glif index 805c671ea..615596932 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cedillacomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cent.glif index 1dd9e258c..6bbb9dcab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/cent.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflex.glif index de2f2f60b..18cb39924 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflex.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.case.glif index 2de587fe7..e2d268542 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.case.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.glif index 707c86e69..4eae672de 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.case.glif index ccdcf2eed..bb7171cf9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.glif index eb86f3578..0f0823f11 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.case.glif index fbd24166e..fdede0894 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.glif index 38912ae42..6dd7a47de 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index 40dc6eb6f..b87f3e4e0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 8bc259461..3c9f4d3bc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 93cdd691d..d9f96973d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.glif index 7560fac35..4b58b219d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/colon.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/colon.glif index f4bfa15cb..921d46922 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/colon.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/colon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/colonsign.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/colonsign.glif index 22eddb97a..7090980d4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/colonsign.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/colonsign.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.23 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/comma.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/comma.glif index 0f52ace4b..4b5b81113 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/comma.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/comma.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.case.glif index 7bd2012de..ca43586a4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.glif index 1eb4117a6..202e01a41 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaaccentcomb.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 164.0 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.case.glif index ec1843c2f..ab680aa92 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.glif index 0f7472e08..20e777a9e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedabovecomb.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedmod.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedmod.glif index 778925e0a..4b5986957 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedmod.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commaturnedmod.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commercialM_inusS_ign.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commercialM_inusS_ign.glif index 6aefcc23e..e31abed03 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 02:18:10 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/copyright.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/copyright.glif index 9162b4f9f..af9b598a0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/copyright.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/currency.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/currency.glif index 1303a52ea..590254ade 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/currency.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/currency.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/d.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/d.glif index c6c506bba..51ee05f2c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/d.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/d.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/d.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/d.sc.glif index b6bd0cbef..478d225c3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/d.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/d.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dagger.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dagger.glif index 9350528c0..0368d6bd4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dagger.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dagger.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/daggerdbl.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/daggerdbl.glif index 07f347388..ea3b14345 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/daggerdbl.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/daggerdbl.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.case.glif index 0376f2ca1..974e5253b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.glif index f1b16a939..9577e1869 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dblgravecomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.glif index ce2d69371..a040340b1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:33 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.sc.glif index 62f8a883f..66a3e5fa7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.glif index aeabedb4f..bd5c998d4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.sc.glif index f69427825..560519a70 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dcroat.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.glif index 3e8669e30..f0fca2158 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.sc.glif index 0a6ad883b..ba9019c57 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.glif index 7e8246ec1..a7223b223 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.sc.glif index 1bd85918a..d025fa8c6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ddotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/degree.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/degree.glif index 1df3aa5da..8212423b9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/degree.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/degree.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/delta.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/delta.sc.glif index fd6f9b726..8e5eaddb6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/delta.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:50 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresis.glif index 17602869c..38ff60155 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresis.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.case.glif index ca364303b..ae63fae67 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.glif index 04e25ddee..04d2c7070 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresisbelowcomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.case.glif index 6f1ad1021..d6e0d7508 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.glif index f701c630e..8234b07c0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dieresiscomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/divide.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/divide.glif index b950ee1d8..171078c96 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/divide.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/divide.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/divisionslash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/divisionslash.glif index 74579a359..a7783f506 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/divisionslash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/divisionslash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.glif index 9c27f4485..fd3681f79 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.sc.glif index 1aa622264..7c9e2ffc5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dollar.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dollar.glif index b9ec0c75f..74369574d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dollar.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dollar.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dong.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dong.glif index 5ca526d87..012e70212 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dong.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dong.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:23:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccent.glif index c3eeefacb..a3fe0e02b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccent.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.case.glif index 2db9e7572..65bcc87eb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.glif index 731203843..b5fb64efc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotaccentcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.case.glif index 7991b8eb6..d1d23b513 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.glif index e175ecbc1..a8d55e769 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dotbelowcomb.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/doubleprimemod.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/doubleprimemod.glif index 67a2eb1fe..072482a95 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/doubleprimemod.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downA_rrow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downA_rrow.glif index 7793c4398..67c425eef 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downB_lackT_riangle.glif index 132be8f74..dd54462be 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:49:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downW_hiteT_riangle.glif index 226292264..96a87a69a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dram-arm.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dram-arm.glif index 921d808f0..c2cd217ad 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dram-arm.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dz.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dz.glif index 8ee170376..949c82182 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dz.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dz.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif index 36cb58201..a5450956d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dz.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif index c2c9b140a..ae24c69e8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:56:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.sc.glif index 6f35f1158..b5d80dd47 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/dzcaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:12 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/e.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/e.glif index b47038633..a5dd670c2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/e.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/e.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/e.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/e.sc.glif index af3cb25c8..c5eda4fc3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/e.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/e.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.5,0.09,0.79,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.glif index d25f1075d..dfeb803ff 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.sc.glif index 3e587eb40..f9d041f80 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.glif index 068f1d1f6..39a019234 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.sc.glif index 0e87ee769..b872a03fc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ebreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.glif index 5dd8eb12d..71dc90257 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.sc.glif index 1beaa3ad4..bde099142 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.glif index b1a49f3b9..a3718ef03 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.sc.glif index 3f4c8b94d..fa035ee0e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecedillabreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.glif index aad9cc69f..99e4a2686 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.sc.glif index 760cde607..cedf99f1f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.glif index 334f374f2..bb36cbe19 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.sc.glif index 9e59051fe..8c06d398a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.glif index 097d65e62..a6b2acb84 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.sc.glif index c4a5bfccf..abe114c11 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.glif index 5a80cb142..6a44cbccb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.sc.glif index 2d19a8b10..1b22e0b36 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.glif index 806907cf5..c97aefecd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.sc.glif index 99af09141..e39c518f6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.glif index 6e6806405..119b3391c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.sc.glif index 4030461bf..2de3c0dbb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ecircumflextilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.glif index c99c039d8..b5cdc50c2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.sc.glif index 5c417dbd4..a8a81800d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.glif index 60df4f670..ec8c8f319 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.sc.glif index 3fa51b854..8ebb403e9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.glif index de3cdca72..12164f6a9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.sc.glif index 015f72efb..ffbe440b0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.glif index a51853306..d83d94a6f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.sc.glif index 229ddcbbe..3be6b634a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/edotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.glif index 65cafb86e..373f4c464 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.sc.glif index 37b975493..5449f3071 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/egrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.glif index 56fb4b7c2..abcc5ae83 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:12:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.sc.glif index 03f19028f..fd428d9a7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ehookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.dnom.glif index c58ca358d..668f3e20d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:15:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.glif index be1656bb2..0687aa846 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.lf.glif index 9fcceb57c..7eb6dac0c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.numr.glif index 4c2d9f7c7..06a05b681 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.osf.glif index a57a75000..72912dd7a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.sc.glif index fbbfb9c59..7454d5e7f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tf.glif index 81a98aaa9..3b821a59b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tf.glif @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tosf.glif index 70040cfe8..418287dfe 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eight.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eightinferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eightinferior.glif index aa1de4626..41e1b9c02 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eightinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eightsuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eightsuperior.glif index 237688329..2d74cb8be 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eightsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.glif index 0b775322f..5e5c5d67b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.sc.glif index 4fc1324b5..9ca17579e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/einvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ellipsis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ellipsis.glif index 91f1ae4af..6c1123830 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ellipsis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ellipsis.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.glif index 345957d95..fb5b66d25 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.sc.glif index 95a86e3ea..babc90e69 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.glif index cd4b5405a..15ad5b6bc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.sc.glif index 4d4e534c5..b301331d4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacronacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.glif index e1c123f10..2652a6960 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.sc.glif index 77f0507c4..48dab6e93 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emacrongrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.case.glif index 38fbc3396..902697c78 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.glif index 4b186aa2a..5e178d308 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emdash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emptyset.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emptyset.glif index 1849f5885..5f2b5c3d9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emptyset.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emquad.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emquad.glif index 19176adba..fc6587eca 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emquad.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emspace.glif index cad26b367..606f556f4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/endash.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/endash.case.glif index 04ce147df..87c4696c0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/endash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/endash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/endash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/endash.glif index 669cdb1cf..b77c7f1f7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/endash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/endash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eng.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eng.glif index ca995a2c7..45f7cb0ad 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eng.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eng.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif index e8a711b97..9c0784e60 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eng.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/enquad.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/enquad.glif index 65ee49710..6c8c3aa58 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/enquad.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/enspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/enspace.glif index 990d19c9d..35e68736f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/enspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.glif index bf9a043c3..3b4f27685 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.sc.glif index 614e1793f..4f0d152c3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/equal.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/equal.glif index ca6465d37..94740fe40 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/equal.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/equal.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/estimated.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/estimated.glif index bf11a9cb6..77e0593bc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/estimated.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/estimated.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eth.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eth.glif index d16c23317..82674f97d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eth.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eth.glif @@ -72,7 +72,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eth.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eth.sc.glif index 3740f169e..408867cd9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eth.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/eth.sc.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.glif index f6bf1f054..ccda246f5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.sc.glif index 6dc386654..2c5caee39 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/etilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/euro.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/euro.glif index 5f74cf32c..f33ac925c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/euro.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/euro.glif @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclam.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclam.glif index ea0812303..af1f05589 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclam.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclam.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdouble.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdouble.glif index 6b0a3a17e..80e8f065d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdouble.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdouble.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.case.glif index e44102903..3deaa1bfd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.case.glif @@ -26,7 +26,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.glif index 8fe037759..4f7cc250f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/exclamdown.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey exclam com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.glif index ac80b85ff..daa54d79f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.sc.glif index bcddd7555..e83fc1455 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezh.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.glif index 91064c10b..75b8d3e3c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:22:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.sc.glif index bc8c708e5..aab5446fb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ezhcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:45:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f.glif index b38ca2964..037c0ecfd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f.sc.glif index 42b8dbad0..74c73035d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f.sc.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f.glif index cddc88605..a6d247a8b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif index 089cb9b35..526b6cb7e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_i.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif index f8e72c8f0..9008c134a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/f_f_l.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.glif index cffe3ffb5..b8acae874 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.sc.glif index 988b74476..6b3d524dd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fi.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fi.glif index ace8eec4e..7bc8890ef 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fi.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fi.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/figuredash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/figuredash.glif index 163869b27..9200372f5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/figuredash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/figurespace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/figurespace.glif index 337dd2b83..fe662c978 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/figurespace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/firsttonechinese.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/firsttonechinese.glif index 15952551e..4c9b177be 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/firsttonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/firsttonechinese.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.dnom.glif index 42c6ae9a9..43ec25309 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.dnom.glif @@ -54,7 +54,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:08:19 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.glif index 55b259e7e..08de7cda9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.lf.glif index 6b9386c8a..f6b19c655 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.numr.glif index 1bd175251..bc5e0b279 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.osf.glif index bc0d11e83..127dffef4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.osf.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.sc.glif index 445733cb2..85d72b0b6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.sc.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.tf.glif index 97795b4bb..b2ae343de 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.tf.glif @@ -46,7 +46,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.tosf.glif index d0f200699..6b4bb4efd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/five.tosf.glif @@ -44,7 +44,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fiveeighths.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fiveeighths.glif index cab7e2b52..e1c139cec 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fiveeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fiveinferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fiveinferior.glif index 156b7e6ee..09b69bdf1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fiveinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fivesixths.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fivesixths.glif index 937e37f21..1eac2a7d2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fivesixths.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fivesuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fivesuperior.glif index 67dbde6ed..075a0d877 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fivesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fl.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fl.glif index 4bffa1cd1..2d256556e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fl.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/florin.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/florin.glif index 7124d48ec..68bb75fb9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/florin.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/florin.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.dnom.glif index 484f21ffb..6bfce1a17 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.dnom.glif @@ -42,7 +42,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:07:58 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.glif index f3dcf8c36..ef89fa7a7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.lf.glif index b40ef689b..13bb16754 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.numr.glif index 644cc8544..4d7b8f2d7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.osf.glif index 9ece9f180..0d4940172 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.osf.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.sc.glif index 974325fbc..f4d6b8c2a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.tf.glif index 03c0f6301..09b1c8349 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.tf.glif @@ -35,7 +35,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.tosf.glif index cf3469510..ea3e3a2cd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/four.tosf.glif @@ -33,7 +33,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourfifths.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourfifths.glif index 820b61a6c..cb3ce2fb6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourfifths.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourinferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourinferior.glif index f642bb082..f013c7bd0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourperemspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourperemspace.glif index 60ac7a31c..4e0d29e21 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/foursuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/foursuperior.glif index f72009106..78d0a02d5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/foursuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourthtonechinese.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourthtonechinese.glif index e97337377..9387760eb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourthtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fourthtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fraction.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fraction.glif index 23a5a6378..176edf109 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fraction.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/fraction.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/franc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/franc.glif index 55592e2d2..ddc1e6ad3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/franc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/franc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:04 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/g.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/g.glif index 975f4a513..79d22b2fd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/g.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/g.glif @@ -94,7 +94,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/g.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/g.sc.glif index a79c087e3..2783feed5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/g.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/g.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gacute.sc.glif index f121e30fb..2db5dc0b4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.glif index 34c83050a..2dedae183 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.sc.glif index c09ff8d30..7bf4ac6ed 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.glif index 03549c294..d293fcd8a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.sc.glif index 35dd85385..784e5b0e7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.glif index 50013cded..1b551f517 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.sc.glif index f1a06f659..a5c14d8d4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.glif index 0fd9c029c..c75187fc0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.sc.glif index 9e8da99bc..6ed46460a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.glif index 25301835f..59d15e815 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.sc.glif index 408354fd8..1f39d6dbc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.glif index 85d14aa70..dc57ace73 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.glif @@ -58,7 +58,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.sc.glif index c8a17d6f3..e8fa79db2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/germandbls.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.glif index cb533b4a0..2a9902364 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.sc.glif index 478d15c49..fdaba2994 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gmacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/grave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/grave.glif index 48dcb7fc2..978e8d2ad 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/grave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/grave.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.case.glif index d2a7e3e45..694ce1d7d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.case.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.glif index 539936358..86269f359 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/gravecomb.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/greater.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/greater.glif index 186acedea..1a7451331 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/greater.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/greater.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/greaterequal.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/greaterequal.glif index 456dc687d..c1d234f74 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/greaterequal.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/greaterequal.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guarani.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guarani.glif index a010ebc40..cdd574f6a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guarani.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guarani.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.case.glif index 6ffdb4151..2069224c5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.glif index 410930c58..c9c812897 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetleft.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.case.glif index a866a1458..a35262c67 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.glif index 80bf87856..eace3c514 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guillemetright.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.case.glif index ff4ed38e4..35277b808 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.glif index 6097264b1..c389e88a1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglleft.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.case.glif index 034c979fc..50ee1c8ab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.glif index 001bde3a6..c0cb5d937 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/guilsinglright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/h.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/h.glif index 712c2dbd1..9b3efe001 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/h.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/h.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/h.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/h.sc.glif index d24758b45..cb3829515 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/h.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/h.sc.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hairspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hairspace.glif index 9adcc4f46..75a173d6a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hairspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.glif index 0e9b58921..dccdfe4a6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.sc.glif index cd61c6675..d8764a22c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbar.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:24 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.glif index 2aa5e8f53..80f8227f8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.sc.glif index e4da13eba..3410871aa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hbrevebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.glif index c72580ce1..c6866cfc6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:13:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.sc.glif index aaead96d5..230f5e96b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hcircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.glif index 2bf1789fc..95941e32f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.sc.glif index 31facabed..75d74f273 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.case.glif index 4a5d49c0f..a5f51f047 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.glif index 57ec29d5f..deca467e8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horizontalbar.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horizontalbar.glif index ebdfeebf1..17127c2f8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horizontalbar.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.case.glif index 7e68bb3f1..9cd922eec 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.case.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.glif index 6c9953b9f..1ec8a9c5e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/horncomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hryvnia.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hryvnia.glif index 0d681902a..a12f5fbe0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hryvnia.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlaut.glif index 8b0d00105..e0f3b1cc6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlaut.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.case.glif index 94bc8993d..5912ee5d0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.case.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 466.0 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.glif index 143a4de3b..834286d73 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hungarumlautcomb.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.case.glif index 651f27888..d03978ab2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.glif index 1a197f650..d9ec1bd21 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphen.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphentwo.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphentwo.glif index 84d16989b..00379f4fe 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphentwo.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.cy.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.cy.glif index e2ffaf3b1..a26aa7af6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.cy.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.cy.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.glif index 5d3b47b39..185893315 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.sc.glif index c2197ac9b..1a4ffd48a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.dot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.glif index 374741367..8b9b790d8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.sc.glif index 8fd8226e9..d687cb619 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.uc.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.uc.sc.glif index 8af28a69f..2d7bf182f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.uc.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/i.uc.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.glif index 67a7f11f3..19c5a8e74 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.sc.glif index 3b8185634..ecb8f4f7c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.glif index 3124f3259..9cf745b4c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.sc.glif index d6f696f94..de5059e03 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.glif index da608c741..bc21b08d1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.sc.glif index 35851b06f..ca81ac094 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.glif index 3e7e95be8..29972cde2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.sc.glif index c874ca016..b384773d8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.glif index 92d4a6d82..eae47eea5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.sc.glif index a5e6fc45c..fc6066ae8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.glif index 271cd8d2d..595f39bad 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.sc.glif index 96db34284..984b7a12f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.glif index 6cec490b3..66dafc1ec 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.sc.glif index 57054baaa..538a19e8a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.glif index 370f23beb..f341b7dd8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.sc.glif index 360016f60..33cca7322 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.glif index fca3a0033..cceb431c3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.sc.glif index 267a6d8f3..2b85eeb13 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.glif index b89ff4d35..b939cc5ef 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.sc.glif index a54270232..1efce70de 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/idotless.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.glif index ff776c82b..7f98b75a3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.sc.glif index a9b15af08..60be1b1ee 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.glif index 1a9baf913..262b8665c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.sc.glif index 855b3e5c5..e83a514cd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.glif index 571751027..0926e08ab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.sc.glif index 525e8855e..22b943373 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij.glif index 883fa4c8d..1238b73fb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif index 1b0db9fde..aecdabf85 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.glif index b8e63f3ad..4338578b2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:47:38 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.sc.glif index c732280f6..567cf66d2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ij_acutecomb.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.glif index 720b6a083..0ec51e293 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.sc.glif index dc0a214a3..e8ca21207 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/increment.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/increment.glif index 339185eb2..93554bdf3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/increment.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/increment.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:52 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/infinity.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/infinity.glif index 109d9a7ca..5e4072747 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/infinity.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/infinity.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/integral.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/integral.glif index c861d0515..86f8bb2ff 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/integral.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/integral.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.glif index 5f9b4de52..3ab72f702 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:27:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.sc.glif index c9d12e4ae..8a823b4a7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.glif index 1fc89b4ea..42683642f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.sc.glif index a39ff3b8c..2a56b2ca6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/j.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/j.glif index 3e5204c7d..90f3e76bc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/j.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/j.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/j.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/j.sc.glif index 3d615ef54..d0365bb5a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/j.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/j.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.glif index 5d5da4b1b..6a5f7ecca 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.sc.glif index e6a4da788..ced52733b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:27:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.glif index ec54ce299..1ebc8104a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.sc.glif index ab0c996b8..082c025ca 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/jdotless.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/k.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/k.glif index 41608f23f..6d1cdfa80 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/k.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/k.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/k.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/k.sc.glif index 2d94af2f3..59d68507c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/k.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.glif index 8f104ead3..a0ee9ae5e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.sc.glif index e05bce670..4f0a496e4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.glif index bff46f78e..984456b77 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.sc.glif index ecd9147aa..e5d0488b2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kgreenlandic.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kip.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kip.glif index e2b3e5cb2..b91b46409 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kip.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/kip.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/l.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/l.glif index 1e335e2a0..132f4eb6a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/l.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/l.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/l.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/l.sc.glif index 9f14b8548..0f96d8e71 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/l.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/l.sc.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.glif index 264b2f91d..3e25e6c6f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.sc.glif index 3479a6fd6..277004106 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.glif index 22f1baaeb..ffccb9c49 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:11 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.sc.glif index c8c4dd611..cc0cb6cbf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.glif index c63f69c00..d91d1bae1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.sc.glif index 8c96855f1..bb1c14925 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lcommaaccent.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.glif index 29c0dbf51..48dbd46db 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.sc.glif index 1a6de1615..e6f0b6884 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldot.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.glif index 0075aab62..4eab55ec9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.sc.glif index 1a689717c..b8720f36b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ldotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftA_rrow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftA_rrow.glif index a4e99ec16..e9de331a3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftB_lackT_riangle.glif index 7b9e1d370..ae37f8045 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:50:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftW_hiteT_riangle.glif index 3ede7c893..7821af23f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftanglebracket-math.glif index 697440653..45038f19a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/leftanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/less.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/less.glif index 9ed2e0770..42e980812 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/less.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/less.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lessequal.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lessequal.glif index b37bc1c49..98f2d0aaa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lessequal.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lessequal.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lira.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lira.glif index 7feb7b7ca..38394fa2f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lira.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lira.glif @@ -73,7 +73,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.11 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/liraT_urkish.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/liraT_urkish.glif index 0910d93a4..009f65806 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/liraT_urkish.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/liraT_urkish.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/literS_ign.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/literS_ign.glif index e79eb0839..538b40519 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/literS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/literS_ign.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lj.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lj.glif index fbc1376f8..2fde86b28 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lj.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lj.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif index 2ea43506d..358f391c1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lj.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.glif index e3c609e55..669256f76 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.sc.glif index 80b37a732..d44a79e81 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/llinebelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/logicalnot.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/logicalnot.glif index dcaace50d..5dc07608b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/logicalnot.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/logicalnot.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lozenge.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lozenge.glif index 1f5cdbe14..0c2d6975d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lozenge.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lozenge.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.glif index bb8578d82..c2dd56c57 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.sc.glif index 420d7164c..897ec3b41 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/lslash.sc.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/m.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/m.glif index 10f358162..7754fb57a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/m.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/m.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey n com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/m.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/m.sc.glif index ac232b404..61a6c8b2c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/m.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/m.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macron.glif index f6d5d2718..046293c9c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.case.glif index 7399aa73d..d5227c420 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.case.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.glif index 4d9dcb0b9..6e3f1bffd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macronbelowcomb.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.case.glif index 1d9bf64e4..c32e35823 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.case.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.glif index 01dfc3797..b23bbbdc2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/macroncomb.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/manat.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/manat.glif index ef0070e64..ad0d0e4b9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/manat.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:39 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.glif index 50f0b00bb..a4418d5af 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.sc.glif index af1d88b01..eae08aad3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.glif index 6393e7375..5b517b471 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.sc.glif index 39195f697..256ac4b31 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/micro.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/micro.glif index 99b8290a0..7d6815909 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/micro.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/micro.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/minus.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/minus.glif index 06a2a440b..5ec69d537 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/minus.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/minus.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/minute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/minute.glif index 74274dc83..b7c53ba76 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/minute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/minute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mu.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mu.glif index ab0148f09..8f3a3c3cc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mu.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mu.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:50 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif index 2e6e8be21..86c88f3f2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/mu.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 05:10:55 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/multiply.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/multiply.glif index 8c9dab1d9..3ac6c47c5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/multiply.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/multiply.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/n.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/n.glif index 36416f3ca..6a20ec5e4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/n.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/n.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/n.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/n.sc.glif index 2e61af28c..ec2b41ec1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/n.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/n.sc.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.glif index c75794d15..f4883c20c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.sc.glif index c53a46a7a..cd1f6240a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/naira.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/naira.glif index 145acd013..5af49fe7a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/naira.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/naira.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:35:45 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/narrownbspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/narrownbspace.glif index f9d187141..118ce21fb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/narrownbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nbspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nbspace.glif index 8938e0842..d5f1ad380 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.glif index 95c163161..911fd2b49 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.sc.glif index 62d7cffbb..8b9ce85f9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.glif index bf1840a69..f791ab005 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.sc.glif index df981e21e..2280dd84a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ncommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.glif index 57aed7bce..b953feee7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.sc.glif index 9cd1275c2..eb05630d7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.glif index d6544e68f..76c9f0be5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.sc.glif index ddf748fb5..aacab3216 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.dnom.glif index 27153124b..961a0e4f1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:18:17 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.glif index 5d0212f43..334fb2635 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.lf.glif index 34f3f4dde..97fe265e5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.numr.glif index 6fb10e418..cc89fb1ec 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.osf.glif index 1bfde22d8..530970776 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.sc.glif index b4255fdf4..6bcaa2ae7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tf.glif index febe70112..28ae04c42 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tf.glif @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tosf.glif index f9bb418ea..73a0745a6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nine.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:36 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nineinferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nineinferior.glif index 9e0efe2cb..6ec88f8c9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nineinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ninesuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ninesuperior.glif index f748871f3..397ea2922 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ninesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nj.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nj.glif index b8cdd527d..3f5cd082e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nj.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nj.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif index 34680df72..19275897d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:09:07 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.glif index b837c9a1d..9ffdf2555 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.sc.glif index 7f66cc0c0..ef008eccd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/nlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/notequal.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/notequal.glif index 6b8dcd225..4fd5f656c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/notequal.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/notequal.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.glif index 489e27ab4..d346dca58 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.sc.glif index c0c52e633..3d1c19fa9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/numbersign.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/numbersign.glif index 82207f5a7..8dbdb70e8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/numbersign.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/numbersign.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/numero.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/numero.glif index 9585cabfe..3d910d748 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/numero.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/numero.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/o.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/o.glif index 838be8f4d..7401dde38 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/o.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/o.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/o.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/o.sc.glif index d356f7d1a..43e6e6cf4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/o.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/o.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.glif index 29e8418e1..9c2744524 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.sc.glif index f47f61537..c65500a79 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.glif index 94529b0e0..b6e9891f6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.sc.glif index 31059334a..30f1b8b99 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/obreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.glif index f7869758d..ee5d98482 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.sc.glif index d025b74de..644d275bb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocaron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.glif index 0d7e3049f..d198cdd82 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.sc.glif index 8b3c1f5ad..f67708b70 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflex.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.glif index 78b6dc4be..ef6a6b5ac 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.sc.glif index 306677d07..eebfa32af 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.glif index d43ed15dc..aed6466f9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.sc.glif index ab9b2d984..ca3de0b8c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.glif index dc539a215..d71237c2a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.sc.glif index 236e9f001..b1257c6a1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.glif index 6e2c0f91d..4b9de5953 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.sc.glif index f4d0e4f93..ffdd5301b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.glif index 57640e6ff..523ee93fa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.sc.glif index 758025e59..1c12cdd70 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ocircumflextilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.glif index ef5bc69d2..1ec5205f4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.sc.glif index caa6460ed..b73d83e05 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odblgrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.glif index 0e14cef82..32320a46a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.sc.glif index 789be495e..fa2c91f17 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.glif index d9a73047a..26e04bad3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.sc.glif index 994b8736d..60245d3ee 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odieresismacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.glif index 9816c11fb..8784aadb2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.sc.glif index 9767178b7..8f8bb8466 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotaccentmacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.glif index 88ee92822..cea01bcde 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.sc.glif index 70ee15012..1bfc81896 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/odotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oe.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oe.glif index 1446924d3..8e04b9169 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oe.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oe.glif @@ -71,7 +71,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif index e1b5d78d8..6c5b08e68 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oe.sc.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonek.glif index e82629d13..7570f1a17 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonek.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.case.glif index 4865d163f..0fcb87a51 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.glif index 6908e512f..db556f689 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ogonekcomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.glif index 738fbdb8b..d88226a19 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.sc.glif index 51c76a513..80b1d202f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ograve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.glif index 0d92c1e5f..dd7a246eb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.sc.glif index 6cc564694..cab0750fa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohookabove.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.glif index 811efb609..f0e551f30 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.sc.glif index 151777a03..5612ebcbf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.glif index 215010b44..571b03163 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.sc.glif index fe88073a6..12ccce6bf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.glif index 514882653..17b25430e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.sc.glif index 9243cd6bc..fc3e47935 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.glif index b8996b3a5..f9473d420 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.sc.glif index 484a93e3d..8c4943d28 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.glif index fb0777bd4..80d3027cb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.sc.glif index 14f40a405..27013695f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.glif index f6144f25f..ac7d2d4ce 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.sc.glif index 73159d0f0..db00911a6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.glif index 7eef774bd..e27ba2268 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.sc.glif index 12f751a8f..a732aed5b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ohungarumlaut.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.glif index dced6860b..3bcd8995e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.sc.glif index aa01d1557..61dbcced0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oinvertedbreve.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.glif index 672975d23..271b98240 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.sc.glif index d1f90b6a1..0a42977ca 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.glif index 2c7b3ef77..2345829fd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.sc.glif index b67f50470..ec2697bb6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacronacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.glif index 549cf053e..4ced2ed74 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.sc.glif index 38d3588be..c8cea0dee 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omacrongrave.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omega.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omega.sc.glif index 5b1de3e8e..e9e42acee 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omega.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/omega.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.dnom.glif index 16dfed0be..233930a95 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.dnom.glif @@ -35,7 +35,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:03:23 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.glif index 185752d24..769aad876 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.lf.glif index 16d520762..690bafc93 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.numr.glif index 69cd18963..8cc324c7f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.osf.glif index edae899d7..fb72edc38 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.osf.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.sc.glif index a451bba00..c8ca0e7f8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.sc.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.tf.glif index 0f4dedec6..c5a142ea1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.tosf.glif index e8b138bd4..631edaec3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/one.tosf.glif @@ -29,7 +29,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:20:53 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneeighth.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneeighth.glif index 981678faa..e0f01523b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneeighth.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneeighth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onefifth.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onefifth.glif index 985197d04..5418a3222 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onefifth.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onehalf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onehalf.glif index 79687520c..3ba4a7cd8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onehalf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onehalf.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneinferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneinferior.glif index e1973111c..dd8c0ad7b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneninth.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneninth.glif index 274834f2d..b4b61a546 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneninth.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onequarter.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onequarter.glif index a0e18161f..97bb4be62 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onequarter.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onequarter.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneseventh.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneseventh.glif index 3e0d9f32d..4535c4d56 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneseventh.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onesixth.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onesixth.glif index e0debdc40..4928c3d6d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onesixth.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onesuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onesuperior.glif index b52a3bc31..2200dfd71 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onetenth.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onetenth.glif index aac9d9a88..1bc29a834 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onetenth.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onethird.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onethird.glif index 58311a63b..b2aba54e5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onethird.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.glif index fc8b40fc9..871793927 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.sc.glif index 129540cf5..df3dcbf34 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oogonek.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ordfeminine.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ordfeminine.glif index 072891ae8..ddb0c7463 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ordfeminine.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ordfeminine.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ordmasculine.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ordmasculine.glif index a1988b1ab..20eaf6144 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ordmasculine.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ordmasculine.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.glif index f949dac8c..965eb6166 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.sc.glif index f1207f72c..4343b9a4a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslash.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.glif index e9879e502..4e666baf9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.sc.glif index 43c661090..e89d2805a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/oslashacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.glif index 50e652f3c..9e12279d9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.sc.glif index 511392ab3..12dd6e221 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otilde.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.glif index 6287cefb5..ded232e97 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.sc.glif index ec5636bd1..3e70a36c5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildeacute.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.glif index c6f0fa413..db90a90d8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.sc.glif index eea04977f..eb4680efe 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildedieresis.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.glif index 18b68289b..90f29ce5b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.sc.glif index f3e4543d5..7456f2160 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/otildemacron.sc.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/p.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/p.glif index fdf7c2c88..61770e462 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/p.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/p.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/p.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/p.sc.glif index 0797d0404..1760e764b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/p.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/p.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/paragraph.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/paragraph.glif index 4d8fc372d..ce1dba9f0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/paragraph.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/paragraph.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.case.glif index 47ca027ef..0f6e656cc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.case.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.glif index f4724169f..82d260fdc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.case.glif index fa106f893..158e14abe 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:45 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.glif index 20a5dda1f..f66c9f6f7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/parenright.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/partialdiff.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/partialdiff.glif index eb0054128..429fd9889 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/partialdiff.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/partialdiff.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.glif index 6bf49b6d1..db029ce6a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.sc.glif index 64dd48b1a..9a62dbfff 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/percent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/percent.glif index 74859c3f2..c7d2b9731 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/percent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/percent.glif @@ -69,7 +69,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/period.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/period.glif index 1bd9e4259..574bc4048 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/period.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/period.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.case.glif index 18aea91e8..9d9262dc2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.glif index 4d78d6a68..9e0fde995 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index ec86b5253..999324066 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.glif index 0f26f65fc..61d052be3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/periodcentered.loclC_A_T_.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/perthousand.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/perthousand.glif index de390e1c2..0be233cdb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/perthousand.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/perthousand.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/peseta.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/peseta.glif index 72ae699ea..0ae67e4f9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/peseta.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/peseta.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/peso.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/peso.glif index 91a6ed87c..44548e984 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/peso.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/peso.glif @@ -76,7 +76,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pi.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pi.glif index 47028a6bd..95e6e0153 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pi.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pi.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:59 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif index 235d6f1fb..2975deb66 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/pi.sc.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey product com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/plus.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/plus.glif index cae72617f..90cf01818 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/plus.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/plus.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/plusminus.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/plusminus.glif index 5b689b982..0933078aa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/plusminus.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/plusminus.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/primemod.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/primemod.glif index 2bd127aa1..22b68ea98 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/primemod.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/primemod.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/product.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/product.glif index 60af36778..0769f0254 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/product.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/product.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/punctuationspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/punctuationspace.glif index c613d7abd..2a3d2d84f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/punctuationspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/q.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/q.glif index 245596e46..29900468c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/q.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/q.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey d com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/q.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/q.sc.glif index 289756035..d18823d4f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/q.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/q.sc.glif @@ -67,7 +67,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/question.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/question.glif index 380825f73..3a9757b51 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/question.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/question.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.case.glif index a690fbca1..8acfaaac8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.case.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.glif index 02e49bac3..e076e3030 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/questiondown.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedbl.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedbl.glif index 15dbbae69..b02782f64 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedbl.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedbl.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesingle com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblbase.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblbase.glif index 9d9145679..76a7a8673 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblbase.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblbase.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblleft.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblleft.glif index a6c0bff98..241a75b51 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblleft.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblleft.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblright.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblright.glif index 024ad0573..a64eea9df 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblright.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotedblright.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quoteleft.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quoteleft.glif index 05886ca56..5bbaf29f5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quoteleft.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quoteleft.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotereversed.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotereversed.glif index 2dc861334..0c3f37b7d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotereversed.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotereversed.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quoteright.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quoteright.glif index baa621adf..c5186d4ea 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quoteright.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quoteright.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotesinglbase.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotesinglbase.glif index 8eaa6531f..9ca174831 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotesinglbase.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotesinglbase.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotesingle.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotesingle.glif index c1adb3f5b..ff7461b14 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotesingle.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/quotesingle.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/r.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/r.glif index 08eace7fa..7ee814ded 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/r.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/r.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/r.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/r.sc.glif index 8a51e8a39..ac1a5e87c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/r.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/r.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/racute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/racute.glif index beff0f27a..08352e9fe 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/racute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/racute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/racute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/racute.sc.glif index f192a1697..3a527c173 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/racute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/racute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/radical.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/radical.glif index eb7f12092..f3d5efe33 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/radical.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/radical.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.glif index 96ba290f3..4bf2dd327 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.sc.glif index 4855a710b..944130870 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.glif index cd12eea3a..2a4fb02ff 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.sc.glif index 4a6c45788..7ceaf34dc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.glif index ee1e56a79..20bbfb668 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.sc.glif index f3ab88e17..d92ac3b3c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.glif index 9581ff171..ba415083e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.sc.glif index 6dad9cd31..7758b3aba 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/registered.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/registered.glif index d40412ba1..2425d4704 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/registered.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightA_rrow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightA_rrow.glif index baf7938ab..6f009f397 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightB_lackT_riangle.glif index 7e48b8b1e..b9ef8c1bc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:48:49 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightW_hiteT_riangle.glif index 92e5b5af2..8dcddff59 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightanglebracket-math.glif index 6b36c454b..86ff41efa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ring.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ring.glif index baa471813..1b942f2d1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ring.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ring.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.case.glif index 1f7d058f9..1e06679b2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.glif index fc89414d8..c963109a2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfleft.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfleft.glif index 344d4bbe3..5176b8cdc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfleft.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfleft.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfright.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfright.glif index d31f20b3f..4f1261dce 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfright.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ringhalfright.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.glif index 1c1338c17..6a2abf917 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.sc.glif index cead242df..54eec4d38 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rinvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.glif index 038de14ee..5cfd5d994 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:31 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.sc.glif index ea7308e83..9a1740129 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ruble.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ruble.glif index 5e98311e2..1a79e084a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ruble.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ruble.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rupeeI_ndian.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rupeeI_ndian.glif index 1cea90b6d..e209d38c9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/rupeeI_ndian.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/s.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/s.glif index 12e92552c..e979b49b9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/s.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/s.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/s.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/s.sc.glif index e97ecd1c7..c7793f085 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/s.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/s.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.glif index 337c48171..8b8c1c2f2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.sc.glif index 72cf93632..c3a9a35f9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.glif index 4863b24cc..3c561c4ec 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.sc.glif index ceed7070d..75e82757f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sacutedotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:27 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.glif index 408cd8e44..4cdc39312 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.sc.glif index 9fb0723f9..07f094baf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.glif index c951e45a6..232674dde 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.sc.glif index b810efd4e..9bd232cd4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scarondotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:57 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.glif index f2d455e44..05acf16ab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.sc.glif index eb70ad692..9a5d3fdd6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.glif index bab6f2fbe..08a8837eb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.sc.glif index 46b850d42..4415621ad 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/schwa.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.glif index 953739233..1c46821cf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.sc.glif index 43e27060b..1d03d2366 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.glif index 4b12b3e72..9aa8583b7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.sc.glif index d5059e670..5d3fbf5a5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/scommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.glif index c47646aaa..29c3c3743 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.sc.glif index 3312044f1..ecd0a791c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.glif index 462d3514d..19f072654 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.sc.glif index 32fa586fc..466c82707 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.glif index df7b30006..de4c7af04 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.sc.glif index 82f286879..0d2e420db 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/second.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/second.glif index e41b5d13f..76317bbef 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/second.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/second.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/secondtonechinese.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/secondtonechinese.glif index 4bb2c42cc..0291dd327 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/secondtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/section.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/section.glif index e473e4edd..f79452ef2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/section.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/semicolon.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/semicolon.glif index 82c17260c..794d94915 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/semicolon.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/semicolon.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.dnom.glif index 965dbf7db..6fc441427 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.dnom.glif @@ -32,7 +32,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:57:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.glif index 6f2fc9c33..263500ed6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.lf.glif index 468b61029..febae7e70 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.numr.glif index 1ed8524a8..56436111a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.osf.glif index f9ac7abf7..bf7fc22a4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.osf.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.sc.glif index e0099db4b..6e41660f5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.sc.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tf.glif index 0e7ea7cec..66e99d3ac 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tf.glif @@ -24,7 +24,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tosf.glif index 9f7a1ab1a..df65a5bb7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seven.tosf.glif @@ -22,7 +22,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:09:42 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seveneighths.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seveneighths.glif index b2902b2ed..7b8b84ff2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seveneighths.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seveninferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seveninferior.glif index fc47f97ff..023b93b92 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seveninferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sevensuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sevensuperior.glif index cbab98003..8a25c1246 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sevensuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sheqel.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sheqel.glif index 5eb35a8eb..ac8dc7231 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sheqel.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sheqel.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.dnom.glif index ef19f3482..5577a7a48 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.dnom.glif @@ -55,7 +55,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:00:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.glif index 7bcdd5a96..5779bb8be 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.lf.glif index b19ed4b13..e77afd0dd 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.numr.glif index 369df89cd..115789722 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.osf.glif index 0418ae7f3..a8560c3a6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.osf.glif @@ -40,7 +40,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.sc.glif index c386a2735..0108e195c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.tf.glif index 2ac3e4e95..6e7044d6d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.tf.glif @@ -47,7 +47,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.tosf.glif index 6a9c2b9ab..bd983db7f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/six.tosf.glif @@ -45,7 +45,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixinferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixinferior.glif index fe9ee8434..5c9ff9fca 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixperemspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixperemspace.glif index de0df4cb7..2533c9c35 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixsuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixsuperior.glif index fb2a96ac6..f8cbdcbf1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slash.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slash.case.glif index 44d14b867..e1eefa852 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slash.case.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slash.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slash.glif index 538f43c0f..286f2b650 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slash.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slash.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slashlongcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slashlongcomb.glif index 3b4d3934e..37768f443 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slashlongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slashlongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slashshortcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slashshortcomb.glif index 7cedeabc3..be1e6804b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slashshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/slashshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.case.glif index 029117125..fbc18dceb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.glif index dfdec7555..1419e6fe0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/space.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/space.glif index b78022173..eaa9089f6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/space.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/space.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sterling.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sterling.glif index 728df49ad..9fd341ecf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sterling.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/sterling.glif @@ -64,7 +64,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/strokelongcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/strokelongcomb.glif index d08455199..8b00858fc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/strokelongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/strokelongcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/strokeshortcomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/strokeshortcomb.glif index 38a2bc1ef..e60fb22a7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/strokeshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/strokeshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/summation.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/summation.glif index 48aa1cd18..e769eb778 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/summation.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/summation.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/t.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/t.glif index 7ca0755b9..275ba1a7c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/t.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/t.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/t.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/t.sc.glif index ddc743275..f5b1b1bd7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/t.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/t.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.glif index 38d78aa26..43edf5ec9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.sc.glif index 33c796de4..ff811391f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tbar.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.glif index 6fb86b026..d6c33cfeb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.sc.glif index bb813e5aa..8337d1e57 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.glif index 9dd48ef69..f0c544f42 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.sc.glif index e04e49640..1b373417b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcedilla.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.glif index a190bbb1e..3e206c775 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.sc.glif index c38b6b6f4..d4b628ae1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.glif index 69b9587a5..a955c8a7a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.sc.glif index 3a79de060..15ee9a751 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.glif index d53277546..087923a28 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.sc.glif index 71a714d4f..45f233e79 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.glif index 677a6b343..b4f548b59 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.sc.glif index 18a94e6eb..c8f15836f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tenge.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tenge.glif index 2c70f7a32..9e93bca4c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tenge.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thinspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thinspace.glif index a4d7a2a4e..8ca36dbc9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thinspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.glif index 336c6d553..aadf3351c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.sc.glif index 146643fa0..6c54e284f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/thorn.sc.glif @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.dnom.glif index 0f42b0c20..09939ebab 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.dnom.glif @@ -67,7 +67,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:15 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.glif index b7d450305..9f7f32bc7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.glif @@ -53,7 +53,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.lf.glif index 95c675219..05e343645 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.numr.glif index f12a70e76..a7777047f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.osf.glif index 1786d9b94..b41ff408a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.osf.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.sc.glif index 88ec845ef..97788a020 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.sc.glif @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.tf.glif index 4cb56bac0..96891e172 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.tf.glif @@ -59,7 +59,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.tosf.glif index a2ba7aef2..c2c204cb0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/three.tosf.glif @@ -57,7 +57,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeeighths.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeeighths.glif index 0a140e7f4..2c3ca6c61 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeeighths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey three.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeinferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeinferior.glif index 618b77826..85e0622b7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeperemspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeperemspace.glif index 4a0679022..a238b9b3e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:14 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threequarters.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threequarters.glif index 36a5ba6ba..84ce81e9d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threequarters.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threequarters.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threesuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threesuperior.glif index 5efee2f82..4e1c75dd0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.case.glif index aafc0d8ec..fa55aabee 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.glif index fc3cca7dd..12729191e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tilde.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.case.glif index e1f630772..b81628c32 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.case.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.glif index df6031b75..c13de3462 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tildecomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.glif index be3f8379e..f98a2290e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.sc.glif index 7c6279b1c..24b4852dc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tlinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/trademark.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/trademark.glif index c45784f21..ae99c71a1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/trademark.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/trademark.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tugrik.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tugrik.glif index fbca7babd..1ec1fa311 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tugrik.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/tugrik.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.dnom.glif index e1d5e3e24..924f7cdfa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.dnom.glif @@ -46,7 +46,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:42:31 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.glif index 7b59df71b..dbef41686 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.lf.glif index 390d1df4c..c642b2a96 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.numr.glif index 658d550de..3133f6371 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.osf.glif index 727d531f2..623eb43ae 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.osf.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.sc.glif index 834f5dd0f..219a8fb3f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.tf.glif index a1963aea9..479ac735a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.tf.glif @@ -38,7 +38,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.tosf.glif index bdfe719f6..100989b2b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/two.tosf.glif @@ -37,7 +37,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:11:35 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twofifths.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twofifths.glif index 4858804a9..9bd647454 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twofifths.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twoinferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twoinferior.glif index 86c2cdbe4..fc6176e9e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twoinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twosuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twosuperior.glif index f341c6bc6..15c79e646 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twothirds.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twothirds.glif index 1785c2661..2f1a531ee 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twothirds.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/u.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/u.glif index 7cc5304e9..b1270a460 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/u.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/u.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/u.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/u.sc.glif index 316b18fba..e45f40713 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/u.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/u.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.glif index 0d084bf9d..9fc3662df 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.sc.glif index 66db427e3..aa5dabbb8 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.glif index 6813611a6..897203166 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.sc.glif index 113e5bccf..c699664d5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ubreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.glif index 13f5606f0..4dcf91a88 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.sc.glif index f3a138bd1..b3a7c28df 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.glif index f8675363e..685bfc21f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.sc.glif index 6c8a92995..eee34ec0d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ucircumflex.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.glif index 5da5fe0cf..bfdb96ef4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.sc.glif index 8bdf0a862..4cf4f050a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udblgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.glif index 90a8d5786..0f70a0605 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.sc.glif index 599e78148..f821eb13c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.glif index f253b1799..03c77046c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.sc.glif index be1c8a1ae..e6ad4f5a9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.glif index 471da559f..258758339 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.sc.glif index 4593761a6..b42f5a4bf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresiscaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.glif index 7361fe89e..f48066ea3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.sc.glif index 121f3718a..3d5964356 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresisgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.glif index be9a6b267..c318a560a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.sc.glif index c01754bd6..a42531566 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udieresismacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.glif index eb6fe5171..4d491a462 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.sc.glif index fc703392f..90899595b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/udotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.glif index 81dd86996..7cc44a4bc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.sc.glif index 4144792e5..28fe34e2b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ugrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.glif index 3b98b5858..3974cbaf7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.sc.glif index 02a1d07a4..b720a56f7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhookabove.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.glif index 1fad03328..dac3f12ea 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.sc.glif index 41f1582fe..839ae750f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorn.sc.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.glif index a38272dd1..3675a68a3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.sc.glif index 21e1075b4..13588c01e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.glif index 84b0a7927..8bf1913a7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.sc.glif index 7196f939a..fc117ca86 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorndotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.glif index 8d2dbbf0a..94aaca948 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.sc.glif index 8e181b653..bf88cc81f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorngrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.glif index 1aa7f0bd1..38ca05c16 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.sc.glif index e0deae23b..48ffce246 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhornhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.glif index 54d392a00..e1ef8b8c6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.sc.glif index e20a5bc84..59bd085f6 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhorntilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.glif index e9ae94e53..0c0c26a70 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.sc.glif index e3438b9e4..137e23553 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uhungarumlaut.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.glif index 9b8c17271..fa75229ff 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.sc.glif index f665095d5..39f169193 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uinvertedbreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.glif index b6502b81d..2bee27f8c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.sc.glif index 4537c5bcb..7f4c55f64 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.glif index 47e09b0d1..3d20ae245 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.sc.glif index 7f4528048..1a7c45568 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/umacrondieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/underscore.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/underscore.glif index 64bd444aa..feb31ffed 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/underscore.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/underscore.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uni0000.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uni0000.glif index e6fb07071..a794b2196 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uni0000.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uni0000.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.glif index e8b7e62c3..6339adbb2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.sc.glif index ec54f0525..b1be63064 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uogonek.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upA_rrow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upA_rrow.glif index cf6bb66a2..eddf1341b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upB_lackT_riangle.glif index 9810aef73..ce83cd481 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:46:24 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upW_hiteT_riangle.glif index f795ac1fc..a705e597d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:01:56 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uring.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uring.glif index a402a985f..079c56b6a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uring.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uring.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uring.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uring.sc.glif index edc2fda17..1bea2aa3d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/uring.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.glif index b8f4b05a3..0c3e6fc2f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.sc.glif index 236d590c2..221d71a64 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utilde.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.glif index 533a9bdb4..6b34c7ec2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.sc.glif index c05c60e6b..4b6d4898c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/utildeacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/v.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/v.glif index 164406cf8..bd8ff6198 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/v.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/v.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/v.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/v.sc.glif index 35723e298..9939e86f2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/v.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/v.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinelowmod.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinelowmod.glif index 446c681a9..fc36d9f27 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinelowmod.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinemod.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinemod.glif index e86edd485..72e601433 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinemod.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/verticallinemod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/w.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/w.glif index 13217175c..eff6f45bf 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/w.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/w.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/w.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/w.sc.glif index c1c4d0528..671b4166e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/w.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/w.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.glif index 9ab4e6a14..7d413f90f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.sc.glif index 46b0ab1a7..f03eaa806 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.glif index 9d1a9706a..8a15c548b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.sc.glif index 27fa86c20..c5c089efb 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wcircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.glif index ab685f891..f0ac5b359 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.sc.glif index 27d33ce4c..5968d2393 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.glif index 0996f1bae..3303f32d3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.sc.glif index 1b17c3476..d6fb6e892 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/wgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/whiteD_iamond.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/whiteD_iamond.glif index d5c7ed06c..2bd96e5ec 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/whiteD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:31 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/whiteS_quare.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/whiteS_quare.glif index df575f5e2..b08d12867 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/whiteS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:58 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/won.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/won.glif index 7c0d75249..d779c4422 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/won.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/won.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:39:44 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/x.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/x.glif index e74897d59..8c3726f93 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/x.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/x.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/x.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/x.sc.glif index 8449696f1..b35fddc0e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/x.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/x.sc.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/y.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/y.glif index 2aed888e2..5442aeacc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/y.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/y.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:00 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/y.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/y.sc.glif index f2e0e4cf7..57bb562fa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/y.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/y.sc.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.glif index 329695897..eb782accc 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.sc.glif index 127799aef..3242dd9d0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.glif index 60f747ad5..4a79bdf82 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.sc.glif index f5726280e..bf94e0233 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ycircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.glif index e2fc0e70a..e1e9b6fc1 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.sc.glif index 85397f001..7d53c7ece 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.glif index af80d7dd9..3cc48dc53 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.sc.glif index 311657173..e6a99e1aa 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.glif index 0befd93df..9ef9c9159 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:22 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.sc.glif index 871601da2..f91e8c1c3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ydotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yen.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yen.glif index 3fec6585c..0aba9b69f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yen.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yen.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.glif index a67042ab6..efc2d3037 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.sc.glif index f297b264e..a66f89345 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ygrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.glif index 718c99b4e..d20c2d41c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.sc.glif index 793dc5857..10c72cc27 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/yhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.glif index e26c8ef11..ba58cb725 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.sc.glif index 3ad33ec11..a0f503dd4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ymacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.glif index 9b12df4f4..2f0d79ec0 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.sc.glif index 3b26da5b2..0bcb35d0f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/ytilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/z.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/z.glif index 1ac8c8db5..36278342f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/z.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/z.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/z.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/z.sc.glif index f691175bd..9fea1096c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/z.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/z.sc.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.glif index d02e52439..0f7446462 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.sc.glif index 939eb3e4f..959ccfb69 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.glif index 2694262c2..3497811f4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.sc.glif index f7fbcb414..42788eec3 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.glif index e93ed21d8..dfdb6df7b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.sc.glif index 8112ea033..4b10ef8c9 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.glif index 354b8ea25..7243d4fb5 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.sc.glif index e246e210e..1abb2b290 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.dnom.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.dnom.glif index 85ffaba64..ab629710c 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.dnom.glif @@ -49,7 +49,7 @@ 78 com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.glif index d094844c4..b113f766f 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.glif index 5e7002ea6..d0838dae2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.zero.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.zero.glif index 4698e9509..243ea9e2d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:40:59 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.numr.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.numr.glif index c1843508a..0d6d9822b 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.glif index f66c03bba..081bb2e89 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.zero.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.zero.glif index 82ed1728a..f9a334e50 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:41:12 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.sc.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.sc.glif index dc57abc21..073cbc1a7 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.glif index 5b00bd964..e4c31300e 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.glif @@ -41,7 +41,7 @@ 620 com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.zero.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.zero.glif index c858b4715..5395ddc8d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:52 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.glif index 385fd5acf..e9fa569e4 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.glif @@ -39,7 +39,7 @@ 677 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:14:08 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.zero.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.zero.glif index 003b0ad3a..ccfb22190 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.zero.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.zero.glif index c62cfb529..6f515a733 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:00:23 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zeroinferior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zeroinferior.glif index fd7e4334c..2e3545dc2 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zeroinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerosuperior.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerosuperior.glif index 8d758e9c6..0a0783e95 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthjoiner.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthjoiner.glif index 414a7ed8a..ec510243a 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:19 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthnonjoiner.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthnonjoiner.glif index 31175d269..133ec847d 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthspace.glif b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthspace.glif index 94b44a868..0e0c0c616 100644 --- a/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthspace.glif +++ b/sources/master_ufo/MerriweatherSans-Light.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_.glif index fc10856e6..abd5fe497 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_.glif @@ -34,7 +34,7 @@ A 10 1 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 12 8 12 17 17 17 16 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_.glif index 10b0040c6..6a2f721ad 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ AE 0 6 7 8 8 6 104 0 0 0 1 10 0 1 97 0 10 0 4 2 10 4 97 9 11 2 8 8 7 90 0 7 7 17 75 0 2 2 3 89 5 1 3 3 18 3 76 0 0 21 20 19 18 0 17 0 17 17 17 17 17 17 17 17 17 12 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_acute.glif index 4a3a530ef..6ee71f3de 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_E_acute.glif @@ -14,7 +14,7 @@ AEacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_acute.glif index 9b44b49f9..d1cbb2efb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_acute.glif @@ -15,7 +15,7 @@ Aacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:08:22 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breve.glif index 0cbe8c02f..87a1af041 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breve.glif @@ -15,7 +15,7 @@ Abreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breveacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breveacute.glif index bd3bcb4da..bcfd0c0c3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breveacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_breveacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevedotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevedotbelow.glif index 93b2112e9..6ba6db19a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevedotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevegrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevegrave.glif index 942c57672..fa981bea1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevegrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevehookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevehookabove.glif index f7417c876..1fab0f461 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevetilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevetilde.glif index d06b79e9a..766354cc8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_brevetilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_caron.glif index 1b1aaa01e..f646eef3a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflex.glif index b3c50c05b..85bc14031 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflex.glif @@ -15,7 +15,7 @@ Acircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexacute.glif index f10310512..071bbbfdc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexdotbelow.glif index 4388c19ce..e2b9c77d0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexgrave.glif index d99f4e2e2..3913856c7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexhookabove.glif index 00172b84e..0bf70dfb2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflextilde.glif index 583fa31da..773210c29 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_circumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dblgrave.glif index ee4e4bb71..19fd0b893 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dieresis.glif index 594fde551..51f24c9e1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dieresis.glif @@ -15,7 +15,7 @@ Adieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dotbelow.glif index ff621fc1a..f5e9f9ab2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_grave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_grave.glif index de407e4eb..63d6a4dc1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_grave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_grave.glif @@ -15,7 +15,7 @@ Agrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_hookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_hookabove.glif index 02c66a829..890bcd098 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_hookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_invertedbreve.glif index 50b6dd1a0..fabac395f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_macron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_macron.glif index 023232a33..0da3ac796 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_macron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_macron.glif @@ -15,7 +15,7 @@ Amacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ogonek.glif index 79f240044..62b2f9282 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ogonek.glif @@ -19,7 +19,7 @@ Aogonek 30 1 6 3 10 1 2 1 27 1 5 2 3 74 7 1 6 0 1 2 6 1 98 0 5 0 0 5 0 95 0 3 3 17 75 4 1 2 2 18 2 76 28 28 28 32 28 32 38 17 17 17 23 34 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ring.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ring.glif index 102875660..f2617859b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ring.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ring.glif @@ -19,7 +19,7 @@ Aring 34 17 4 3 6 4 1 74 0 2 0 5 4 2 5 99 7 1 6 0 0 1 6 0 98 0 4 4 25 75 3 1 1 1 18 1 76 32 32 32 36 32 36 35 35 22 39 17 16 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ringacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ringacute.glif index e6be48715..3525bf186 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ringacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_ringacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_tilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_tilde.glif index d0e5b845b..065aca1d5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/A_tilde.glif @@ -15,7 +15,7 @@ Atilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_.glif index 48d4175e3..5d9dfa9cf 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_.glif @@ -91,7 +91,7 @@ NPUSHB[ ] /* 16 values pushed */ 40 40 40 51 40 50 54 53 55 34 33 34 54 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_dotaccent.glif index 501aa1806..3a02c490b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/B_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_.glif index b758fad8f..71fbd95b9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_.glif @@ -53,7 +53,7 @@ C 3 1 0 3 20 4 2 1 0 21 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 31 0 30 37 38 39 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_R_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_R_.glif index 056897a9a..d38b4050a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_R_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_R_.glif @@ -8,7 +8,7 @@ CR com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_acute.glif index e6bddfc18..e71513a78 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_acute.glif @@ -14,7 +14,7 @@ Cacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_caron.glif index 9a043589b..40494225a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_caron.glif @@ -14,7 +14,7 @@ Ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedilla.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedilla.glif index e61216327..4fdf79dae 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 46 0 45 38 19 36 36 21 38 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedillaacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedillaacute.glif index cc54e42e8..84a582391 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_cedillaacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_circumflex.glif index 4433ffc28..e3991b867 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_circumflex.glif @@ -14,7 +14,7 @@ Ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_dotaccent.glif index ef9f4cbce..3a03cb135 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/C_dotaccent.glif @@ -14,7 +14,7 @@ Cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_.glif index a19bd100d..72341312d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_.glif @@ -68,7 +68,7 @@ NPUSHB[ ] /* 13 values pushed */ 19 19 19 31 19 30 41 97 50 34 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_.glif index 669b52ac8..952f45f0b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_caron.glif index 77c320e05..2e02c7f12 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_Z_caron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_caron.glif index e861b7a09..799b68be0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_caron.glif @@ -15,7 +15,7 @@ Dcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_croat.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_croat.glif index 2ea319f58..cc96a90ca 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_croat.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_croat.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 17 values pushed */ 23 23 23 39 23 38 17 18 41 97 17 17 50 34 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotaccent.glif index 92f4996c4..9da979ec4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotbelow.glif index bcb0db816..ee715051c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_elta.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_elta.glif index 4f87c1e8f..642769e80 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_elta.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_elta.glif @@ -12,7 +12,7 @@ uni0394 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_linebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_linebelow.glif index 4ae62c669..619660e5b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_z.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_z.glif index 178f44fed..d9e7a34d7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_z.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_z.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_zcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_zcaron.glif index bfba45e0c..e331e455c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/D_zcaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:38 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_.glif index 496301960..577443643 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_.glif @@ -32,7 +32,7 @@ E 0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:17 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_acute.glif index 81004709e..82e7e7cf3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_acute.glif @@ -16,7 +16,7 @@ Eacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_breve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_breve.glif index e25de918f..3cf32cd08 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_breve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_breve.glif @@ -16,7 +16,7 @@ Ebreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_caron.glif index ccae38f35..c1f830d4a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_caron.glif @@ -16,7 +16,7 @@ Ecaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_cedillabreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_cedillabreve.glif index 85f70e1a9..1b1eec039 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_cedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_cedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:45 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflex.glif index ce1c61d34..1e8f4dc2d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflex.glif @@ -16,7 +16,7 @@ Ecircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexacute.glif index 200c8292c..26b6ba72d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexdotbelow.glif index 1b27d76ff..2a48ec5f2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexgrave.glif index fb9a3ab15..f78c9d2b4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexhookabove.glif index 5f4961c31..fec4cb56e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflextilde.glif index 04f0d5bd5..76afcabe0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_circumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dblgrave.glif index 0a263aad6..3b2e16251 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dieresis.glif index 486e53c2d..ed3797e41 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dieresis.glif @@ -16,7 +16,7 @@ Edieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotaccent.glif index cd6369261..66eef971a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotaccent.glif @@ -16,7 +16,7 @@ Edotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotbelow.glif index bcd46b2b4..bedfd661f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_grave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_grave.glif index 9d14c7a1c..001898d7f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_grave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_grave.glif @@ -16,7 +16,7 @@ Egrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_hookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_hookabove.glif index b34fd9984..a553fd962 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_invertedbreve.glif index b8cf59982..53ed46a5e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macron.glif index b8893550b..996c15b9b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macron.glif @@ -16,7 +16,7 @@ Emacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macronacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macronacute.glif index 7b61e8e8e..134b120c6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macrongrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macrongrave.glif index 4338daf4f..fa5ee0438 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_macrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ng.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ng.glif index e5301c90f..d7d3e7e5e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ng.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ng.glif @@ -36,7 +36,7 @@ Eng 17 10 8 3 0 1 1 74 5 1 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 19 0 19 17 28 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ogonek.glif index 856ca48b1..06dcf9b1a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_ogonek.glif @@ -20,7 +20,7 @@ Eogonek 18 1 4 3 19 1 5 4 2 74 0 0 0 1 2 0 1 97 0 4 0 5 4 5 95 9 1 8 8 7 89 0 7 7 17 75 0 2 2 3 89 6 1 3 3 18 3 76 0 0 0 34 0 34 17 23 36 39 17 17 17 17 10 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_th.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_th.glif index 306ca87a5..000410d63 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_th.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_th.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey D com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_tilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_tilde.glif index b4d934ada..a6648a9ad 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zh.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zh.glif index 731c26cf8..301015bbe 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zh.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:46:07 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zhcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zhcaron.glif index fa199743f..25012a8fe 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/E_zhcaron.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:45:59 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_.glif index 831cae5e8..c981f56a9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_.glif @@ -28,7 +28,7 @@ F 0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:45:43 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_dotaccent.glif index 4f1e478ee..083d42089 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/F_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:46:12 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_.glif index 5d5654b86..6e05bffb9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_.glif @@ -60,7 +60,7 @@ G 21 1 3 2 22 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 38 38 38 39 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_breve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_breve.glif index e65aae45e..58f57890f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_breve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_breve.glif @@ -14,7 +14,7 @@ Gbreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_caron.glif index 8112011ab..3529b8923 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_caron.glif @@ -14,7 +14,7 @@ Gcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_circumflex.glif index b7b33d3f7..ec24cfb45 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_circumflex.glif @@ -14,7 +14,7 @@ Gcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_commaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_commaaccent.glif index 65c58e07d..4b2f227f6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_commaaccent.glif @@ -14,7 +14,7 @@ Gcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_dotaccent.glif index 8190a987e..8fbcf3465 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_dotaccent.glif @@ -14,7 +14,7 @@ Gdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_ermandbls.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_ermandbls.glif index 6903aa6fe..c93577222 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_ermandbls.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_ermandbls.glif @@ -63,7 +63,7 @@ uni1E9E 35 1 2 6 34 1 5 2 23 1 4 5 22 1 7 4 4 74 0 1 0 6 0 1 6 112 0 2 0 5 4 2 5 99 0 6 6 0 91 0 0 0 17 75 0 7 7 18 75 0 4 4 3 91 0 3 3 26 3 76 20 36 21 37 38 18 20 34 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_macron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_macron.glif index 447eeed0c..dd913a931 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_macron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/G_macron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_.glif index f0d4c52d5..796af7871 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_.glif @@ -30,7 +30,7 @@ H 0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_bar.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_bar.glif index 0bdb84cfd..7dac0836a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_bar.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_bar.glif @@ -42,7 +42,7 @@ Hbar 0 11 0 2 1 11 2 97 8 1 6 6 17 75 10 4 2 0 0 5 89 9 7 2 5 5 20 75 3 1 1 1 18 1 76 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_brevebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_brevebelow.glif index 7165dc53e..1aa2bcee2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_brevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_brevebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_circumflex.glif index 8ba12c956..f749d3c87 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ Hcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_dotbelow.glif index 7fb2f902e..46981e6fc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/H_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.glif index cbff3d08f..8ea265f11 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.glif @@ -24,7 +24,7 @@ I 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.uc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.uc.glif index 3e6f7b91c..aa3264fa5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.uc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_.uc.glif @@ -15,7 +15,7 @@ I.uc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J_.glif index ce7d887c2..a96a8adcf 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J_.glif @@ -18,7 +18,7 @@ IJ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J__acutecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J__acutecomb.glif index c4faa64dc..8354d7354 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_J__acutecomb.glif @@ -22,7 +22,7 @@ IJ_acutecomb 11 10 7 5 4 1 6 1 72 24 1 0 71 4 2 3 3 1 1 17 75 0 0 0 18 0 76 16 16 12 12 16 32 16 32 12 15 12 15 29 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_acute.glif index ae4108ea6..d2f9e350c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_acute.glif @@ -16,7 +16,7 @@ Iacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_breve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_breve.glif index ae938eace..73632ef65 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_breve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_breve.glif @@ -16,7 +16,7 @@ Ibreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_caron.glif index fb74e27fe..c9e1d2af7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_circumflex.glif index 3fc72b7d0..c834c544c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_circumflex.glif @@ -16,7 +16,7 @@ Icircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dblgrave.glif index 9db26f76d..023fc427e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresis.glif index 5cfec64e8..b56163c55 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresis.glif @@ -16,7 +16,7 @@ Idieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresisacute.glif index bbe8ebcd0..bf484793c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotaccent.glif index 12423ba79..57080411f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotaccent.glif @@ -16,7 +16,7 @@ Idotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotbelow.glif index 1b71eb0d7..a67db4594 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_grave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_grave.glif index 1fe94c1e6..ebcba88c5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_grave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_grave.glif @@ -16,7 +16,7 @@ Igrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_hookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_hookabove.glif index 6f87c8dff..ca9536589 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_invertedbreve.glif index a14045ab0..87753ed71 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_macron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_macron.glif index 5d064076f..43c6f7ad8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_macron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_macron.glif @@ -16,7 +16,7 @@ Imacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_ogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_ogonek.glif index a94fe31bd..951ffcc73 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_ogonek.glif @@ -20,7 +20,7 @@ Iogonek 1 1 3 2 2 1 0 3 2 74 4 1 3 0 0 3 0 95 0 1 1 17 75 0 2 2 18 2 76 0 0 0 24 0 23 17 24 36 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_tilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_tilde.glif index 35f7b8a4b..48ec4b0be 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/I_tilde.glif @@ -16,7 +16,7 @@ Itilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_.glif index 3156edb98..83eb7b32e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_.glif @@ -33,7 +33,7 @@ J 8 1 0 71 1 1 0 0 17 0 76 0 0 0 16 0 16 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_circumflex.glif index bda7c704c..73d39a283 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/J_circumflex.glif @@ -14,7 +14,7 @@ Jcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_.glif index 98162fa3e..f7799d367 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_.glif @@ -38,7 +38,7 @@ K 24 21 15 1 4 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 25 23 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_commaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_commaaccent.glif index d02d0efa3..74642fedb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/K_commaaccent.glif @@ -14,7 +14,7 @@ Kcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_.glif index 153b6d957..6c1f7bbdc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_.glif @@ -26,7 +26,7 @@ L 3 1 2 2 17 75 0 0 0 1 89 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_J_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_J_.glif index b7701e6b4..0baa561e5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_J_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_acute.glif index 536eae596..fb34860ab 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_acute.glif @@ -16,7 +16,7 @@ Lacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_caron.glif index 39f5c2564..13339c5cc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_caron.glif @@ -35,7 +35,7 @@ Lcaron com.schriftgestaltung.Glyphs.glyph.leftMetricsKey L com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:24 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_commaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_commaaccent.glif index d7fafed63..4c4f11502 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_commaaccent.glif @@ -16,7 +16,7 @@ Lcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dot.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dot.glif index 357cab73b..8d3f8c686 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dot.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dot.glif @@ -16,7 +16,7 @@ Ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dotbelow.glif index e0788b687..9f470a491 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_j.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_j.glif index 5aceeff6d..414046bdb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_j.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_linebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_linebelow.glif index e82bb451b..f3b46166d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_slash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_slash.glif index 191b38b29..16684b565 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_slash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/L_slash.glif @@ -30,7 +30,7 @@ Lslash 10 9 4 3 4 2 1 1 74 0 1 1 17 75 3 1 2 2 0 89 0 0 0 18 0 76 0 0 0 13 0 13 21 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_.glif index 0ade18791..7a1c7aaf3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_.glif @@ -37,7 +37,7 @@ M 14 9 2 3 1 0 1 74 12 1 1 71 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 18 0 18 25 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotaccent.glif index 748037d62..a42e07c14 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotbelow.glif index e767efefb..244298023 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/M_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_.glif index 141771a79..c49c00f6a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_.glif @@ -32,7 +32,7 @@ N 9 2 2 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_J_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_J_.glif index 602bb0f02..c60fa88fb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_J_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_J_.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_acute.glif index 30ed9e4aa..8cb5ec933 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_acute.glif @@ -14,7 +14,7 @@ Nacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_caron.glif index a836980d7..579f32048 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_caron.glif @@ -14,7 +14,7 @@ Ncaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_commaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_commaaccent.glif index e1e42cd45..c0ee1d97f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_commaaccent.glif @@ -14,7 +14,7 @@ Ncommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotaccent.glif index 2bd9df5df..cdc0f9b99 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotbelow.glif index 05ba0f4d3..4ebe9d319 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_j.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_j.glif index 8f0bc2e54..91c78ef9b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_j.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_j.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_linebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_linebelow.glif index 6ec0012a0..3dc67a61d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_linebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_tilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_tilde.glif index 0dd3322fd..191e792fa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/N_tilde.glif @@ -14,7 +14,7 @@ Ntilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_.glif index b8670162d..75528de8e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_.glif @@ -48,7 +48,7 @@ O 0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 37 37 38 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:29:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_E_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_E_.glif index d71e97587..4b4d15567 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_E_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_E_.glif @@ -128,7 +128,7 @@ NPUSHB[ ] /* 24 values pushed */ 27 27 0 0 27 39 27 38 33 31 0 26 0 26 19 38 35 17 17 17 17 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_acute.glif index faee0074c..403238f01 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_acute.glif @@ -18,7 +18,7 @@ Oacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_breve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_breve.glif index 7a041d218..e1c8ba8f6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_breve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_breve.glif @@ -18,7 +18,7 @@ Obreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_caron.glif index 9c5a1fe98..4dbe4659e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_caron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflex.glif index 803e03d43..443f194b2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflex.glif @@ -18,7 +18,7 @@ Ocircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexacute.glif index c2d230875..fc1aa6698 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexdotbelow.glif index 5ba2341b4..e26284f82 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexgrave.glif index ca04fc9e9..ba54fb24e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexhookabove.glif index fe20716a8..a05e238a4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflextilde.glif index edfe2dd6e..133fb653c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_circumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dblgrave.glif index 3f2ba17c3..4acb1a9e0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresis.glif index 0f3721519..01ea840c7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresis.glif @@ -18,7 +18,7 @@ Odieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresismacron.glif index fac52c3a8..8994a0962 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotaccentmacron.glif index 010924f7f..ef579a010 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotbelow.glif index a8939fa1d..c4e7134a1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_dotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_grave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_grave.glif index a579949ef..5640e6892 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_grave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_grave.glif @@ -18,7 +18,7 @@ Ograve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hm.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hm.glif index c4bb231d1..3097a47aa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hm.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hm.glif @@ -48,7 +48,7 @@ uni2126 34 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hookabove.glif index 3a7d645f9..22fa7fe0b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horn.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horn.glif index 6063c129f..7d06ae8da 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horn.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horn.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:51:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornacute.glif index cb71ef161..061fe93e8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horndotbelow.glif index 7e2098169..b634c2743 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horngrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horngrave.glif index 092e430af..a2b9447b7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornhookabove.glif index 4483bc31c..a6ba8915a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horntilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horntilde.glif index 33e463b1f..aa49ee040 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_horntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hungarumlaut.glif index 4a506f6be..49a9523a4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_hungarumlaut.glif @@ -18,7 +18,7 @@ Ohungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_invertedbreve.glif index 7480efe32..b037c4556 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_invertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macron.glif index 2f46d37cd..1e30388ac 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macron.glif @@ -18,7 +18,7 @@ Omacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macronacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macronacute.glif index a9e7a2c21..2810cb8a5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macrongrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macrongrave.glif index a78705c14..b827f2004 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_macrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_mega.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_mega.glif index cb03ab5d5..d8a14213a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_mega.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_mega.glif @@ -12,7 +12,7 @@ uni03A9 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_ogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_ogonek.glif index 220201e5a..13467fa50 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_ogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slash.glif index 0b550bc82..bd2338bc7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slash.glif @@ -77,7 +77,7 @@ Oslash 21 1 2 1 40 39 31 30 24 12 9 7 3 2 2 74 23 22 2 1 72 11 10 2 0 71 4 1 2 2 1 91 0 1 1 25 75 5 1 3 3 0 91 0 0 0 26 0 76 34 34 25 25 34 42 34 41 25 33 25 32 43 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slashacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slashacute.glif index 090cbea79..f695b357b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slashacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_slashacute.glif @@ -13,7 +13,7 @@ Oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tilde.glif index 8c85debb7..c63a06493 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tilde.glif @@ -18,7 +18,7 @@ Otilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildeacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildeacute.glif index ecef280a4..b4d7b570e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildedieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildedieresis.glif index 2173f7f81..e67f1dc9d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildemacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildemacron.glif index c093fffa8..6c2410986 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/O_tildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_.glif index 5128121a3..bed16eaa8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_.glif @@ -65,7 +65,7 @@ NPUSHB[ ] /* 23 values pushed */ 17 17 1 0 17 28 17 27 23 21 15 14 12 10 5 3 0 16 1 16 8 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_dotaccent.glif index 4f1eb1e1c..d2221b271 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/P_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Q_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Q_.glif index cad4309d6..763cd1166 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Q_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Q_.glif @@ -43,7 +43,7 @@ Q 31 1 2 4 5 1 0 2 6 1 1 0 3 74 0 0 0 1 0 1 95 0 5 5 3 91 0 3 3 25 75 0 4 4 2 91 0 2 2 26 2 76 37 41 38 21 37 33 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_.glif index 72308badb..27215ab6b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_.glif @@ -73,7 +73,7 @@ NPUSHB[ ] /* 15 values pushed */ 29 29 29 41 29 38 43 34 33 17 36 22 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_acute.glif index 0a8b51591..5ca7e9660 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_acute.glif @@ -14,7 +14,7 @@ Racute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_caron.glif index 0a56c2408..f7c58908e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_caron.glif @@ -14,7 +14,7 @@ Rcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_commaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_commaaccent.glif index 908a28176..e3caed5f6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_commaaccent.glif @@ -14,7 +14,7 @@ Rcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dblgrave.glif index 40b2c8fde..c9baa191e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dblgrave.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dotbelow.glif index f4f1bf7bf..946001e12 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_invertedbreve.glif index 5d355b3d2..89d3bbbeb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_invertedbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_linebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_linebelow.glif index da35a2305..cba4a9b04 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/R_linebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_.glif index f63c5db4d..c0cdda785 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_.glif @@ -56,7 +56,7 @@ S 20 1 2 1 44 21 2 0 2 43 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 36 45 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acute.glif index 0b99536ee..0c938b672 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acute.glif @@ -14,7 +14,7 @@ Sacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acutedotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acutedotaccent.glif index 957105042..825fe30e8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_acutedotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_caron.glif index 26fcf2d48..fa518e6ac 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_caron.glif @@ -14,7 +14,7 @@ Scaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_carondotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_carondotaccent.glif index b03ef2e29..37c3fdce3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_carondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_carondotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_cedilla.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_cedilla.glif index 1a579ba3f..cd52db4fc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_cedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 19 values pushed */ 0 0 0 59 0 58 54 52 39 37 30 29 26 24 20 18 7 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_chwa.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_chwa.glif index e7d80ed91..3ad709612 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_chwa.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_chwa.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:28:51 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_circumflex.glif index ea5d84c39..3e6a85b5b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_circumflex.glif @@ -14,7 +14,7 @@ Scircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_commaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_commaaccent.glif index a24aaf34e..8564b2b9d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_commaaccent.glif @@ -14,7 +14,7 @@ Scommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotaccent.glif index 9563d4845..51ac05820 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelow.glif index 0b2a5f6d8..36414be26 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelowdotaccent.glif index 15eac4011..99c2d4f68 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/S_dotbelowdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_.glif index 0abe9d369..04f1393fe 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_.glif @@ -27,7 +27,7 @@ T 4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_bar.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_bar.glif index dd26d1cb8..bcebe699a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_bar.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_bar.glif @@ -32,7 +32,7 @@ Tbar 4 1 0 3 1 1 2 0 1 97 8 7 2 5 5 6 89 0 6 6 17 75 0 2 2 18 2 76 0 0 0 15 0 15 17 17 17 17 17 17 17 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_caron.glif index 5166a536a..124a245cd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_caron.glif @@ -15,7 +15,7 @@ Tcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_cedilla.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_cedilla.glif index 0ae721768..faed39293 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_commaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_commaaccent.glif index c2e16a5c8..d4a34cac3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotaccent.glif index ede8d2c74..3df404a5a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotbelow.glif index 9873831e1..6af612221 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_horn.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_horn.glif index 7cdfe2d7e..8b8589b6f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_horn.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_horn.glif @@ -64,7 +64,7 @@ NPUSHB[ ] /* 10 values pushed */ 37 36 34 17 17 18 34 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_linebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_linebelow.glif index e4847d330..f1411497b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/T_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_.glif index 789808b70..713328447 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_.glif @@ -47,7 +47,7 @@ U 2 1 0 0 17 75 0 1 1 3 91 0 3 3 26 3 76 36 20 37 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_acute.glif index 1990d4ca2..37d753a3b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_acute.glif @@ -16,7 +16,7 @@ Uacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_breve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_breve.glif index 8a09ba8c6..137f3a65e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_breve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_breve.glif @@ -16,7 +16,7 @@ Ubreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_caron.glif index 76d0fc99d..618fbd492 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_circumflex.glif index 258fec487..6a63d37fc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_circumflex.glif @@ -16,7 +16,7 @@ Ucircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dblgrave.glif index 159d17072..428463aa0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresis.glif index 47c0611a3..9b39e232f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresis.glif @@ -16,7 +16,7 @@ Udieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisacute.glif index 6b8d480b0..618283302 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresiscaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresiscaron.glif index 9e7802044..641f764b3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresiscaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:41 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisgrave.glif index acce151c8..a50332dbb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresisgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresismacron.glif index 2f0cecb04..e85bb8fb3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dieresismacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dotbelow.glif index 27e7f73de..cac9e21f2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_grave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_grave.glif index 47701094c..5d7f85ac9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_grave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_grave.glif @@ -16,7 +16,7 @@ Ugrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hookabove.glif index 6456325b9..d2ca91a1d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horn.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horn.glif index 5bbcd7b7a..69544021a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horn.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horn.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornacute.glif index efb169923..6eea2cb8e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horndotbelow.glif index b75009f96..f7c466dd3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horndotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horngrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horngrave.glif index 1b9ea79cc..88eb58fc3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horngrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornhookabove.glif index 3a22d1a2a..d31d01a79 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hornhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horntilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horntilde.glif index 7bb4d0af0..a342a47b2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_horntilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hungarumlaut.glif index 536c2a575..bcfa4e7fd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_hungarumlaut.glif @@ -16,7 +16,7 @@ Uhungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_invertedbreve.glif index 5e5c6702a..fa92e10f7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macron.glif index b74a2dcf1..9cc364f3b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macron.glif @@ -16,7 +16,7 @@ Umacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macrondieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macrondieresis.glif index a015950d3..7008facb0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_macrondieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ogonek.glif index ee56bc15f..ac36996e9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ogonek.glif @@ -20,7 +20,7 @@ Uogonek 23 1 2 4 12 1 0 2 13 1 1 0 3 74 0 0 0 1 0 1 95 6 5 2 3 3 17 75 0 4 4 2 91 0 2 2 26 2 76 0 0 0 43 0 43 37 21 39 36 41 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ring.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ring.glif index a37bb96e0..d365a286d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ring.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_ring.glif @@ -16,7 +16,7 @@ Uring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tilde.glif index 059b6324a..8ed72015a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tilde.glif @@ -16,7 +16,7 @@ Utilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tildeacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tildeacute.glif index 88c508d0a..0523ae940 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/U_tildeacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/V_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/V_.glif index ad6d54804..b998aabb1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/V_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/V_.glif @@ -27,7 +27,7 @@ V 2 1 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_.glif index ee792912d..5c2d97198 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_.glif @@ -38,7 +38,7 @@ W 17 11 4 3 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_acute.glif index a9fe8d812..35456a092 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_acute.glif @@ -14,7 +14,7 @@ Wacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_circumflex.glif index 4cf2b1288..6cdb0626c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_circumflex.glif @@ -14,7 +14,7 @@ Wcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_dieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_dieresis.glif index 92d51a000..128b87836 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_dieresis.glif @@ -14,7 +14,7 @@ Wdieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_grave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_grave.glif index 14ad8d2a5..fc06f04eb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_grave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/W_grave.glif @@ -14,7 +14,7 @@ Wgrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/X_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/X_.glif index af70fd903..69dc54138 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/X_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/X_.glif @@ -30,7 +30,7 @@ X 11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_.glif index 46f89e973..87fdbaad3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_.glif @@ -30,7 +30,7 @@ Y 10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_acute.glif index d7a79814b..19b2cb4b5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_acute.glif @@ -15,7 +15,7 @@ Yacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_circumflex.glif index f005c0535..2e3ed3eab 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_circumflex.glif @@ -15,7 +15,7 @@ Ycircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dieresis.glif index e7dc50a47..b7f2c15f0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dieresis.glif @@ -15,7 +15,7 @@ Ydieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotaccent.glif index a89a6be0e..522f2ebff 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotbelow.glif index 7f110a9d7..c22822443 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_grave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_grave.glif index f8436d61b..b69770d03 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_grave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_grave.glif @@ -15,7 +15,7 @@ Ygrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_hookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_hookabove.glif index d056b51c5..f9b8d2f75 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_hookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_macron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_macron.glif index 94bbce057..c9261ff15 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_macron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_tilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_tilde.glif index 7119ede8a..69dd98077 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Y_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_.glif index 04a259644..c7017ccf3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_.glif @@ -31,7 +31,7 @@ Z 0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_acute.glif index 63e40b3c1..6aff3f42a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_acute.glif @@ -15,7 +15,7 @@ Zacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_caron.glif index 0b585e536..f7d7737da 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_caron.glif @@ -15,7 +15,7 @@ Zcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotaccent.glif index 2f746c238..921b30232 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotaccent.glif @@ -15,7 +15,7 @@ Zdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotbelow.glif index 2e4770da5..7530b0a50 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/Z_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_notdef.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_notdef.glif index 7acddcbdc..01e016b5a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_notdef.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_notdef.glif @@ -33,7 +33,7 @@ 11 5 1 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_null.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_null.glif index c046681c8..c44fc6ff4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_null.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.glif index 2765cb24a..d1b7ffe52 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.glif @@ -66,7 +66,7 @@ NPUSHB[ ] /* 13 values pushed */ 18 18 18 33 18 32 42 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:24 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.sc.glif index 04dd2e559..ed65b3b26 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/a.sc.glif @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:30:33 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.glif index 560a309f0..026df90a8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.glif @@ -15,7 +15,7 @@ aacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.sc.glif index f3cc15d5b..a69bcf875 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.glif index c217eb8ea..69c2a3ca9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.glif @@ -15,7 +15,7 @@ abreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.sc.glif index d89d71365..b1c4ef10e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.glif index 6cbeeae30..586485062 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.sc.glif index c0e90bcbd..3412a3285 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abreveacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.glif index c0d231bc0..aeb6a210e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.sc.glif index ef34d87dc..f5cd20a6d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevedotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.glif index d2e4bd77e..097dcff95 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.sc.glif index 0d6f30194..b09235baa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevegrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.glif index 2368bdc0d..8f481b5c1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.sc.glif index c31d0d76d..613618ae2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevehookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.glif index 6de2af829..4c740e03a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.sc.glif index b0b86790e..6a25170c2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/abrevetilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.glif index 38f53e697..df9b8363b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.sc.glif index ecca67e82..6de85e9c9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.glif index bad8850d3..e854ed937 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.glif @@ -15,7 +15,7 @@ acircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.sc.glif index e6cb3f25e..37cf9d1ae 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.glif index c0d816d19..09bbc33a9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.sc.glif index c5efbf77c..2d2d71469 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.glif index bb0b8f2f2..a57b26880 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.sc.glif index bedfdb779..a1e225dcf 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.glif index 3dd6a80d7..b7ad15025 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.sc.glif index 6209b3c85..476fa6779 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.glif index e97ab3d9f..f45103ecb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.sc.glif index c51eb5e78..8616c0bbd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflexhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.glif index 7fa016339..5b53526c9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.sc.glif index d07367888..da58cc892 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acircumflextilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acute.glif index 9e690070c..4eb385930 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acute.glif @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.case.glif index 907c3e597..1f093356b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.case.glif @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.glif index 60fc720f1..62b79fd89 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/acutecomb.glif @@ -23,7 +23,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.glif index 699b2ea31..bf83f84f1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.sc.glif index cc6b3b814..e09e0acc4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.glif index 26e98b07a..cac0edb21 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.glif @@ -15,7 +15,7 @@ adieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.sc.glif index b26b54ec2..0324ee33a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.glif index e3467bb79..fbdff4450 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.sc.glif index bf4f5c140..ca4e43524 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/adotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.glif index aed2129e2..d78d88f89 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.glif @@ -83,7 +83,7 @@ ae 22 1 6 2 39 1 9 6 52 10 3 2 4 5 4 3 74 0 9 0 4 5 9 4 99 8 1 6 6 2 91 3 1 2 2 28 75 7 10 2 5 5 0 91 1 1 0 0 26 0 76 0 0 62 61 58 56 50 48 43 41 0 36 0 35 22 35 36 36 38 11 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.sc.glif index e10a5921b..bec608e0d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ae.sc.glif @@ -56,7 +56,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:48:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.glif index 3aab5f31c..f2a6fbe47 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.glif @@ -14,7 +14,7 @@ aeacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.sc.glif index 0b2b9d2b4..d3be510f9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aeacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:21:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.glif index e71a64268..c9602295e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.glif @@ -15,7 +15,7 @@ agrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.sc.glif index cdf1c46a9..b85d3dcf5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/agrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.glif index a78457ede..e914e0a0d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.sc.glif index c0ca4ba26..379883636 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ahookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.glif index e66fd8a4e..046d657b2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.sc.glif index cae49cb38..144f9bb46 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ainvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.glif index c29db3d6d..61b9e0f79 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.glif @@ -15,7 +15,7 @@ amacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.sc.glif index 2c102fbb3..904bf1716 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/amacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ampersand.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ampersand.glif index 25e2ec60f..2aa70266e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ampersand.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ampersand.glif @@ -100,7 +100,7 @@ ampersand 62 1 6 7 44 28 2 0 6 82 79 54 46 6 5 1 0 18 13 2 2 1 4 74 0 6 5 1 0 1 6 0 99 0 7 7 4 91 0 4 4 25 75 8 1 1 1 2 91 3 1 2 2 26 2 76 38 41 37 31 45 35 35 55 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.glif index 1fc95bd3c..9c2b04dbd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.glif @@ -19,7 +19,7 @@ aogonek 28 1 4 2 44 14 2 5 4 1 1 3 1 2 1 0 3 4 74 29 1 2 72 6 1 3 0 0 3 0 95 0 4 4 2 91 0 2 2 28 75 7 1 5 5 1 91 0 1 1 26 1 76 39 39 0 0 39 54 39 53 48 46 0 38 0 37 37 43 36 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.sc.glif index ad1076015..cdf7fdd41 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aogonek.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/apostrophemod.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/apostrophemod.glif index 5e115b3db..e4d31c295 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/apostrophemod.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/apostrophemod.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/approxequal.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/approxequal.glif index 17ba0db76..01eb7524b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/approxequal.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/approxequal.glif @@ -12,7 +12,7 @@ approxequal com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.glif index b988d1653..6ebf8b823 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.glif @@ -15,7 +15,7 @@ aring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.sc.glif index ad9f3f6ac..7f4b756ac 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aring.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.glif index bcc44c781..82ecde66e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.sc.glif index 528294a51..d83fa8d75 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/aringacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciicircum.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciicircum.glif index 213b80941..4d7b83bbc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciicircum.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciicircum.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciitilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciitilde.glif index 6c90d213f..186ecbdd4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciitilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asciitilde.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asterisk.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asterisk.glif index 7af557338..f5962485a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asterisk.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/asterisk.glif @@ -46,7 +46,7 @@ asterisk 29 28 26 21 19 18 16 14 13 11 6 4 3 1 14 1 0 1 74 0 1 1 0 89 0 0 0 19 1 76 30 24 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.case.glif index b3fdb1206..6e8f273d9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.glif index ba7be6b39..799dfd376 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/at.glif @@ -117,7 +117,7 @@ NPUSHB[ ] /* 24 values pushed */ 70 70 0 0 70 83 70 82 77 75 0 69 0 68 38 38 37 43 38 40 38 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.glif index 66e1d6de2..fb9e2fc41 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.glif @@ -15,7 +15,7 @@ atilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.sc.glif index 1dd47fdfe..509f36c7d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/atilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.glif index e8fa0b48d..20947ae8f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.glif @@ -56,7 +56,7 @@ b 29 14 2 4 3 10 9 2 0 4 2 74 0 1 1 19 75 0 3 3 2 91 5 1 2 2 28 75 6 1 4 4 0 91 0 0 0 26 0 76 18 18 0 0 18 32 18 31 25 23 0 17 0 16 20 37 7 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.sc.glif index 6a42536d6..ce1df76c2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/b.sc.glif @@ -103,7 +103,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:31:32 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.case.glif index efee7f526..2d1a6a278 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.case.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.glif index 1ed759c0f..c11d96c38 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/backslash.glif @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bar.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bar.glif index e115d2acf..b5926b344 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bar.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bar.glif @@ -20,7 +20,7 @@ bar 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.glif index 815fcc9af..8907d9895 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.sc.glif index 1b195fc33..ba826efae 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bitcoin.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bitcoin.glif index d01543f15..fe1a68373 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bitcoin.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bitcoin.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackD_iamond.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackD_iamond.glif index a731693e9..8d29731c6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackS_quare.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackS_quare.glif index 5e50414bd..b947d4636 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.case.glif index cc14d71d1..0f5116b78 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.glif index 9c0e6524e..997cd4ed4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.case.glif index 51c5d27fe..d1a83582e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.case.glif @@ -48,7 +48,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.glif index c5dd3a86a..8e8064744 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/braceright.glif @@ -49,7 +49,7 @@ braceleft 46 32 3 3 2 1 1 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 37 30 37 44 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.case.glif index 6d0dbec4a..47dd52783 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.case.glif @@ -36,7 +36,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.glif index a38a19fde..9161d2bbc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketleft.glif @@ -37,7 +37,7 @@ bracketleft 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 35 17 21 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.case.glif index f924ba985..8e0a498d7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.case.glif @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.glif index 5c3b90e8b..ef93072e8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bracketright.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.case.glif index 091dce78e..f3cee09ef 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.case.glif @@ -36,7 +36,7 @@ breve.cap 15 1 1 0 1 74 2 1 0 1 0 114 0 1 3 3 1 87 0 1 1 3 91 0 3 1 3 79 38 19 36 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.glif index 359ee3a21..203515db8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breve.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.case.glif index a9cbaa4bf..e3f05ecf4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.glif index a559d0070..d84e5db22 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevebelowcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.case.glif index 7d30381f1..d787302d8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.case.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.glif index da0baea8b..19c753c93 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb.glif @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.case.glif index 99c9617b7..5b44e326b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.glif index d1f4b0eb8..801f2fd21 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_acutecomb.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.case.glif index 950438579..75753c11b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.glif index a62da9b3c..694808227 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_gravecomb.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif index 17d74fdd0..43232ade3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.glif index 76919a8e1..5ef735591 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.case.glif index 381954fd9..8324676f3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.glif index 5f7185a08..e6cf627a1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brevecomb_tildecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.case.glif index 32129b354..a1be2a953 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.case.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.glif index a5d0de212..7cbc16071 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/breveinvertedcomb.glif @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brokenbar.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brokenbar.glif index 391531cc7..e57250ecc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brokenbar.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/brokenbar.glif @@ -26,7 +26,7 @@ brokenbar 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.case.glif index 330a93141..5434a00d0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.case.glif @@ -27,7 +27,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.glif index 2dcdf629d..6cf90ea10 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bullet.glif @@ -28,7 +28,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bulletoperator.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bulletoperator.glif index 088fb1c4d..abd87249a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bulletoperator.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.glif index c01fe4ca5..2dcd89356 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.glif @@ -50,7 +50,7 @@ c 2 1 0 3 17 16 3 3 1 0 2 74 0 0 0 3 91 4 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 27 0 26 37 37 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.sc.glif index dcec2b21c..8a521e8ee 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/c.sc.glif @@ -65,7 +65,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.glif index fb4cb8d6d..bb2bd7837 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.glif @@ -14,7 +14,7 @@ cacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.sc.glif index 6aec444bf..851eed438 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.case.glif index 8ff3b09e4..05018c881 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.case.glif @@ -23,7 +23,7 @@ caron.cap 6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.glif index 68e8dc757..c9e5d8f19 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caron.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.alt.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.alt.glif index 8145ad9b0..f032eaf09 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.alt.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.case.glif index 34dc6f1b6..fc9635174 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.case.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.glif index a7eb52dfd..0c62f27f7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/caroncomb.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.glif index 2d284486f..afec1e6aa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.glif @@ -14,7 +14,7 @@ ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.sc.glif index ac495a0cf..817548fad 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.glif index c5fb28dd3..e0fc5bf3f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 42 0 41 41 36 42 37 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:10:56 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.sc.glif index 695c22a00..7e503950b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedilla.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.glif index 25613c77a..2521c1ba8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.sc.glif index 601fd54c4..26f2eae6b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccedillaacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.glif index 2f2df7847..0d558f44b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.glif @@ -14,7 +14,7 @@ ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.sc.glif index 58711cbc9..d755fed8b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ccircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.glif index 296b84648..1b2b8337b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.glif @@ -14,7 +14,7 @@ cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.sc.glif index 43853ba85..7a0a66fa6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedi.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedi.glif index 7382fe952..2a3a24c9a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedi.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedi.glif @@ -65,7 +65,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 27 0 27 26 17 20 17 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedilla.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedilla.glif index 6b0f73a3a..1f33590f9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedilla.glif @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.case.glif index 9fe08a354..bceee2cd5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.glif index 10509b1ed..c5f6ba265 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cedillacomb.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cent.glif index b873c8142..641eb64c9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/cent.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 33 0 32 17 25 17 21 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.case.glif index 5f3fa8565..495833162 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.case.glif @@ -23,7 +23,7 @@ circumflex.cap 6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.glif index c3c44634f..613a787bb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflex.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.case.glif index 3364c65ea..637a44603 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.case.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.glif index aca69cd8a..e5315b837 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 63e3d7f67..f4b5a32a3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.glif index 0d641c109..235ff8d6e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif index 3a8c1f3f7..2e78dbc04 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.glif index fb9700f0d..f3a11e56c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index a3f28c490..498306c1c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 4f9a6e129..7779df930 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 1af55e158..c9e70e72e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.glif index b9e4d3ad5..208c457ab 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colon.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colon.glif index bc0bc28b0..f27f39b39 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colon.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colon.glif @@ -12,7 +12,7 @@ colon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colonsign.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colonsign.glif index ecbaaee05..4f7930ca4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colonsign.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/colonsign.glif @@ -96,7 +96,7 @@ NPUSHB[ ] /* 11 values pushed */ 33 50 26 18 49 31 18 16 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/comma.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/comma.glif index a41fbd6e6..f93aef809 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/comma.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/comma.glif @@ -35,7 +35,7 @@ comma 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.case.glif index 50febc876..5d1418992 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.case.glif @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.glif index 5c2af98c9..c00c022d7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaaccentcomb.glif @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.case.glif index 7760d75a6..4e83da8b8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.case.glif @@ -32,7 +32,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.glif index b37290098..2081230e9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedabovecomb.glif @@ -33,7 +33,7 @@ uni0326 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedmod.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedmod.glif index c77a519c9..e70c4fc70 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedmod.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commaturnedmod.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commercialM_inusS_ign.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commercialM_inusS_ign.glif index c0045eded..2451a5c27 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/copyright.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/copyright.glif index 927597b58..9ccd83067 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/copyright.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/currency.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/currency.glif index 9917fbb20..350fd9c45 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/currency.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/currency.glif @@ -66,7 +66,7 @@ currency 29 23 2 2 1 32 20 14 2 4 3 2 11 5 2 0 3 3 74 31 30 22 21 4 1 72 13 12 4 3 4 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 20 2 76 36 36 36 51 36 50 44 42 27 25 39 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.glif index 74637df16..0d5926c24 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.glif @@ -71,7 +71,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 25 23 0 16 0 16 37 35 17 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.sc.glif index 6ecdff9d6..346d153ae 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/d.sc.glif @@ -82,7 +82,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dagger.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dagger.glif index 5fb07b2bf..366c6114a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dagger.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dagger.glif @@ -32,7 +32,7 @@ dagger 4 1 1 2 1 74 0 5 0 5 115 3 1 1 4 1 0 5 1 0 98 0 2 2 19 2 76 18 17 18 18 17 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/daggerdbl.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/daggerdbl.glif index e9287f31c..2e1522613 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/daggerdbl.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/daggerdbl.glif @@ -42,7 +42,7 @@ daggerdbl 9 1 3 4 4 1 1 2 2 74 0 9 0 9 115 5 1 3 6 1 2 1 3 2 98 7 1 1 8 1 0 9 1 0 97 0 4 4 19 4 76 24 23 17 18 17 18 18 17 18 17 16 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.case.glif index 7dde71aa2..b283bbf94 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.glif index 395f0e685..1d7f82d54 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dblgravecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.glif index 051925b41..af344276a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.glif @@ -33,7 +33,7 @@ dcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:09 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.sc.glif index 6d17729a8..77120e716 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcroat.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcroat.glif index a7e5fb2fb..c2295bdfd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcroat.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dcroat.glif @@ -38,7 +38,7 @@ NPUSHB[ ] /* 18 values pushed */ 25 25 25 39 25 38 39 17 17 17 18 37 35 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.glif index 31300e447..df225e991 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.sc.glif index 05dd98027..f59d31cf1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.glif index 734380da7..a4492c9dd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.sc.glif index d326ce7e3..74ad44bdc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ddotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/degree.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/degree.glif index 0d862e371..edf4cd282 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/degree.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/degree.glif @@ -60,7 +60,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/delta.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/delta.sc.glif index aceac89a8..41afe11cf 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/delta.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.case.glif index d9ac21933..68a5c7bd4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.case.glif @@ -42,7 +42,7 @@ dieresis.cap 2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 36 37 37 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.glif index 99a7192c7..ba975e8cb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresis.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.case.glif index d695a1562..903fa2ca5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.glif index 2d6590f95..c89fee3ba 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresisbelowcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.case.glif index 8eaa9cb7f..e9361d54c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.glif index c10608f19..4b326e5a5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dieresiscomb.glif @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divide.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divide.glif index 50d868f75..1a37b0c27 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divide.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divide.glif @@ -48,7 +48,7 @@ divide 0 0 0 1 3 0 1 99 6 1 3 0 2 4 3 2 97 0 4 5 5 4 87 0 4 4 5 91 0 5 4 5 79 14 14 29 27 22 20 14 17 14 17 20 37 34 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divisionslash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divisionslash.glif index 7152553ce..845cae2e5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divisionslash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/divisionslash.glif @@ -20,7 +20,7 @@ uni2215 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.glif index 61c4c6ede..ee04f9483 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.sc.glif index 09b1220af..7bcca7220 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dollar.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dollar.glif index 732d77893..a786f9bf5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dollar.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dollar.glif @@ -154,7 +154,7 @@ NPUSHB[ ] /* 17 values pushed */ 0 0 0 50 0 49 43 42 41 40 27 25 17 16 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dong.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dong.glif index 28ca1309d..55b67fe08 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dong.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dong.glif @@ -75,7 +75,7 @@ NPUSHB[ ] /* 18 values pushed */ 48 47 46 45 42 40 35 37 38 35 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.case.glif index 8acd13eab..3d6495c44 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.case.glif @@ -28,7 +28,7 @@ dotaccent.cap 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 37 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.glif index f1ed6650d..66757cf4f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccent.glif @@ -34,7 +34,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.case.glif index ec4e9c6a3..44d34a217 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.glif index 5e0840539..20519c060 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotaccentcomb.glif @@ -35,7 +35,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.case.glif index b331ca2fc..a970be080 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.glif index 8badc3717..68e2e8c59 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dotbelowcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/doubleprimemod.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/doubleprimemod.glif index 3ee2164e9..e6389313c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/doubleprimemod.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downA_rrow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downA_rrow.glif index 7f8a4bd68..e43afee6d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downB_lackT_riangle.glif index 82b84d356..aa6ed77b2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downW_hiteT_riangle.glif index c547c8223..ba2ab9aeb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dram-arm.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dram-arm.glif index 8d5708168..8b23bc7f3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dram-arm.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.glif index f5cfa58ad..b315caa50 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.sc.glif index bb497d08f..43734d053 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dz.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.glif index 53fa373d5..22dc9946f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.sc.glif index 12c7d54f3..2c3c3c7ea 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/dzcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.glif index 92b8f71e1..d2320f472 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.glif @@ -64,7 +64,7 @@ e 16 15 2 1 0 1 74 0 5 0 0 1 5 0 99 0 4 4 3 91 6 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 36 35 32 30 0 28 0 27 38 36 22 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:14 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.sc.glif index 4221927d7..78fda5fe1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/e.sc.glif @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.glif index fdb77df8e..ab69e05c9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.glif @@ -15,7 +15,7 @@ eacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.sc.glif index 85c01fefd..29e03ec3e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.glif index c026f883f..7e0b0d362 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.glif @@ -15,7 +15,7 @@ ebreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.sc.glif index a4b56e0b1..7a05be6f3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ebreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.glif index 104453923..1695f5755 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.glif @@ -15,7 +15,7 @@ ecaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.sc.glif index 7a06facd9..def7dc2d8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.glif index d406aaebe..be1f19c34 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.sc.glif index 4ea5a3512..30155bb32 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecedillabreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.glif index 8e8c6fcc2..8c91d28a3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.glif @@ -15,7 +15,7 @@ ecircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.sc.glif index 614637e63..aa3ba9e4e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.glif index 794a053d1..aef765811 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.sc.glif index 2224b83c5..7c0db686a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.glif index 641335704..ff9b3e102 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif index 1cd44e640..a33cdea6f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.glif index 63519f172..99365b8b0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.sc.glif index 7d4ad306b..3bc8f6132 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.glif index a5188afb2..84ae6d99e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.sc.glif index 3aa691bad..22a79a0ce 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.glif index c212eef71..aeb3681bc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.sc.glif index 243f2ecbb..0bb7545d9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ecircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.glif index ef34e15b6..56c776555 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.sc.glif index 4787da7d7..f34f1d452 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.glif index 660c2755f..a4900fc9f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.glif @@ -15,7 +15,7 @@ edieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.sc.glif index 207ad9bc7..5631ac3ae 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.glif index 8333b88c7..eccbb9fba 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.glif @@ -15,7 +15,7 @@ edotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.sc.glif index 8107448e0..c25b192c8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.glif index d4441b59a..c3a5d0e22 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.sc.glif index 1166ee520..05d9ae190 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/edotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.glif index f4969c03a..23b6b3bcb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.glif @@ -15,7 +15,7 @@ egrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.sc.glif index a91df6ae9..51c99d226 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/egrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.glif index 46e156cd6..18efecffc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.sc.glif index f4b7b3a89..a1b0765cf 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.dnom.glif index 7baa10c8b..4f507c1a1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.dnom.glif @@ -69,7 +69,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.glif index 260e0e5cd..0c06f2ec2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.lf.glif index d5e91d860..e43db7054 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.lf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.numr.glif index 3a46c7a41..f5168d250 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.osf.glif index 2e9e5f2a4..e48f54807 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.osf.glif @@ -80,7 +80,7 @@ NPUSHB[ ] /* 12 values pushed */ 45 45 45 59 45 58 42 45 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.sc.glif index b47c32a31..49e197a29 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tf.glif index b48bb46c9..7a609b889 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tosf.glif index 6bcb52d92..48fb208f1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eight.tosf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightinferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightinferior.glif index f5ab0971c..c9b364470 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightinferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightsuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightsuperior.glif index bdbde55f9..b6064e2a5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.glif index e62aabade..a41b8d3a0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.sc.glif index f4c932c9f..1a1fd48ca 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/einvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ellipsis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ellipsis.glif index d1f7188be..3026c572c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ellipsis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ellipsis.glif @@ -17,7 +17,7 @@ ellipsis 39 1 0 1 1 74 8 5 7 3 6 5 1 1 0 91 4 2 2 0 0 26 0 76 28 28 14 14 0 0 28 42 28 41 35 33 14 27 14 26 21 19 0 13 0 12 37 9 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.glif index 4c6c32435..28a246575 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.glif @@ -15,7 +15,7 @@ emacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.sc.glif index f16bbc5a5..6a828aaea 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.glif index ac574a511..90b3585dc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.sc.glif index 4d82bc76e..6e690c4eb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacronacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.glif index 9353a3999..dab76c42e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.sc.glif index acc734d4b..e132e30c0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emacrongrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.case.glif index c08bb7024..55078ab72 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:35 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.glif index 8f9d29f00..94c3c793a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emdash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emptyset.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emptyset.glif index 63c8c0b84..6c0d86af9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emptyset.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emquad.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emquad.glif index 271c3268d..e0b224553 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emquad.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emspace.glif index d959d67dd..ac22c81e7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.case.glif index 61291896f..2c51f8e67 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.glif index 9b4a5bbd9..bf6b3df80 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/endash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.glif index b267e4438..739f90684 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.glif @@ -68,7 +68,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 38 0 37 17 20 40 37 40 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.sc.glif index 0cbf19004..654a0a6b0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eng.sc.glif @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enquad.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enquad.glif index 9d25bf1d2..2ae22e081 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enquad.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enspace.glif index 66518a7f9..8fc67863d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.glif index fafb54552..457cdfaf4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.glif @@ -19,7 +19,7 @@ eogonek 3 2 2 5 4 27 1 2 5 16 1 0 2 17 1 1 0 4 74 0 6 0 4 5 6 4 99 0 0 0 1 0 1 95 9 1 7 7 3 91 0 3 3 28 75 8 1 5 5 2 91 0 2 2 26 2 76 51 51 0 0 51 61 51 60 55 54 0 50 0 49 22 38 39 36 45 10 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:22 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.sc.glif index f8b1d8ddb..66eb58412 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/equal.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/equal.glif index 694c4b7bd..9fe2bf75d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/equal.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/equal.glif @@ -26,7 +26,7 @@ equal 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/estimated.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/estimated.glif index b67d70db0..7b6600259 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/estimated.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/estimated.glif @@ -60,7 +60,7 @@ estimated 30 27 20 10 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.glif index b9d6ec8e5..91f67a921 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.glif @@ -71,7 +71,7 @@ eth 17 1 3 2 1 74 37 34 33 30 27 26 23 22 21 20 10 1 72 0 2 2 1 91 0 1 1 28 75 0 3 3 0 91 0 0 0 26 0 76 56 54 48 46 38 37 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.sc.glif index 0e27a3acf..70b189137 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/eth.sc.glif @@ -88,7 +88,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey d.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.glif index dbf2f0838..9ce756931 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.sc.glif index 861f9e09b..9e27d64e6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/etilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/euro.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/euro.glif index 2afd8b27f..9bfa634df 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/euro.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/euro.glif @@ -60,7 +60,7 @@ Euro 39 1 11 10 40 1 0 11 17 16 2 4 3 3 74 9 1 0 8 1 1 2 0 1 97 7 1 2 6 1 3 4 2 3 97 12 1 11 11 10 91 0 10 10 25 75 0 4 4 5 91 0 5 5 26 5 76 0 0 0 43 0 42 37 35 32 31 18 17 19 37 34 17 18 17 18 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclam.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclam.glif index 01cc3dc24..7f77e840d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclam.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclam.glif @@ -34,7 +34,7 @@ exclam 8 1 2 3 1 74 4 1 1 0 1 114 0 0 3 0 114 5 1 3 3 2 91 0 2 2 26 2 76 4 4 0 0 4 18 4 17 12 10 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdbl.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdbl.glif index cca14d4ae..b2796e18f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdbl.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdbl.glif @@ -12,7 +12,7 @@ exclamdbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.case.glif index 4a80b84df..5545ee819 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.case.glif @@ -33,7 +33,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.glif index f19b17bad..430e336e1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/exclamdown.glif @@ -34,7 +34,7 @@ exclamdown 4 1 1 0 1 74 0 2 1 3 1 2 3 112 5 1 3 3 113 0 0 1 1 0 87 0 0 0 1 91 4 1 1 0 1 79 15 15 0 0 15 18 15 18 17 16 0 14 0 13 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.glif index 7ea968cf6..882a17334 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:14:46 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.sc.glif index f1919cb21..017610736 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezh.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.glif index 3a0c28a01..4df23a666 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:24:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.sc.glif index 6cc259d57..d01074f01 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ezhcaron.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:32 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.glif index 1bf26b28c..7cff3174c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 24 0 24 17 17 20 36 36 17 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.sc.glif index 19f4c92f1..ceaa4a691 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f.glif index 13835005b..64e217111 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ f_f com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_i.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_i.glif index 59f4ee432..4e5c45b2c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_i.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_i.glif @@ -20,7 +20,7 @@ f_f_i com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_l.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_l.glif index 17b39c84b..871c7b3ac 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_l.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/f_f_l.glif @@ -20,7 +20,7 @@ f_f_l com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.glif index 7549f97e4..692e87bfa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.sc.glif index 9d4f2ab25..b39ed47ef 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fi.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fi.glif index ce8b3f7f8..55e06c314 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fi.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fi.glif @@ -17,7 +17,7 @@ fi com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figuredash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figuredash.glif index 85a818c9f..7c3f651e5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figuredash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figurespace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figurespace.glif index 5c8af3b22..8edef9a8d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figurespace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/firsttonechinese.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/firsttonechinese.glif index 1c32287d4..d40d4cd9b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/firsttonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/firsttonechinese.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey macroncomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.dnom.glif index 3e660b2c1..181b403f4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.dnom.glif @@ -50,7 +50,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.glif index 9fd21ff27..ed6f31f8b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.lf.glif index 4429f9557..1756e8603 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.lf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.numr.glif index 0a8bace2e..054aa3766 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.osf.glif index fbe4d8c67..c5205e434 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.osf.glif @@ -67,7 +67,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 32 0 31 37 35 17 17 20 37 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.sc.glif index 947d09fdc..0f3e1cacb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tf.glif index f49a7ea93..da158c68c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tosf.glif index ea9ff679d..dcaa93cda 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/five.tosf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveeighths.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveeighths.glif index c0d1f84ac..256ee0e1c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveeighths.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveinferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveinferior.glif index 7c54b38d5..942734efa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveinferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesixths.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesixths.glif index 85471ccb7..3b5a7d5c9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesixths.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesuperior.glif index e06d302ec..d7d6a7725 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fl.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fl.glif index cb993f7a8..07f52f201 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fl.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ fl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/florin.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/florin.glif index d5ed6af5d..1b32dd727 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/florin.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/florin.glif @@ -53,7 +53,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 24 0 24 17 17 20 36 38 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.dnom.glif index f45942a46..c85136d63 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.dnom.glif @@ -36,7 +36,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.glif index 8bee6afcc..a279e73fa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.lf.glif index df79741ed..c670ed77a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.lf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.numr.glif index 09830132b..e3ac9f67c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.osf.glif index 1b95096d6..fca7161ec 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.osf.glif @@ -56,7 +56,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 17 0 17 17 17 17 19 19 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.sc.glif index 663a32194..468ff00bd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tf.glif index 83b2d8b91..dac0dfcc9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tosf.glif index 88b8700cf..68e835f52 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/four.tosf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourfifths.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourfifths.glif index 1fd2e77e6..31fb35641 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourfifths.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourinferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourinferior.glif index 37a7d0346..319a8f132 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourinferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourperemspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourperemspace.glif index fa602253d..891f9f667 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/foursuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/foursuperior.glif index ccac32f7e..f9ffe554f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/foursuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourthtonechinese.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourthtonechinese.glif index 57b7b3cb7..cbd39002f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourthtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fourthtonechinese.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fraction.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fraction.glif index 9e007aad4..3961c5a55 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fraction.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/fraction.glif @@ -20,7 +20,7 @@ fraction 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:48:45 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/franc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/franc.glif index cf6188b75..adac851fe 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/franc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/franc.glif @@ -34,7 +34,7 @@ franc 0 4 0 3 2 4 3 97 7 1 2 8 1 1 0 2 1 97 0 5 5 6 89 0 6 6 17 75 0 0 0 18 0 76 17 17 17 17 17 17 17 17 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.glif index 8e35bc3cc..bc9ebc0c4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.glif @@ -70,7 +70,7 @@ g 29 1 4 3 16 1 5 4 9 1 1 2 8 1 0 1 4 74 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 37 37 37 37 37 36 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.sc.glif index e88d84764..9b5fd7fff 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/g.sc.glif @@ -72,7 +72,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gacute.sc.glif index 70b01a22e..c008e5dbe 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.glif index 2ea0be472..b0059c4f2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.glif @@ -14,7 +14,7 @@ gbreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.sc.glif index 16be7c33c..9701b6bac 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gbreve.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.glif index 27fb64028..e69ceb8a3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.glif @@ -14,7 +14,7 @@ gcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.sc.glif index a20e92809..c96000240 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.glif index 479458367..9440ab18f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.glif @@ -14,7 +14,7 @@ gcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.sc.glif index ebf8337ca..ea4ccf997 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.glif index c6354d0fb..4e983be98 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.glif @@ -18,7 +18,7 @@ gcommaaccent 46 1 4 3 33 1 5 4 26 1 1 2 25 1 0 1 4 74 16 14 8 7 4 3 72 0 4 4 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 22 0 76 58 56 51 49 44 42 37 35 30 28 23 21 6 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.sc.glif index e00f85368..3ba3becf7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.glif index c008a7155..ecbeed12c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.glif @@ -14,7 +14,7 @@ gdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.sc.glif index e0f74014b..8bd7bf787 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.glif index a517bd53c..03bea1a73 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.glif @@ -99,7 +99,7 @@ NPUSHB[ ] /* 12 values pushed */ 57 56 52 50 34 32 27 25 34 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.sc.glif index aa6047328..6427f08f4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/germandbls.sc.glif @@ -69,7 +69,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.glif index 85958f58a..7fa9a5d6f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.sc.glif index b31fe1ee0..46a7a1566 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gmacron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/grave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/grave.glif index 920e27092..8c63539a4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/grave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/grave.glif @@ -24,7 +24,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.case.glif index 076434909..54b925f06 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.case.glif @@ -22,7 +22,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.glif index 62c38346f..12bb6cb02 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/gravecomb.glif @@ -23,7 +23,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greater.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greater.glif index db0736fd2..34fa8ce06 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greater.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greater.glif @@ -23,7 +23,7 @@ greater 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greaterequal.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greaterequal.glif index 227d3eb9b..d59ada351 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greaterequal.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/greaterequal.glif @@ -29,7 +29,7 @@ greaterequal 9 7 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guarani.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guarani.glif index af1bfb1a7..7a83d7a41 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guarani.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guarani.glif @@ -77,7 +77,7 @@ NPUSHB[ ] /* 11 values pushed */ 17 24 17 22 38 34 17 24 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.case.glif index 4ea23f877..9220d8dd7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.case.glif @@ -15,7 +15,7 @@ guillemotleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.glif index 57828a10c..cdf9e8e3b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetleft.glif @@ -12,7 +12,7 @@ guillemotleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.case.glif index 9edba1df6..7cde7ccb7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.case.glif @@ -35,7 +35,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:46 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.glif index 06aee7aa9..3f6f56f88 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guillemetright.glif @@ -32,7 +32,7 @@ guillemotright 11 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.case.glif index 1592a4d6e..fd7606ff2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.case.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:18 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.glif index 432f4661b..fd0c08a49 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglleft.glif @@ -23,7 +23,7 @@ guilsinglleft 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.case.glif index 6617690fc..829ce88d5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.case.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:47 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.glif index c4582b993..fa34254cc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/guilsinglright.glif @@ -23,7 +23,7 @@ guilsinglright 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.glif index a573dbcbc..dc387456a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.glif @@ -47,7 +47,7 @@ h 29 1 0 1 1 74 0 3 3 19 75 0 1 1 4 91 5 1 4 4 28 75 2 1 0 0 18 0 76 0 0 0 32 0 31 17 20 41 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.sc.glif index 61c964e81..add20070a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/h.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hairspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hairspace.glif index a1a211e42..851ace621 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hairspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.glif index 3a5c6a372..1e858c366 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.sc.glif index 0a07eaa68..37020c532 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbar.sc.glif @@ -54,7 +54,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.glif index 3baa2a67a..bc162dfca 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.sc.glif index a2b4a0fa4..2f5b6c591 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hbrevebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.glif index c66181e9a..906c03a6d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.glif @@ -19,7 +19,7 @@ hcircumflex 33 1 3 4 35 34 32 31 28 5 5 3 37 1 0 1 3 74 0 4 3 4 114 0 3 3 19 75 0 1 1 5 91 6 1 5 5 28 75 2 1 0 0 18 0 76 0 0 0 40 0 39 18 17 20 41 24 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.sc.glif index 5cec389b0..0d118076b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hdotbelow.glif index 0a9f1f3f5..a205f7b50 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.case.glif index bd262acbd..90228d491 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.glif index ded722896..f7e7b17e6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horizontalbar.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horizontalbar.glif index 351f940e6..20fd08d23 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horizontalbar.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.case.glif index ed493d109..91728f6c9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.case.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.glif index 920059dfb..48cc3346d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/horncomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hryvnia.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hryvnia.glif index 7c05676c8..66daa5f75 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hryvnia.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.case.glif index 88f4b9a47..334ea73e2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.case.glif @@ -30,7 +30,7 @@ hungarumlaut.cap 11 7 5 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.glif index 7a79d6f62..e10b618d6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlaut.glif @@ -30,7 +30,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.case.glif index 913294054..784d21c09 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.glif index fcd4da346..6ffce6fbe 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hungarumlautcomb.glif @@ -31,7 +31,7 @@ hungarumlaut 11 6 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.case.glif index 3a1c17e41..ea7df197d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.glif index 146f9615f..dc9f7feb4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphen.glif @@ -20,7 +20,7 @@ hyphen 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphentwo.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphentwo.glif index 0a23d5db1..e21017813 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphentwo.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.cy.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.cy.glif index 2edede744..ec48ae0e7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.cy.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.cy.glif @@ -14,7 +14,7 @@ i.cy com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.glif index 3bc79d0b6..041d4145c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.glif @@ -14,7 +14,7 @@ i.dot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.sc.glif index 58d94f504..ed884d66d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.dot.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.glif index bc8e7d68f..09419deb8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.glif @@ -15,7 +15,7 @@ i com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.sc.glif index 0a26329b1..c940017af 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.sc.glif @@ -36,7 +36,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:27:06 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.uc.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.uc.sc.glif index bfe0016b4..998ec3ad2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.uc.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/i.uc.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.glif index 3e27018a3..51023a97d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.glif @@ -15,7 +15,7 @@ iacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.sc.glif index a38152a1f..3505f0846 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.glif index 1fb574951..845dececa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.glif @@ -15,7 +15,7 @@ ibreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.sc.glif index 4202aa8ba..cf4636568 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.glif index 30f4f2bb6..8ad3aab55 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.sc.glif index 6de8bdd2d..0173e79d7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.glif index a09e381a8..0b8604b3c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.glif @@ -15,7 +15,7 @@ icircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.sc.glif index 9b381b75d..58ef9ba16 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.glif index 4e8223488..32a45e304 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.sc.glif index 395640230..209730039 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.glif index c7ffc534c..bfb88e2f7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.glif @@ -15,7 +15,7 @@ idieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.sc.glif index d56f6d6d0..6dbbe6ec8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.glif index 388dd7005..5320c44ea 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.sc.glif index 2c46d77f8..0f3b7e2eb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.glif index d1571c9dc..dd7852941 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.sc.glif index 1798082be..4ac52ff3a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.glif index 57a7b6a5f..b0b7801c4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.sc.glif index 9c2f2d2b2..a3aece340 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.glif index 09669a05f..4a9191357 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.glif @@ -23,7 +23,7 @@ dotlessi 2 1 1 1 20 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:09 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.sc.glif index 6dfea0dd5..f6494ffcd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/idotless.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.glif index 4f642ca1d..bbd0cf166 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.glif @@ -15,7 +15,7 @@ igrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.sc.glif index 3ccd3fbcd..7bf2fa3fa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.glif index 4a7a8585b..25c7a524d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.sc.glif index 13650ef9d..be015a4c1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.glif index a4f0caaea..1221864ec 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.sc.glif index 441e318da..d14a164bd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij.glif index c4d594f37..328453460 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij.glif @@ -19,7 +19,7 @@ ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij_acutecomb.glif index ad1b44d6a..490841844 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ij_acutecomb.glif @@ -23,7 +23,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.glif index bb104b15f..4071d3ac3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.glif @@ -15,7 +15,7 @@ imacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.sc.glif index 68057d8d9..f0cd96a44 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/increment.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/increment.glif index 855a4e460..34d9459ad 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/increment.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/increment.glif @@ -27,7 +27,7 @@ uni2206 7 6 2 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/infinity.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/infinity.glif index 118648faf..fa57b5f40 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/infinity.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/infinity.glif @@ -68,7 +68,7 @@ infinity 49 43 38 30 24 2 3 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/integral.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/integral.glif index ac48e29e4..0f9d399df 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/integral.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/integral.glif @@ -54,7 +54,7 @@ integral 34 13 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.glif index 34f6d8210..335832223 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.glif @@ -20,7 +20,7 @@ iogonek 22 1 2 5 23 1 3 2 2 74 0 2 0 3 2 3 95 0 0 0 1 91 6 1 1 1 19 75 0 4 4 20 75 0 5 5 18 5 76 0 0 37 36 35 34 27 25 21 19 0 13 0 12 37 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:18 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.sc.glif index 889416db7..90cd95e49 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.glif index 23ab96d0d..bcf527884 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.glif @@ -15,7 +15,7 @@ itilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.sc.glif index 73ece0db3..a3888a411 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.glif index 0f01b1fb5..8bb030330 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.glif @@ -14,7 +14,7 @@ j com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.sc.glif index 88b337892..85984cc94 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/j.sc.glif @@ -45,7 +45,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.glif index 724c9801e..d92eccacc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.glif @@ -14,7 +14,7 @@ jcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.sc.glif index 26d23359e..a99e4104f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.glif index 8ea014ae3..28baadc59 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.glif @@ -34,7 +34,7 @@ uni0237 8 1 1 2 7 1 0 1 2 74 3 1 2 2 20 75 0 1 1 0 91 0 0 0 22 0 76 0 0 0 16 0 16 37 35 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.sc.glif index ec23a1cd2..fdd0e6cff 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/jdotless.sc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.glif index 34ea0a1b2..c0e7febb2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.glif @@ -34,7 +34,7 @@ k 9 6 2 0 3 1 74 4 1 1 1 19 75 0 3 3 20 75 2 1 0 0 18 0 76 0 0 17 16 8 7 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.sc.glif index 929ab25f7..f071f444d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.glif index 309c9abda..883253fd3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.glif @@ -14,7 +14,7 @@ kcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.sc.glif index 4394bef03..9c3c1ee43 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.glif index 7c74a024f..789b177ea 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.glif @@ -32,7 +32,7 @@ kgreenlandic 10 7 2 0 1 1 74 3 4 2 1 1 20 75 2 1 0 0 18 0 76 0 0 17 16 9 8 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.sc.glif index 4341acc77..0aead0be5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kgreenlandic.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kip.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kip.glif index f016c7b9a..319bdb2d4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kip.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/kip.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.glif index 005c20032..f7695545c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.glif @@ -24,7 +24,7 @@ l 2 1 1 1 19 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.sc.glif index f1903e51f..2e43baa36 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/l.sc.glif @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.glif index 2105824fb..44c85022f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.glif @@ -20,7 +20,7 @@ lacute 5 4 1 3 1 72 2 1 1 1 17 75 0 0 0 18 0 76 6 6 6 9 6 9 23 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.sc.glif index 2361a2970..21e6164e0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.glif index 14605964c..e4f9139e3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.glif @@ -33,7 +33,7 @@ lcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:54 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.sc.glif index bbea59428..a05f8c675 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.glif index fb27b6768..fa41631a8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.glif @@ -16,7 +16,7 @@ lcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.sc.glif index 60b70f280..12a88300f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.glif index 474adce94..fe0aa772a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.glif @@ -16,7 +16,7 @@ ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.sc.glif index f548121d0..cd6f46658 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldot.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldotbelow.glif index 4d7b53af9..692f278a2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ldotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftA_rrow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftA_rrow.glif index 1feafdc16..2504499e5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftB_lackT_riangle.glif index 4afe93e01..a8dd35a51 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftW_hiteT_riangle.glif index 9411c0a46..b51ec5163 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftanglebracket-math.glif index 08d3d7215..4cd366163 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/leftanglebracket-math.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:50 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/less.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/less.glif index ac1ad83b1..473d84b16 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/less.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/less.glif @@ -23,7 +23,7 @@ less 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lessequal.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lessequal.glif index 4a7097205..f1ecacf79 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lessequal.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lessequal.glif @@ -29,7 +29,7 @@ lessequal 8 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lira.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lira.glif index eb4e7f2b3..edd8ecffd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lira.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lira.glif @@ -91,7 +91,7 @@ NPUSHB[ ] /* 20 values pushed */ 69 68 67 65 62 60 55 53 17 17 17 23 44 38 41 17 16 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/liraT_urkish.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/liraT_urkish.glif index d6414fa2f..810d8a2cd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/liraT_urkish.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/liraT_urkish.glif @@ -50,7 +50,7 @@ uni20BA 13 12 7 6 3 2 6 2 0 17 16 2 3 2 2 74 0 2 0 3 0 2 3 112 0 0 0 17 75 0 3 3 1 89 0 1 1 18 1 76 19 20 41 24 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/literS_ign.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/literS_ign.glif index 32f1483f5..e478db7bc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/literS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/literS_ign.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.glif index 34b39de03..a910db5f3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.sc.glif index cde549912..43d5e3421 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.glif index e11ea8296..a1dbc2a1a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.sc.glif index 98bab6026..caa496573 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/llinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/logicalnot.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/logicalnot.glif index 5fbe9da13..3653022d0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/logicalnot.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/logicalnot.glif @@ -22,7 +22,7 @@ logicalnot 0 0 1 0 115 3 1 2 1 1 2 85 3 1 2 2 1 89 0 1 2 1 77 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lozenge.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lozenge.glif index ee69b8497..f9f78c71d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lozenge.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lozenge.glif @@ -34,7 +34,7 @@ lozenge 14 10 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.glif index 27bfd0e8e..446fece97 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.glif @@ -28,7 +28,7 @@ lslash 11 10 6 5 4 0 6 0 1 1 74 0 1 1 19 75 0 0 0 18 0 76 21 18 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.sc.glif index 132669942..5fb8e417b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/lslash.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.glif index e3e3a5c3d..54d6f10f5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.glif @@ -86,7 +86,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 54 0 53 35 17 20 40 24 40 23 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.sc.glif index aa5f54dc5..bf632346b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/m.sc.glif @@ -49,7 +49,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.case.glif index 5032ecf2f..d19c8bfc8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.case.glif @@ -20,7 +20,7 @@ macron.cap 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.glif index 89313ea14..dc7446998 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macron.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.case.glif index 77a3474ca..f31b7e237 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.case.glif @@ -25,7 +25,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.glif index 98a75c539..212c031f7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macronbelowcomb.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.case.glif index 646acbb69..8b87b7f61 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.case.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.glif index 2657c08d0..491b0abd6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/macroncomb.glif @@ -27,7 +27,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/manat.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/manat.glif index 20122cdc2..159ad11e8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/manat.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.glif index 4e6f3ee6b..60efd2c33 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.sc.glif index f22b14226..f6fa6a99e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.glif index 1e7ee6086..5b710798d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.sc.glif index 1107a6f8e..59d7f9b0b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/micro.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/micro.glif index d6b36ab27..04c759463 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/micro.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/micro.glif @@ -87,7 +87,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 55 0 55 36 37 37 20 43 37 36 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minus.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minus.glif index f4c1c1cf7..1091237e5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minus.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minus.glif @@ -20,7 +20,7 @@ minus 1 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minute.glif index 46ac6f88e..044e1c8c9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/minute.glif @@ -20,7 +20,7 @@ minute 2 1 1 0 1 114 0 0 0 105 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.glif index 68f7e16ed..10146a3f6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.glif @@ -11,7 +11,7 @@ uni03BC com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.sc.glif index eb41ad23f..ff4ea97b6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/mu.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/multiply.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/multiply.glif index af1387ffb..01fc9e1c6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/multiply.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/multiply.glif @@ -28,7 +28,7 @@ multiply 10 4 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.glif index 215a10178..0ecd749f7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 29 17 20 40 24 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.sc.glif index 6df991861..8cba9a06b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/n.sc.glif @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.glif index 59ce890bf..8448b6a7c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.glif @@ -14,7 +14,7 @@ nacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.sc.glif index 444afaec1..7301adbb8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/naira.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/naira.glif index f1a4168d2..e58023d59 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/naira.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/naira.glif @@ -41,7 +41,7 @@ uni20A6 29 1 8 9 43 1 2 1 2 74 20 14 12 10 4 8 18 16 13 3 7 0 8 7 98 17 15 6 3 0 19 5 3 3 1 2 0 1 97 11 1 9 9 17 75 4 1 2 2 18 2 76 28 28 41 40 39 38 37 36 35 34 33 32 28 31 28 31 27 26 25 24 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 21 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/narrownbspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/narrownbspace.glif index 7e81de874..b816b4431 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/narrownbspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nbspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nbspace.glif index 5b5f17477..f35bd2862 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nbspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.glif index 3c497e314..50434f62f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.glif @@ -14,7 +14,7 @@ ncaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.sc.glif index 9227b58cc..2d48cd182 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.glif index 9232c08ef..36a1bcfaa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.glif @@ -14,7 +14,7 @@ ncommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.sc.glif index 12fa1874c..e45492235 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ncommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.glif index a3cd35af1..b38629527 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.sc.glif index d8b0475b8..9b37357b1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.glif index 5a6c94210..2a9a7471b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:00 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.sc.glif index 42525e3de..566bc144d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ndotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.dnom.glif index 2fcc8e8c4..781bf6b3a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.dnom.glif @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.glif index 6a3f8ba75..cc5688ad9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.lf.glif index 8e6e490cc..103767c5a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.lf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.numr.glif index f8a927fe4..f0c450df3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.osf.glif index dde509efb..bae27b192 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.osf.glif @@ -51,7 +51,7 @@ nine 22 1 3 2 1 74 17 1 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 28 2 76 23 23 23 39 23 38 33 31 38 32 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.sc.glif index f318f3e32..88fd63603 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tf.glif index 093452948..65ee02580 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tosf.glif index 02cd96655..d34929c83 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nine.tosf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nineinferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nineinferior.glif index 834e51bb1..f1826de70 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nineinferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ninesuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ninesuperior.glif index e539bf40c..b92d33fc0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ninesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nj.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nj.glif index 339a296a9..72a8ff9df 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nj.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nj.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.glif index f346cddd5..96bf95206 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.sc.glif index d691384fa..497496782 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/nlinebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/notequal.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/notequal.glif index f3664515b..19cbf4574 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/notequal.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/notequal.glif @@ -36,7 +36,7 @@ notequal 15 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.glif index b675f7060..e53cac087 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.glif @@ -14,7 +14,7 @@ ntilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.sc.glif index 712d36991..6073e1841 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ntilde.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numbersign.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numbersign.glif index e3e53e37b..0d8580d34 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numbersign.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numbersign.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 30 values pushed */ 0 0 31 30 29 28 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 17 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numero.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numero.glif index 00fed0c0e..e0dfa3f47 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numero.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/numero.glif @@ -64,7 +64,7 @@ uni2116 51 50 40 34 26 20 8 0 4 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.glif index a71b86716..d0b1a3542 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.glif @@ -53,7 +53,7 @@ o 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 14 14 0 0 14 27 14 26 21 19 0 13 0 12 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:52 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.sc.glif index 5da30ae08..f9d727397 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/o.sc.glif @@ -60,7 +60,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.glif index 342783aec..1a1bbe79c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.glif @@ -17,7 +17,7 @@ oacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.sc.glif index d866c902c..1cf25a127 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.glif index 3d5c4bac0..c36d9887f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.glif @@ -17,7 +17,7 @@ obreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.sc.glif index af6be835c..04ab5610f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/obreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.glif index 597a3825e..3856cb771 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.sc.glif index f9f3cda0c..721f64086 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.glif index dbcbfec7c..782bba62f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.glif @@ -17,7 +17,7 @@ ocircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.sc.glif index 502fc61bf..fee3da329 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflex.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.glif index e5b5f24be..8a7233a69 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.sc.glif index dcda2795a..ea380e5a1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.glif index 247356c57..df05704f8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif index c97c7d6be..5c2ce0844 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.glif index 9043c4e46..42cddba93 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.sc.glif index 0a5117f31..e4bc2d4dc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.glif index 86c4fed51..86a18acc6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.sc.glif index 28ecaec38..3deb56ca6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.glif index 495f26e9c..18ee4da80 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.sc.glif index df1dfa9f8..2158f7fed 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ocircumflextilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.glif index cc1545ee0..371e97323 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.sc.glif index 27efa2a69..29ebdef7a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odblgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.glif index ad7c8c674..588a9caaa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.glif @@ -17,7 +17,7 @@ odieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.sc.glif index c85d3f3e3..475a1a013 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.glif index 80ce9f6ae..90843fad7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.sc.glif index 23b34705a..798a816e0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odieresismacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.glif index 9cb25e5fc..704b5bd84 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.sc.glif index 5b3e9f0dd..fdfad29b6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotaccentmacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.glif index 70e08f9e3..35a7f750f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.sc.glif index 0fc45382b..a506b285e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/odotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.glif index 20d96f21b..c6686322c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.glif @@ -28,7 +28,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.sc.glif index ad04b264f..32dc1d67d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oe.sc.glif @@ -138,7 +138,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonek.glif index 386bc57ae..088491d4e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonek.glif @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.case.glif index 87ac4248d..f22d56edb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.case.glif @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.glif index fe5839404..22aead4ab 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ogonekcomb.glif @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.glif index 5acde0f9a..f91915f6a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.glif @@ -17,7 +17,7 @@ ograve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.sc.glif index b643bf6f5..41bbc2158 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ograve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.glif index 3e690ef14..6d6ba22c6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.sc.glif index b5c518b3f..25db28bed 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.glif index 64a3a0355..51f67ad8b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.sc.glif index 3fbda5539..c47c16e4a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorn.sc.glif @@ -80,7 +80,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.glif index 448fa5445..e4868892a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.sc.glif index 7678ed0da..ab03525a5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.glif index 0569d015c..ed8bde5ce 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.sc.glif index 152731fad..3a01fb1be 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorndotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.glif index f7c382b2c..cca399da2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.sc.glif index fc21710f4..0fdcaf26a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorngrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.glif index 535027ba5..51dbed426 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.sc.glif index 77a5730d1..3885ad870 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohornhookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.glif index 2fffadad0..5aee42e28 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.sc.glif index 9997dc9f6..e557f61b7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohorntilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.glif index 0df04bbe3..34da74000 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.glif @@ -17,7 +17,7 @@ ohungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.sc.glif index cf2210768..c97c56a8c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ohungarumlaut.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.glif index 1c5c8b06b..6e603cd56 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.sc.glif index 4ebae7e36..102878ede 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oinvertedbreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.glif index d06bd78e7..eff0b8973 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.glif @@ -17,7 +17,7 @@ omacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.sc.glif index 1611c37d9..caa4a252f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.glif index 40e17640c..0c491ab73 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.sc.glif index 95dbded93..7ee4d97e6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacronacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.glif index 679ab3112..977c52ead 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.sc.glif index e12de53b5..1ee9fceb9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omacrongrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omega.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omega.sc.glif index ffba49356..8f9c3d392 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omega.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/omega.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.dnom.glif index 7fe9f88a1..a8b59d583 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.dnom.glif @@ -29,7 +29,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:03:51 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.glif index 0a7db064e..4b4ebb5c8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.lf.glif index 641b1a6ba..bc7d7777f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.lf.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.numr.glif index 390fc18b6..e06a12d65 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.osf.glif index 43f344a18..a445920e6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.osf.glif @@ -26,7 +26,7 @@ one 8 3 2 0 72 0 0 0 18 0 76 25 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.sc.glif index 7e9bd6035..330ea6fcd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.sc.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tf.glif index 30b0a41f2..211f52f70 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tosf.glif index f43272335..0f3fce598 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/one.tosf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneeighth.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneeighth.glif index 034b9fde5..9df3ea745 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneeighth.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneeighth.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onefifth.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onefifth.glif index 4808d0332..378c55713 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onefifth.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onehalf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onehalf.glif index 1ba085a7b..52c78d6c9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onehalf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onehalf.glif @@ -23,7 +23,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneinferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneinferior.glif index d6b7d53f1..79b968450 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneinferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneninth.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneninth.glif index 1808448a0..5c5f34d12 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneninth.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onequarter.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onequarter.glif index 6b6e9be6f..385bc2e60 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onequarter.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onequarter.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneseventh.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneseventh.glif index 111a204ac..ba4a5d2ed 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneseventh.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesixth.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesixth.glif index cc62946f5..395f7cb83 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesixth.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesuperior.glif index caff465b9..9f3c785cd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onetenth.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onetenth.glif index 4335b6cea..d9d003646 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onetenth.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onethird.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onethird.glif index 16c06a6a4..11a27828a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onethird.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.glif index b080e951c..6c8dcb001 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:53 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.sc.glif index 907d09722..ec9f83c1b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oogonek.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordfeminine.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordfeminine.glif index e89a009c6..0d375d123 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordfeminine.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordfeminine.glif @@ -53,7 +53,7 @@ ordfeminine 22 17 12 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordmasculine.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordmasculine.glif index 4cfa583f7..01fb75e13 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordmasculine.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ordmasculine.glif @@ -42,7 +42,7 @@ ordmasculine 25 17 10 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslash.glif index 419f98d4c..cdf4465fa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslash.glif @@ -77,7 +77,7 @@ oslash 22 19 2 2 1 38 37 29 28 11 5 3 2 8 1 0 3 3 74 21 20 2 1 72 10 9 2 0 71 4 1 2 2 1 91 0 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 32 32 23 23 32 40 32 39 23 31 23 30 41 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslashacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslashacute.glif index 6c9bf44de..8df8b2534 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslashacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/oslashacute.glif @@ -13,7 +13,7 @@ oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.glif index b2c1cc3a5..3f3245e74 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.glif @@ -17,7 +17,7 @@ otilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.sc.glif index ee2d3c64a..855081468 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.glif index 2ae1dba96..c2589e0e5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.sc.glif index b9435a1b6..d336fb612 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildeacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.glif index 7559aad2a..90431531c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.sc.glif index bf3eaf02b..dbbf3ba4e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildedieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.glif index 4a501b3a3..690be936b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.sc.glif index 46f5263fe..b3c7d2f73 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/otildemacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.glif index 0a6263a40..062d38fe8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.glif @@ -69,7 +69,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 31 17 30 24 22 0 16 0 15 17 18 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.sc.glif index 5568b128e..74e76215f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/p.sc.glif @@ -79,7 +79,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/paragraph.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/paragraph.glif index 459b60c20..e2c3d6ac6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/paragraph.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/paragraph.glif @@ -64,7 +64,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 25 0 25 17 49 22 34 37 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.case.glif index 9515e52ec..f960a8b76 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.case.glif @@ -29,7 +29,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.glif index d3a2ad37c..63c98cba4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenleft.glif @@ -30,7 +30,7 @@ parenleft 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.case.glif index 768857719..1062ae540 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.case.glif @@ -29,7 +29,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.glif index 51c384ad1..b6f442bca 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/parenright.glif @@ -30,7 +30,7 @@ parenright 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/partialdiff.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/partialdiff.glif index ff1dc1448..e120d90ec 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/partialdiff.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/partialdiff.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.glif index 175bf258b..4753ea9b2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.sc.glif index d82143007..8b60378b8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:59 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/percent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/percent.glif index 18d1f5efb..b69f66349 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/percent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/percent.glif @@ -114,7 +114,7 @@ NPUSHB[ ] /* 34 values pushed */ 48 48 33 33 0 0 48 61 48 60 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 13 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/period.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/period.glif index 1afed0cde..70d8dd04b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/period.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/period.glif @@ -28,7 +28,7 @@ period 2 1 1 1 0 91 0 0 0 26 0 76 0 0 0 11 0 10 36 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.case.glif index 064c1841f..add171371 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.case.glif @@ -10,7 +10,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.glif index 49e5cc2b7..42e649e02 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.glif @@ -11,7 +11,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 01009a7be..b0e544f40 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/perthousand.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/perthousand.glif index 1e2c9219b..ed5663206 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/perthousand.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/perthousand.glif @@ -142,7 +142,7 @@ NPUSHB[ ] /* 50 values pushed */ 77 77 63 63 48 48 33 33 0 0 77 90 77 89 84 82 63 76 63 75 70 68 48 62 48 61 55 53 33 47 33 46 40 38 29 27 22 20 15 13 8 6 0 3 0 3 17 19 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peseta.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peseta.glif index 47bb904fd..6c1a21200 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peseta.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peseta.glif @@ -81,7 +81,7 @@ NPUSHB[ ] /* 26 values pushed */ 34 34 26 26 34 41 34 41 38 36 26 33 26 32 20 17 17 34 36 17 19 34 16 14 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peso.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peso.glif index 537cc6254..68e21127b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peso.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/peso.glif @@ -90,7 +90,7 @@ NPUSHB[ ] /* 38 values pushed */ 43 43 32 32 43 49 43 49 46 44 42 41 39 38 32 37 32 36 34 33 31 30 29 28 27 25 34 17 18 17 18 34 17 17 16 20 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.glif index bffb47c33..0759a752e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.glif @@ -67,7 +67,7 @@ pi 46 25 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.sc.glif index d6539d160..342be6b52 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/pi.sc.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plus.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plus.glif index 004ff1988..6b7f622df 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plus.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plus.glif @@ -36,7 +36,7 @@ plus 0 2 1 2 114 0 5 0 5 115 3 1 1 0 0 1 85 3 1 1 1 0 90 4 1 0 1 0 78 20 33 34 18 33 32 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plusminus.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plusminus.glif index ca33004ff..08920d64e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plusminus.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/plusminus.glif @@ -55,7 +55,7 @@ NPUSHB[ ] /* 16 values pushed */ 27 27 27 30 27 30 19 21 33 34 22 33 32 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/primemod.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/primemod.glif index d1ba3b10a..3f6b83d69 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/primemod.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/primemod.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/product.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/product.glif index ecbd77855..6336107c0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/product.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/product.glif @@ -28,7 +28,7 @@ product 5 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/punctuationspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/punctuationspace.glif index 15222ce07..200c188a2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/punctuationspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.glif index 8f842d922..af5f5d317 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.glif @@ -50,7 +50,7 @@ q 17 1 3 2 25 4 2 4 3 2 74 0 3 3 2 91 0 2 2 28 75 5 1 4 4 1 91 0 1 1 26 75 0 0 0 22 0 76 18 18 18 35 18 34 44 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.sc.glif index f5e9c4ab0..1f633f92e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/q.sc.glif @@ -91,7 +91,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/question.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/question.glif index 0cc8eecab..40cf23bd2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/question.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/question.glif @@ -62,7 +62,7 @@ question 35 34 15 3 3 0 1 74 0 1 0 0 3 1 0 99 4 1 3 3 2 91 0 2 2 26 2 76 40 40 40 51 40 50 46 44 37 43 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.case.glif index 21223d536..3fc3c660d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.case.glif @@ -63,7 +63,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.glif index be9cbd66d..a4462995f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/questiondown.glif @@ -64,7 +64,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedbl.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedbl.glif index 89c9cc364..9f4db9a2d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedbl.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedbl.glif @@ -12,7 +12,7 @@ quotedbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblbase.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblbase.glif index ec2157781..8d45ddf64 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblbase.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblbase.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblleft.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblleft.glif index 5b77a4892..de42b552f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblleft.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblleft.glif @@ -16,7 +16,7 @@ quotedblleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblright.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblright.glif index 670868bb3..1e7e606fc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblright.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotedblright.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteleft.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteleft.glif index ff9f699fb..8a052d6de 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteleft.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteleft.glif @@ -32,7 +32,7 @@ quoteleft 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotereversed.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotereversed.glif index 0fd4f0255..5ba0c5477 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotereversed.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotereversed.glif @@ -32,7 +32,7 @@ quotereversed 15 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteright.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteright.glif index 084338cfd..2fa43a24f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteright.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quoteright.glif @@ -32,7 +32,7 @@ quoteright 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesinglbase.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesinglbase.glif index 7bbdcc837..6d4a0faf2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesinglbase.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesinglbase.glif @@ -32,7 +32,7 @@ quotesinglbase 13 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesingle.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesingle.glif index 9ba9f8a16..ff970dcac 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesingle.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/quotesingle.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 10 values pushed */ 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.glif index 7d79db31a..dfa7192fd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 12 values pushed */ 0 0 0 17 0 16 17 20 35 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.sc.glif index f795c137c..e4c4c31c7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/r.sc.glif @@ -87,7 +87,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.glif index 538f38ce0..9ed5489f7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.glif @@ -14,7 +14,7 @@ racute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.sc.glif index 1255db170..26157d195 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/racute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/radical.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/radical.glif index b5381cf95..bc116f956 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/radical.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/radical.glif @@ -26,7 +26,7 @@ radical 5 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.glif index acc5b7467..ff7ca8d4c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.glif @@ -14,7 +14,7 @@ rcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.sc.glif index 94c659c92..c9c26774b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.glif index e06131556..d030a8bc7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.glif @@ -14,7 +14,7 @@ rcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.sc.glif index e2c893383..89bb47384 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.glif index 33e8a8dbf..96325441f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.sc.glif index e744dc947..90f187373 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdblgrave.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.glif index add4213f1..91276bc88 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.sc.glif index 6794e4ba0..5386d0820 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/registered.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/registered.glif index 1515274cf..496f8a467 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/registered.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightA_rrow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightA_rrow.glif index 90c58b37c..0f0a53b40 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightB_lackT_riangle.glif index c2a1e7a92..9e4ea77eb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightW_hiteT_riangle.glif index 880c6b036..a180d33c9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightanglebracket-math.glif index 3769f95b7..72daf8e9c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.case.glif index c49601bc9..0a8df88eb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.case.glif @@ -42,7 +42,7 @@ ring.cap 22 15 9 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.glif index da046f12b..4611216b0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ring.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.case.glif index d3bc473dc..9ebe5d2a5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.case.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.glif index 25eb6bc71..fb84426fe 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringcomb.glif @@ -55,7 +55,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfleft.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfleft.glif index 2565b7dc8..f83b4d9a5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfleft.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfleft.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfright.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfright.glif index bd9a30771..2047f4759 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfright.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ringhalfright.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.glif index 3f9b526f6..f9aed9585 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.sc.glif index f52094a46..b594bb5c1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rinvertedbreve.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.glif index 6d424872a..881e5d8b2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.sc.glif index fd663774d..7f25e0f1b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rlinebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ruble.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ruble.glif index b6e694384..d67c1bf2d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ruble.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ruble.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rupeeI_ndian.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rupeeI_ndian.glif index 2036f5018..fea9883ba 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/rupeeI_ndian.glif @@ -62,7 +62,7 @@ uni20B9 38 10 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.glif index 8b8d3e006..4fb62c0d4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.glif @@ -56,7 +56,7 @@ s 22 1 2 1 48 23 2 0 2 47 1 3 0 3 74 0 2 2 1 91 0 1 1 28 75 0 0 0 3 91 0 3 3 26 3 76 47 38 47 33 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.sc.glif index 9ea1193db..13ca6edcb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/s.sc.glif @@ -68,7 +68,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.glif index 8c60ead5c..eae149957 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.glif @@ -14,7 +14,7 @@ sacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.sc.glif index 96798907f..e3fc264e8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.glif index cdabeff6e..c2098a11e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.sc.glif index 6c4edb64b..a197bb7a2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sacutedotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.glif index 548590b6e..f5b6409f7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.glif @@ -14,7 +14,7 @@ scaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.sc.glif index 59c2fb09a..5824ca21b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.glif index 4e3cd0a2b..cdb0806c8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.sc.glif index c3f64f807..d491f37c5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scarondotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.glif index c8be20ec6..85c866f86 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 18 values pushed */ 0 0 0 62 0 61 46 44 39 38 35 33 29 27 38 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.sc.glif index 63245bc77..2302b3a40 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scedilla.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.glif index 8cd3a95e2..3eaf9e35b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.sc.glif index 0ae0bd517..152e89e74 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/schwa.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.glif index 409f90834..71bc04f72 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.glif @@ -14,7 +14,7 @@ scircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.sc.glif index 74ff54a2c..a3b3b8daa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.glif index c2f8c4c3c..19d0dface 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.glif @@ -14,7 +14,7 @@ scommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.sc.glif index 6ab11402f..2b9793d35 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/scommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.glif index 04d4e789c..22f612917 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.sc.glif index d081d622a..18a88a345 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.glif index 1f7b2fd9b..23ec91d72 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.sc.glif index fba2b2e35..65fe38170 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.glif index 5ec7afc6e..f830dbb63 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif index 2e6c7cb68..211fdce78 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/second.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/second.glif index 6fa63be73..baeecd977 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/second.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/second.glif @@ -12,7 +12,7 @@ second com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/secondtonechinese.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/secondtonechinese.glif index 2df0dbaf8..6091d0b47 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/secondtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/section.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/section.glif index 8f2050c8f..8813b0f71 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/section.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/semicolon.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/semicolon.glif index fa4e08d34..379eec7fe 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/semicolon.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/semicolon.glif @@ -12,7 +12,7 @@ semicolon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.dnom.glif index a61fec214..d72f83993 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.dnom.glif @@ -24,7 +24,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.1 name diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.glif index 1b797b282..09801ea86 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.lf.glif index 5e2b10581..bf6b8a10b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.lf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.numr.glif index 3d659b7ca..9de395bee 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.osf.glif index 7030a238e..c06776666 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.osf.glif @@ -22,7 +22,7 @@ seven 5 1 1 71 2 1 1 1 0 89 0 0 0 20 1 76 0 0 0 6 0 6 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.sc.glif index 09bb2820c..ab4d8e354 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tf.glif index 4847e9286..0e9688f41 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tosf.glif index a32114b36..610ed1bf7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seven.tosf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveneighths.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveneighths.glif index 5106898e3..4cf240e0e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveneighths.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveninferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveninferior.glif index 8e468ffe6..a5cf92f73 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveninferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sevensuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sevensuperior.glif index 9fd07c6a7..535cc7605 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sevensuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:41 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sheqel.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sheqel.glif index 0b78568aa..0520d0b24 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sheqel.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sheqel.glif @@ -71,7 +71,7 @@ NPUSHB[ ] /* 27 values pushed */ 20 19 1 0 36 35 34 32 27 26 19 40 20 40 17 16 15 13 8 7 0 18 1 18 10 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.dnom.glif index 3ab5a47b3..a0c87cfc8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.dnom.glif @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.glif index 6a5ade2ae..075b391b2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.lf.glif index 9866eac1b..796c9fe82 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.lf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.numr.glif index 4ff6c3924..28c5ca145 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.osf.glif index 860e6037b..94f8d2986 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.osf.glif @@ -66,7 +66,7 @@ six 4 1 3 2 1 74 22 1 0 72 0 0 0 2 3 0 2 99 4 1 3 3 1 91 0 1 1 26 1 76 23 23 23 37 23 36 45 38 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.sc.glif index 167e5881a..8e5d7ee2e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tf.glif index 3c91f7227..c0ed64d4e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tosf.glif index 08b2de880..33c5ea6c5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/six.tosf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixinferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixinferior.glif index e68f565e3..425d9d084 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixinferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixperemspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixperemspace.glif index 0ad55862e..0b0a0dd2d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixsuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixsuperior.glif index f33b6b4a9..4846ddca2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.case.glif index 61b5c624e..04f0c6243 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.case.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.glif index 3f0389961..38628d588 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slash.glif @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashlongcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashlongcomb.glif index 55b92b1cb..e51c685ed 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashlongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashlongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashshortcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashshortcomb.glif index bc939db36..2d69c5c6c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/slashshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.case.glif index f82238595..342ee7939 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.glif index ec61d6ab3..107344343 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/space.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/space.glif index aa20f8963..e79d4c5f6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/space.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/space.glif @@ -10,7 +10,7 @@ space com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:45:33 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sterling.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sterling.glif index 54bbb8aa5..edc584962 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sterling.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/sterling.glif @@ -97,7 +97,7 @@ NPUSHB[ ] /* 14 values pushed */ 58 56 17 20 37 36 17 20 22 37 36 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokelongcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokelongcomb.glif index 80b6e56b6..46e2b7122 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokelongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokelongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokeshortcomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokeshortcomb.glif index 99af7b1ac..8625748e8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokeshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/strokeshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/summation.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/summation.glif index c740b2f92..e5083828e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/summation.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/summation.glif @@ -28,7 +28,7 @@ summation 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.glif index 32945ad81..54736b9fa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.glif @@ -62,7 +62,7 @@ NPUSHB[ ] /* 10 values pushed */ 38 39 17 17 17 17 16 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.sc.glif index 2157399af..afc7cbc1f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/t.sc.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tbar.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tbar.glif index 004b3a7ac..7127d48e4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tbar.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tbar.glif @@ -38,7 +38,7 @@ NPUSHB[ ] /* 20 values pushed */ 0 0 0 38 0 38 37 36 17 17 17 17 21 38 39 17 17 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:10 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.glif index ae8864312..50e250758 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.glif @@ -33,7 +33,7 @@ tcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:38 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.sc.glif index 1a8a6e8d7..e435e2245 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.glif index fae9c08e6..53eed3a34 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.sc.glif index 2f3da6dfe..821c4e852 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.glif index 339969116..3fb56622c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.sc.glif index 0b2428881..c12a96270 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.glif index f56b2e1fe..699695829 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.sc.glif index fabb21700..a3c39a1d4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.glif index b9ae8b47a..94ae392ef 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.sc.glif index 316b50498..801c771c2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.glif index 8fae3b217..29b089d1f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.sc.glif index 1d9c51fa3..689b56844 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tenge.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tenge.glif index 63a67e24c..d5e4ad763 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tenge.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thinspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thinspace.glif index 1e4f83b2a..942abc344 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thinspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.glif index 28ec5e7bd..556e41182 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.glif @@ -57,7 +57,7 @@ thorn 31 16 2 5 4 8 1 0 5 2 74 0 2 2 19 75 0 4 4 3 91 6 1 3 3 28 75 7 1 5 5 0 91 0 0 0 26 75 0 1 1 22 1 76 20 20 0 0 20 34 20 33 27 25 0 19 0 18 18 19 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.sc.glif index 15b50c277..651807dfd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/thorn.sc.glif @@ -76,7 +76,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.dnom.glif index 1b12f3365..11cacb6f6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.dnom.glif @@ -57,7 +57,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.glif index ecdcb461e..61527c79b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.lf.glif index c4330abb5..479ef37d9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.lf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.numr.glif index e45554f1c..fb7ea4842 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.osf.glif index 54f2e84b5..625a4cda6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.osf.glif @@ -58,7 +58,7 @@ three 20 19 2 3 1 43 9 2 5 0 42 1 4 5 3 74 0 3 0 0 5 3 0 99 6 1 5 0 4 5 4 95 0 1 1 2 91 0 2 2 28 1 76 0 0 0 45 0 44 38 23 38 41 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.sc.glif index ac0300bfd..60004b28f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tf.glif index afb123ca7..ddc9ff347 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tosf.glif index 991a80594..a86d1f9b7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/three.tosf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeeighths.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeeighths.glif index 35be5eaff..24d50c877 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeeighths.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeinferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeinferior.glif index 29fab3898..bfdee0c7b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeinferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeperemspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeperemspace.glif index 0e5092e78..33246c804 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threequarters.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threequarters.glif index c9b1d94d5..48cbc82bc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threequarters.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threequarters.glif @@ -45,7 +45,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threesuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threesuperior.glif index f278dcc5b..2a378b8e0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.case.glif index 25a2fb410..3e6c4499b 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.case.glif @@ -42,7 +42,7 @@ tilde.cap 14 13 2 3 0 29 28 2 2 1 2 74 0 0 0 3 1 0 3 99 0 1 2 2 1 87 0 1 1 2 91 0 2 1 2 79 36 39 36 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.glif index 15dc68286..1092c6b17 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tilde.glif @@ -50,7 +50,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.case.glif index b9115ee37..eb97753b3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.case.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.glif index f46572e50..f8dbb5e77 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tildecomb.glif @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.glif index d109fbfa6..3a89e24e1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.sc.glif index 60970bba2..0b5164943 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/trademark.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/trademark.glif index 4246cc184..5df46a997 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/trademark.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/trademark.glif @@ -44,7 +44,7 @@ trademark 18 8 6 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tugrik.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tugrik.glif index 815fb912f..584281076 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tugrik.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/tugrik.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.dnom.glif index b2550fe96..cab809f89 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.dnom.glif @@ -40,7 +40,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:26 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.glif index 046c5b781..d45e2dcd2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.lf.glif index 3eb4a29fb..a652a654c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.lf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.numr.glif index 9a8cb8e61..946e2281d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.osf.glif index 914ce80be..f545c78fc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.osf.glif @@ -41,7 +41,7 @@ two 10 9 2 2 0 25 1 3 2 2 74 0 0 0 1 91 0 1 1 28 75 0 2 2 3 89 0 3 3 18 3 76 17 22 38 37 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.sc.glif index cbd239a88..8b29a41d2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tf.glif index d14ddec0c..c63ca62e3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tosf.glif index 7284ed184..16c0967c8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/two.tosf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twofifths.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twofifths.glif index db2a7fd4c..0d2215eeb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twofifths.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twoinferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twoinferior.glif index 71d0b3ebb..1b1283ecc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twoinferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twosuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twosuperior.glif index fd2c2a45e..3f9396158 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twothirds.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twothirds.glif index f43cef882..52d70424e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twothirds.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.glif index bf9259826..88080c228 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.glif @@ -63,7 +63,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 30 0 30 41 23 35 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:42 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.sc.glif index cfb811133..0e0210bca 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/u.sc.glif @@ -59,7 +59,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.glif index 641667daa..00f1386fc 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.glif @@ -16,7 +16,7 @@ uacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.sc.glif index 8b2410aa7..877c7820c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.glif index adb83f9ae..6e2113edd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.glif @@ -16,7 +16,7 @@ ubreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.sc.glif index 374c8a82f..017536116 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ubreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.glif index c374c5f8e..133dfd5b5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.sc.glif index 415d8176c..768a75d7a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.glif index e0cf870e6..65484a9bf 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.glif @@ -16,7 +16,7 @@ ucircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.sc.glif index b4ad1f231..5b31b4b41 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ucircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.glif index d26ad075a..14667ce22 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.sc.glif index 33c25ea38..e6ac7bf70 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.glif index a24df5527..764119d66 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.glif @@ -16,7 +16,7 @@ udieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.sc.glif index ba878a4f1..a8f242718 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.glif index f8c2b9dd2..62f709f19 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.sc.glif index e87e4e24a..711c4a2b4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.glif index cfeb13416..75e332935 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.sc.glif index 58f20fbbb..008d0e9be 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresiscaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.glif index 59062fab1..bf10538a1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.sc.glif index 4d9a1bfa9..34af18c45 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresisgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.glif index 0f54a33c8..9daa1dbac 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.sc.glif index b0993f8e7..fe13d779f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udieresismacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.glif index b0215e027..96846c04e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.sc.glif index 5b8b477de..ffaed0ff3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/udotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.glif index 4742c5ce7..bd62060a1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.glif @@ -16,7 +16,7 @@ ugrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.sc.glif index 76c2e72ff..82212b860 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ugrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.glif index 1bb2dc9dc..8c4a4cbdd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.sc.glif index c05c0a8fc..2658b5f02 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.glif index ba8aadb5c..fa99ca772 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.sc.glif index 31a510a35..264ae12d1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorn.sc.glif @@ -68,7 +68,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.glif index 8d41f465a..ab4b6f4c1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.sc.glif index 662f0ce84..0b889a2ab 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.glif index ce44f4545..d4f2dae3e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.sc.glif index 9f97ef1e8..2fa4a3516 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorndotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.glif index c8dde7b42..e336e8ffb 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.sc.glif index 9b1b7f461..94b0b7cab 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorngrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.glif index 1dca9ea06..9719093ff 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.sc.glif index 81727cc57..0eb805cde 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhornhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.glif index 0c8456e0a..4c45572de 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.sc.glif index d5125809f..32b330fa2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhorntilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.glif index 5c44b01f1..8368f5de7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.glif @@ -16,7 +16,7 @@ uhungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.sc.glif index 678806d28..b3c0f712c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uhungarumlaut.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.glif index 825306972..999015267 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.sc.glif index 1a5aa5cfd..eb0332e06 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.glif index d14e30620..a2d011daf 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.glif @@ -16,7 +16,7 @@ umacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.sc.glif index 3f257285c..dbf7dd6c4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.glif index 2cb5e04ef..6828acca5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.sc.glif index 5addc81f2..a87dcb995 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/umacrondieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/underscore.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/underscore.glif index d04b042c3..498eb4128 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/underscore.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/underscore.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uni0000.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uni0000.glif index a43d421e2..418206a93 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uni0000.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uni0000.glif @@ -9,7 +9,7 @@ NULL com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.glif index 8fd0026a7..9cf1bce05 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.glif @@ -33,7 +33,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 51 0 50 17 20 41 23 42 36 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:51 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.sc.glif index bb33451fd..45259bc22 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upA_rrow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upA_rrow.glif index ba104884e..e4a44da56 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upB_lackT_riangle.glif index 3be9296d5..2237fb4e8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upW_hiteT_riangle.glif index d8f91c3ee..5e2600c48 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.glif index dd5dff4fa..1329db720 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.glif @@ -16,7 +16,7 @@ uring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.sc.glif index 506e6f966..14567811f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/uring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.glif index 2dac87f79..d6a6190a9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.glif @@ -16,7 +16,7 @@ utilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.sc.glif index 534fdb0ca..a64c8004d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.glif index 5a930b15a..4da42c102 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.sc.glif index d0662efcc..cd8f8455e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/utildeacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.glif index 0bea40d91..0b23aaae2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.glif @@ -38,7 +38,7 @@ v 23 14 11 3 4 0 71 0 0 0 20 0 76 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.sc.glif index 0c409ebc6..886e2fb97 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/v.sc.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinelowmod.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinelowmod.glif index b95e14942..caa5dd8dd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinelowmod.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinemod.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinemod.glif index 11ae0dc51..33b715502 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinemod.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/verticallinemod.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.glif index 8980de4f1..e5a74c5b2 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.glif @@ -52,7 +52,7 @@ w 36 28 21 16 11 9 6 0 71 1 1 0 0 20 0 76 26 25 19 18 2 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.sc.glif index 2687570f1..2ef1edfa9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/w.sc.glif @@ -50,7 +50,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.glif index 7565c1c04..a7f084658 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.glif @@ -14,7 +14,7 @@ wacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.sc.glif index ec2af7b1e..aff49d915 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.glif index 28e675a0c..54d89fab3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.glif @@ -14,7 +14,7 @@ wcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.sc.glif index 1e7754995..4028789c6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.glif index 3a9a18b5d..20a7fbb61 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.glif @@ -14,7 +14,7 @@ wdieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.sc.glif index c050ae0dd..dd6f2dce5 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wdieresis.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.glif index ed33c6f51..ee9293817 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.glif @@ -14,7 +14,7 @@ wgrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.sc.glif index d499857ce..bbade1dde 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/wgrave.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteD_iamond.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteD_iamond.glif index e3da7ba4b..fe114cfdd 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteS_quare.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteS_quare.glif index 33bc0453c..e191c64a7 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/won.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/won.glif index aa9e66cb1..71347acf3 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/won.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/won.glif @@ -41,7 +41,7 @@ uni20A9 34 1 8 9 1 74 25 16 14 12 10 5 8 22 20 18 15 4 7 0 8 7 98 21 19 17 6 4 0 24 23 5 3 4 1 2 0 1 97 13 11 2 9 9 17 75 4 1 2 2 18 2 76 33 33 53 52 50 49 47 46 45 44 43 42 41 40 39 38 37 36 33 35 33 35 32 31 30 29 28 27 26 25 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 26 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:15:38 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.glif index f33e0f1e0..474fd82da 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.glif @@ -30,7 +30,7 @@ x 9 6 3 3 0 2 1 74 3 1 2 2 20 75 1 1 0 0 18 0 76 18 18 18 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.sc.glif index cfe1b4841..41b9d2893 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/x.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.glif index 73e676ce8..e5397bf4c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.glif @@ -56,7 +56,7 @@ y 34 30 2 2 3 17 1 1 2 16 1 0 1 3 74 0 2 3 1 3 2 1 112 4 1 3 3 20 75 0 1 1 0 91 0 0 0 22 0 76 25 18 18 38 44 5 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.sc.glif index 89d7098f6..7d1978cfa 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/y.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.glif index b8a10892d..fceaf93e9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.glif @@ -14,7 +14,7 @@ yacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.sc.glif index fa749be62..8880847ba 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.glif index da0bb8926..351037bbe 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.glif @@ -14,7 +14,7 @@ ycircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.sc.glif index 10c7e669b..ffcc7d276 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ycircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.glif index 19b225313..df19be979 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.glif @@ -14,7 +14,7 @@ ydieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.sc.glif index fe4332a8a..bcba934ed 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.glif index c84f0c2e9..86581741c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.sc.glif index 154f31740..7a072210f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.glif index 1a80a7910..53780f30e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.sc.glif index df4003544..31b0f001c 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ydotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yen.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yen.glif index 16366f23d..dc6016469 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yen.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yen.glif @@ -41,7 +41,7 @@ yen 21 1 0 9 1 74 8 1 0 7 1 1 2 0 1 98 6 1 2 5 1 3 4 2 3 97 10 1 9 9 17 75 0 4 4 18 4 76 24 23 19 18 17 17 17 17 17 17 17 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.glif index cf9a5b7a1..8b62f54a8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.glif @@ -14,7 +14,7 @@ ygrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.sc.glif index 03c93515b..438991082 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ygrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.glif index 572ee4797..d601a67c8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.sc.glif index dedf1cf50..e060b0478 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/yhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.glif index c2e6f4c84..34f9e812f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.sc.glif index 97225306f..b2d5134db 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ymacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.glif index 1f5bd3e29..e3de6e597 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.sc.glif index 42c78ce94..dfba1cbb8 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/ytilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.glif index d0e29ddfe..374300f4d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.glif @@ -31,7 +31,7 @@ z 0 2 2 3 89 0 3 3 20 75 0 0 0 1 89 0 1 1 18 1 76 17 19 17 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.sc.glif index e87284f34..68c873a3e 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/z.sc.glif @@ -43,7 +43,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.glif index 9db7c4ace..179fbbd40 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.glif @@ -15,7 +15,7 @@ zacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.sc.glif index 1333c95cd..e7659725d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.glif index d0d71f694..60be89149 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.glif @@ -15,7 +15,7 @@ zcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.sc.glif index 3a7c9da6c..53606a787 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.glif index 69ab61af9..66887cc2f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.glif @@ -15,7 +15,7 @@ zdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.sc.glif index 589e9d076..7fdfb777a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.glif index 6256603e3..fd02a90c1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.sc.glif index 0d571e642..bd2c37484 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.dnom.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.dnom.glif index bcfb29eab..e98d41fc4 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.dnom.glif @@ -43,7 +43,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.glif index 289b5c828..a764bf105 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.glif index a3f79d3df..454e43f33 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.zero.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.zero.glif index e3825045b..3e52585a9 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.numr.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.numr.glif index d0c14384f..00440b9a6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.numr.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.glif index be3ab8639..7a66d57d6 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.glif @@ -41,7 +41,7 @@ zero 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 15 15 0 0 15 28 15 27 21 19 0 14 0 13 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.zero.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.zero.glif index fe196481c..b6272429f 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.sc.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.sc.glif index ade82e456..fe704a614 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.sc.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.glif index 14d49105f..3d464cf62 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.zero.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.zero.glif index b134a717d..7c60572f0 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.glif index 0a3ad4bc0..6d834513a 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.zero.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.zero.glif index 5b6dd073c..f1950add1 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.zero.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.zero.glif index ddac9f04e..9f247c215 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.zero.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zeroinferior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zeroinferior.glif index ea4063afb..7368a7996 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zeroinferior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerosuperior.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerosuperior.glif index 43fd0ff0f..7b2e11642 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthjoiner.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthjoiner.glif index adf54048e..0f75a5495 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthnonjoiner.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthnonjoiner.glif index 4dcc31dae..3193298ce 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthspace.glif b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthspace.glif index 19f736390..7e4c0794d 100644 --- a/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthspace.glif +++ b/sources/master_ufo/MerriweatherSans-LightItalic.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/features.fea b/sources/master_ufo/MerriweatherSans-Regular.ufo/features.fea index 0f006619d..d50aa7dc3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/features.fea +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/features.fea @@ -688,9 +688,9 @@ table GDEF { [IJ_acutecomb ij_acutecomb f_f f_f_i f_f_l fi fl ij_acutecomb.sc], # Liga [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb caroncomb.alt circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb dblgravecomb breveinvertedcomb commaturnedabovecomb horncomb dotbelowcomb dieresisbelowcomb commaaccentcomb cedillacomb ogonekcomb brevebelowcomb macronbelowcomb strokeshortcomb strokelongcomb slashshortcomb slashlongcomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case dblgravecomb.case breveinvertedcomb.case commaturnedabovecomb.case horncomb.case dotbelowcomb.case dieresisbelowcomb.case commaaccentcomb.case cedillacomb.case ogonekcomb.case brevebelowcomb.case macronbelowcomb.case brevecomb_acutecomb brevecomb_gravecomb brevecomb_hookabovecomb brevecomb_tildecomb circumflexcomb_acutecomb circumflexcomb_gravecomb circumflexcomb_hookabovecomb circumflexcomb_tildecomb brevecomb_acutecomb.case brevecomb_gravecomb.case brevecomb_hookabovecomb.case brevecomb_tildecomb.case circumflexcomb_acutecomb.case circumflexcomb_gravecomb.case circumflexcomb_hookabovecomb.case circumflexcomb_tildecomb.case], # Mark ; - LigatureCaretByPos f_f 396; - LigatureCaretByPos f_f_i 363 725; - LigatureCaretByPos f_f_l 364 727; - LigatureCaretByPos fi 346; - LigatureCaretByPos fl 348; + LigatureCaretByPos f_f 400; + LigatureCaretByPos f_f_i 366 733; + LigatureCaretByPos f_f_l 367 734; + LigatureCaretByPos fi 349; + LigatureCaretByPos fl 351; } GDEF; diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/fontinfo.plist b/sources/master_ufo/MerriweatherSans-Regular.ufo/fontinfo.plist index f2ae2d046..97f2729d9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/fontinfo.plist +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/fontinfo.plist @@ -130,18 +130,9 @@ 977.0 postscriptStemSnapH - - 48 - 42 - 55 - 62 - + postscriptStemSnapV - - 91 - 78 - 100 - + postscriptUnderlinePosition -122 postscriptUnderlineThickness diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/E_zh.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/E_zh.glif deleted file mode 100644 index 0833ffdc7..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/E_zh.glif +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/S_chwa.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/S_chwa.glif deleted file mode 100644 index dc38b65ea..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/S_chwa.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/brevecomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/brevecomb_hookabovecomb.glif deleted file mode 100644 index b9a312a60..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/brevecomb_hookabovecomb.glif +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/brevecomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/brevecomb_tildecomb.case.glif deleted file mode 100644 index 8526e49ee..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/brevecomb_tildecomb.case.glif +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/contents.plist b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/contents.plist deleted file mode 100644 index ef57b00dd..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/contents.plist +++ /dev/null @@ -1,34 +0,0 @@ - - - - - Ezh - E_zh.glif - Schwa - S_chwa.glif - brevecomb_hookabovecomb - brevecomb_hookabovecomb.glif - brevecomb_tildecomb.case - brevecomb_tildecomb.case.glif - four - four.glif - four.dnom - four.dnom.glif - four.lf - four.lf.glif - four.sc - four.sc.glif - four.tf - four.tf.glif - hyphen.case - hyphen.case.glif - kip - kip.glif - one.dnom - one.dnom.glif - one.tf - one.tf.glif - schwa.sc - schwa.sc.glif - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.dnom.glif deleted file mode 100644 index 3e0c5d35d..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.dnom.glif +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.glif deleted file mode 100644 index 86d110951..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.glif +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.lf.glif deleted file mode 100644 index b61a88d40..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.lf.glif +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.sc.glif deleted file mode 100644 index 30e027829..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.sc.glif +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.tf.glif deleted file mode 100644 index be1365365..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/four.tf.glif +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/hyphen.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/hyphen.case.glif deleted file mode 100644 index 3bdc3de11..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/hyphen.case.glif +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/kip.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/kip.glif deleted file mode 100644 index 59f552f35..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/kip.glif +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/one.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/one.dnom.glif deleted file mode 100644 index ec1a05886..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/one.dnom.glif +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/one.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/one.tf.glif deleted file mode 100644 index e591dee61..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/one.tf.glif +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/schwa.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/schwa.sc.glif deleted file mode 100644 index 84ac708b4..000000000 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs.public.background/schwa.sc.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_.glif index fbc8eec31..2c3f083c2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_.glif @@ -1,26 +1,26 @@ - + - + - - + + - - - - - - - - - + + + + + + + + + - - + + @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_.glif index e11703c5f..efdf7a236 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_.glif @@ -1,48 +1,48 @@ - + - - - + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_acute.glif index 534f1cf1f..6e2ce4232 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_E_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_acute.glif index febfd6a45..6fb9945cd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_acute.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:37 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breve.glif index 1d5ea8282..af66f7189 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breve.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breveacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breveacute.glif index 911cd7c0c..7c892a47c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_breveacute.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevedotbelow.glif index d3277b712..cb09e7217 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevedotbelow.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevegrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevegrave.glif index e1b99377c..7b5d7991c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevegrave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevehookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevehookabove.glif index 9904d1bb7..5eed1d0fd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevehookabove.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevetilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevetilde.glif index 5511cf77e..8805c5ce9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_brevetilde.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_caron.glif index 45a39744b..802ecd4f0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_caron.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflex.glif index be9e0a6f1..4189e4755 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflex.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexacute.glif index 6201849ef..062ceeb45 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexacute.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexdotbelow.glif index deb2965d6..bdb86a007 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexgrave.glif index 851d2a2e1..8bf4f1b1f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexgrave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexhookabove.glif index a190573c1..09ac07c39 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflexhookabove.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflextilde.glif index bf0cfb399..1c868047b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_circumflextilde.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:19:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dblgrave.glif index 53ebddfaf..300f45f10 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dblgrave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dieresis.glif index 9a06d7b48..0f2bf085b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dieresis.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dotbelow.glif index 64ca681a3..6149fcefa 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_dotbelow.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_grave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_grave.glif index d6f882ebb..3f667f090 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_grave.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_hookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_hookabove.glif index f883c577c..b238e0cf9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_hookabove.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_invertedbreve.glif index 08aa0dc38..2b5d8b2ce 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_invertedbreve.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_macron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_macron.glif index 06cfdd89c..433a64751 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_macron.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ogonek.glif index fa0611366..af8191efa 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ogonek.glif @@ -1,41 +1,45 @@ - + - + - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ring.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ring.glif index 24e30b21d..dea96045f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ring.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ringacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ringacute.glif index 8d0e6c693..fc2a81515 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_ringacute.glif @@ -1,20 +1,20 @@ - + - + - - + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_tilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_tilde.glif index 801ea319a..f616a7f11 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/A_tilde.glif @@ -1,19 +1,19 @@ - + - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/B_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/B_.glif index 9fdaed166..0b160ba38 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/B_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/B_.glif @@ -1,69 +1,69 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/B_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/B_dotaccent.glif index f6d1faa69..861dc4aa5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/B_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/B_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_.glif index 991348331..1fe4fe74a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_.glif @@ -1,44 +1,44 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_R_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_R_.glif index b989f35f9..e17b7b373 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_R_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_R_.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_acute.glif index 8365f507b..e43d48f61 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_caron.glif index 740597503..f2b1ebf22 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedilla.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedilla.glif index 7c09873c4..098a48bda 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedilla.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedillaacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedillaacute.glif index a49019d63..54657ef66 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_cedillaacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_circumflex.glif index 2532cf6f2..131c0dc83 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_circumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_dotaccent.glif index 78f3678d7..c6ccc2f93 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/C_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_.glif index d1f4b1b82..2fffd079b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_.glif @@ -1,53 +1,53 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_.glif index 3a3257bf1..7239d5f42 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_caron.glif index 69fc92113..54d7c2995 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_Z_caron.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_caron.glif index 4af90e697..87d295abd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_croat.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_croat.glif index aac878629..5a4a55729 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_croat.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_croat.glif @@ -1,24 +1,28 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotaccent.glif index 993b5b6bd..f8e329079 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotbelow.glif index c6496857b..9907c727e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_elta.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_elta.glif index 7b7260124..65b2f3d06 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_elta.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_elta.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:40 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_linebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_linebelow.glif index 3e52cf87d..3a3dca95a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_linebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_z.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_z.glif index 420a81580..c93762d7f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_z.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_z.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_zcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_zcaron.glif index 367c2200e..696518733 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/D_zcaron.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_.glif index 41fe9d378..c3994d508 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_.glif @@ -1,32 +1,32 @@ - + - - + + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_acute.glif index fc851c448..e8fd6d191 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_acute.glif @@ -1,11 +1,11 @@ - + - - + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_breve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_breve.glif index 2b68c9d59..b40a21f25 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_breve.glif @@ -1,11 +1,11 @@ - + - - + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_caron.glif index 105ff39fc..5f420dad2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_caron.glif @@ -1,11 +1,11 @@ - + - - + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_cedillabreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_cedillabreve.glif index c2fcf2cf9..798466c7c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_cedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_cedillabreve.glif @@ -1,21 +1,21 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflex.glif index 3636791ab..35bbc37a4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflex.glif @@ -1,9 +1,9 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexacute.glif index a889bbb7b..dc0673345 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexacute.glif @@ -1,20 +1,20 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexdotbelow.glif index 356c0d799..407fa86b7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexdotbelow.glif @@ -1,21 +1,21 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexgrave.glif index 50d02b613..a77f137aa 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexgrave.glif @@ -1,20 +1,20 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexhookabove.glif index b5edd636a..56937f4dc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflexhookabove.glif @@ -1,9 +1,9 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflextilde.glif index 8eebb4a99..2bacfa397 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_circumflextilde.glif @@ -1,11 +1,11 @@ - + - - + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dblgrave.glif index 19da36d90..a2edce832 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dblgrave.glif @@ -1,11 +1,11 @@ - + - - + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dieresis.glif index a3dfbb6bb..bc6568a68 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dieresis.glif @@ -1,11 +1,11 @@ - + - - + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotaccent.glif index 61f949045..9d77f76de 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotaccent.glif @@ -1,20 +1,20 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotbelow.glif index 4d0e85e69..9474f3f6f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_dotbelow.glif @@ -1,20 +1,20 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_grave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_grave.glif index 9c8f77e27..f3b46e6ee 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_grave.glif @@ -1,11 +1,11 @@ - + - - + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_hookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_hookabove.glif index 7c30fde35..48f06205c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_hookabove.glif @@ -1,9 +1,9 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_invertedbreve.glif index 22bdd9d82..c21893846 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_invertedbreve.glif @@ -1,9 +1,9 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macron.glif index 3eadf9ff7..c8772ca9b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macron.glif @@ -1,11 +1,11 @@ - + - - + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macronacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macronacute.glif index 7d7bd47b4..6d1292483 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macronacute.glif @@ -1,21 +1,21 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macrongrave.glif index a5673cf17..969b7c403 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_macrongrave.glif @@ -1,21 +1,21 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ng.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ng.glif index fabf9b049..83f105776 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ng.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ng.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ogonek.glif index 8ba444411..9d0114c26 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_ogonek.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_th.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_th.glif index 616b594ce..d9515e6c2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_th.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_th.glif @@ -1,24 +1,28 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_tilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_tilde.glif index 16482e356..576b0588c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_tilde.glif @@ -1,20 +1,20 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zh.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zh.glif index f3f0e17a0..25e294893 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zh.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zh.glif @@ -1,45 +1,45 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zhcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zhcaron.glif index c5df9730f..4790a4509 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/E_zhcaron.glif @@ -2,16 +2,16 @@ - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:07:55 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/F_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/F_.glif index c4e6af3e3..68ed4dafd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/F_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/F_.glif @@ -1,28 +1,28 @@ - + - - - + + + - - - - - - - - - - + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/F_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/F_dotaccent.glif index 0473bfcd8..4866e51a0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/F_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/F_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_.glif index 6983b4caf..91247fd2c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_.glif @@ -1,49 +1,49 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_breve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_breve.glif index 0ae61b42a..697b3b403 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_breve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_caron.glif index 9ccff643f..19368d324 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_circumflex.glif index ca2fe7d7c..d64f051da 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_circumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_commaaccent.glif index a9650c62e..410a3c820 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_commaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_dotaccent.glif index 327cd6de2..775f8fa64 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_ermandbls.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_ermandbls.glif index ec465243e..e3fe4a31a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_ermandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_ermandbls.glif @@ -1,55 +1,55 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_macron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_macron.glif index 1829f8a26..0e15a0024 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/G_macron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_.glif index 269a11559..504e1352b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_.glif @@ -1,32 +1,32 @@ - + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_bar.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_bar.glif index 787b7e391..d6b11abeb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_bar.glif @@ -1,33 +1,33 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_brevebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_brevebelow.glif index 1cbaded6b..2a3bd60e5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_brevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_brevebelow.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_circumflex.glif index d41fa2e23..ec3498f15 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_circumflex.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_dotbelow.glif index c3ff23bbf..daf696806 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/H_dotbelow.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.glif index e3593b8fb..384f12391 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.glif @@ -1,24 +1,24 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.uc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.uc.glif index 7730667c4..d229f0799 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.uc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_.uc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J_.glif index b5b5981c8..1e1f59138 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J_.glif @@ -1,23 +1,23 @@ - + - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J__acutecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J__acutecomb.glif index 7238882d7..14e984031 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_J__acutecomb.glif @@ -1,23 +1,23 @@ - - - - - - - - + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_acute.glif index 72cd12377..accdec948 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_acute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_breve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_breve.glif index 13c6c3106..5d7001586 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_breve.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_caron.glif index 691e89cce..6385a7f05 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_caron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_circumflex.glif index e45688580..8781d3923 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_circumflex.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dblgrave.glif index f4924bef1..d1c55b5f4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dblgrave.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresis.glif index 65a6b29b5..7d3f9791b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresis.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresisacute.glif index f3ca347ad..bc0241925 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dieresisacute.glif @@ -1,21 +1,21 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotaccent.glif index 9f3d5f147..f0bc5e6cb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotaccent.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotbelow.glif index 64b9a79b3..cd45011f0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_dotbelow.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_grave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_grave.glif index eb01ed437..ffaa9d5d2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_grave.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_hookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_hookabove.glif index c2170deaa..db5ca94ae 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_hookabove.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_invertedbreve.glif index 6c5f83e39..779a9482e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_invertedbreve.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_macron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_macron.glif index 2a4ccaeea..0725a4a7e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_macron.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_ogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_ogonek.glif index 86601af96..4215d57d2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_ogonek.glif @@ -1,11 +1,11 @@ - + - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_tilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_tilde.glif index 6d71d7d3c..74c61cf20 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/I_tilde.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:41:50 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/J_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/J_.glif index ab27f7b9b..434941326 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/J_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/J_.glif @@ -1,34 +1,34 @@ - + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/J_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/J_circumflex.glif index 6695c1126..c4a0c6d24 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/J_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/J_circumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/K_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/K_.glif index 0228544f3..bd85110a7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/K_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/K_.glif @@ -1,46 +1,46 @@ - + - - - + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/K_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/K_commaaccent.glif index ded5ee559..d60b3467e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/K_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/K_commaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_.glif index e8be5512f..a214396a4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_.glif @@ -1,26 +1,26 @@ - + - - - - - + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_J_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_J_.glif index 86b89c4f8..ab2fa1c6e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_J_.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_acute.glif index 8ab3c4a43..e0d718d59 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_acute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_caron.glif index aa4e9349c..5d6f0ca20 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_caron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:16 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_commaaccent.glif index 11f56bf06..45e991f93 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_commaaccent.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dot.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dot.glif index d608f9913..2089e545c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dot.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dot.glif @@ -1,20 +1,25 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dotbelow.glif index 317dc24ed..cd8c4242f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_dotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_j.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_j.glif index dc44b8efe..9ff8d660b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_j.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_j.glif @@ -1,23 +1,23 @@ - + - - - - - - - + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_linebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_linebelow.glif index 7eb8df975..617f8b4bc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_linebelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_slash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_slash.glif index 06ee6217a..8a464be80 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/L_slash.glif @@ -1,25 +1,29 @@ - + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_.glif index 9751031de..4528d9c5b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_.glif @@ -1,37 +1,37 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotaccent.glif index c8e59d962..632413340 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotbelow.glif index b8c14b664..5e14b6f17 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/M_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_.glif index b5a92be8a..325b787ab 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_.glif @@ -1,34 +1,34 @@ - + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_J_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_J_.glif index efeb366c4..f05e94586 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_J_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_J_.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_acute.glif index 6279bb3d5..ed41c0a16 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_caron.glif index ea0eabb7f..af2f607b3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_commaaccent.glif index 09c1ccd3d..077c0b881 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_commaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotaccent.glif index 139af1f46..7ea1db384 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotbelow.glif index 8c54182cd..ffc9fcd2f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_j.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_j.glif index 6ba655b88..0f652484b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_j.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_j.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_linebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_linebelow.glif index 69eb73a4d..04a146a35 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_linebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_tilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_tilde.glif index 15dcefaa5..380b9a2ab 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/N_tilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_.glif index c88af5afb..30b2962d8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_.glif @@ -1,48 +1,48 @@ - + - - - - - + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_E_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_E_.glif index 15b36a2fc..195e2ffd4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_E_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_E_.glif @@ -1,58 +1,58 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_acute.glif index 5e5eda907..a32e5b230 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_acute.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_breve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_breve.glif index 88988b8a2..8ddad32eb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_breve.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_caron.glif index 2ad2039a0..a01c22640 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_caron.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflex.glif index f5e92bf85..5b6d621dc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflex.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexacute.glif index 0d391cd22..7f1fcd13d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexacute.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexdotbelow.glif index d212730ac..aa8d702cc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexdotbelow.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexgrave.glif index 91e467077..d714ca12a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexgrave.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexhookabove.glif index 25038a95e..6c85039cc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflexhookabove.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflextilde.glif index 8269fa208..f54b9c4d7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_circumflextilde.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dblgrave.glif index 6e91a0415..8cd90493f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dblgrave.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresis.glif index d38f2b7d5..d41b89310 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresis.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresismacron.glif index 0c61d1963..8983c8d4f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dieresismacron.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotaccentmacron.glif index 911055c80..bb20dce26 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotaccentmacron.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotbelow.glif index 4dc7d10a4..60b36f2ef 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_dotbelow.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_grave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_grave.glif index 1e5b566d0..dc29dfda3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_grave.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hm.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hm.glif index 25ab86a36..c68fb7910 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hm.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hm.glif @@ -1,57 +1,57 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hookabove.glif index f67e98212..8eb54a0f6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hookabove.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horn.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horn.glif index d7d3e9e0a..fd8ffbdb4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horn.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:25 + 2019/02/18 20:30:31 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornacute.glif index 84f438824..e2a00b592 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornacute.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horndotbelow.glif index 919c3cde7..e482652b7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horndotbelow.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horngrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horngrave.glif index 55dd22f35..08d227d31 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horngrave.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornhookabove.glif index 9fbf3c713..42236d995 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hornhookabove.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horntilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horntilde.glif index 2ae6222b3..0eb83c1e8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_horntilde.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:05:37 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hungarumlaut.glif index 0fa9f8a8f..5ef1f5032 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_hungarumlaut.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_invertedbreve.glif index c60ed612b..96cc0a9d9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_invertedbreve.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macron.glif index c6678aa9b..d587a54a1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macron.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macronacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macronacute.glif index 6ef5bd9c7..4aa4813ea 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macronacute.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macrongrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macrongrave.glif index da6d6ed2a..459a51ca1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_macrongrave.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_mega.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_mega.glif index fc9e09510..bde7ebc15 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_mega.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_mega.glif @@ -1,8 +1,8 @@ - + - + @@ -10,7 +10,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_ogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_ogonek.glif index ecb2b7557..4fb06fbb3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_ogonek.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slash.glif index cc27a32df..048dc037b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slash.glif @@ -1,49 +1,49 @@ - + - - + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slashacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slashacute.glif index 47624ed29..cf64ddef8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_slashacute.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:43:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tilde.glif index feebbdc7c..23b16317a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tilde.glif @@ -1,22 +1,22 @@ - + - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildeacute.glif index cacab5fd3..c7cc9fc78 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildeacute.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildedieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildedieresis.glif index e27ddf94d..eaa4997f8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildedieresis.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildemacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildemacron.glif index 3a84224a1..dc5346b90 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/O_tildemacron.glif @@ -1,23 +1,23 @@ - + - - - - - + + + + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/P_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/P_.glif index 11b4ee7c3..32f5ca038 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/P_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/P_.glif @@ -1,49 +1,49 @@ - + - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/P_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/P_dotaccent.glif index d640029fe..e6d192f3f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/P_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/P_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Q_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Q_.glif index 2e10dc679..db904147b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Q_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Q_.glif @@ -1,38 +1,42 @@ - + - - - - - + + + + + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_.glif index 877e36bef..f272911f7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_.glif @@ -1,68 +1,68 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_acute.glif index 03d673b16..f5f66fbe9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_caron.glif index bdf0b57b5..dad341ceb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_commaaccent.glif index 581da21ce..02ecf8db0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_commaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dblgrave.glif index 2fd7143e5..1d05e624d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dotbelow.glif index 2f1529bbb..0b8da3fd0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_invertedbreve.glif index c00a2e6bb..12d176c50 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_invertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_linebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_linebelow.glif index a96ae77a2..147d0da66 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/R_linebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_.glif index 8a643a81b..e645e290e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_.glif @@ -1,56 +1,56 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acute.glif index 8b366ca28..26133ef57 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acutedotaccent.glif index 5f6c81b5e..d743b54fd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_acutedotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_caron.glif index 4610df885..d05396076 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_caron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_carondotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_carondotaccent.glif index c58230d44..f52aa51d0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_carondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_carondotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_cedilla.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_cedilla.glif index e8a76d329..d105f7f77 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_cedilla.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_chwa.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_chwa.glif index af1c1a9cb..a3b94d6d1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_chwa.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_chwa.glif @@ -1,43 +1,43 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -47,7 +47,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_circumflex.glif index 84ca04686..0c8275e40 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_circumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_commaaccent.glif index 2b7f76161..8eb6bce81 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_commaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotaccent.glif index 9a4fefeff..523549ab4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelow.glif index 2a4a6dc4f..0edee6013 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelowdotaccent.glif index 329916397..fc1a11080 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/S_dotbelowdotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_.glif index 487bf486a..65dba225e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_.glif @@ -1,27 +1,27 @@ - + - - - - + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_bar.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_bar.glif index 02847082f..30fa1cca5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_bar.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_bar.glif @@ -1,24 +1,28 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_caron.glif index a1626af7d..47302056d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_caron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_cedilla.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_cedilla.glif index 4530ccbdc..1b8affb66 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_cedilla.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_commaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_commaaccent.glif index 0cea0ae05..fbd865eb8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_commaaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotaccent.glif index 60b290310..bae91f2c8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotbelow.glif index 52240433f..0d3c7fb21 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_horn.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_horn.glif index 8e8c7784c..880e47ebb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_horn.glif @@ -1,49 +1,49 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_linebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_linebelow.glif index 7bc313b76..56d68bafd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/T_linebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_.glif index 351f2e3f9..aec653f39 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_.glif @@ -1,38 +1,38 @@ - + - - - - - + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_acute.glif index 5d2c8c031..2fd5d4550 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_acute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_breve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_breve.glif index d0c2f9ea0..130633d82 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_breve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_breve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_caron.glif index a7af2225f..bc387fc21 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_caron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_circumflex.glif index c1ad9af7f..17abd0355 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_circumflex.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dblgrave.glif index 32011735c..18f1647a8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dblgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresis.glif index 242f0f8bd..ca523746b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresis.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisacute.glif index 6e28a67e2..53e370be5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresiscaron.glif index a9a74eb0d..9ecdf0754 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresiscaron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisgrave.glif index db17db0c1..4fbb4ce6d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresisgrave.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresismacron.glif index e7be1c1d4..7491615e4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dieresismacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dotbelow.glif index 743d56f9e..641bbd291 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_dotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_grave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_grave.glif index d162ea2f4..adef039e9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_grave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hookabove.glif index ce0bb060e..4199e06be 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horn.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horn.glif index b5f73c217..1c438e861 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horn.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horn.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornacute.glif index a0f9ef4bd..1e92d44bb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horndotbelow.glif index 77aa869de..8891ecd94 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horndotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horngrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horngrave.glif index 7ca6938e8..fa3b33dc3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horngrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornhookabove.glif index b5d2a5794..b3f93cf3f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hornhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horntilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horntilde.glif index 20495418e..fa3390c49 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_horntilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hungarumlaut.glif index 5174e0148..29c2ef6e2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_hungarumlaut.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_invertedbreve.glif index 84c8b1ff3..6dac3547d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_invertedbreve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macron.glif index 62e04494e..5e9624e42 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macrondieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macrondieresis.glif index acf321459..b4a41a7b9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_macrondieresis.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ogonek.glif index 8812929c9..35bb3c64c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ogonek.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ring.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ring.glif index 1dbfe4b18..c3d9a2103 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ring.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_ring.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:42:49 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tilde.glif index 8ac161e2c..7378caebe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tildeacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tildeacute.glif index be19c9e48..97d68f212 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/U_tildeacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/V_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/V_.glif index 01da32e39..3fc28b69a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/V_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/V_.glif @@ -1,27 +1,27 @@ - + - - - + + + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_.glif index d40bf25f5..b4564ba11 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_.glif @@ -1,40 +1,40 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_acute.glif index 5bbc4c1a0..92c311703 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_acute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_circumflex.glif index edd5207c0..42b0968d2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_circumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_dieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_dieresis.glif index 182addc4e..7bfbe75de 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_dieresis.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_grave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_grave.glif index 2613d9314..19a002e94 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/W_grave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/X_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/X_.glif index 2d42e8949..cc4efc22d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/X_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/X_.glif @@ -1,38 +1,38 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_.glif index cbb7810a4..ca7f5e6ba 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_.glif @@ -1,33 +1,33 @@ - + - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_acute.glif index c5a7bf0cb..6be5ce0d2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_acute.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_circumflex.glif index d0c3f5dcd..00c67954f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_circumflex.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dieresis.glif index 5724f432c..19ff48a31 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dieresis.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotaccent.glif index 46abfac83..aced3c4c5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotbelow.glif index 637600cb4..c8ad85561 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_grave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_grave.glif index ecfecb329..444eac0a2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_grave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_grave.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_hookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_hookabove.glif index 65a3eba5c..ade7a1f33 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_hookabove.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_macron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_macron.glif index 3a38cc72c..e6e9d1ef2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_macron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_macron.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_tilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_tilde.glif index 216f2cead..f3348e442 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Y_tilde.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_.glif index 4844b9552..a6700475f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_.glif @@ -1,31 +1,31 @@ - + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.67,0.95,0.38,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_acute.glif index d44e50634..9fb9fa9e9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_acute.glif @@ -1,11 +1,11 @@ - + - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_caron.glif index b6766954e..74bcb3da7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_caron.glif @@ -1,11 +1,11 @@ - + - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotaccent.glif index fad729a0c..d46ca2046 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotbelow.glif index 0795d7d31..60ccf8bd6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/Z_dotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/_notdef.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/_notdef.glif index e8ef622df..daea0aafd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/_notdef.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/_notdef.glif @@ -1,32 +1,32 @@ - + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/_null.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/_null.glif index b4a9c99c8..821d79181 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/_null.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/16 02:26:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/a.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/a.glif index 21714d90c..355258d96 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/a.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/a.glif @@ -1,67 +1,67 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/a.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/a.sc.glif index b6d2e73b7..f4650e6d8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/a.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/a.sc.glif @@ -1,46 +1,35 @@ - - - - - + + + + + - - - - - - - - - + + + + + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.glif index 252e1d9e1..e744f2d1f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.sc.glif index 42f0dca08..bd414795d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.glif index 988397d3d..081bbb49d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.sc.glif index 77cf776e9..4018165d6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreve.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.glif index da413e070..7235d9e0e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.sc.glif index 951370ab8..81571eeec 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abreveacute.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.glif index 923a8f039..dab043fea 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.sc.glif index d3ff07ad9..27961d556 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevedotbelow.sc.glif @@ -1,13 +1,13 @@ - - - - + + + + - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.glif index 02ec5f9da..5515971e7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.sc.glif index 860476ca0..7e6ec3776 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevegrave.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.glif index a908bddf0..ddc89b6be 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.sc.glif index e8e415867..e14e33530 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevehookabove.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.glif index 224ec5433..c8a2927d3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.sc.glif index a28610ae9..98f4e932b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/abrevetilde.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.glif index d60f68297..926110326 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.sc.glif index 1711753c8..e1908a910 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acaron.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.glif index 715ff9b1f..49aa779c7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.sc.glif index ae01fbe24..a0a1ba993 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflex.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.glif index a7c8725a4..292f89cd5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.sc.glif index 4d7b89366..a94a7b999 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexacute.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.glif index 1fbad1cb5..aafa281ae 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.sc.glif index 929b12c35..9243798bb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -1,13 +1,13 @@ - - - - + + + + - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.glif index 1cf5a6df0..b8467dfa9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.sc.glif index e0e790e84..46addfbfe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexgrave.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.glif index 0e50fd0ac..884778ea9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.sc.glif index 03ca24dcd..9e6987b21 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflexhookabove.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.glif index d3b01e306..ffda0f97a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.sc.glif index 6b172d9f5..ccb280aeb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acircumflextilde.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acute.glif index 3dfaa5f5f..e12883197 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acute.glif @@ -1,24 +1,24 @@ - + - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.case.glif index e0dc3441e..b6289f88c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.case.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.glif index ae4dfdba5..5d97be02a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/acutecomb.glif @@ -1,24 +1,24 @@ - - + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.glif index e26b15d80..51efe6ca7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.sc.glif index 466ec3141..22ad54d8a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.glif index 6ee3345cf..69e072995 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.sc.glif index 6c1e56e99..358dcc6bc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adieresis.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.glif index 621108e83..f342ede26 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.sc.glif index ddc8ba616..55f89dabf 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/adotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.glif index 352556e47..dcdae1c9d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.glif @@ -1,96 +1,96 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.sc.glif index f12fef256..9b3444232 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ae.sc.glif @@ -1,60 +1,49 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.glif index 0c64d31dc..0934a2bfd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.sc.glif index e7878fa48..3fbe9caf7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aeacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.glif index 259cb57a0..a67fbf3fa 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.sc.glif index f60d53bd6..8168a9c96 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/agrave.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.glif index 90c7e70dd..561779289 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.sc.glif index bbc4d1a43..7c9c039d0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ahookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:30:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.glif index 8899dd95d..73257137b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.sc.glif index 5515e7819..4214cd1ba 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ainvertedbreve.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.glif index 6d08b2987..fe71ae3cd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.sc.glif index e4f8462a9..38108bd5e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/amacron.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ampersand.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ampersand.glif index 73530f0fd..6d4ac653d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ampersand.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ampersand.glif @@ -1,100 +1,100 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.glif index 8512c7558..bff814359 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:23:43 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.sc.glif index 6c3b8ecb7..82b247818 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/apostrophemod.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/apostrophemod.glif index 17b361a71..48555878e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/apostrophemod.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/apostrophemod.glif @@ -4,28 +4,28 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/approxequal.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/approxequal.glif index 05db9190b..1ccfaca17 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/approxequal.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/approxequal.glif @@ -1,15 +1,20 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.glif index eafbb59f9..8ff383b5d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.sc.glif index fae42ca0f..2c78840dc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aring.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.glif index a3b8268a2..e11ba6f2d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.sc.glif index 13676a083..6b0bd0988 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/aringacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asciicircum.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asciicircum.glif index dc3c93b84..2a2f752af 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asciicircum.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asciicircum.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asciitilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asciitilde.glif index ec1224a78..55b5f4d35 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asciitilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asciitilde.glif @@ -1,35 +1,35 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asterisk.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asterisk.glif index ab4bbf1e2..dcd777deb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asterisk.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/asterisk.glif @@ -1,53 +1,53 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/at.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/at.case.glif index 2a59a949a..c386ae2cb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/at.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/at.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/at.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/at.glif index e801394f6..d727e826d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/at.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/at.glif @@ -1,88 +1,88 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.glif index 44ae5aa9a..a363608d3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.sc.glif index 5cee10bce..21c94b5a0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/atilde.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:32:40 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/b.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/b.glif index e53e0e335..2aa680b8b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/b.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/b.glif @@ -1,53 +1,53 @@ - + - - - + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/b.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/b.sc.glif index 0644ae9d1..9fcff1d17 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/b.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/b.sc.glif @@ -1,81 +1,70 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.case.glif index 1060e6878..93abb87b8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.case.glif @@ -1,13 +1,17 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.glif index d8ac95936..d61d68ed1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/backslash.glif @@ -1,14 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bar.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bar.glif index 17da6f475..c82e7f390 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bar.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bar.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.glif index 52ab877e8..14e0f5a46 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.sc.glif index f0d720eaa..f7cb8a2b3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:34:10 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bitcoin.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bitcoin.glif index 89f260fd1..2a4176a0a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bitcoin.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bitcoin.glif @@ -1,41 +1,45 @@ - + - - - + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/blackD_iamond.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/blackD_iamond.glif index 8730e8156..9999125f1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/blackD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:21:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/blackS_quare.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/blackS_quare.glif index c7b990278..da76546a7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/blackS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:29:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.case.glif index 557075ed3..1a71058d1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.case.glif @@ -1,54 +1,54 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.glif index 29f40cea7..f12ee0fa9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceleft.glif @@ -1,55 +1,55 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.case.glif index 8c7b0e153..2240191e7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.case.glif @@ -1,13 +1,17 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.glif index 070a8d850..5f235d941 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/braceright.glif @@ -1,14 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.case.glif index f5fe5a9e5..c62e6e640 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.case.glif @@ -1,32 +1,32 @@ - + - - - - - + + + + + - - - - - - + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.glif index 067c5ba6e..cf9ec4f6d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketleft.glif @@ -1,33 +1,33 @@ - + - - - - - + + + + + - - - - - - + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.case.glif index 2c96a37a2..1199e070e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.case.glif @@ -1,13 +1,17 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.glif index bbac70109..5e671e337 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bracketright.glif @@ -1,14 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.case.glif index a4140d741..ea69196ae 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.case.glif @@ -1,29 +1,29 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.glif index 2c350be40..275e81718 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breve.glif @@ -1,29 +1,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.case.glif index 0958f393f..0a2eae685 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.case.glif @@ -2,29 +2,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.glif index 64441f089..553b91c34 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevebelowcomb.glif @@ -3,29 +3,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.case.glif index 3979e3ce8..bb7036297 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.case.glif @@ -1,29 +1,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.glif index a6c767229..17dbc8887 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb.glif @@ -1,30 +1,30 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.case.glif index 0b28e8f70..514e162d7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.glif index 2abef6dd2..5451e63ce 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_acutecomb.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.case.glif index d2e1fb7a1..a38f3f4e0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.glif index 041cf22da..d6a77afe8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_gravecomb.glif @@ -4,36 +4,36 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.case.glif index d368ac1da..d27b47933 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -1,57 +1,57 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.glif index 0317a5f23..a98a82dc3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -1,57 +1,57 @@ - + - - - - + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.case.glif index cbc28314a..4d709e86a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -1,51 +1,51 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.glif index 544ddaf51..8daf0ab74 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brevecomb_tildecomb.glif @@ -1,51 +1,51 @@ - + - - - - + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.case.glif index e624b616d..72618180d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.case.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.glif index 5e185697b..d60c8e001 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/breveinvertedcomb.glif @@ -1,30 +1,30 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brokenbar.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brokenbar.glif index 48d37ff8a..9f80703c5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brokenbar.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/brokenbar.glif @@ -1,25 +1,25 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.case.glif index ae94591f7..a84199219 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.case.glif @@ -1,26 +1,26 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.glif index f6a4a324f..4a30ffdb9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bullet.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bulletoperator.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bulletoperator.glif index a0806532e..d52b4ad42 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bulletoperator.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/bulletoperator.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/c.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/c.glif index 2272724a5..5f2f4d366 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/c.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/c.glif @@ -1,44 +1,44 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/c.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/c.sc.glif index 51f4b0e64..cfc4ecb10 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/c.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/c.sc.glif @@ -1,56 +1,45 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.glif index 310d0ba5a..515cd5d0c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.sc.glif index 1b3832c34..f5a9594eb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caron.glif index e5debb0ec..07be59938 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caron.glif @@ -1,23 +1,23 @@ - + - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.alt.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.alt.glif index 1a8479468..9c04c560c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.alt.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.alt.glif @@ -3,13 +3,13 @@ - - - - - - - + + + + + + + @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:58 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.case.glif index 2e2ce35ce..03b559966 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.case.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.glif index 83ee7aeda..8cd3f1ead 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/caroncomb.glif @@ -2,22 +2,22 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.glif index f9746fcde..30455d080 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.sc.glif index 7fc511027..0a8e9dd61 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.glif index f7a16145c..1ccdab5c3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.sc.glif index 358d81d16..9305b925c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedilla.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.glif index 7f19a3056..6cb4abcbf 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.glif @@ -1,19 +1,19 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.sc.glif index 9f94acd86..dbbc50a9f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccedillaacute.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.glif index 51323e26b..ce96c86f5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.sc.glif index 9466e35ab..36b6dd4c4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ccircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.glif index 1d035dd93..06853d93d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.sc.glif index df7de2d01..7d49e1688 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:35:17 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedi.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedi.glif index 30a6616bc..0ad7d5e7d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedi.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedi.glif @@ -1,57 +1,57 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.28 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedilla.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedilla.glif index bb5675330..63eafbdeb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedilla.glif @@ -1,37 +1,37 @@ - + - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.case.glif index 9f2a12e89..d0e1b2f46 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.case.glif @@ -1,14 +1,18 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.glif index ba4f45687..0605c9bfe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cedillacomb.glif @@ -1,38 +1,38 @@ - + - + - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cent.glif index 00f2486be..0e324e576 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/cent.glif @@ -1,29 +1,33 @@ - + - - - + + + - - - - + + + + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflex.glif index 5490f8666..b2d53eca6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflex.glif @@ -1,23 +1,23 @@ - + - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.case.glif index 036562e1c..ac801c169 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.case.glif @@ -1,22 +1,22 @@ - + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.glif index d9177dd08..96c920ca4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb.glif @@ -5,19 +5,19 @@ - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 6bed592ab..4dc0a55d6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -1,32 +1,32 @@ - - + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.glif index bcf959bbf..24b283b2c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -4,29 +4,29 @@ - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.case.glif index d46fc6fc4..87e7eb699 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -1,32 +1,32 @@ - - + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.glif index 3470927ed..3e580e9c5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -1,32 +1,32 @@ - + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index ff6a4d05e..ff4f96a1e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -1,50 +1,50 @@ - + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.glif index 8dd00442a..7fa06a893 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -1,50 +1,50 @@ - + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.case.glif index 4d7005d96..21a4fc5c4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -1,44 +1,44 @@ - - + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.glif index 09371a27f..7ea26afc9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -1,44 +1,44 @@ - + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/colon.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/colon.glif index f732ff460..7f56cb96a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/colon.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/colon.glif @@ -1,15 +1,20 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/colonsign.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/colonsign.glif index 52127c870..126f85581 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/colonsign.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/colonsign.glif @@ -1,73 +1,73 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.22 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/comma.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/comma.glif index 0f4ee6bc3..a0ac91ca6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/comma.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/comma.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.case.glif index 00d1efbde..75426c552 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.case.glif @@ -1,34 +1,34 @@ - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth - 175.0 + 179.97778 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.glif index 66d9a751b..8cfa09b23 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaaccentcomb.glif @@ -1,35 +1,35 @@ - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth - 175.0 + 179.97778 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.case.glif index ec1843c2f..0305048a7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.case.glif @@ -8,7 +8,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.glif index 8b1f01197..768e38926 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedabovecomb.glif @@ -5,18 +5,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -24,15 +24,15 @@ - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedmod.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedmod.glif index f7e69abf8..6a67c160f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedmod.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commaturnedmod.glif @@ -3,18 +3,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -22,15 +22,15 @@ - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commercialM_inusS_ign.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commercialM_inusS_ign.glif index dc24ac742..4a345085c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/commercialM_inusS_ign.glif @@ -1,6 +1,6 @@ - + @@ -10,12 +10,12 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 02:18:10 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 - 0 - 0 + -1 + -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/copyright.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/copyright.glif index 650411032..4d078a737 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/copyright.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/copyright.glif @@ -1,69 +1,69 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/currency.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/currency.glif index ed1ecda58..4a89f150d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/currency.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/currency.glif @@ -1,65 +1,65 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/d.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/d.glif index e79b46440..b00e1e5f3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/d.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/d.glif @@ -1,57 +1,57 @@ - + - - - - - + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/d.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/d.sc.glif index 6f881c7f3..dc9eb9b76 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/d.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/d.sc.glif @@ -1,65 +1,54 @@ - - + + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dagger.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dagger.glif index ce0796515..3b2cdbab4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dagger.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dagger.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/daggerdbl.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/daggerdbl.glif index bdf5fb7a2..4e268b721 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/daggerdbl.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/daggerdbl.glif @@ -1,35 +1,35 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.case.glif index 6811cb46b..6e65f7f66 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.case.glif @@ -1,33 +1,33 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.glif index 498f8d7a4..db904a468 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dblgravecomb.glif @@ -1,34 +1,34 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.glif index 9fe121bf2..eaf3ee13a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.glif @@ -1,24 +1,24 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:50:33 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 - 0 + -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.sc.glif index 4390ec95b..4ffb5932e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcaron.sc.glif @@ -1,10 +1,10 @@ - - + + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.glif index a6b678cbf..ecadd017b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.glif @@ -1,25 +1,29 @@ - + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.sc.glif index 832266a3b..db12dda55 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dcroat.sc.glif @@ -1,69 +1,58 @@ - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.glif index ab3df4cb6..d3a439081 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.sc.glif index f2b57f7d1..9d5b69e0f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotaccent.sc.glif @@ -1,10 +1,10 @@ - - + + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:33:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.glif index fa614d266..8645e7f85 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.sc.glif index 75e89ce1e..b12e27102 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ddotbelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/degree.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/degree.glif index 9779820d9..e7593254c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/degree.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/degree.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/delta.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/delta.sc.glif index fd6f9b726..b6b5f8a4c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/delta.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/delta.sc.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:50 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresis.glif index f5ff7e9dc..2eba3e656 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresis.glif @@ -1,42 +1,42 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.case.glif index 6733e1499..d291e9a45 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.case.glif @@ -1,14 +1,18 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.glif index cc474a6b1..f19ad1f06 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresisbelowcomb.glif @@ -1,44 +1,44 @@ - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.case.glif index 3e7db4c6f..f23383947 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.case.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.glif index 907a08be8..af7796fa3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dieresiscomb.glif @@ -2,41 +2,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/divide.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/divide.glif index 0f166bb3d..3b9695629 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/divide.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/divide.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/divisionslash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/divisionslash.glif index 196decc05..caa2ede08 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/divisionslash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/divisionslash.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.glif index 860081d85..0fcb9341f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.sc.glif index 9fa82e65c..972f9eece 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dlinebelow.sc.glif @@ -1,20 +1,20 @@ - - + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dollar.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dollar.glif index da5f9e231..0e0c9ff49 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dollar.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dollar.glif @@ -1,29 +1,33 @@ - + - - - + + + - - - - + + + + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dong.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dong.glif index 40d26bf65..c0c2ee981 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dong.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dong.glif @@ -1,61 +1,61 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:23:47 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.13 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccent.glif index 34bdc203e..dec8f6922 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccent.glif @@ -1,28 +1,28 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.case.glif index c7197b2e7..efb279801 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.case.glif @@ -1,27 +1,27 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.glif index 809d3b626..5623fd8b9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotaccentcomb.glif @@ -1,28 +1,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.case.glif index d5dbcfe73..0a2eb89d9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.case.glif @@ -1,28 +1,28 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.glif index 6846972b6..b5ac09104 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dotbelowcomb.glif @@ -1,29 +1,29 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/doubleprimemod.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/doubleprimemod.glif index 67a2eb1fe..4a7a8183b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/doubleprimemod.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,12 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downA_rrow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downA_rrow.glif index 79820b5af..e6d7b2f06 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downB_lackT_riangle.glif index 132be8f74..dd54462be 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:49:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downW_hiteT_riangle.glif index 226292264..96a87a69a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dram-arm.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dram-arm.glif index 75b6abe0f..3ea102f9d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dram-arm.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dram-arm.glif @@ -1,47 +1,47 @@ - + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.glif index da293eb90..2c0d0541a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.sc.glif index 9a4fe2461..d7d62016b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dz.sc.glif @@ -1,23 +1,23 @@ - - - - + + + + - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.glif index 55a3b5adc..51bc50604 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.glif @@ -1,25 +1,25 @@ - + - - - - - - - - - + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:56:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.sc.glif index f0c27ecfe..c67d2c163 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/dzcaron.sc.glif @@ -1,23 +1,23 @@ - - - + + + - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:12 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/e.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/e.glif index 7b91194ca..029d6bc1f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/e.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/e.glif @@ -1,50 +1,50 @@ - + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/e.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/e.sc.glif index 92f0ccb73..95213c3e7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/e.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/e.sc.glif @@ -1,44 +1,33 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.5,0.09,0.79,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.glif index f197a8913..7d236fd3b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.sc.glif index 5b0f16e66..e7d6796b4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eacute.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.glif index 28b4b032f..e5aacc31e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.sc.glif index 2513ac80f..68ad532cc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ebreve.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.glif index 386cb4509..cdd332dcd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.sc.glif index f3d6eac98..4c1fb6c47 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecaron.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.glif index 9d5332d58..7d66a8033 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.glif @@ -1,20 +1,20 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.sc.glif index 8e68a401e..6ec43d38f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecedillabreve.sc.glif @@ -1,14 +1,14 @@ - - - - + + + + - + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.glif index 43c45f366..45df2e3fe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.sc.glif index 74862f87f..7e0118218 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflex.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.glif index b2bd263fc..94a9317ac 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.sc.glif index e2eaa5b2c..67bba8a93 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexacute.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.glif index 8c628a003..e762b3e79 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.glif @@ -1,20 +1,20 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.sc.glif index e629bd9e3..cdd55b28c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -1,14 +1,14 @@ - - - - + + + + - + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.glif index 5c9466da3..293045b0e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.sc.glif index 24db7556a..603bd70ba 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexgrave.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.glif index 3679a9578..800bc81a5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.sc.glif index 84457236e..ed3f3a228 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.glif index b017df2be..f1c109e5b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.sc.glif index 679e419c1..f50bf8b56 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ecircumflextilde.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.glif index 233bac019..f055f967f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.sc.glif index e2a5c9f47..d7c3ec419 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edblgrave.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.glif index 71531667b..11ae9851b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.sc.glif index 27df7dfea..8b12f618d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edieresis.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.glif index 80794a111..80e663481 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.sc.glif index 8299c6fdd..0e7e0a100 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotaccent.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.glif index 18a72f6a6..dec017523 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.sc.glif index a06b895cc..fa9cf8573 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/edotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.glif index f60c4e1e8..416786bf4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.sc.glif index c4a628fb7..f9e4afbc6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/egrave.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.glif index 10572a806..4ec5dd3e9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:12:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.sc.glif index 5accc8edf..59f88d8ca 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ehookabove.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.dnom.glif index 504106229..15ea29424 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.dnom.glif @@ -1,73 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:15:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.glif index 2a56f0968..f9ff8e4b4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.glif @@ -1,59 +1,59 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.lf.glif index fff02381d..4b6e03fe3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.numr.glif index 0c9649f6b..b0860b74a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.osf.glif index dea092494..9444c7249 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.osf.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.sc.glif index ccb3812ec..454c20a28 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.sc.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tf.glif index afe707bae..872c92a95 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tf.glif @@ -1,65 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - keepStroke - 90 - monoWidth - 627 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tosf.glif index bc7054c0c..746fe3e4e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eight.tosf.glif @@ -3,61 +3,56 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eightinferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eightinferior.glif index 560a81e95..829a8017a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eightinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eightinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eightsuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eightsuperior.glif index 0335a0626..8c375d95c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eightsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eightsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:16:20 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.glif index fb2024b70..9fd801fc8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.sc.glif index c2450ca7b..9e1881a60 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/einvertedbreve.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ellipsis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ellipsis.glif index 880efb359..e2fbe71ab 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ellipsis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ellipsis.glif @@ -1,55 +1,55 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.glif index c1594097a..60cf4335f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.sc.glif index dc07099c7..36a8d4cc3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacron.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.glif index 5e7fb5797..073418fe1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.glif @@ -1,20 +1,20 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.sc.glif index 1326cda6d..26a75467c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacronacute.sc.glif @@ -1,22 +1,22 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.glif index 9fd2782a9..2400e3afe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.glif @@ -1,20 +1,20 @@ - + - - + + - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:59 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.sc.glif index 76c599bdf..b008f7ba7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emacrongrave.sc.glif @@ -1,22 +1,22 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.case.glif index db687f103..8a7be03c8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.case.glif @@ -1,9 +1,8 @@ - - + - + @@ -12,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.glif index 68ec0e851..05f614356 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emdash.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emptyset.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emptyset.glif index f98f68760..f21061387 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emptyset.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emquad.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emquad.glif index 19176adba..fc6587eca 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emquad.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emspace.glif index cad26b367..606f556f4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.case.glif index 650ab3eed..cc142e91e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.case.glif @@ -1,8 +1,6 @@ - - - + @@ -13,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.glif index f3d951f42..41e8e2a27 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/endash.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.glif index 4ad88a0dc..087591a58 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.sc.glif index bb52aea2e..5d4dcd821 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eng.sc.glif @@ -1,52 +1,41 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/enquad.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/enquad.glif index 65ee49710..6c8c3aa58 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/enquad.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/enspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/enspace.glif index 990d19c9d..35e68736f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/enspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.glif index 20a213096..bc9faafcf 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.sc.glif index 2ca2f1988..9cc574085 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eogonek.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/equal.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/equal.glif index 7ff5e5431..0c7920095 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/equal.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/equal.glif @@ -1,25 +1,25 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/estimated.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/estimated.glif index 2d6e56604..6305d595c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/estimated.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/estimated.glif @@ -1,50 +1,50 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.glif index b7a2e1234..8af777ccb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.glif @@ -1,78 +1,78 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.sc.glif index 26e2d0e43..669c22e36 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/eth.sc.glif @@ -1,69 +1,58 @@ - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:31:33 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.glif index 15f1354b4..cdfc90b80 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.glif @@ -1,19 +1,19 @@ - + - - + + - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.sc.glif index 8514f1433..e4674f2e1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/etilde.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:18 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/euro.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/euro.glif index 40ca27336..acf453754 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/euro.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/euro.glif @@ -1,53 +1,53 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclam.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclam.glif index 98b477e6e..50de89fda 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclam.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclam.glif @@ -1,33 +1,33 @@ - + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdouble.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdouble.glif index 61dad1331..fce473bdb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdouble.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdouble.glif @@ -1,15 +1,20 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.case.glif index ad980b60b..54f13d82d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.case.glif @@ -1,32 +1,32 @@ - + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.glif index a7b2ea0e6..b89093472 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/exclamdown.glif @@ -1,16 +1,20 @@ - + - + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey exclam com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.glif index af7121b3b..e284665bb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.glif @@ -1,44 +1,44 @@ - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.sc.glif index 04790ddd4..430350772 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezh.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.glif index 5afd7b3b1..868e41bbd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:22:08 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.sc.glif index 60cd936b3..2005a717c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ezhcaron.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:45:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f.glif index e45a61f98..7aae4c88e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f.glif @@ -1,42 +1,42 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f.sc.glif index f94dbc5d2..c4329b5af 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f.sc.glif @@ -1,40 +1,29 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f.glif index e4eb7545d..f145979a9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f.glif @@ -1,21 +1,21 @@ - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_i.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_i.glif index 352b8f7f4..c12026c5f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_i.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_i.glif @@ -1,22 +1,22 @@ - - - - - - - - - + + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_l.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_l.glif index 7dfd0c5eb..85710c0f2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_l.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/f_f_l.glif @@ -1,27 +1,27 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.glif index 06491a48a..d4848c806 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.sc.glif index 04f731d38..7ce49a52e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fdotaccent.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fi.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fi.glif index 3edb98736..c626b4046 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fi.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fi.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/figuredash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/figuredash.glif index 41abbae8e..a99ff7419 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/figuredash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/figuredash.glif @@ -1,13 +1,13 @@ - + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/figurespace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/figurespace.glif index d5e1bb1cd..fa65354d3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/figurespace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/figurespace.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/firsttonechinese.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/firsttonechinese.glif index 54dff086c..544c7b541 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/firsttonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/firsttonechinese.glif @@ -1,20 +1,20 @@ - + - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.dnom.glif index 1c6490194..bbf0fff03 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.dnom.glif @@ -1,60 +1,45 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:08:19 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.glif index eb181579a..0e8255359 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.glif @@ -1,46 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.lf.glif index 8f5625a11..956f9f47b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.numr.glif index 315144b19..e01180130 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.osf.glif index 5c9510698..03ebf2813 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.osf.glif @@ -1,45 +1,45 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.sc.glif index dff2f1a18..03ade073b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.sc.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tf.glif index 1dd0262ba..23ccd9721 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tf.glif @@ -1,52 +1,45 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - keepStroke - 90 - monoWidth - 627 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tosf.glif index c59b2c882..bf9f5a0af 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/five.tosf.glif @@ -3,48 +3,43 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveeighths.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveeighths.glif index 3f0170042..7fa0efaef 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveeighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveinferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveinferior.glif index 1cb1d86b4..0d955ab33 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fiveinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesixths.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesixths.glif index d610d4b71..470e40cd3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesixths.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesixths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesuperior.glif index b33d10b15..b85f80389 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fivesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fl.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fl.glif index f245c0b46..938795e75 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fl.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fl.glif @@ -1,24 +1,24 @@ - + - - - - - - - - - + + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/florin.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/florin.glif index be6d2ed97..5f4b8a978 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/florin.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/florin.glif @@ -1,39 +1,39 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.dnom.glif index a4ace0a45..061ed0d4b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.dnom.glif @@ -1,48 +1,33 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:07:58 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.glif index 1c0fa19ad..4787388ce 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.glif @@ -1,35 +1,35 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.lf.glif index e8f0cecae..e8fa9bc51 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.numr.glif index ecd3dcbdb..72d34f16b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.osf.glif index 5c226b65f..934b6bc35 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.osf.glif @@ -1,34 +1,34 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.sc.glif index 42347bc10..75d7bf69c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.sc.glif @@ -1,28 +1,28 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tf.glif index 9e1ec3121..1469544ac 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tf.glif @@ -1,41 +1,34 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + - RMXScaler - - keepStroke - 90 - monoWidth - 627 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tosf.glif index ffc65fd1f..756ab910c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/four.tosf.glif @@ -3,37 +3,32 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourfifths.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourfifths.glif index 5618b1da9..28083a8d1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourfifths.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourfifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourinferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourinferior.glif index 094b09ce9..3533c4723 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourperemspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourperemspace.glif index 60ac7a31c..4e0d29e21 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/foursuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/foursuperior.glif index d86f470a9..b61362dfd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/foursuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/foursuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourthtonechinese.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourthtonechinese.glif index b487d2f03..cb2e41b2e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourthtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fourthtonechinese.glif @@ -1,24 +1,24 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fraction.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fraction.glif index 7ddf568d1..7286a039f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fraction.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/fraction.glif @@ -1,19 +1,19 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/franc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/franc.glif index 5118a2b9e..5dc0abb43 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/franc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/franc.glif @@ -1,33 +1,33 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.17 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/g.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/g.glif index bdd78c750..5fbf91d58 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/g.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/g.glif @@ -1,100 +1,100 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/g.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/g.sc.glif index f5a69fb0f..221056f49 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/g.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/g.sc.glif @@ -1,61 +1,50 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gacute.sc.glif index 77b8f67ea..6dab9a1cb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.glif index 54525473c..19621b79d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.sc.glif index a4f3e8f12..5b5614b21 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gbreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.glif index 5eb5aed72..ff94f57b6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.sc.glif index c9971d7e1..9d142b6ba 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.glif index cd64e70c0..cd67db1ad 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.sc.glif index f0b385ca9..8c5f40c03 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.glif index 02a8c1b76..9603e85a8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.sc.glif index 35e44c76b..f7e92aa3e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gcommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.glif index 07080229a..4506a68ff 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.sc.glif index c7dcd6e32..c8e59f8b4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.glif index a17b28056..75c54ba4b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.glif @@ -1,64 +1,64 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.sc.glif index e7083278f..3e93b7cd8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/germandbls.sc.glif @@ -1,67 +1,56 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.glif index 8df74b4f1..cf7b138e8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.sc.glif index 3d2e66ead..483a0ba53 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gmacron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:38:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/grave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/grave.glif index 6d696c909..a13326597 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/grave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/grave.glif @@ -1,24 +1,24 @@ - + - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.case.glif index 390ced2ea..91ab1d113 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.case.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.glif index 9950eb9a8..cba22e8fb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/gravecomb.glif @@ -1,24 +1,24 @@ - - + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/greater.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/greater.glif index 186acedea..bf09ab1b9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/greater.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/greater.glif @@ -1,14 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/greaterequal.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/greaterequal.glif index 456dc687d..89125889f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/greaterequal.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/greaterequal.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guarani.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guarani.glif index da6277500..270c3571c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guarani.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guarani.glif @@ -1,51 +1,51 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.2 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.case.glif index 9c98b434a..0f1210c2a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.glif index 0ed793128..1ad862747 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetleft.glif @@ -1,33 +1,33 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.case.glif index f1c474b49..7fefc42b4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.glif index 1f0099d0f..3c618a14e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guillemetright.glif @@ -1,27 +1,27 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.case.glif index fdb2d878c..f7a32bdc0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.case.glif @@ -1,16 +1,16 @@ - + - - - - - - - - + + + + + + + + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.glif index 7ceb5efaa..87fa9bf96 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglleft.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.case.glif index 034c979fc..d51ab12f5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.case.glif @@ -1,8 +1,8 @@ - + - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.glif index 001bde3a6..d06723c41 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/guilsinglright.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/h.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/h.glif index 33226abe6..99d6fb4f5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/h.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/h.glif @@ -1,41 +1,41 @@ - + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/h.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/h.sc.glif index 841eced5c..91d032922 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/h.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/h.sc.glif @@ -1,44 +1,33 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hairspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hairspace.glif index 9adcc4f46..75a173d6a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hairspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.glif index 4f613b967..d9466973d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.glif @@ -1,24 +1,28 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.sc.glif index 60e931e77..d3f681a88 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbar.sc.glif @@ -1,45 +1,34 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:24 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.glif index 0031a7322..11f179436 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.sc.glif index 218955760..9c3bdd8f5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hbrevebelow.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.glif index 40eee2779..e59a1a51a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:13:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.sc.glif index 85a226feb..f55f1f8b7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hcircumflex.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.glif index 635d1c7f9..e7ee1f574 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.sc.glif index c8386578c..d01ed5a23 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hdotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.case.glif index 395358463..2daf16c73 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.case.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.glif index 98f78a0c5..1decc75ac 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hookabovecomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horizontalbar.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horizontalbar.glif index ebdfeebf1..616199aca 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horizontalbar.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horizontalbar.glif @@ -1,6 +1,6 @@ - + @@ -12,7 +12,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.case.glif index 7e68bb3f1..12c59578f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.case.glif @@ -1,14 +1,18 @@ - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.glif index 6c9953b9f..26b407a62 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/horncomb.glif @@ -1,30 +1,30 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hryvnia.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hryvnia.glif index 8ab910647..16c4fc9f5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hryvnia.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hryvnia.glif @@ -1,67 +1,67 @@ - + - - + + - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlaut.glif index 279d99a60..684ba2cb2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlaut.glif @@ -1,30 +1,30 @@ - + - + - - - - - - + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.case.glif index f27109041..d5f5d96b0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.case.glif @@ -1,35 +1,35 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth - 470.0 + 470.88889 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.glif index 453db6e8d..eb04792a5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hungarumlautcomb.glif @@ -1,34 +1,34 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.case.glif index 760755c20..b2a6a5b04 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.case.glif @@ -1,8 +1,6 @@ - - @@ -13,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.glif index 91013d572..3c538d4c9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphen.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphentwo.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphentwo.glif index 4a67b4bb2..5c7697141 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphentwo.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.cy.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.cy.glif index d3cbabc1f..98d5ab4dd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.cy.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.cy.glif @@ -1,18 +1,18 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.glif index 462368cb2..8e8e583dd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.glif @@ -1,18 +1,18 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.sc.glif index b85f63789..5d420b0e4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.dot.sc.glif @@ -1,21 +1,21 @@ - - - - + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.glif index 94180a858..46e4477f5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.sc.glif index 86b9b0bd5..31dc707cb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.sc.glif @@ -1,35 +1,24 @@ - - - - - + + + + + - - - - + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.uc.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.uc.sc.glif index 874acd21d..878f59404 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.uc.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/i.uc.sc.glif @@ -1,11 +1,11 @@ - - - - + + + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.glif index 48dbc4502..83e2e8674 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.sc.glif index 237854511..47b2a29fc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iacute.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.glif index f08575fa5..2d28ebcbc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.sc.glif index b01cbcf07..f5c1b883c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ibreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.glif index ed24ca747..c066bcfbe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.sc.glif index 1d33a857f..2457397c2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.glif index bfbf6692b..8b9fbc4b9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.sc.glif index 9d4e15baf..245379b26 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/icircumflex.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.glif index bc867b202..764950794 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.sc.glif index fb3908868..a271741cb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idblgrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.glif index ab98e0b31..e2865088e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.sc.glif index e566dd71e..7822b2c72 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.glif index 4c5d2261b..117a6511a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.sc.glif index e91c15aee..fc76581fe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idieresisacute.sc.glif @@ -1,21 +1,21 @@ - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.glif index c8aae60ed..9ed170c7c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.glif @@ -1,18 +1,18 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.sc.glif index 549836eae..f8b9c78c8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.glif index 5d6ebb6ca..c623efc05 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.glif @@ -1,15 +1,15 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.sc.glif index ac9412a4c..bdb7a9672 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.glif index 7b031ff9e..1b37dd454 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.glif @@ -1,23 +1,23 @@ - + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.sc.glif index 10d446662..c76ad1bee 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/idotless.sc.glif @@ -1,11 +1,11 @@ - - - - + + + + - + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.glif index e38f872ea..f8bf14240 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.sc.glif index a80129f7e..13c5f3d01 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/igrave.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.glif index 90bbbf0ac..9afb637a5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.sc.glif index 8fb385146..bb1e1713e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ihookabove.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.glif index db2ffb831..dc9247f14 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.sc.glif index 20c02dd01..43efd44b7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iinvertedbreve.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.glif index 95fedd9c3..1e4be2b31 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.sc.glif index 3c15a5e45..a6de12736 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij.sc.glif @@ -1,23 +1,23 @@ - - - - - - - - + + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.glif index 1864dfda9..e6196f09b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.glif @@ -1,16 +1,16 @@ - - - - - - - + + + + + + + - - + + @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:47:38 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.sc.glif index 82a99eb88..e7544c000 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ij_acutecomb.sc.glif @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:45 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.glif index 27d2ad522..4831a6320 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.sc.glif index 2361d02a6..8a6ddcc29 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/imacron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/increment.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/increment.glif index 549d4f795..f99676ca9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/increment.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/increment.glif @@ -1,26 +1,26 @@ - + - - - - - - + + + + + + - - - + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:52 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/infinity.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/infinity.glif index 4f5f4c9a9..295476b1e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/infinity.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/infinity.glif @@ -1,69 +1,69 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/integral.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/integral.glif index 3da5cd30c..44c3a4027 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/integral.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/integral.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.glif index 6151b952e..a47a447b7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.glif @@ -1,20 +1,20 @@ - + - - - - + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:27:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.sc.glif index 66fb26744..aa8574c3d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/iogonek.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.glif index 4dca692c8..5b4eadd2b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.sc.glif index c4f1b2332..511c34134 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/itilde.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:39:37 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/j.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/j.glif index fe84f35ba..068ba9bba 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/j.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/j.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/j.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/j.sc.glif index 31557cf91..65e7bdd98 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/j.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/j.sc.glif @@ -1,46 +1,35 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.glif index e60011619..87b589622 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.glif @@ -1,17 +1,17 @@ - + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.sc.glif index ff29592e5..ab81630ef 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jcircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:27:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.glif index 6edf26144..14a78ff30 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.glif @@ -1,33 +1,33 @@ - + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.sc.glif index 18a1a25b6..9c08945aa 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/jdotless.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/k.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/k.glif index 5bf1ceefa..bbbc5286a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/k.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/k.glif @@ -1,37 +1,37 @@ - + - - - + + + - - - - - - + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/k.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/k.sc.glif index 7ea6b056c..56a3379df 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/k.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/k.sc.glif @@ -1,58 +1,47 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.glif index 037edcb89..af3a58b8c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.sc.glif index 66f667d2c..f75b8fe9d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kcommaaccent.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.glif index 3d19995d7..2f6522e08 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.glif @@ -1,35 +1,35 @@ - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.sc.glif index 28b0e25b4..264095f22 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kgreenlandic.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kip.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kip.glif index 0fff19e70..449d49cd2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kip.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/kip.glif @@ -1,39 +1,39 @@ - + - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:24:34 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/l.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/l.glif index c3d93f63d..dab8138a0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/l.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/l.glif @@ -1,24 +1,24 @@ - + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/l.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/l.sc.glif index 067ca6764..fb520effc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/l.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/l.sc.glif @@ -1,38 +1,27 @@ - - - - - - + + + + + + - - - - - - + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.glif index a9dbff677..64b38b59a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.sc.glif index 4048d0a52..03095f43a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lacute.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.glif index 7143ce2f8..405016683 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:11 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.sc.glif index c89bf6d58..111b44f70 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcaron.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.glif index e6421c126..8b52e7335 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.sc.glif index 49ec4cb1e..81f35d87a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lcommaaccent.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.glif index 92f8a718b..a58937337 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.glif @@ -1,20 +1,25 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.sc.glif index 7aab49d37..db0517504 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldot.sc.glif @@ -1,11 +1,11 @@ - - - - - + + + + + @@ -15,7 +15,12 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.glif index 8b656f8af..76d53b10b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.sc.glif index adf1d0e69..9518fd5cf 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ldotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftA_rrow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftA_rrow.glif index 7bff5c38e..0a8cd5334 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftB_lackT_riangle.glif index 7b9e1d370..ae37f8045 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:50:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftW_hiteT_riangle.glif index 3ede7c893..7821af23f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftanglebracket-math.glif index 625c7806b..35507b783 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/leftanglebracket-math.glif @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/less.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/less.glif index 1d7ef1fb9..c51d12783 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/less.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/less.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lessequal.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lessequal.glif index 3db939a7d..5b15b8b5e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lessequal.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lessequal.glif @@ -1,29 +1,29 @@ - + - - - - + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lira.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lira.glif index 3fd37af00..48a26b134 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lira.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lira.glif @@ -1,79 +1,79 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.63 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/liraT_urkish.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/liraT_urkish.glif index 64af00189..8bc90377a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/liraT_urkish.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/liraT_urkish.glif @@ -1,43 +1,43 @@ - + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.5 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/literS_ign.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/literS_ign.glif index d829ada60..76cf03e73 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/literS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/literS_ign.glif @@ -1,49 +1,49 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.glif index 6ff12699a..e14257f95 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.glif @@ -1,23 +1,23 @@ - + - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 21:55:29 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.sc.glif index 49efe7eb8..dfe673576 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lj.sc.glif @@ -1,24 +1,24 @@ - - - - - - - - - + + + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:30 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.glif index 869c381fb..4c117c66a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.sc.glif index a84e1bd25..a8cacd080 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/llinebelow.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/logicalnot.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/logicalnot.glif index 601b5dc2b..5b2b2e95f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/logicalnot.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/logicalnot.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lozenge.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lozenge.glif index a39bc89e4..8bdff29f3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lozenge.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lozenge.glif @@ -1,33 +1,33 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.glif index 1202751d9..fcffc48ee 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.glif @@ -1,25 +1,29 @@ - + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.sc.glif index 3d8365aaa..edc8e3c5f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/lslash.sc.glif @@ -1,41 +1,30 @@ - - - + + + - - - - + + + + - - - - - - + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/m.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/m.glif index e453414d1..0c38fc25c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/m.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/m.glif @@ -1,50 +1,50 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey n com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/m.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/m.sc.glif index 5f608b26a..8f62a2e4b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/m.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/m.sc.glif @@ -1,49 +1,38 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macron.glif index 23c1ccdf2..3dd6e30ef 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macron.glif @@ -1,20 +1,20 @@ - + - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.case.glif index 3a7744aae..bcb4f73de 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.case.glif @@ -2,19 +2,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.glif index d58881a15..09cf70105 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macronbelowcomb.glif @@ -3,19 +3,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.case.glif index 40f80b25d..7f9d3562e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.case.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.glif index cfa5e054c..0a1ecd709 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/macroncomb.glif @@ -1,20 +1,20 @@ - - + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/manat.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/manat.glif index 709ab7449..44175ccf3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/manat.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/manat.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + - + - + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:39 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.glif index 572856ef1..4c71b9cbb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.sc.glif index 922b22623..125de7375 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:26:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.glif index c1e417403..6a59c93b5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.sc.glif index 8618dd3ac..1ea87625b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mdotbelow.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/micro.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/micro.glif index 936febc91..732dc05b4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/micro.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/micro.glif @@ -1,49 +1,49 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/minus.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/minus.glif index a8fd47b1f..0c809c99d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/minus.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/minus.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/minute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/minute.glif index 7866157e8..c629f439c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/minute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/minute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.glif index ab0148f09..981615444 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:50 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.sc.glif index be9e97a08..209b736ee 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/mu.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 05:10:55 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/multiply.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/multiply.glif index 9926cf329..7a4b48547 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/multiply.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/multiply.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/n.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/n.glif index 3571dcddc..2e2cec655 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/n.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/n.glif @@ -1,38 +1,38 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/n.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/n.sc.glif index 3e5b85c11..6cfd798bd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/n.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/n.sc.glif @@ -1,46 +1,35 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.glif index 3cbf7827f..bd4364d69 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.sc.glif index b4fdc2477..bb4653f83 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/naira.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/naira.glif index 95fda8c56..4fada7aed 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/naira.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/naira.glif @@ -2,9 +2,9 @@ - - - + + + @@ -30,12 +30,16 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:35:45 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/narrownbspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/narrownbspace.glif index f9d187141..118ce21fb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/narrownbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nbspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nbspace.glif index 8938e0842..d5f1ad380 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nbspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.glif index 4454df724..35f81b25e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.sc.glif index ab62c91e6..7f924722d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.glif index 400f8e626..ebf4d4ba6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.sc.glif index 2ad862f7d..8a6fb3aef 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ncommaaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.glif index 8d68f2956..f96d856dc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.sc.glif index 3d9c7ec62..fd8efdd1d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.glif index 023640be2..1edc558e6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.sc.glif index eeeed1e21..b11078527 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ndotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.dnom.glif index e8e5fb95e..dfc95a323 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.dnom.glif @@ -1,61 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:18:17 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.glif index d33e00f03..53927dc27 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.lf.glif index 9ba3f24d8..37275d339 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.numr.glif index a04ef2c19..2f1345065 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.osf.glif index 4ceec98f5..bc6cfc101 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.osf.glif @@ -1,46 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.sc.glif index 4cd941cc0..d74994f2f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.sc.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tf.glif index 5889aa74d..e3611e265 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tf.glif @@ -1,53 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - keepStroke - 90 - monoWidth - 627 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tosf.glif index 0a0d60f25..3e148a3b3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nine.tosf.glif @@ -3,49 +3,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:36 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nineinferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nineinferior.glif index 244be9ad0..caa35ccc8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nineinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nineinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ninesuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ninesuperior.glif index 44f5b033f..b2c02af13 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ninesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ninesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:38:35 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.glif index 1441d9211..58be79534 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.sc.glif index 0f9dbdd56..7312227dc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nj.sc.glif @@ -1,22 +1,22 @@ - - - - - - - + + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:09:07 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.glif index 19fe2f446..9819527b1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.sc.glif index 14ccbb8f3..b9bb7c29b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/nlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/notequal.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/notequal.glif index ed2878961..d3cdf1c79 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/notequal.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/notequal.glif @@ -1,28 +1,32 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.glif index cc63fc1c2..bf26da8e0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.sc.glif index 699e27795..3eca32cf7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ntilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/numbersign.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/numbersign.glif index 6c14ea60c..f1d4e30ae 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/numbersign.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/numbersign.glif @@ -1,37 +1,37 @@ - + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/numero.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/numero.glif index b53ec132d..0d82b9b60 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/numero.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/numero.glif @@ -1,65 +1,65 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/o.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/o.glif index 6d123458d..b7d7bb3a1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/o.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/o.glif @@ -1,47 +1,47 @@ - + - - - - - - + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/o.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/o.sc.glif index 2e70ff428..b435183f0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/o.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/o.sc.glif @@ -1,60 +1,49 @@ - - - - - + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.glif index 12789c206..db08b45ab 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.sc.glif index bc9d7cd19..fd09cd217 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oacute.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.glif index 08f7dc324..272051f84 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.sc.glif index 31059334a..3b44947df 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/obreve.sc.glif @@ -1,13 +1,13 @@ - - - - - + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.glif index 5f2fa8a81..321b5d2f3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.sc.glif index 774e3f208..0906bd259 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocaron.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.glif index f0e06f420..894ec9379 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.sc.glif index 2b3ce1e7e..c1e849313 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflex.sc.glif @@ -1,13 +1,13 @@ - - - - - + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.glif index 1e3e8c524..2d898fd54 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.sc.glif index 306677d07..8db496ebe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexacute.sc.glif @@ -1,13 +1,13 @@ - - - - - + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.glif index d72ea4185..0f77771d5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.sc.glif index cbef5cf37..0489a4a8d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -1,16 +1,16 @@ - - - - - + + + + + - + - + @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.glif index 8aafe4809..1e3fcf392 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.sc.glif index f8f596050..30826891a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexgrave.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.glif index 48372598f..bce457e2a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.sc.glif index 93d4bc014..c6fae5f9f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.glif index e16c1453a..8b65943cc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.sc.glif index 99119d26e..363987f0b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ocircumflextilde.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.glif index 8418ced72..7631ca167 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.sc.glif index f4e217d07..0514afc8e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odblgrave.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.glif index f5b3f53fa..d924e8eed 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.sc.glif index 6f941a318..d550415ee 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresis.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.glif index 5b31b2d93..a0b9e1a3c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.sc.glif index c2e1f0b65..a127022ee 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odieresismacron.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.glif index 3e4b642bf..d9d1944c6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.sc.glif index 569620ec4..e02168731 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotaccentmacron.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.glif index 38942da6c..0f4286976 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.sc.glif index f467de51d..0108ce789 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/odotbelow.sc.glif @@ -1,23 +1,23 @@ - - - - - + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.glif index dea3046f2..3d21fae2c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.glif @@ -1,77 +1,77 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.sc.glif index 33863d397..797e5a7e4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oe.sc.glif @@ -1,70 +1,59 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonek.glif index edc4d70fc..c4af33ad3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonek.glif @@ -1,36 +1,36 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.case.glif index 9c0993d28..e3d86c731 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.case.glif @@ -3,33 +3,33 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.glif index 4f72e961d..921910aae 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ogonekcomb.glif @@ -4,33 +4,33 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.glif index 2a45e74ee..b29897570 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.sc.glif index fb68deb63..293272b43 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ograve.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.glif index 34c96535e..a282bc160 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.sc.glif index 6cc564694..4fbc3cb64 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohookabove.sc.glif @@ -1,13 +1,13 @@ - - - - - + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.glif index ff282e36a..58d9da60b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.sc.glif index af2f16b44..ea1a52654 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorn.sc.glif @@ -1,53 +1,53 @@ - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -55,7 +55,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.glif index 5e8dbf4d6..a377dd1a2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.sc.glif index 69908f4d0..94817d36f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornacute.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.glif index c028b72c5..58e7b0790 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.sc.glif index 621259fa1..a54b2c2fe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorndotbelow.sc.glif @@ -1,19 +1,19 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.glif index 8ef4344c8..fcbb6c84e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.sc.glif index 44f63a54f..1170f9b34 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorngrave.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.glif index 1278b5f36..ecd425eba 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.sc.glif index 14f40a405..7538c1f60 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohornhookabove.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.glif index 711127806..99e5f0fb4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:06 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.sc.glif index 21f05eea7..93a7d3a1f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohorntilde.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:56 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.glif index 6fa8ca73b..74dead85c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.sc.glif index 1b0fce17b..9eb258ba7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ohungarumlaut.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.glif index e18eb1c57..da59f0157 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.sc.glif index aa01d1557..8d96d40ee 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oinvertedbreve.sc.glif @@ -1,13 +1,13 @@ - - - - - + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.glif index 43380f4c8..183c30837 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.sc.glif index 0bd4c2f9d..e6df7e281 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacron.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.glif index f9a27720f..974d0325f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.sc.glif index 2b976c6d1..423ea25a4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacronacute.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.glif index fd4e79496..1f78f4da9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.sc.glif index a423e9d8f..70f0ecc95 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omacrongrave.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omega.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omega.sc.glif index d94275663..25e08b196 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omega.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/omega.sc.glif @@ -1,7 +1,7 @@ - - + + @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.dnom.glif index 06bf9cc3d..0e94cb2de 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.dnom.glif @@ -1,41 +1,26 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:03:23 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.glif index 5cc8775dd..22dc81dd8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.glif @@ -1,26 +1,26 @@ - + - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.lf.glif index c830f0516..cf32a9fdf 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.numr.glif index 33ef20e37..63328bbaf 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:40 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.osf.glif index 2e1f8e851..7d2ccb731 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.osf.glif @@ -1,25 +1,25 @@ - + - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.sc.glif index cc0853548..95546c812 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.sc.glif @@ -1,19 +1,19 @@ - + - - - - - - - - - - - + + + + + + + + + + + @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tf.glif index d2f142dbd..1aadb2f8a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tf.glif @@ -1,30 +1,30 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tosf.glif index 98d3f3024..6f4d1f249 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/one.tosf.glif @@ -1,35 +1,30 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:20:53 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.15 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneeighth.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneeighth.glif index ebdf4f236..270aab837 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneeighth.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneeighth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onefifth.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onefifth.glif index 7a62f795a..6e6bfd4f4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onefifth.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onefifth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onehalf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onehalf.glif index 2da719261..dae8b1ffc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onehalf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onehalf.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneinferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneinferior.glif index 87c0b49f6..c7e9ce081 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneninth.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneninth.glif index 1edbc3223..9307d284d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneninth.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneninth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onequarter.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onequarter.glif index 08b5b4ff7..62f01267d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onequarter.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onequarter.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneseventh.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneseventh.glif index b4e821304..846287db3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneseventh.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oneseventh.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onesixth.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onesixth.glif index 57f17ef33..fbc453e28 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onesixth.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onesixth.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onesuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onesuperior.glif index 908091ac4..b4cd2d838 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:44:41 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onetenth.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onetenth.glif index 4005209c2..63891d0e2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onetenth.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onetenth.glif @@ -1,12 +1,12 @@ - + - - - + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onethird.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onethird.glif index 6a539a487..70c9479dc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onethird.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/onethird.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.glif index 51ebe379d..35e13c095 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.sc.glif index 129540cf5..8033cebf1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oogonek.sc.glif @@ -1,23 +1,23 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ordfeminine.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ordfeminine.glif index 0b2cc94c2..58a37ebf1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ordfeminine.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ordfeminine.glif @@ -1,67 +1,67 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ordmasculine.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ordmasculine.glif index 9f104c2fd..8f45bbf72 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ordmasculine.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ordmasculine.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.glif index b3e907086..7f0a95dea 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.glif @@ -1,48 +1,48 @@ - + - - - - + + + + - - - - - - - - - + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.sc.glif index 8b556f0bb..fd78debde 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslash.sc.glif @@ -1,61 +1,50 @@ - - - + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.glif index 26c19b3fa..615c3d4af 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.glif @@ -1,8 +1,8 @@ - + - + @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.sc.glif index 274f07a2f..9529f16cc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/oslashacute.sc.glif @@ -1,18 +1,18 @@ - - - + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.glif index 27be0e26a..4cd270173 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.glif @@ -1,21 +1,21 @@ - + - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.sc.glif index e1482f21e..2eb6a13b7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otilde.sc.glif @@ -1,13 +1,13 @@ - - - - - - + + + + + + - + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:08:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.glif index fc3d77d5b..92cda51a5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.sc.glif index df2781b96..06dd801bb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildeacute.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.glif index 199cf39f4..4f2f42cd0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.sc.glif index 1c8c93612..7cce02bb8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildedieresis.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.glif index 750d9ef31..f353b1859 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.glif @@ -1,22 +1,22 @@ - + - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.sc.glif index daf7479b6..779fb4b70 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/otildemacron.sc.glif @@ -1,24 +1,24 @@ - - - - - - + + + + + + - + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/p.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/p.glif index 4565f3daa..6ee0873f0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/p.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/p.glif @@ -1,49 +1,49 @@ - + - - - + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/p.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/p.sc.glif index 070c7a01e..f66f60a69 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/p.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/p.sc.glif @@ -1,61 +1,50 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/paragraph.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/paragraph.glif index a38f2b803..cc35a79d4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/paragraph.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/paragraph.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.case.glif index ade35b293..809a1be27 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.case.glif @@ -1,28 +1,28 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.glif index 1788edddc..fcc2c39fd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenleft.glif @@ -1,29 +1,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.case.glif index 094bebbd3..123832095 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.case.glif @@ -1,13 +1,17 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:45 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.glif index f9908bc9f..e82ccf377 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/parenright.glif @@ -1,14 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/partialdiff.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/partialdiff.glif index 67378bfd5..acad469df 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/partialdiff.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/partialdiff.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.glif index 2bae20cc8..7710361d5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.sc.glif index 8dd3c9cb9..db459b06f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:59 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/percent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/percent.glif index cfaa509a4..ff9f73fa9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/percent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/percent.glif @@ -1,75 +1,75 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/period.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/period.glif index 179936bba..33747ce0d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/period.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/period.glif @@ -1,27 +1,27 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.case.glif index 7135ac8f3..7c188da41 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.case.glif @@ -1,6 +1,6 @@ - + @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.glif index daca1471c..d643df762 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.glif @@ -1,14 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index cc95f0e79..879b89079 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,11 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.glif index 598fe5faa..492b08d56 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/periodcentered.loclC_A_T_.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,11 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/perthousand.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/perthousand.glif index 95b481667..3e96215ef 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/perthousand.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/perthousand.glif @@ -1,42 +1,46 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/peseta.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/peseta.glif index d118cd453..fc78571c2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/peseta.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/peseta.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.16 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/peso.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/peso.glif index 1f954ccb4..b39c747d1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/peso.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/peso.glif @@ -1,82 +1,82 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.25 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.glif index 3d171575a..903d043b1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.glif @@ -1,70 +1,70 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:34:59 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.sc.glif index c5b0c0b4e..9edc479ec 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/pi.sc.glif @@ -1,24 +1,24 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey product com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:11:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/plus.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/plus.glif index 68d7e6c75..853f7b4a9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/plus.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/plus.glif @@ -1,35 +1,35 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/plusminus.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/plusminus.glif index 55660fa55..5d82b6378 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/plusminus.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/plusminus.glif @@ -1,20 +1,24 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/primemod.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/primemod.glif index 2bd127aa1..53332a066 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/primemod.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/primemod.glif @@ -8,7 +8,11 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/product.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/product.glif index b18ab1877..55ea6a760 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/product.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/product.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/punctuationspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/punctuationspace.glif index c20334588..7d372e678 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/punctuationspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/punctuationspace.glif @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/q.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/q.glif index 4026dfeeb..429b818b0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/q.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/q.glif @@ -1,49 +1,49 @@ - + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey d com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/q.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/q.sc.glif index 51b22e635..65fc481e3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/q.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/q.sc.glif @@ -1,73 +1,62 @@ - - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/question.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/question.glif index 03544319f..e78232484 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/question.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/question.glif @@ -1,55 +1,55 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.case.glif index f5c076dab..a67361317 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.case.glif @@ -1,48 +1,48 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.glif index 65d78be66..b2e9de987 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/questiondown.glif @@ -1,49 +1,49 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedbl.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedbl.glif index 37d64a610..aec62ca7f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedbl.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedbl.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,12 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesingle com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblbase.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblbase.glif index b39ee2b3a..03b59d82a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblbase.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblbase.glif @@ -1,15 +1,20 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblleft.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblleft.glif index f187b6f75..9d8c642b2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblleft.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblleft.glif @@ -1,15 +1,20 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblright.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblright.glif index 7ced93979..8a18089c5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblright.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotedblright.glif @@ -1,15 +1,20 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteleft.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteleft.glif index 58760effc..66c78f696 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteleft.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteleft.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotereversed.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotereversed.glif index fa956f9bb..5d9747576 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotereversed.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotereversed.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteright.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteright.glif index 862e72210..bcc5e9655 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteright.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quoteright.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesinglbase.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesinglbase.glif index 0e68d5ae8..b5300cd0f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesinglbase.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesinglbase.glif @@ -1,14 +1,18 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesingle.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesingle.glif index 56bbc1357..74cae5eab 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesingle.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/quotesingle.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/r.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/r.glif index a86128a3c..b74c279c9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/r.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/r.glif @@ -1,40 +1,40 @@ - + - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/r.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/r.sc.glif index 1e9542f49..55da9fb43 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/r.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/r.sc.glif @@ -1,80 +1,69 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.glif index 5de82c862..b10c1f155 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.sc.glif index 7a5f525c5..a9bd504df 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/racute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/radical.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/radical.glif index 949f8012e..800205575 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/radical.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/radical.glif @@ -1,26 +1,26 @@ - + - - - - - - - - - - - + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.glif index 3924ae2ed..f66277c32 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.sc.glif index 34a3ffcea..a41fbc9c7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.glif index 6efe18fe9..55d0e5c36 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.sc.glif index 27d285171..edfc9af62 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rcommaaccent.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.glif index a4f54eee8..289de90c9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.sc.glif index ec1ba47b1..685729a17 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdblgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.glif index dc8f52fa0..7b45f3dd3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.sc.glif index 9e04be207..1bf077842 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rdotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/registered.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/registered.glif index 85710e76e..a07073b8a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/registered.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/registered.glif @@ -1,89 +1,89 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightA_rrow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightA_rrow.glif index 76e47b285..ae41b44cc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightB_lackT_riangle.glif index 7e48b8b1e..b9ef8c1bc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:48:49 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightW_hiteT_riangle.glif index 92e5b5af2..8dcddff59 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:05:21 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightanglebracket-math.glif index f88a18d46..c3724fa21 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rightanglebracket-math.glif @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ring.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ring.glif index 8d6b5ee2b..eaab92661 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ring.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ring.glif @@ -1,42 +1,42 @@ - + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.case.glif index 8b3592193..632094581 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.case.glif @@ -1,41 +1,41 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.glif index 8cafa5860..8e98eeec3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringcomb.glif @@ -5,38 +5,38 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfleft.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfleft.glif index e01ba0fcd..3eeecba31 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfleft.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfleft.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfright.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfright.glif index 5462c1518..dc654fdf8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfright.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ringhalfright.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.glif index 65e0cc5d6..36e5af3dd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.sc.glif index c17b15710..161482c96 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rinvertedbreve.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:26 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.glif index 9bb1e3303..89f69c32e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:31 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.sc.glif index 7493b09f8..7e0b3f065 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rlinebelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ruble.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ruble.glif index 0140cd884..b84145cb5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ruble.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ruble.glif @@ -1,54 +1,54 @@ - + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rupeeI_ndian.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rupeeI_ndian.glif index 33ae3a393..c8024af7b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/rupeeI_ndian.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.36 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/s.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/s.glif index 2f386c7bf..02a2fd827 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/s.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/s.glif @@ -1,56 +1,56 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/s.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/s.sc.glif index 8f6e124ab..be7cd7434 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/s.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/s.sc.glif @@ -1,68 +1,57 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.glif index 31fe4341c..5271cb073 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.sc.glif index 1401c1dd1..fa37f9dc4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.glif index 0cb5ef6d0..bd2bb4a08 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.sc.glif index 9a9fdc97c..ec89a1f41 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sacutedotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:27 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.glif index 22008739a..686ad672a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.sc.glif index d7fc7e4e3..478578141 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scaron.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.glif index 7913a7335..316215d3e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.sc.glif index 18bf2ccf4..596f9a8e4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scarondotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:54:57 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.glif index b74dc723b..611e9373e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.sc.glif index ce38af16d..f968d7f8b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scedilla.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.glif index 15890e816..90e57a365 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.glif @@ -1,49 +1,49 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.sc.glif index 50af6cfbb..312863de3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/schwa.sc.glif @@ -1,57 +1,46 @@ - - + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.glyph.leftMetricsKey @@ -59,7 +48,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.glif index 55f4b51df..c0576ac48 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.sc.glif index 856f83d6c..d1f9b5b2f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.glif index 50ebe3de1..3cee7ee01 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.glif @@ -1,10 +1,10 @@ - + - - - + + + @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.sc.glif index 4a347ad2b..f83f3591e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/scommaaccent.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.glif index 506ff2a19..d303415ff 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.sc.glif index 483aa58d6..0a9a7c66c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotaccent.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.glif index a99d5e9e5..02f7d9e3e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.sc.glif index f3184ee78..4a21264dc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.glif index 1cf26d0ce..31c12b475 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.glif @@ -1,19 +1,19 @@ - + - - - + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.sc.glif index 768229c36..90e4339fb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/second.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/second.glif index 7e31d9915..ccf91f3c7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/second.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/second.glif @@ -1,15 +1,20 @@ - + - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/secondtonechinese.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/secondtonechinese.glif index 029cd775c..07036355e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/secondtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/secondtonechinese.glif @@ -1,24 +1,24 @@ - + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/section.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/section.glif index 75705c5bc..35124f433 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/section.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/section.glif @@ -1,69 +1,69 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/semicolon.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/semicolon.glif index 188c57d08..41a3c683b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/semicolon.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/semicolon.glif @@ -1,15 +1,20 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.dnom.glif index e34b23ff2..05cfc7a78 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.dnom.glif @@ -1,38 +1,23 @@ - + - - - - - - - - - + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:57:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.glif index 4856e4f07..90fa7956c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.glif @@ -1,24 +1,24 @@ - + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.lf.glif index a95c952f3..6204eb381 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.numr.glif index e1f34bae7..837c45269 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.osf.glif index e6fd2aabb..58693437a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.osf.glif @@ -1,23 +1,23 @@ - + - - - - - - - - - + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.sc.glif index d2182b75c..6e9174136 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.sc.glif @@ -1,17 +1,17 @@ - + - - - - - - - - - + + + + + + + + + @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tf.glif index eb62403b7..22df7ccf7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tf.glif @@ -1,30 +1,23 @@ - + - - - - - - - - - + + + + + + + + + - RMXScaler - - keepStroke - 90 - monoWidth - 627 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tosf.glif index d57604155..ed9156d26 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seven.tosf.glif @@ -3,26 +3,21 @@ - - - - - - - - - + + + + + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:09:42 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seveneighths.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seveneighths.glif index d2271c814..3b7a8f5de 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seveneighths.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seveneighths.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seveninferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seveninferior.glif index 3de8191eb..5caf08c84 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seveninferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/seveninferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sevensuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sevensuperior.glif index d10014d6b..8523cd779 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sevensuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sevensuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sheqel.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sheqel.glif index 6f9fc0b42..ac0559b1e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sheqel.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sheqel.glif @@ -1,45 +1,45 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.2 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.dnom.glif index 530c30fea..2cc5fcb5f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.dnom.glif @@ -1,61 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:00:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.glif index 2d483c8de..0970b97fe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.glif @@ -1,47 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.lf.glif index 3244f1473..66a9a5806 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.numr.glif index 052397c09..798615263 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.osf.glif index 0ab5984c5..619b5c020 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.osf.glif @@ -1,46 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.sc.glif index 0aed1f325..f3a9f400b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.sc.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tf.glif index 09f560e18..96988098c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tf.glif @@ -1,53 +1,46 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - keepStroke - 90 - monoWidth - 627 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tosf.glif index 7ed36839d..330e6eeb4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/six.tosf.glif @@ -3,49 +3,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixinferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixinferior.glif index eec050f1e..8cfa5232f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixperemspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixperemspace.glif index de0df4cb7..2533c9c35 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixsuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixsuperior.glif index 14bf4233a..cf570069a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sixsuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:43:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.case.glif index 950ed96c1..19f90a0a9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.case.glif @@ -1,18 +1,18 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.glif index 93b265417..c9ce14f5f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slash.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slashlongcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slashlongcomb.glif index 783d5ad7a..a28b7ff03 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slashlongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slashlongcomb.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slashshortcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slashshortcomb.glif index e2f404f12..ff6747afc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slashshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/slashshortcomb.glif @@ -4,16 +4,18 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 + com.schriftgestaltung.Glyphs.originalWidth + 106.66667 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.case.glif index 9ce0fac0f..4d24059d1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.case.glif @@ -11,7 +11,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.glif index 60384c53b..9030729f6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/softhyphen.glif @@ -12,7 +12,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/space.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/space.glif index b78022173..eaa9089f6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/space.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/space.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sterling.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sterling.glif index ad9d09c7d..bc832fa02 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sterling.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/sterling.glif @@ -1,70 +1,70 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/strokelongcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/strokelongcomb.glif index 3d16bd67b..e3a114222 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/strokelongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/strokelongcomb.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/strokeshortcomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/strokeshortcomb.glif index ff0bbf54f..daee69296 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/strokeshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/strokeshortcomb.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/summation.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/summation.glif index 3d54ad6b5..56b443f42 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/summation.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/summation.glif @@ -1,29 +1,29 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/t.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/t.glif index e2a70c54b..dad7bf3ca 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/t.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/t.glif @@ -1,48 +1,48 @@ - + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/t.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/t.sc.glif index 26bf9552a..ff7a1f7e4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/t.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/t.sc.glif @@ -1,39 +1,28 @@ - - - - - + + + + + - - - - - - - - + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.glif index 7c1151b4f..0c11f4c90 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.glif @@ -1,25 +1,29 @@ - + - - - - - + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.sc.glif index 7eb603c63..b3982dfb5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tbar.sc.glif @@ -1,43 +1,32 @@ - - - + + + - - - - + + + + - - - - - - - - + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.glif index cb61d2c9b..f1860339b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:52:45 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.sc.glif index 6d23aeefe..05b086714 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcaron.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.glif index 7aa208d59..c131efe4d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.sc.glif index cee928da5..65f02fbeb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcedilla.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.glif index 2ddf12389..eed6099b2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.glif @@ -1,12 +1,12 @@ - + - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.sc.glif index 31f54ed6a..e8af60616 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tcommaaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.glif index 2e16c2c94..b7cee058b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.sc.glif index 783a82f32..fd82a38ff 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdieresis.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.glif index b86235808..f1e0f10f8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.sc.glif index b8517ee66..93b8f2e2b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotaccent.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:05:25 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.glif index 8b161a2e1..2ba714bd9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.sc.glif index 07ff3a8e0..19570efcb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tdotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tenge.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tenge.glif index e61811f5d..fafaf31d9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tenge.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tenge.glif @@ -1,31 +1,31 @@ - + - - + + - - - - - - - - + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thinspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thinspace.glif index a4d7a2a4e..8ca36dbc9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thinspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.glif index fe931f478..8b3206151 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.glif @@ -1,17 +1,17 @@ - + - - - + + + - - - - - + + + + + @@ -22,7 +22,11 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey b com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.sc.glif index baf9d7123..536b761c4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/thorn.sc.glif @@ -1,61 +1,50 @@ - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.dnom.glif index f18be7c25..1d018fe34 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.dnom.glif @@ -1,73 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:15 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.glif index 8c53351e9..e4831cef3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.glif @@ -1,59 +1,59 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.lf.glif index f401dece9..a38d77901 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.numr.glif index 08fcf950d..f18772fc4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.osf.glif index c5d4ffe8c..c50efbb93 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.osf.glif @@ -1,58 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.sc.glif index cc8eaeefd..17a68e5d7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.sc.glif @@ -1,52 +1,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -54,7 +54,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tf.glif index b1310083c..10248dabe 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tf.glif @@ -1,65 +1,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - keepStroke - 90 - monoWidth - 627 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tosf.glif index e26a56263..1c1ab7de0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/three.tosf.glif @@ -3,61 +3,56 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:12:07 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeeighths.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeeighths.glif index 3a71f5ef8..2c0693276 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeeighths.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeeighths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey three.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeinferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeinferior.glif index 7a633792e..396d6b6db 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeperemspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeperemspace.glif index 4a0679022..a238b9b3e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:14 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threequarters.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threequarters.glif index 32bcca044..4764f4137 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threequarters.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threequarters.glif @@ -1,16 +1,16 @@ - + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threesuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threesuperior.glif index f16660850..e681d1a7c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/threesuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:49:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.case.glif index fe4271937..0116f4060 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.case.glif @@ -1,35 +1,35 @@ - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.glif index 0acc9eac9..8148c1546 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tilde.glif @@ -1,36 +1,36 @@ - + - + - - - - - - + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.case.glif index 601c52df0..2c65a5dad 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.case.glif @@ -1,35 +1,35 @@ - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.glif index 572d77c82..7838dc818 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tildecomb.glif @@ -2,35 +2,35 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.glif index 46c725c3a..84b867a66 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.sc.glif index 8b75b55bf..3aa3e1921 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tlinebelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/trademark.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/trademark.glif index 2ac422f10..be402ae31 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/trademark.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/trademark.glif @@ -1,47 +1,47 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tugrik.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tugrik.glif index 3f175c8ee..561b21fc4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tugrik.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/tugrik.glif @@ -1,30 +1,34 @@ - + - - - - + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.dnom.glif index ea65c3fb4..91336bc74 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.dnom.glif @@ -1,52 +1,37 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:42:31 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.22 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.glif index 8fa1f2c19..2508c1640 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.glif @@ -1,38 +1,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.22 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.lf.glif index 442c4dd55..a525d8df6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.numr.glif index bb288e285..9d38e0500 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.numr.glif @@ -1,13 +1,13 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.osf.glif index f8032d101..1863015ea 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.osf.glif @@ -1,38 +1,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.sc.glif index c8d5cd2e9..d71bfc063 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.sc.glif @@ -1,31 +1,31 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.22 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tf.glif index f7b3c281f..8efb22209 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tf.glif @@ -1,44 +1,37 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - keepStroke - 90 - monoWidth - 627 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.22 name diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tosf.glif index 68b00e838..cf17d3ce4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/two.tosf.glif @@ -3,41 +3,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:11:35 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twofifths.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twofifths.glif index 2cd4da6c9..49953141d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twofifths.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twofifths.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twoinferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twoinferior.glif index 45f2e6553..ba04d18f0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twoinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twoinferior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twosuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twosuperior.glif index c4fa8074c..b1481f6c8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twosuperior.glif @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 16:39:19 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twothirds.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twothirds.glif index 6d2f1b7ee..5756a1910 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twothirds.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/twothirds.glif @@ -1,11 +1,11 @@ - + - - + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/u.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/u.glif index e48d9f475..78324d4da 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/u.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/u.glif @@ -1,44 +1,44 @@ - + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/u.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/u.sc.glif index fd3c89ebe..05ec297cf 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/u.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/u.sc.glif @@ -1,50 +1,39 @@ - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.glif index c4b7fd3a1..4938d9bd7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:20 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.sc.glif index c2f89adcf..4d0040bb5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uacute.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.glif index 1c6722c8b..636bc34eb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.sc.glif index 194bee8de..7049ec654 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ubreve.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.glif index 2282918ed..33b7569bf 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.sc.glif index 40d806982..b9c8732b7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucaron.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.glif index 7593ba568..abb186add 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.sc.glif index 07272d1ee..7b0b785c2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ucircumflex.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.glif index c50109ed3..e57ecd8da 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.sc.glif index 23ff2f311..c10e7261a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udblgrave.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.glif index 4e9e00a96..0e4058a47 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:21 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.sc.glif index 4c53e0f9f..f1c4f68e9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresis.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.glif index 084f63151..00dc30bdd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.sc.glif index edb740435..373dc267e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.glif index fb3213811..2876054ba 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.sc.glif index e9928cdee..c8ce94d09 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresiscaron.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.glif index 45b7a75e6..68e099342 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.sc.glif index c93b0a3c9..c09ad54dc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresisgrave.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.glif index 2bd0f0cfc..d7653bf46 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.sc.glif index 417793dc4..b9d40e83d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udieresismacron.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.glif index 2ea642c1d..79d997e9a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.sc.glif index e997e29d9..8cdb9de26 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/udotbelow.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.glif index e66eaa4d5..fdcd9c1b7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.sc.glif index e3eb3a753..9480d676f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ugrave.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.glif index d338dfb60..f9df66677 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.sc.glif index 1d0b99e18..f13460fda 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhookabove.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.glif index 1bc2c929d..63b3f7078 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.sc.glif index 57f77e1a0..aae5b1e8f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorn.sc.glif @@ -1,48 +1,37 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.glif index d85118eab..a8a4db8ca 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.sc.glif index 7b94771f9..c3a1285ba 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.glif index 22f0e2e3a..703cedaac 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.sc.glif index 7fec81be2..21f27a6a3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorndotbelow.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.glif index 01b79787e..eea3103fc 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.sc.glif index b218307a6..92135273d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorngrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.glif index aa2c8a7ae..6d4294122 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.sc.glif index 368cb8eed..95a2d1648 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhornhookabove.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.glif index 56b7d2b24..289649e92 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:06:30 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.sc.glif index 6f95503cd..ed5503512 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhorntilde.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:36 + 2019/02/18 20:30:31 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.glif index 542c6c459..d576c86b8 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.sc.glif index ec37658a6..e271cb3c4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uhungarumlaut.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.glif index 579dab118..ec81be7f7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.sc.glif index 18f92c130..8252907fd 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uinvertedbreve.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.glif index 9fa612665..59abec3eb 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.sc.glif index c3d5ce5f6..056a5c512 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacron.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.glif index 5a3e8c98b..99f6b36ca 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 06:27:28 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.sc.glif index e90fab938..5eb8a9b06 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/umacrondieresis.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:55:18 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/underscore.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/underscore.glif index 5a8fe9097..2347b5270 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/underscore.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/underscore.glif @@ -1,19 +1,19 @@ - + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uni0000.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uni0000.glif index e6fb07071..a794b2196 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uni0000.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uni0000.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.glif index d125af62b..1ecde2de0 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.sc.glif index 88e9d20e3..7a3de641f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uogonek.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upA_rrow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upA_rrow.glif index a4c48fe79..799624ab6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upA_rrow.glif @@ -1,6 +1,6 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:26:32 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upB_lackT_riangle.glif index 9810aef73..ce83cd481 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:46:24 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upW_hiteT_riangle.glif index f795ac1fc..a705e597d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/20 05:01:56 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.glif index 7e516cf80..abcf71241 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.sc.glif index 06f152a90..50bf59c1e 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/uring.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.glif index 38b0a1cd9..206c3cd0c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.glif @@ -1,20 +1,20 @@ - + - - - - - + + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.sc.glif index d005170e3..d7c43285b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utilde.sc.glif @@ -1,21 +1,21 @@ - - - - - - + + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:22 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.glif index 9128c6a3c..f772f2ff9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.glif @@ -1,21 +1,21 @@ - + - - - - - + + + + + - - + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.sc.glif index b379c9da6..c3b30249d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/utildeacute.sc.glif @@ -1,22 +1,22 @@ - - - - - - + + + + + + - - + + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:53:04 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/v.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/v.glif index a013186b6..9f50d69da 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/v.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/v.glif @@ -1,27 +1,27 @@ - + - - + + - - - - - - - - - - + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/v.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/v.sc.glif index fcee999fc..97af43124 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/v.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/v.sc.glif @@ -1,39 +1,28 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinelowmod.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinelowmod.glif index 078ac6ade..8b7732303 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinelowmod.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinelowmod.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinemod.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinemod.glif index 4ce55c486..1b6eb94f6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinemod.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/verticallinemod.glif @@ -3,16 +3,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:28 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/w.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/w.glif index 5717f3e2d..3209ed8ba 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/w.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/w.glif @@ -1,40 +1,40 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/w.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/w.sc.glif index 787657b91..4c94ea92a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/w.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/w.sc.glif @@ -1,52 +1,41 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.glif index 82fff82c5..0f7ab025c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.sc.glif index 1cbccc77f..247ace907 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wacute.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.glif index 56b0e1428..bfa1cfd01 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.sc.glif index ce4f538c2..ad007494c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wcircumflex.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.glif index 133638329..19f66b333 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.sc.glif index dd5a4cce8..02603977a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wdieresis.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.glif index ea21307e9..150e88981 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.sc.glif index 55c5402af..e34ad54c2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/wgrave.sc.glif @@ -1,19 +1,19 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:07:03 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteD_iamond.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteD_iamond.glif index d5c7ed06c..2bd96e5ec 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:31 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteS_quare.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteS_quare.glif index df575f5e2..b08d12867 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/19 04:32:58 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/won.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/won.glif index a1b555972..ddd08f40d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/won.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/won.glif @@ -1,41 +1,45 @@ - + - - - + + + - - - - + + + + - + - - + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:39:44 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/x.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/x.glif index 545348a89..c41db238d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/x.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/x.glif @@ -1,38 +1,38 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/x.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/x.sc.glif index a74b93db2..2e1ddee4a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/x.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/x.sc.glif @@ -1,50 +1,39 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/y.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/y.glif index e667eb4c1..492c62c69 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/y.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/y.glif @@ -1,45 +1,45 @@ - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:00 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/y.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/y.sc.glif index 555b90b8a..b3cb732b5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/y.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/y.sc.glif @@ -1,45 +1,34 @@ - - - - + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.glif index 454c38037..1c24da5e7 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.sc.glif index d5825065b..f3a56e54a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yacute.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.glif index 4c14f9df0..600f4ba91 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.sc.glif index 2f5760e86..e95a0e165 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ycircumflex.sc.glif @@ -1,8 +1,8 @@ - - - + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.glif index 8906c3286..7388b7d3c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.sc.glif index cf29c9442..473b0ff4f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydieresis.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.glif index d23fea14d..201da4d03 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.sc.glif index 82c8ad64f..4c26d345f 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotaccent.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.glif index 39f35112d..a00445266 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:07:22 + 2019/02/18 20:30:31 public.markColor 0.85,0.26,0.06,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.sc.glif index 442754f99..2324ab01c 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ydotbelow.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yen.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yen.glif index df0dc3b87..3ebfa4819 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yen.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yen.glif @@ -1,43 +1,43 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.glif index 0ed53690c..b0df475ab 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.sc.glif index 870823643..ad731e77a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ygrave.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.glif index 22292ef15..a35de7998 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.sc.glif index 1b420b26a..7bc718ce4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/yhookabove.sc.glif @@ -1,20 +1,20 @@ - - - - + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:01 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.glif index 4e9d96111..9d8643891 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.sc.glif index 9ef7e49af..f5a535891 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ymacron.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.glif index 36d289d98..027384ad3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.glif @@ -1,18 +1,18 @@ - + - - - + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.sc.glif index dba104c62..b7b6266e2 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/ytilde.sc.glif @@ -1,9 +1,9 @@ - - - - + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:04:02 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/z.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/z.glif index 72b14ca37..38c123a90 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/z.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/z.glif @@ -1,31 +1,31 @@ - + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/z.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/z.sc.glif index 6ea23c919..c77160177 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/z.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/z.sc.glif @@ -1,43 +1,32 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 87 - weight - 1 - width - 96 - com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:39:16 + 2019/02/18 20:30:01 public.markColor 0.98,0.36,0.67,1 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.glif index 17145045f..f2f26ff36 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.sc.glif index 9cab054ad..17a156c07 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zacute.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.glif index 275531861..705882206 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.sc.glif index 265f7119a..1ec7b4db1 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zcaron.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.glif index 2fd433954..1d9a72322 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 06:18:47 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.sc.glif index 286c34842..8d18ca800 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotaccent.sc.glif @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:06:53 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.glif index 5cef5a730..b49c6a707 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.glif @@ -1,19 +1,19 @@ - + - - - - + + + + - + com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.sc.glif index c1ee71215..7cf35389b 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zdotbelow.sc.glif @@ -1,20 +1,20 @@ - - - - - + + + + + - + com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:40:09 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.dnom.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.dnom.glif index 19a4e0632..0cf039085 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.dnom.glif @@ -1,55 +1,40 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - adjustSpace - 2 - height - 73 - keepStroke - 90 - monoWidth - 627 - weight - -12 - width - 78 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.glif index 5e6cdfffe..55dd219ce 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.glif @@ -1,41 +1,41 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.glif index 7654bf9f6..ac5262e18 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.glif @@ -1,13 +1,17 @@ - + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.zero.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.zero.glif index c039267dc..9e6423ec3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.lf.zero.glif @@ -1,6 +1,6 @@ - + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:40:59 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.numr.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.numr.glif index fd5ea2896..8869b09f3 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.numr.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.glif index 10e3c7dec..2a836ea69 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.glif @@ -1,40 +1,40 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.zero.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.zero.glif index 148555c61..1888706e9 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.osf.zero.glif @@ -1,12 +1,12 @@ - + - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:41:12 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.sc.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.sc.glif index 93a517813..3e0976b66 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.sc.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.sc.glif @@ -1,34 +1,34 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:51:05 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.glif index 79561a654..4e3bfa2b4 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.glif @@ -1,47 +1,40 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - keepStroke - 90 - monoWidth - 627 - com.schriftgestaltung.Glyphs.lastChange - 2019/01/17 06:41:26 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.zero.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.zero.glif index 1ecbdb60d..4e3ea91a5 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tf.zero.glif @@ -1,12 +1,12 @@ - + - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:52 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.glif index ac3031103..2f6092238 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.glif @@ -4,42 +4,37 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - RMXScaler - - monoWidth - 677 - com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 17:14:08 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.zero.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.zero.glif index c10d47424..09990b8ad 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.tosf.zero.glif @@ -6,7 +6,7 @@ - + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:01:04 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.zero.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.zero.glif index 0c1b2da85..40a176324 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.zero.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zero.zero.glif @@ -1,12 +1,12 @@ - + - - - - + + + + @@ -17,12 +17,16 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 05:00:23 + 2019/02/18 20:30:01 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name hr00 + com.schriftgestaltung.componentsAlignment + + -1 + diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zeroinferior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zeroinferior.glif index c761e482b..f4086e689 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zeroinferior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerosuperior.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerosuperior.glif index 8232c053f..97e4befab 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:31 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthjoiner.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthjoiner.glif index 414a7ed8a..ec510243a 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:19 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthnonjoiner.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthnonjoiner.glif index 31175d269..133ec847d 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/07 16:39:25 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthspace.glif b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthspace.glif index 94b44a868..0e0c0c616 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthspace.glif +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/01/21 06:08:13 + 2019/02/18 20:30:01 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/kerning.plist b/sources/master_ufo/MerriweatherSans-Regular.ufo/kerning.plist index 8627eb850..f489df668 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/kerning.plist +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/kerning.plist @@ -10,19 +10,21 @@ public.kern1.five.sups public.kern2.solidus - -70.0 + -68.0 public.kern1.four.sups public.kern2.seven.sinf - -30.0 + -28.0 public.kern2.solidus -30.0 + public.kern2.two.sinf + -2.0 public.kern1.one.sups public.kern2.solidus - -30.0 + -32.0 public.kern1.seven.sinf @@ -37,18 +39,23 @@ public.kern1.six.sups public.kern2.solidus - -50.0 + -52.0 public.kern1.solidus public.kern2.five.sinf - -20.0 + -22.0 public.kern2.four.numr - -90.0 + -86.0 public.kern2.seven.sinf - 30.0 + 28.0 public.kern2.six.sinf - -60.0 + -62.0 + + public.kern1.two.sups + + public.kern2.solidus + 0.0 diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/layercontents.plist b/sources/master_ufo/MerriweatherSans-Regular.ufo/layercontents.plist index 7120d0ba4..b9c1a4f27 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/layercontents.plist +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/layercontents.plist @@ -6,9 +6,5 @@ public.default glyphs - - public.background - glyphs.public.background - diff --git a/sources/master_ufo/MerriweatherSans-Regular.ufo/lib.plist b/sources/master_ufo/MerriweatherSans-Regular.ufo/lib.plist index 6f887f81c..fd7f8afb6 100644 --- a/sources/master_ufo/MerriweatherSans-Regular.ufo/lib.plist +++ b/sources/master_ufo/MerriweatherSans-Regular.ufo/lib.plist @@ -2,14 +2,6 @@ - GSOffsetAutoStroke - 1 - GSOffsetHorizontal - -45 - GSOffsetMakeStroke - 1 - GSOffsetVertical - -45 com.schriftgestaltung.Glyphs.glyphUserData.IJ_acutecomb com.typemytype.robofont.mark @@ -630,7 +622,7 @@ com.schriftgestaltung.customParameter.GSFontMaster.strikeoutSize 30 com.schriftgestaltung.customParameter.GSFontMaster.weightValue - 107.0 + 115.0 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 100.0 com.schriftgestaltung.fontMasterOrder @@ -642,7 +634,7 @@ com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue - 107.0 + 115.0 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_.glif index 598ca98ba..f6d159ca4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_.glif @@ -34,7 +34,7 @@ A 10 9 2 4 2 1 74 5 1 4 0 0 1 4 0 98 0 2 2 17 75 3 1 1 1 18 1 76 8 8 8 12 8 12 17 17 17 16 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_.glif index 5ff010b7b..63e565e38 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_.glif @@ -42,7 +42,7 @@ AE 19 14 13 3 7 6 1 74 0 0 0 1 8 0 1 97 10 1 8 0 4 2 8 4 97 9 1 7 7 6 89 0 6 6 17 75 0 2 2 3 89 5 1 3 3 18 3 76 18 18 0 0 18 21 18 21 0 17 0 17 19 17 17 17 17 17 17 11 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_acute.glif index 85b874a08..de28d117a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_E_acute.glif @@ -14,7 +14,7 @@ AEacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_acute.glif index 39ca20849..03cce6847 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_acute.glif @@ -15,7 +15,7 @@ Aacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:08:22 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breve.glif index c8ea6a2e2..72949ce9f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breve.glif @@ -15,7 +15,7 @@ Abreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breveacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breveacute.glif index 16edb8d9c..550dc0d32 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breveacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_breveacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevedotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevedotbelow.glif index 7355b355e..d5032429e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevedotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevegrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevegrave.glif index 4e4fe2e20..6457cfdea 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevegrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevehookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevehookabove.glif index 8fb00f6b1..d787df996 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevetilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevetilde.glif index aab25e5d9..b1235a3ea 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_brevetilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_caron.glif index 68b9bd72d..4005d7fbe 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_caron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflex.glif index 41254a583..24d149556 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflex.glif @@ -15,7 +15,7 @@ Acircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexacute.glif index f4b06bc63..b5ddc3555 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexdotbelow.glif index a193cba63..8432af071 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexgrave.glif index d94ad90b2..ff0eded68 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexhookabove.glif index 53b569b78..b7fda2d46 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflextilde.glif index e94bbcfe7..0e70bb9b6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_circumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dblgrave.glif index 4a4418cd3..6471730a7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dieresis.glif index e6d4f837b..24b38b218 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dieresis.glif @@ -15,7 +15,7 @@ Adieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dotbelow.glif index cf886d393..243d5c0f6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_grave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_grave.glif index 27149e0cf..5a6bbcd41 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_grave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_grave.glif @@ -15,7 +15,7 @@ Agrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_hookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_hookabove.glif index 38d8b95cc..e41c755b8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_hookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_invertedbreve.glif index 3686c8914..1ced139c4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_invertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_macron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_macron.glif index 4930bd768..3801bfd18 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_macron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_macron.glif @@ -15,7 +15,7 @@ Amacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ogonek.glif index 6adef0886..e12ce7a38 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ogonek.glif @@ -19,7 +19,7 @@ Aogonek 32 31 2 7 4 2 1 6 1 3 1 0 6 3 74 8 1 6 1 0 1 6 0 112 9 1 7 0 2 1 7 2 98 0 4 4 17 75 5 3 2 1 1 18 75 0 0 0 30 0 76 30 30 0 0 30 34 30 34 0 29 0 28 17 17 17 17 23 37 10 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ring.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ring.glif index 4a10ed986..9ec72535b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ring.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ring.glif @@ -32,7 +32,7 @@ NPUSHB[ ] /* 20 values pushed */ 35 35 21 21 35 39 35 39 21 34 21 33 38 23 39 17 16 9 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ringacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ringacute.glif index 6bdc9437d..e2469e976 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ringacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_ringacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_tilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_tilde.glif index c106556f6..99d320df2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/A_tilde.glif @@ -15,7 +15,7 @@ Atilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_.glif index 15799d1e7..0ca5edb71 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_.glif @@ -82,7 +82,7 @@ NPUSHB[ ] /* 21 values pushed */ 34 34 23 23 34 46 34 45 42 40 23 33 23 31 57 113 33 52 9 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_dotaccent.glif index a08eff98c..c4b98820c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/B_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_.glif index f66b3cde4..9b48e4afe 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_.glif @@ -53,7 +53,7 @@ C 3 1 0 3 17 4 2 1 0 18 1 2 1 3 74 0 0 0 3 91 4 1 3 3 25 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 30 0 29 38 37 38 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_R_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_R_.glif index 056897a9a..d38b4050a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_R_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_R_.glif @@ -8,7 +8,7 @@ CR com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_acute.glif index ebebb1af8..9c8ac866b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_acute.glif @@ -14,7 +14,7 @@ Cacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_caron.glif index 9dd175233..34a6b6b62 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_caron.glif @@ -14,7 +14,7 @@ Ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedilla.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedilla.glif index 4b0d80ff3..d000e8b9c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 50 0 49 45 37 44 37 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedillaacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedillaacute.glif index 5f7f41244..748d3c5c7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_cedillaacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_circumflex.glif index 4609e4835..6bd9645c6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_circumflex.glif @@ -14,7 +14,7 @@ Ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_dotaccent.glif index b10bf0ce0..0a4e5500d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/C_dotaccent.glif @@ -14,7 +14,7 @@ Cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:42:49 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_.glif index e8558854f..2f4ccdd43 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_.glif @@ -68,7 +68,7 @@ NPUSHB[ ] /* 19 values pushed */ 19 19 0 0 19 32 19 31 27 25 0 18 0 13 65 37 7 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_.glif index f700cf712..caa85f65c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_caron.glif index e973607cf..9f740033d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_Z_caron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_caron.glif index 58c818822..7927c0c86 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_caron.glif @@ -15,7 +15,7 @@ Dcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_croat.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_croat.glif index b5cbd711c..8e9b3a5a5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_croat.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_croat.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 25 values pushed */ 23 23 0 0 23 40 23 39 37 36 35 34 31 29 0 22 0 17 17 17 65 37 11 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotaccent.glif index c15bd8915..c13d3d817 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotbelow.glif index d7300ea10..cc3457c52 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_elta.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_elta.glif index 4f87c1e8f..642769e80 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_elta.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_elta.glif @@ -12,7 +12,7 @@ uni0394 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_linebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_linebelow.glif index 4407c7af6..913a2b7c5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_z.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_z.glif index 43ef189f8..a91d2d701 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_z.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_z.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_zcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_zcaron.glif index eabe60bec..9e6b953ab 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/D_zcaron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:38 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_.glif index 2750df476..5c4ea8a07 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_.glif @@ -32,7 +32,7 @@ E 0 1 0 2 3 1 2 97 0 0 0 5 89 6 1 5 5 17 75 0 3 3 4 89 0 4 4 18 4 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:17 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_acute.glif index 2dd7016f6..f58499fc1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_acute.glif @@ -16,7 +16,7 @@ Eacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_breve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_breve.glif index 619c18bad..55b0c23d2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_breve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_breve.glif @@ -16,7 +16,7 @@ Ebreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_caron.glif index 4f1dc0994..582268098 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_caron.glif @@ -16,7 +16,7 @@ Ecaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_cedillabreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_cedillabreve.glif index e02279a12..f839666cc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_cedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_cedillabreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:45 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflex.glif index cd4994a26..de21fb722 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflex.glif @@ -16,7 +16,7 @@ Ecircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexacute.glif index 77f449827..1df369913 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexdotbelow.glif index c7a06c20c..f986cfc77 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexdotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexgrave.glif index 597b385bc..6df43670e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexhookabove.glif index 379a76891..48df39ae2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflexhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflextilde.glif index 272d99d77..84aa0da20 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_circumflextilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dblgrave.glif index 24e4fc7da..6a56de7aa 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dieresis.glif index b2022c4ad..f6a5d12a5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dieresis.glif @@ -16,7 +16,7 @@ Edieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotaccent.glif index 26257c628..d9da7dd65 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotaccent.glif @@ -16,7 +16,7 @@ Edotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotbelow.glif index 1f6856645..9c2eaa150 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:43:19 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_grave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_grave.glif index ad401954b..7ea27ebcc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_grave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_grave.glif @@ -16,7 +16,7 @@ Egrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_hookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_hookabove.glif index 4545475f1..f6d539beb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_invertedbreve.glif index f3fa005ff..7710e5da4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macron.glif index 2b18c8029..60121b119 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macron.glif @@ -16,7 +16,7 @@ Emacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macronacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macronacute.glif index e815e8148..cdda20344 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macronacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macrongrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macrongrave.glif index 5df8ff5aa..679de3afb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_macrongrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ng.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ng.glif index dba3e97eb..a9c4a47d7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ng.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ng.glif @@ -36,7 +36,7 @@ Eng 20 19 13 12 10 5 0 1 1 74 6 5 2 0 71 3 2 2 1 1 17 75 0 0 0 18 0 76 0 0 0 21 0 21 17 30 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ogonek.glif index 4730dc699..3945cfc3c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_ogonek.glif @@ -20,7 +20,7 @@ Eogonek 17 1 3 5 18 1 4 3 2 74 0 3 5 4 5 3 4 112 0 0 0 1 2 0 1 97 8 1 7 7 6 89 0 6 6 17 75 0 2 2 5 89 0 5 5 18 75 0 4 4 30 4 76 0 0 0 33 0 33 17 23 37 39 17 17 17 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_th.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_th.glif index 488f71fde..8fd6da1a1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_th.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_th.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey D com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_tilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_tilde.glif index bd34c9ec9..6b41b3e9f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_tilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zh.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zh.glif index 7c891c687..28a759a24 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zh.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zh.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:46:07 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zhcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zhcaron.glif index 6cafb1da7..7155c3d95 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/E_zhcaron.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:45:59 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_.glif index 52ee9d264..1a32163e1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_.glif @@ -28,7 +28,7 @@ F 0 1 0 2 3 1 2 97 0 0 0 4 89 5 1 4 4 17 75 0 3 3 18 3 76 0 0 0 9 0 9 17 17 17 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:45:43 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_dotaccent.glif index 9424f7ee2..7d7a8419c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/F_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 23:46:12 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_.glif index e0913b553..a227845d9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_.glif @@ -60,7 +60,7 @@ G 19 1 3 2 20 1 0 3 2 74 0 0 0 5 4 0 5 97 0 3 3 2 91 0 2 2 25 75 0 4 4 1 91 0 1 1 26 1 76 19 37 39 38 37 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_breve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_breve.glif index 67e26039f..278e62c44 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_breve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_breve.glif @@ -14,7 +14,7 @@ Gbreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_caron.glif index c1f9d663b..b4b022513 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_caron.glif @@ -14,7 +14,7 @@ Gcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_circumflex.glif index 275f5728b..b6316410b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_circumflex.glif @@ -14,7 +14,7 @@ Gcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_commaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_commaaccent.glif index 82863a7be..172441153 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_commaaccent.glif @@ -14,7 +14,7 @@ Gcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_dotaccent.glif index 698c4c46d..c58ea1f70 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_dotaccent.glif @@ -14,7 +14,7 @@ Gdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_ermandbls.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_ermandbls.glif index ba7846486..011bc5b75 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_ermandbls.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_ermandbls.glif @@ -76,7 +76,7 @@ NPUSHB[ ] /* 11 values pushed */ 37 37 20 35 20 36 18 18 8 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_macron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_macron.glif index 7f0113ad2..3c3864165 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_macron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/G_macron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_.glif index 90e427b10..bd349a7e4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_.glif @@ -30,7 +30,7 @@ H 0 4 0 1 0 4 1 98 6 5 2 3 3 17 75 2 1 0 0 18 0 76 0 0 0 11 0 11 17 17 17 17 17 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_bar.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_bar.glif index 556f6977a..0cad62d56 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_bar.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_bar.glif @@ -53,7 +53,7 @@ NPUSHB[ ] /* 18 values pushed */ 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_brevebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_brevebelow.glif index 6e61de811..a1c8f1779 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_brevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_brevebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_circumflex.glif index 9ff82261e..3a1ffed67 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_circumflex.glif @@ -14,7 +14,7 @@ Hcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_dotbelow.glif index ec71e5d32..de9ed71d5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/H_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.glif index 7c7b214ec..f609fbae2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.glif @@ -24,7 +24,7 @@ I 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.uc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.uc.glif index 00185019e..efb9c727d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.uc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_.uc.glif @@ -15,7 +15,7 @@ I.uc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J_.glif index 69dd08b34..681bd5725 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J_.glif @@ -18,7 +18,7 @@ IJ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J__acutecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J__acutecomb.glif index 0441dbe20..df3ac59e6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J__acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_J__acutecomb.glif @@ -35,7 +35,7 @@ NPUSHB[ ] /* 18 values pushed */ 18 18 14 14 18 37 18 37 27 26 14 17 14 17 31 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_acute.glif index 7b58fbbe7..7402e9d0c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_acute.glif @@ -16,7 +16,7 @@ Iacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_breve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_breve.glif index f4eb9d482..734c1f161 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_breve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_breve.glif @@ -16,7 +16,7 @@ Ibreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_caron.glif index 0ac2c1740..25d9b78d6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_circumflex.glif index 4ead2d63b..05cd15194 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_circumflex.glif @@ -16,7 +16,7 @@ Icircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dblgrave.glif index a3c838d3e..d54c2cb94 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresis.glif index 7499e371b..6baeb517c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresis.glif @@ -16,7 +16,7 @@ Idieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresisacute.glif index 59feb91c9..006c6a6fb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotaccent.glif index e370ad62f..463c4301b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotaccent.glif @@ -16,7 +16,7 @@ Idotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotbelow.glif index 8e80544e3..199697c1e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_grave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_grave.glif index 67871ba60..1b6e347c0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_grave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_grave.glif @@ -16,7 +16,7 @@ Igrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_hookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_hookabove.glif index c8dad87c6..d7a7c1b1d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_invertedbreve.glif index 0772ab1dd..5bd0e5dbd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_macron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_macron.glif index 36d0e52ce..85232a280 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_macron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_macron.glif @@ -16,7 +16,7 @@ Imacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_ogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_ogonek.glif index 5b3ff8f53..c87759a15 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_ogonek.glif @@ -20,7 +20,7 @@ Iogonek 8 1 0 3 9 1 1 0 2 74 0 0 3 1 3 0 1 112 0 2 2 17 75 0 3 3 18 75 0 1 1 30 1 76 17 25 37 36 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_tilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_tilde.glif index ca0dfff1d..0891b6e63 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/I_tilde.glif @@ -16,7 +16,7 @@ Itilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_.glif index 1043a0eaa..870d024c9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_.glif @@ -33,7 +33,7 @@ J 0 0 1 0 115 2 1 1 1 17 1 76 0 0 0 19 0 19 24 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_circumflex.glif index d4704f5b6..57a420c02 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/J_circumflex.glif @@ -14,7 +14,7 @@ Jcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_.glif index 0bd878cb5..91dee0137 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_.glif @@ -38,7 +38,7 @@ K 17 14 8 3 0 2 1 74 3 1 2 2 17 75 1 1 0 0 18 0 76 18 17 21 20 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_commaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_commaaccent.glif index d9b0ea87a..304cc3fc2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/K_commaaccent.glif @@ -14,7 +14,7 @@ Kcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_.glif index e059da25b..9507e8bf3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_.glif @@ -26,7 +26,7 @@ L 3 1 2 2 17 75 0 0 0 1 90 0 1 1 18 1 76 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_J_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_J_.glif index 5be35652b..e8c9914bb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_J_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_J_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_acute.glif index 60f74aaf1..60ad42175 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_acute.glif @@ -16,7 +16,7 @@ Lacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_caron.glif index 56daa78a7..4651639ad 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_caron.glif @@ -35,7 +35,7 @@ Lcaron com.schriftgestaltung.Glyphs.glyph.leftMetricsKey L com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:24 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_commaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_commaaccent.glif index f379a3b98..fc2273ccf 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_commaaccent.glif @@ -16,7 +16,7 @@ Lcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dot.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dot.glif index 30c5e1acd..244449851 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dot.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dot.glif @@ -16,7 +16,7 @@ Ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dotbelow.glif index df641087b..c7a786c89 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_j.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_j.glif index f325852b4..b080f8f0d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_j.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_j.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_linebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_linebelow.glif index 9c5d1516f..ecd6d2bf6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_linebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_slash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_slash.glif index da6c67d1d..14c8ba949 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_slash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/L_slash.glif @@ -30,7 +30,7 @@ Lslash 12 11 10 6 5 4 6 0 2 1 74 0 2 2 17 75 0 0 0 1 90 0 1 1 18 1 76 21 17 16 3 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_.glif index 35c09b610..3263b6af9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_.glif @@ -50,7 +50,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 18 0 18 20 20 17 20 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotaccent.glif index 54b549e9d..d0e138d2a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotbelow.glif index ec3bd2058..fd13baf59 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/M_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_.glif index 3db289e48..9086c47df 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_.glif @@ -32,7 +32,7 @@ N 10 9 3 2 4 1 0 1 74 4 3 2 0 0 17 75 2 1 1 1 18 1 76 0 0 0 13 0 13 20 17 20 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_J_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_J_.glif index 412893f29..d4ef3d43d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_J_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_J_.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_acute.glif index c96d16d7a..91fab6d12 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_acute.glif @@ -14,7 +14,7 @@ Nacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_caron.glif index 32696e088..48c1e2824 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_caron.glif @@ -14,7 +14,7 @@ Ncaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_commaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_commaaccent.glif index e66a9d461..4afbdba3d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_commaaccent.glif @@ -14,7 +14,7 @@ Ncommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotaccent.glif index 255e07733..d80b57187 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotbelow.glif index e171b0eb7..560920d78 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_j.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_j.glif index 6dd1b3090..79e0e9808 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_j.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_j.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_linebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_linebelow.glif index ffa6def3f..9ab86cdfc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_linebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_tilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_tilde.glif index c51e59700..e0112b010 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/N_tilde.glif @@ -14,7 +14,7 @@ Ntilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_.glif index 5e4d6b9c0..df14b154f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_.glif @@ -48,7 +48,7 @@ O 0 2 2 0 91 0 0 0 25 75 0 3 3 1 91 0 1 1 26 1 76 38 38 38 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:29:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_E_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_E_.glif index 2202fb1a5..74a2273d8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_E_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_E_.glif @@ -101,7 +101,7 @@ NPUSHB[ ] /* 24 values pushed */ 27 27 0 0 27 42 27 41 35 33 0 26 0 26 19 38 35 17 17 17 17 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_acute.glif index 5f49bae70..3c2f23d41 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_acute.glif @@ -18,7 +18,7 @@ Oacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_breve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_breve.glif index 8a505ec76..6898e7895 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_breve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_breve.glif @@ -18,7 +18,7 @@ Obreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_caron.glif index b5ecdc410..c7a066e49 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_caron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflex.glif index 9dd7adcbc..adbd42be4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflex.glif @@ -18,7 +18,7 @@ Ocircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexacute.glif index 1a6606f0d..69769ae1a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexdotbelow.glif index d133559b3..a10085d5e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexdotbelow.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexgrave.glif index 3c925c048..6e70d0911 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexhookabove.glif index 24e9edfaf..d099ab569 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflexhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflextilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflextilde.glif index c6440986c..7998713c7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_circumflextilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dblgrave.glif index 46c865e23..5c08aab71 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dblgrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresis.glif index bd7436c96..bb7a02ff9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresis.glif @@ -18,7 +18,7 @@ Odieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresismacron.glif index 143912956..bad355eed 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dieresismacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotaccentmacron.glif index 6d558064d..f33bbf76f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotaccentmacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotbelow.glif index 54c5976d5..1637b7358 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_dotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_grave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_grave.glif index 460f9fc75..66d0fbd85 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_grave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_grave.glif @@ -18,7 +18,7 @@ Ograve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hm.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hm.glif index 9191997fb..4b5b009dc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hm.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hm.glif @@ -48,7 +48,7 @@ uni2126 31 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hookabove.glif index f3d80c280..4a700c489 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horn.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horn.glif index 6f081271e..10a8ddd60 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horn.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horn.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:51:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornacute.glif index add631ac2..43fad710b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horndotbelow.glif index 56654e226..a565fb1a2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horndotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horngrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horngrave.glif index 138b2eba8..3d12f15d3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horngrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornhookabove.glif index a5515a019..1e75ff0fe 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hornhookabove.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horntilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horntilde.glif index 853e94f2d..80451e666 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_horntilde.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:48:08 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hungarumlaut.glif index 5cf4260e4..83b527cc1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_hungarumlaut.glif @@ -18,7 +18,7 @@ Ohungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_invertedbreve.glif index 549e4f712..df84a00a9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_invertedbreve.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macron.glif index c6936fe67..6d18b7f6b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macron.glif @@ -18,7 +18,7 @@ Omacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macronacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macronacute.glif index 453a613ea..ec9a7d42f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macronacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macronacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macrongrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macrongrave.glif index ce38289ff..a3fdb1762 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_macrongrave.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_mega.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_mega.glif index b13ff8aa7..e83720c90 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_mega.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_mega.glif @@ -12,7 +12,7 @@ uni03A9 com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_ogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_ogonek.glif index e60acfb48..a68464a08 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_ogonek.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:55:35 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slash.glif index dfd02cabe..be70dbf97 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slash.glif @@ -77,7 +77,7 @@ Oslash 23 20 2 2 1 39 38 30 29 4 3 2 11 8 2 0 3 3 74 22 21 2 1 72 10 9 2 0 71 4 1 2 2 1 91 0 1 1 25 75 5 1 3 3 0 91 0 0 0 26 0 76 33 33 24 24 33 41 33 40 24 32 24 31 42 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slashacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slashacute.glif index 75125a0f5..82ac552a7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slashacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_slashacute.glif @@ -13,7 +13,7 @@ Oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tilde.glif index f7da43c8b..c4d1b33ed 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tilde.glif @@ -18,7 +18,7 @@ Otilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildeacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildeacute.glif index 0b5e491b9..e796f90e9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildeacute.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildedieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildedieresis.glif index 7f0315639..5b078eb8a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildedieresis.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildemacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildemacron.glif index 98f63d024..1627af6e5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/O_tildemacron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_.glif index b92db5b1a..652e98b8a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_.glif @@ -65,7 +65,7 @@ NPUSHB[ ] /* 23 values pushed */ 18 18 2 0 18 30 18 29 25 23 16 15 14 10 5 3 0 17 2 17 8 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_dotaccent.glif index 74acc9b73..60b2b41d5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/P_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Q_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Q_.glif index c0b96f753..cbff521bd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Q_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Q_.glif @@ -43,7 +43,7 @@ Q 33 7 2 0 3 8 1 1 0 2 74 0 3 4 0 4 3 0 112 0 0 0 1 0 1 96 5 1 4 4 2 91 0 2 2 25 4 76 34 34 34 49 34 48 46 43 37 36 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_.glif index 3ef78bf28..283217a7b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_.glif @@ -73,7 +73,7 @@ NPUSHB[ ] /* 15 values pushed */ 34 34 34 47 34 45 44 34 33 17 40 24 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_acute.glif index 58ff7e848..6a890b15a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_acute.glif @@ -14,7 +14,7 @@ Racute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_caron.glif index d12cd83eb..a2c384be0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_caron.glif @@ -14,7 +14,7 @@ Rcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_commaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_commaaccent.glif index 01fc23afc..043a74414 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_commaaccent.glif @@ -14,7 +14,7 @@ Rcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dblgrave.glif index 1189cb672..f882b69ac 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dblgrave.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dotbelow.glif index 7ac205d1c..ddca43a47 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_invertedbreve.glif index 9b0530180..cfb325b6e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_invertedbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:52:13 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_linebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_linebelow.glif index 8908ee100..3ba0b416f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/R_linebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_.glif index 8551c989f..ea684d39e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_.glif @@ -56,7 +56,7 @@ S 19 1 2 1 43 20 2 0 2 42 1 3 0 3 74 0 2 2 1 91 0 1 1 25 75 0 0 0 3 91 0 3 3 26 3 76 45 37 44 33 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acute.glif index 2d64e67a1..6b76d62ec 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acute.glif @@ -14,7 +14,7 @@ Sacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acutedotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acutedotaccent.glif index 7866c5a8b..c1690a7ee 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_acutedotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_caron.glif index 7f09850f0..fd96033da 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_caron.glif @@ -14,7 +14,7 @@ Scaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_carondotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_carondotaccent.glif index 249fdef74..070e003fb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_carondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_carondotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_cedilla.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_cedilla.glif index 00e9e583b..73ef9a7ff 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_cedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 9 values pushed */ 37 44 38 22 37 43 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_chwa.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_chwa.glif index 3e5eef3e4..7a0793f77 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_chwa.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_chwa.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey O com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:28:51 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_circumflex.glif index c7bfd7e42..6e3337268 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_circumflex.glif @@ -14,7 +14,7 @@ Scircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_commaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_commaaccent.glif index d196cbb1f..e184e71f6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_commaaccent.glif @@ -14,7 +14,7 @@ Scommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotaccent.glif index 5e5659fae..e2c207746 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelow.glif index 667b4d03d..72d396c4b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif index 1db7d82e0..893087ddf 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/S_dotbelowdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_.glif index a5111aa1d..9236d751a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_.glif @@ -27,7 +27,7 @@ T 4 3 2 1 1 0 89 0 0 0 17 75 0 2 2 18 2 76 0 0 0 7 0 7 17 17 17 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_bar.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_bar.glif index 4f8a6f8d2..ba0466177 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_bar.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_bar.glif @@ -32,7 +32,7 @@ Tbar 4 1 0 3 1 1 2 0 1 97 8 7 2 5 5 6 89 0 6 6 17 75 0 2 2 18 2 76 0 0 0 15 0 15 17 17 17 17 17 17 17 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_caron.glif index 6dc9cc7c2..4f1448755 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_caron.glif @@ -15,7 +15,7 @@ Tcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_cedilla.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_cedilla.glif index 3994cc879..68b79a1e8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_cedilla.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_commaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_commaaccent.glif index 463e3c780..ae9cbdf96 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_commaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_commaaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotaccent.glif index d9bc2c063..3a7742d42 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotbelow.glif index 39604d5f5..86c649dff 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_horn.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_horn.glif index db9915f41..6ff1c821c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_horn.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_horn.glif @@ -51,7 +51,7 @@ Thorn 13 1 4 3 26 1 5 4 2 74 0 3 0 4 5 3 4 100 0 5 0 0 1 5 0 99 0 2 2 17 75 0 1 1 18 1 76 37 37 34 17 21 34 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_linebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_linebelow.glif index 42bf9f374..cbb4d7510 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_linebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/T_linebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_.glif index fc26a75d7..0cebf4962 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_.glif @@ -47,7 +47,7 @@ U 2 1 0 0 17 75 0 1 1 3 92 0 3 3 26 3 76 36 20 38 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_acute.glif index 0fc216903..2483a2425 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_acute.glif @@ -16,7 +16,7 @@ Uacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_breve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_breve.glif index c4caa3c62..8efe982e6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_breve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_breve.glif @@ -16,7 +16,7 @@ Ubreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_caron.glif index b565e04f1..79e1bcfc6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_caron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_circumflex.glif index 5b6934fdc..b10196527 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_circumflex.glif @@ -16,7 +16,7 @@ Ucircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dblgrave.glif index eea3146ac..030e6407c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresis.glif index e945b63ff..2d6cd0137 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresis.glif @@ -16,7 +16,7 @@ Udieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisacute.glif index 1ecb01dbc..f6b9463f1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresiscaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresiscaron.glif index fff34c4b2..e14e5afc7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresiscaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:10:41 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisgrave.glif index 6e4714b3c..ec8312f3a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresisgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresismacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresismacron.glif index eb8c86554..570484d11 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dieresismacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dotbelow.glif index 2b4ffe234..ca7805870 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_dotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_grave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_grave.glif index 87be1e9a3..9fc45f3e8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_grave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_grave.glif @@ -16,7 +16,7 @@ Ugrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hookabove.glif index f1c76a957..bab3ed7cf 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horn.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horn.glif index a92bd1de2..a4adacac8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horn.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horn.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornacute.glif index 0a54ad659..608107282 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horndotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horndotbelow.glif index 751d9897b..4142de23f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horndotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horngrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horngrave.glif index efa8ea037..b7bc1c4bb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horngrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horngrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornhookabove.glif index 5821e5dba..a4fd3bf00 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hornhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horntilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horntilde.glif index fda733b30..1184ccd88 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horntilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_horntilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hungarumlaut.glif index e5fb947f4..b0737e455 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_hungarumlaut.glif @@ -16,7 +16,7 @@ Uhungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_invertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_invertedbreve.glif index 5f5d35428..8c94ce324 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_invertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_invertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macron.glif index 39173d6d9..fd72df33d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macron.glif @@ -16,7 +16,7 @@ Umacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macrondieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macrondieresis.glif index 82fb26b22..fe0ec5555 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_macrondieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ogonek.glif index 2de6ce979..afb3909ae 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ogonek.glif @@ -20,7 +20,7 @@ Uogonek 27 1 2 4 15 1 0 2 16 1 1 0 3 74 0 0 2 1 2 0 1 112 6 5 2 3 3 17 75 0 4 4 2 92 0 2 2 26 75 0 1 1 30 1 76 0 0 0 48 0 48 38 21 40 37 43 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:56:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ring.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ring.glif index 49eb11867..38545d97a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ring.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_ring.glif @@ -16,7 +16,7 @@ Uring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tilde.glif index ac5324b32..9dc76fc03 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tilde.glif @@ -16,7 +16,7 @@ Utilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tildeacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tildeacute.glif index 9e889a824..494fbb73b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/U_tildeacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/V_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/V_.glif index 7106ad745..2a7266a50 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/V_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/V_.glif @@ -27,7 +27,7 @@ V 2 1 2 1 0 1 74 3 2 2 0 0 17 75 0 1 1 18 1 76 0 0 0 8 0 8 17 20 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_.glif index 08bceea54..dffe76576 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_.glif @@ -38,7 +38,7 @@ W 17 16 11 10 4 5 0 2 1 74 5 4 3 3 2 2 17 75 1 1 0 0 18 0 76 0 0 0 19 0 19 21 17 20 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_acute.glif index 4f4cb4885..ae558bd59 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_acute.glif @@ -14,7 +14,7 @@ Wacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_circumflex.glif index 86aafd67d..e071c60a9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_circumflex.glif @@ -14,7 +14,7 @@ Wcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_dieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_dieresis.glif index dd3c7641d..d1f9b5673 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_dieresis.glif @@ -14,7 +14,7 @@ Wdieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_grave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_grave.glif index c9fea1965..0d610e4be 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_grave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/W_grave.glif @@ -14,7 +14,7 @@ Wgrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/X_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/X_.glif index 2b425c4b7..74f668a38 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/X_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/X_.glif @@ -30,7 +30,7 @@ X 11 8 5 2 4 2 0 1 74 1 1 0 0 17 75 3 1 2 2 18 2 76 18 18 18 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_.glif index 4f1279081..1d5479d7c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_.glif @@ -30,7 +30,7 @@ Y 10 3 2 2 0 1 74 1 1 0 0 17 75 0 2 2 18 2 76 18 20 16 3 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_acute.glif index 9ca69fdc3..1e9df7935 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_acute.glif @@ -15,7 +15,7 @@ Yacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_circumflex.glif index 5f619eb12..370c1e3e0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_circumflex.glif @@ -15,7 +15,7 @@ Ycircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dieresis.glif index 1b9822df9..e92c91e23 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dieresis.glif @@ -15,7 +15,7 @@ Ydieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotaccent.glif index e9b81dfdd..23feeb529 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotbelow.glif index dc5575ec5..fbd153166 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_grave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_grave.glif index 6631e865a..476edfd0f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_grave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_grave.glif @@ -15,7 +15,7 @@ Ygrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_hookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_hookabove.glif index 3cb01b32c..ee45e1b5e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_hookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_hookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_macron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_macron.glif index 55b00f93f..4e03d0b79 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_macron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_macron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_tilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_tilde.glif index 74f1a8fff..a1a599a79 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_tilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Y_tilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_.glif index acb325ae7..08b812fa0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_.glif @@ -31,7 +31,7 @@ Z 0 0 0 1 89 0 1 1 17 75 0 2 2 3 89 0 3 3 18 3 76 17 19 17 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_acute.glif index 046aee538..130953765 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_acute.glif @@ -15,7 +15,7 @@ Zacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_caron.glif index 3b1a9fe58..1432febf0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_caron.glif @@ -15,7 +15,7 @@ Zcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotaccent.glif index 6d1a2a96e..c606a85f6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotaccent.glif @@ -15,7 +15,7 @@ Zdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotbelow.glif index fc701fb26..0aad363b2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/Z_dotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_notdef.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_notdef.glif index 27f7dec11..7a8dd9309 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_notdef.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_notdef.glif @@ -33,7 +33,7 @@ 11 5 1 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_null.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_null.glif index c046681c8..c44fc6ff4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_null.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/_null.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.glif index 7907c66da..7ff1aecc1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.glif @@ -66,7 +66,7 @@ NPUSHB[ ] /* 13 values pushed */ 17 17 17 29 17 28 40 37 35 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:24 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.sc.glif index 27f404018..93415351e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/a.sc.glif @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:30:33 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.glif index cc597ff23..cb1b41992 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.glif @@ -15,7 +15,7 @@ aacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.sc.glif index 6eab29f4c..76be2ecd7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.glif index 0d1b275ac..c493b350f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.glif @@ -15,7 +15,7 @@ abreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.sc.glif index b205d5cef..c24dc0604 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.glif index 6266fb918..d8987c6d0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.sc.glif index 7cdc2ea9b..b864c5799 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abreveacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.glif index a2b57e2fd..629528745 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.sc.glif index 589286a3f..dee634f65 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevedotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.glif index b34a19222..bf15d4469 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.sc.glif index 80afc34ec..69bde8059 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevegrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.glif index 370aa6b52..b76805b51 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.sc.glif index 23501206f..7a10d96bb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevehookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.glif index 18a1e7541..020b2d326 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.sc.glif index ffc702d09..fd34e4865 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/abrevetilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.glif index 8df2f6554..d8cdf3744 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.sc.glif index 347bea704..577dd1093 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.glif index 5116cc056..518a5540d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.glif @@ -15,7 +15,7 @@ acircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.sc.glif index f25639f03..ffa4e1cfa 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.glif index 57b18132a..ebf87b040 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.sc.glif index 3a8795673..6dd8e5509 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.glif index f2016e755..f15dd66db 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif index c115b4e2a..acb730392 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexdotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.glif index 8396ddb60..7bedf388a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.sc.glif index 262b97ecb..ad3e433ee 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.glif index 7aea9f0a8..64cb4cf61 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif index 96c8085e9..1161a92f9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflexhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.glif index 99245759f..562e5213d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.sc.glif index 8c5f8a7fb..2afe98222 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acircumflextilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acute.glif index 9c6dfeed0..3c9f4d0f4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acute.glif @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.case.glif index 5a68d5fd8..be784843f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.case.glif @@ -22,7 +22,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.glif index dcaf81f14..2217a645f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/acutecomb.glif @@ -23,7 +23,7 @@ acute 5 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.glif index 2d9d18c95..2bb8b4061 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.sc.glif index 80a2bb97f..5b73668b8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adblgrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.glif index 3e309efe2..660b00550 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.glif @@ -15,7 +15,7 @@ adieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.sc.glif index 44925d457..793d87774 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.glif index 832b23fd5..4c2b8e0a5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.sc.glif index 3caf7701a..3b0e14319 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/adotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.glif index c5d0a65ac..46ab9c427 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.glif @@ -132,7 +132,7 @@ NPUSHB[ ] /* 25 values pushed */ 37 37 0 0 60 58 52 50 37 47 37 46 41 40 0 36 0 35 35 37 36 39 11 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.sc.glif index 354e54c8f..503286e66 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ae.sc.glif @@ -56,7 +56,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:48:27 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.glif index 129294c34..35ff1824c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.glif @@ -14,7 +14,7 @@ aeacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.sc.glif index efec0a94b..b3e82da78 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aeacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:21:05 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.glif index 56f455046..ac02a6dd5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.glif @@ -15,7 +15,7 @@ agrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.sc.glif index 413513c11..2fcdac33b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/agrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.glif index 9e15223a6..cc86ef23b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.sc.glif index 2710c3ab4..a3633b3c2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ahookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.glif index 0983d2d47..71a066eda 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.sc.glif index 6e757a755..60df2559c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ainvertedbreve.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.glif index bbfe2a2a7..e1540eff6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.glif @@ -15,7 +15,7 @@ amacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.sc.glif index 8c28ab498..386b54c26 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/amacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ampersand.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ampersand.glif index 8f1dc21aa..ada86838a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ampersand.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ampersand.glif @@ -122,7 +122,7 @@ NPUSHB[ ] /* 14 values pushed */ 67 65 61 59 52 50 44 35 35 68 16 8 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.glif index ff7d23df0..a7e8c2e63 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.glif @@ -41,7 +41,7 @@ NPUSHB[ ] /* 21 values pushed */ 38 38 0 0 38 50 38 49 45 43 0 37 0 36 37 35 23 37 9 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:09:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.sc.glif index b74e76937..010283d6c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aogonek.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/apostrophemod.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/apostrophemod.glif index 5c986d144..f3d97ce7d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/apostrophemod.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/apostrophemod.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/approxequal.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/approxequal.glif index ac8cc889d..a00a0227c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/approxequal.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/approxequal.glif @@ -12,7 +12,7 @@ approxequal com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.glif index 6d1457759..209a1d6f0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.glif @@ -15,7 +15,7 @@ aring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.sc.glif index 9d457bd00..55f505bf3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aring.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.glif index 026e73d45..adab021b5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.sc.glif index 9cc5d0f97..87468a614 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/aringacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciicircum.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciicircum.glif index caf5d03b6..f3a28b6ed 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciicircum.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciicircum.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciitilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciitilde.glif index 32ab1de6b..a528e4f6f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciitilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asciitilde.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asterisk.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asterisk.glif index fa036adb2..fa3a091ef 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asterisk.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/asterisk.glif @@ -46,7 +46,7 @@ asterisk 28 27 26 21 19 18 16 14 13 11 6 4 3 1 14 1 0 1 74 0 0 1 1 0 85 0 0 0 1 89 0 1 0 1 77 30 24 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.case.glif index 0cde0499c..762493d9f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.case.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey at com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.glif index b0f69cea3..83fec639b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/at.glif @@ -99,7 +99,7 @@ NPUSHB[ ] /* 24 values pushed */ 68 68 0 0 68 81 68 80 75 73 0 67 0 66 37 38 37 43 38 39 38 12 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.glif index 14f7d18ea..8d8e46508 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.glif @@ -15,7 +15,7 @@ atilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.sc.glif index b69f3fd13..70ef0248f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/atilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.glif index 71079ea3b..293360f7c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.glif @@ -69,7 +69,7 @@ NPUSHB[ ] /* 19 values pushed */ 19 19 0 0 19 32 19 31 25 23 0 18 0 17 21 37 7 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.sc.glif index beeecea94..805ab341a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/b.sc.glif @@ -94,7 +94,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:31:32 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.case.glif index 45e4268c5..c2404f2ea 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.case.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.glif index 72a3e7af1..4562f4ba3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/backslash.glif @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bar.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bar.glif index 72dd4b2bf..02454ad7b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bar.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bar.glif @@ -20,7 +20,7 @@ bar 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.glif index 8b14ed906..e8df8bb27 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.sc.glif index 318bcd4d6..bfff7270d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bitcoin.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bitcoin.glif index 27ff14ce6..278aa788a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bitcoin.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bitcoin.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackD_iamond.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackD_iamond.glif index a731693e9..8d29731c6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackD_iamond.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackS_quare.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackS_quare.glif index 5e50414bd..b947d4636 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/blackS_quare.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.case.glif index 5a7ec6408..6a0a20d73 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.case.glif @@ -48,7 +48,7 @@ braceleft 22 1 1 0 54 39 31 5 4 2 1 51 1 3 2 3 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 49 47 43 42 24 23 19 17 4 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.glif index e2dc9730e..c7d9f44fc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceleft.glif @@ -49,7 +49,7 @@ braceleft 22 1 1 0 54 39 31 5 4 2 1 51 1 3 2 3 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 49 47 43 42 24 23 19 17 4 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.case.glif index 5924e8e0e..091a31d6f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.case.glif @@ -48,7 +48,7 @@ braceleft 22 1 1 0 54 39 31 5 4 2 1 51 1 3 2 3 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 49 47 43 42 24 23 19 17 4 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.glif index fe236721a..b651bd5ee 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/braceright.glif @@ -49,7 +49,7 @@ braceleft 22 1 1 0 54 39 31 5 4 2 1 51 1 3 2 3 74 0 0 0 1 2 0 1 97 0 2 3 3 2 85 0 2 2 3 91 0 3 2 3 79 49 47 43 42 24 23 19 17 4 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.case.glif index 577fdf78e..7a0d11b53 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.case.glif @@ -36,7 +36,7 @@ bracketleft 0 2 1 3 1 2 3 112 0 3 3 113 0 0 1 1 0 87 0 0 0 1 89 0 1 0 1 77 36 17 20 33 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.glif index ddbbfab30..a00866bd0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketleft.glif @@ -37,7 +37,7 @@ bracketleft 0 2 1 3 1 2 3 112 0 3 3 113 0 0 1 1 0 87 0 0 0 1 89 0 1 0 1 77 36 17 20 33 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.case.glif index aafcd6d67..b3c78b8a9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.case.glif @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.glif index 0edfb2f76..14ed032ab 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bracketright.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey bracketleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.case.glif index 6cf189cc5..395d2f9ce 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.case.glif @@ -36,7 +36,7 @@ breve.cap 22 1 0 1 1 74 3 1 1 72 0 1 0 1 114 0 0 2 2 0 87 0 0 0 2 91 0 2 0 2 79 37 18 40 3 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.glif index 5913af0cb..579d70bc7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breve.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.case.glif index fa5e6edf3..1addd6fce 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.glif index 9d3c5c17b..b845aacab 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevebelowcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.case.glif index b74da07c7..2848181a7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.case.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.glif index bee9d7d8e..a8a9023bb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb.glif @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif index 7cf8b6f94..1b2f566b9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.case.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.glif index 937bda87f..c190ac70c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_acutecomb.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif index 1d55de558..4164ec8a0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.case.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.glif index f640489b7..e86b90aa6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_gravecomb.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif index 3c6c6e1de..5f99cceeb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif index fc68091ca..5dcdd29e7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_hookabovecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif index 08965e3a4..01b7c8659 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.case.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.glif index 8f65f3b58..a100663d0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brevecomb_tildecomb.glif @@ -51,7 +51,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.case.glif index 677d13199..fc143b130 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.case.glif @@ -36,7 +36,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.glif index 4865455ec..f7f8f85ed 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/breveinvertedcomb.glif @@ -37,7 +37,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brokenbar.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brokenbar.glif index 90db1c6c5..0df31cde0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brokenbar.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/brokenbar.glif @@ -26,7 +26,7 @@ brokenbar 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.case.glif index 276ba679d..5168df5ca 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.case.glif @@ -27,7 +27,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 38 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.glif index 8432e791b..853f0d6a0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bullet.glif @@ -28,7 +28,7 @@ bullet 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 38 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bulletoperator.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bulletoperator.glif index 589096dd8..9bb029020 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bulletoperator.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/bulletoperator.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.glif index 3e049dc37..89d735b69 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.glif @@ -50,7 +50,7 @@ c 2 1 0 3 18 3 2 1 0 19 1 2 1 3 74 0 0 0 3 91 4 1 3 3 28 75 0 1 1 2 91 0 2 2 26 2 76 0 0 0 30 0 29 38 38 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.sc.glif index 78fc47286..53a9408d9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/c.sc.glif @@ -65,7 +65,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.glif index 162cb9ef5..ba58c9295 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.glif @@ -14,7 +14,7 @@ cacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.sc.glif index 03951c970..9f019ab28 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.case.glif index 49108d96c..8a6fe891c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.case.glif @@ -23,7 +23,7 @@ caron.cap 6 3 2 1 4 0 72 0 0 0 105 20 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.glif index f0e45f12b..b2d9c010c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caron.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.alt.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.alt.glif index 27fad0d9f..716a385ea 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.alt.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.alt.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.case.glif index d0cac95e4..b1b84a0c8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.case.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.glif index 9f20c1e83..00fcd39aa 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/caroncomb.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.glif index 3a33b422b..11749c5c1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.glif @@ -14,7 +14,7 @@ ccaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.sc.glif index 92b13b921..4155a3ae4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.glif index bb5a7b8da..5656c187f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.glif @@ -31,7 +31,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 50 0 49 37 45 37 44 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:10:56 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.sc.glif index de2ba8bbc..c3dc6607e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedilla.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.glif index a13aa4072..52597b0e2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.sc.glif index 6f5cea68c..57c90db22 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccedillaacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.glif index c1f3d1629..10aa59b44 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.glif @@ -14,7 +14,7 @@ ccircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.sc.glif index c4cbd7e6a..f1b01d7a2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ccircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.glif index 007cdc7b7..b37cf2464 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.glif @@ -14,7 +14,7 @@ cdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.sc.glif index b3642d259..f4bdeecc8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedi.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedi.glif index a8d796439..8db1928ab 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedi.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedi.glif @@ -65,7 +65,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 32 0 32 26 17 23 34 21 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedilla.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedilla.glif index cb1519206..720bdd473 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedilla.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedilla.glif @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.case.glif index 02bd62f5a..56da733b6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.glif index 10509b1ed..c5f6ba265 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cedillacomb.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cent.glif index b27788a32..b80d31572 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/cent.glif @@ -48,7 +48,7 @@ cent 22 20 2 2 1 23 3 2 3 2 10 4 2 0 3 3 74 4 1 3 2 0 2 3 0 112 0 0 0 113 0 1 2 2 1 85 0 1 1 2 91 0 2 1 2 79 0 0 0 34 0 33 38 25 24 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.case.glif index b3e5cc8ab..bcfb0c070 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.case.glif @@ -23,7 +23,7 @@ circumflex.cap 6 5 4 3 2 5 0 71 0 0 0 105 16 1 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.glif index 1915ac335..5c20be5ad 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflex.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.case.glif index 4920737f1..8a0ea5fe8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.case.glif @@ -29,7 +29,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.glif index 41521b546..b9c6cb68c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif index 4b072a907..1fc542375 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif index 51df62e89..0dc1be832 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_acutecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif index b453b24bd..5391e0bf7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.case.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif index 5d1acbe84..b5735e201 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_gravecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif index a83e3bfb3..434b0fef3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif index dcf7b33ea..c79edfeb8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_hookabovecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif index b66c06c71..aa956025e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.case.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif index 0aa4e7b3d..0f22d8b00 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/circumflexcomb_tildecomb.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colon.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colon.glif index d131c13e5..4341fea69 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colon.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colon.glif @@ -12,7 +12,7 @@ colon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colonsign.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colonsign.glif index 03fce5fc0..ffea1ebb8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colonsign.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/colonsign.glif @@ -96,7 +96,7 @@ NPUSHB[ ] /* 23 values pushed */ 3 0 52 49 48 46 43 42 32 31 30 26 25 24 5 4 0 44 3 44 9 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/comma.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/comma.glif index 273e316b0..b04673a2e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/comma.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/comma.glif @@ -35,7 +35,7 @@ comma 9 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.case.glif index cafbd042b..72ea2f9e4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.case.glif @@ -32,7 +32,7 @@ uni0326 9 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.glif index 72ada7017..b0ef402c6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaaccentcomb.glif @@ -33,7 +33,7 @@ uni0326 9 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif index 06347b7e7..2b498dd17 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.case.glif @@ -32,7 +32,7 @@ uni0326 9 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.glif index 861ca4377..6ad69f050 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedabovecomb.glif @@ -33,7 +33,7 @@ uni0326 9 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedmod.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedmod.glif index dc8d74712..9fa8fae3c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedmod.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commaturnedmod.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey commaturnedabovecomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commercialM_inusS_ign.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commercialM_inusS_ign.glif index 5792b1e4b..142d6ddf6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commercialM_inusS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/commercialM_inusS_ign.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/copyright.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/copyright.glif index 2b918de68..ea5475b55 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/copyright.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/copyright.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/currency.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/currency.glif index 1cd3b29b0..d921b172b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/currency.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/currency.glif @@ -66,7 +66,7 @@ currency 26 25 23 19 16 5 2 1 11 8 4 1 4 0 3 2 74 24 18 17 3 1 72 10 9 3 2 4 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 20 2 76 29 29 29 44 29 43 45 45 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.glif index c37133e20..4281cfad8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.glif @@ -80,7 +80,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 29 17 28 24 22 0 16 0 16 37 35 17 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.sc.glif index 83075beaf..143263172 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/d.sc.glif @@ -82,7 +82,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dagger.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dagger.glif index 133b4bb7a..a027f66ed 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dagger.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dagger.glif @@ -43,7 +43,7 @@ NPUSHB[ ] /* 9 values pushed */ 18 17 18 18 17 16 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/daggerdbl.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/daggerdbl.glif index a606b6c42..e0de5677f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/daggerdbl.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/daggerdbl.glif @@ -55,7 +55,7 @@ NPUSHB[ ] /* 14 values pushed */ 24 23 17 18 17 18 18 17 18 17 16 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.case.glif index 735d88799..6751e4f5a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.glif index 749a1ec7f..94dd9379e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dblgravecomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.glif index d05417b0f..4c1594176 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.glif @@ -33,7 +33,7 @@ dcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:05:09 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.sc.glif index 0850a2937..74008de66 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcroat.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcroat.glif index 76d3813ba..22ab192ce 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcroat.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dcroat.glif @@ -47,7 +47,7 @@ NPUSHB[ ] /* 18 values pushed */ 25 25 25 37 25 36 38 17 17 17 18 37 35 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.glif index 82f01e85d..d26980004 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.sc.glif index d8c9f64dd..4739569bc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.glif index 0a3f3f4a1..390e7102c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.sc.glif index 5cdbf8cdd..e30d0db05 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ddotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/degree.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/degree.glif index bd874b422..197d703e9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/degree.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/degree.glif @@ -60,7 +60,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/delta.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/delta.sc.glif index aceac89a8..41afe11cf 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/delta.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/delta.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.case.glif index b93cea03c..5aa9e9bad 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.case.glif @@ -42,7 +42,7 @@ dieresis.cap 2 1 0 1 1 0 87 2 1 0 0 1 91 3 1 1 0 1 79 37 38 37 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.glif index 00c36d1fb..dbfa40459 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresis.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif index 3edb90fad..5d5191cfb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.glif index 3b00336a4..4f226c547 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresisbelowcomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.case.glif index 5e088e336..b04c63047 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.glif index b3a397b6d..09cf89662 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dieresiscomb.glif @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divide.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divide.glif index 5d1da1c50..996dd20c5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divide.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divide.glif @@ -48,7 +48,7 @@ divide 0 0 0 1 3 0 1 99 6 1 3 0 2 4 3 2 97 0 4 5 5 4 87 0 4 4 5 91 0 5 4 5 79 14 14 29 27 22 20 14 17 14 17 20 37 34 7 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divisionslash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divisionslash.glif index 63f2a051f..c077fd029 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divisionslash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/divisionslash.glif @@ -20,7 +20,7 @@ uni2215 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.glif index c0996ce63..0bc6c32a2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.sc.glif index 2ce78bc39..681f86410 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dollar.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dollar.glif index 0f3026620..755f06594 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dollar.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dollar.glif @@ -60,7 +60,7 @@ dollar 34 31 2 3 2 35 13 2 1 3 12 9 2 0 1 3 74 0 2 0 3 1 2 3 99 0 1 0 0 1 87 0 1 1 0 89 0 0 1 0 77 39 28 39 23 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dong.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dong.glif index 6ed9059e5..ba26f8689 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dong.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dong.glif @@ -75,7 +75,7 @@ NPUSHB[ ] /* 18 values pushed */ 46 45 44 43 40 38 35 37 38 34 17 17 17 17 16 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.case.glif index 11ef93e62..597ce7c48 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.case.glif @@ -28,7 +28,7 @@ dotaccent.cap 0 0 1 1 0 87 0 0 0 1 91 0 1 0 1 79 38 34 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.glif index 0c55e1503..5510d9d66 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccent.glif @@ -34,7 +34,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.case.glif index 2b21669cd..bfa18172a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.glif index 32ee204e0..d0f7a5c37 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotaccentcomb.glif @@ -35,7 +35,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.case.glif index 0f7e7930c..11bb163dd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.glif index 0c7bbf7fb..0e8ebd4ef 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dotbelowcomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/doubleprimemod.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/doubleprimemod.glif index 9c4c7765b..d5d21bfab 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/doubleprimemod.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/doubleprimemod.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downA_rrow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downA_rrow.glif index 273cbff3e..59f805f67 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downB_lackT_riangle.glif index 82b84d356..aa6ed77b2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downW_hiteT_riangle.glif index c547c8223..ba2ab9aeb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/downW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dram-arm.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dram-arm.glif index 2bc4b3a66..b9a2587e8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dram-arm.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dram-arm.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.glif index 4d70324e2..b3b09eb72 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.sc.glif index 8bf7111e6..84741e44c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dz.sc.glif @@ -74,7 +74,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.glif index 6864b0473..e8cd370dc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.sc.glif index 920ce8510..73a5e3d6b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/dzcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.glif index c63559c91..a1d766bf6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.glif @@ -77,7 +77,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 34 33 30 28 0 26 0 25 39 40 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:14 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.sc.glif index a9479efcc..f09fefd5f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/e.sc.glif @@ -46,7 +46,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.glif index a855edb08..d97e9193e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.glif @@ -15,7 +15,7 @@ eacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.sc.glif index d017c00dc..294d5eef7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.glif index e8c5bafc7..2e6abbe1f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.glif @@ -15,7 +15,7 @@ ebreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.sc.glif index a0bd91f08..3e14a42ea 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ebreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.glif index a74b6971e..b05ff8229 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.glif @@ -15,7 +15,7 @@ ecaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.sc.glif index fca404515..43dfbe4db 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.glif index b33df2ed9..55a4d50f7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.sc.glif index 2983d79aa..df0dbe360 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecedillabreve.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.glif index 49b7107c1..886b52f35 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.glif @@ -15,7 +15,7 @@ ecircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.sc.glif index 4982ad0bb..a5d3b18c6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.glif index 2caf5e536..d288900dd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.sc.glif index 6dcdb2690..124889f0a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.glif index a1c42e7d2..b81a470c9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif index d96141cbb..92f1a720b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexdotbelow.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.glif index cc350ad8f..d49c9340f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif index 33fc82879..7efef62dd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.glif index c04c2b325..363c62d53 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif index d28f0b494..41c4b6c5f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflexhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.glif index 688bb7ac6..1830883d7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.sc.glif index 62ccc7575..10b6de7d9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ecircumflextilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.glif index 2eddafce4..2572d091e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.sc.glif index a09d14794..eff0136bb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.glif index 43e91cdde..52b9ca379 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.glif @@ -15,7 +15,7 @@ edieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.sc.glif index b07aeb3da..29a3a4249 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.glif index afc2534d2..0abc5e71a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.glif @@ -15,7 +15,7 @@ edotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.sc.glif index e433ae017..49231fdc4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.glif index 4bf73551c..0824cf1f2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.sc.glif index 6360ac358..fc6e73dd4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/edotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.glif index ecc031648..14f92d9bc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.glif @@ -15,7 +15,7 @@ egrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.sc.glif index 4b09785b1..08045320e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/egrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.glif index 91f666e96..eb92868c8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.sc.glif index bfce1a023..bc996c57b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ehookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.dnom.glif index f86033b45..d09b04898 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.dnom.glif @@ -69,7 +69,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.glif index 877b1e56d..dcdee1b9e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.lf.glif index ded9ace92..7c5e435d2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.lf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.numr.glif index e236cab9d..7f77ae39e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.osf.glif index 261b29ef6..fb8d0c320 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.osf.glif @@ -67,7 +67,7 @@ eight 47 37 27 13 4 3 2 1 74 0 2 2 0 91 0 0 0 25 75 4 1 3 3 1 91 0 1 1 26 1 76 41 41 41 54 41 53 41 44 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.sc.glif index 934443a9e..842b2c3e4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.sc.glif @@ -62,7 +62,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tf.glif index 74b15bc59..74fe9d715 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tosf.glif index c54328138..1b9f619b0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eight.tosf.glif @@ -60,7 +60,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightinferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightinferior.glif index bf33f0a86..1be9ccf0f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightinferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightsuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightsuperior.glif index ef2bc8191..73e642376 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eightsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.glif index 8a1e80edb..c44ddf47d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.sc.glif index 6cc2c6f2a..f1b619c0e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/einvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ellipsis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ellipsis.glif index 66fe6f2b1..802b7d11c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ellipsis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ellipsis.glif @@ -17,7 +17,7 @@ ellipsis 8 5 7 3 6 5 1 1 0 91 4 2 2 0 0 26 0 76 28 28 14 14 0 0 28 41 28 40 35 33 14 27 14 26 21 19 0 13 0 12 37 9 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.glif index 210790177..0643d5a2f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.glif @@ -15,7 +15,7 @@ emacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.sc.glif index 3bd9ee5b6..7e314a6cc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.glif index 1f2449497..1c60743c8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.sc.glif index 2d794a5ff..c58cfe861 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacronacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.glif index f158a738e..53357c5f3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.sc.glif index e642e084d..7f3cc7307 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emacrongrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.case.glif index 68f58a63d..8ab8ba6cd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 19:53:35 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.glif index 11847f74e..2b8bd01f6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emdash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emptyset.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emptyset.glif index 597259909..90caa5afd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emptyset.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emptyset.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emquad.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emquad.glif index 271c3268d..e0b224553 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emquad.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emspace.glif index d959d67dd..ac22c81e7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/emspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.case.glif index 58be3c511..6040a24e5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.glif index aa67ce75a..a496cb989 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/endash.glif @@ -24,7 +24,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.glif index a4847e1c7..aac4e7529 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.glif @@ -68,7 +68,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 38 0 37 17 19 41 37 40 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.sc.glif index b362cf0ee..70d5875aa 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eng.sc.glif @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enquad.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enquad.glif index 9d25bf1d2..2ae22e081 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enquad.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enquad.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enspace.glif index 66518a7f9..8fc67863d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/enspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.glif index 497972d12..e30d2ae3e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.glif @@ -19,7 +19,7 @@ eogonek 45 3 2 4 5 4 1 2 4 17 1 0 2 18 1 1 0 4 74 0 0 2 1 2 0 1 112 8 1 6 6 3 91 0 3 3 28 75 0 5 5 2 91 0 2 2 26 75 7 1 4 4 1 91 0 1 1 30 1 76 49 49 0 0 49 59 49 58 53 52 0 48 0 47 38 39 37 45 9 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:11:22 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.sc.glif index b49600d95..7ef74e827 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/equal.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/equal.glif index b83af3a87..cad9853b3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/equal.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/equal.glif @@ -26,7 +26,7 @@ equal 4 1 1 0 0 3 1 0 97 5 1 3 2 2 3 85 5 1 3 3 2 89 0 2 3 2 77 4 4 0 0 4 7 4 7 6 5 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/estimated.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/estimated.glif index a9d99fb94..739adc657 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/estimated.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/estimated.glif @@ -60,7 +60,7 @@ estimated 30 26 19 9 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.glif index 51b0e8c49..8665657ec 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.glif @@ -71,7 +71,7 @@ eth 16 1 2 1 51 1 3 2 2 74 33 32 31 28 26 25 22 21 20 19 10 1 72 0 2 2 1 91 0 1 1 28 75 0 3 3 0 91 0 0 0 26 0 76 45 43 38 36 38 37 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.sc.glif index 6abc4249d..20b2dfce6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/eth.sc.glif @@ -88,7 +88,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey d.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.glif index 6df871d2a..5b0a77a36 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.sc.glif index 44617547f..8725a8073 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/etilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/euro.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/euro.glif index 6a6032ad6..ca03cb297 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/euro.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/euro.glif @@ -60,7 +60,7 @@ Euro 5 1 1 0 26 1 5 4 27 1 6 5 3 74 10 1 1 9 1 2 3 1 2 97 8 1 3 7 1 4 5 3 4 97 0 0 0 11 91 12 1 11 11 25 75 0 5 5 6 91 0 6 6 26 6 76 0 0 0 47 0 46 43 42 41 40 17 19 38 34 17 18 17 18 40 13 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclam.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclam.glif index 2d8564484..dc5f32d5b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclam.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclam.glif @@ -34,7 +34,7 @@ exclam 4 1 1 0 0 3 1 0 97 5 1 3 3 2 91 0 2 2 26 2 76 4 4 0 0 4 17 4 16 11 9 0 3 0 3 17 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdbl.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdbl.glif index 012c2981a..a1c7faaa8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdbl.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdbl.glif @@ -12,7 +12,7 @@ exclamdbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.case.glif index 86e18d513..60a98f011 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.case.glif @@ -33,7 +33,7 @@ exclamdown 0 0 4 1 1 2 0 1 99 0 2 3 3 2 85 0 2 2 3 89 5 1 3 2 3 77 14 14 0 0 14 17 14 17 16 15 0 13 0 12 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.glif index 25fce146a..a06e0883a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/exclamdown.glif @@ -34,7 +34,7 @@ exclamdown 0 0 4 1 1 2 0 1 99 0 2 3 3 2 85 0 2 2 3 89 5 1 3 2 3 77 14 14 0 0 14 17 14 17 16 15 0 13 0 12 37 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.glif index 7a727956c..335d53595 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 05:14:46 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.sc.glif index 42471de00..a60cf0f44 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezh.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.glif index 3c9e25b38..4c0b8c200 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:24:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.sc.glif index 4e76df289..a295caf2e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ezhcaron.sc.glif @@ -59,7 +59,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 04:49:32 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.glif index 2bdca7171..ed9931ae9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.glif @@ -58,7 +58,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 24 0 24 17 17 20 36 36 17 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.sc.glif index 607bbfa84..a8a41e367 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f.glif index db67c2593..cbbc944a4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f.glif @@ -15,7 +15,7 @@ f_f com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_i.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_i.glif index df2d43304..ba7a656ac 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_i.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_i.glif @@ -20,7 +20,7 @@ f_f_i com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_l.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_l.glif index ed1d0a52c..fe286b7b6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_l.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/f_f_l.glif @@ -20,7 +20,7 @@ f_f_l com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.glif index 233a10d7a..ef4109170 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.sc.glif index b7965a445..cedbec9ad 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fi.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fi.glif index bfc75927c..466c290ee 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fi.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fi.glif @@ -52,7 +52,7 @@ NPUSHB[ ] /* 25 values pushed */ 42 42 16 16 42 45 42 45 44 43 16 41 16 41 17 17 20 37 36 21 38 34 13 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figuredash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figuredash.glif index cf6fcfd36..b3d1a569d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figuredash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figuredash.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figurespace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figurespace.glif index 188431686..3cfea6c46 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figurespace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/figurespace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/firsttonechinese.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/firsttonechinese.glif index 1c32287d4..d40d4cd9b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/firsttonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/firsttonechinese.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey macroncomb com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.dnom.glif index 48f0174f6..b0786f738 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.dnom.glif @@ -50,7 +50,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.glif index 39ba0fc56..317f2e089 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.lf.glif index 442578bea..6d5d6e0e2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.lf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.numr.glif index 5da421413..aa227dd10 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.osf.glif index 4056475df..23d329475 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.osf.glif @@ -67,7 +67,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 32 0 31 37 35 17 17 20 37 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.sc.glif index 34db9ba8d..449f8c967 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.sc.glif @@ -43,7 +43,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tf.glif index 6faa0f33b..bbb295d20 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tosf.glif index f8f23b495..8aa6c5a74 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/five.tosf.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveeighths.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveeighths.glif index f9515428f..059e4c2cd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveeighths.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveinferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveinferior.glif index 94949afc6..ab1a32fb3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveinferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fiveinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesixths.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesixths.glif index 2245990b5..548f24de4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesixths.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesixths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey five.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesuperior.glif index a679f24ba..1e8eb25e6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fivesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fl.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fl.glif index 1e37db95b..eccb104ff 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fl.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fl.glif @@ -18,7 +18,7 @@ fl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/florin.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/florin.glif index 971ceb18e..091e8e9c6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/florin.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/florin.glif @@ -53,7 +53,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 23 0 23 17 17 19 36 38 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.dnom.glif index a3d52c344..0bcab685e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.dnom.glif @@ -36,7 +36,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.glif index 6318cf0ca..deaf5f983 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.glif @@ -28,7 +28,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.lf.glif index a154f153a..9281f235c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.lf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.numr.glif index 42b6ef23f..009c01b3f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.osf.glif index dd759029b..ca66f038f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.osf.glif @@ -56,7 +56,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 20 0 20 17 17 17 19 19 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.sc.glif index 76f84a012..7a53a5058 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.sc.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tf.glif index 1a16456fa..c6130dcad 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tosf.glif index 14ad88de3..4537c3a8f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/four.tosf.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourfifths.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourfifths.glif index 351fd3a48..0232fe4f5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourfifths.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourfifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey four.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourinferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourinferior.glif index 26d46d5b9..32cd00f7a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourinferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourperemspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourperemspace.glif index fa602253d..891f9f667 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/foursuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/foursuperior.glif index 5c440a103..85a90f389 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/foursuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/foursuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourthtonechinese.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourthtonechinese.glif index 57b7b3cb7..cbd39002f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourthtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fourthtonechinese.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fraction.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fraction.glif index c32f33bbe..fbf2ea3e7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fraction.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/fraction.glif @@ -20,7 +20,7 @@ fraction 2 1 1 1 17 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:48:45 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/franc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/franc.glif index 1cf7e24a9..e74c84f4d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/franc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/franc.glif @@ -34,7 +34,7 @@ franc 0 4 0 3 2 4 3 97 7 1 2 8 1 1 0 2 1 97 0 5 5 6 89 0 6 6 17 75 0 0 0 18 0 76 17 17 17 17 17 17 17 17 16 9 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.glif index ce20771d3..1e9d272af 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.glif @@ -70,7 +70,7 @@ g 29 1 4 3 34 16 2 5 4 8 1 1 2 7 1 0 1 4 74 0 4 4 3 91 0 3 3 28 75 6 1 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 30 0 76 30 30 30 42 30 41 40 37 37 38 35 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.sc.glif index 6689aba17..662ebe80d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/g.sc.glif @@ -72,7 +72,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gacute.sc.glif index 4b28c6a85..f039e4d8d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.glif index 733a33a69..06df13124 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.glif @@ -14,7 +14,7 @@ gbreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.sc.glif index f5a8f042c..cff7563bd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gbreve.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.glif index d8e68b49c..395d522cd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.glif @@ -14,7 +14,7 @@ gcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.sc.glif index 68920457a..6071a0a84 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.glif index 441dbcb4b..574e7db63 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.glif @@ -14,7 +14,7 @@ gcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.sc.glif index 8f3bb0d23..f4f029cff 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.glif index 4dd57e15d..75ee2daf7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.glif @@ -18,7 +18,7 @@ gcommaaccent 47 1 4 3 52 34 2 5 4 26 1 1 2 25 1 0 1 4 74 15 8 7 3 3 72 0 4 4 3 91 0 3 3 28 75 6 1 5 5 2 91 0 2 2 26 75 0 1 1 0 91 0 0 0 30 0 76 48 48 48 60 48 59 55 53 45 43 38 36 31 29 23 21 7 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.sc.glif index 055bfd04c..e0b3a2002 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.glif index 6a2c83748..93db9e0ca 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.glif @@ -14,7 +14,7 @@ gdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.sc.glif index 5121d3550..7d693cfc3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.glif index a04ad20de..063050146 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.glif @@ -99,7 +99,7 @@ NPUSHB[ ] /* 12 values pushed */ 56 55 52 50 31 29 25 23 34 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.sc.glif index 6f0d0f990..4000409f7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/germandbls.sc.glif @@ -82,7 +82,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.glif index c92341a03..63f0bae57 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.sc.glif index 5cac72466..1cf19d75a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gmacron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/grave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/grave.glif index 6f5c59556..73818b9a8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/grave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/grave.glif @@ -24,7 +24,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.case.glif index df64af3e0..03cc55eca 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.case.glif @@ -22,7 +22,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.glif index aab22409a..4950850f7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/gravecomb.glif @@ -23,7 +23,7 @@ grave 2 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greater.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greater.glif index 0ee22674b..0b7bb490d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greater.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greater.glif @@ -23,7 +23,7 @@ greater 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greaterequal.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greaterequal.glif index 86ac28b27..9d0912c31 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greaterequal.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/greaterequal.glif @@ -29,7 +29,7 @@ greaterequal 9 7 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guarani.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guarani.glif index 37527bc30..dfca90927 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guarani.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guarani.glif @@ -55,7 +55,7 @@ uni20B2 28 25 2 3 4 24 1 0 3 2 74 0 4 0 3 0 4 3 99 0 0 0 1 2 0 1 97 0 2 5 5 2 87 0 2 2 5 89 0 5 2 5 77 26 24 37 35 17 22 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.case.glif index 538e960c8..ebbf4a9b5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.case.glif @@ -15,7 +15,7 @@ guillemotleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.glif index c4984cbba..6829736b5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetleft.glif @@ -12,7 +12,7 @@ guillemotleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.case.glif index fb0237617..80d4b8d23 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.case.glif @@ -35,7 +35,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guillemetright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:06:46 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.glif index deb143d86..3fac9fe52 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guillemetright.glif @@ -32,7 +32,7 @@ guillemotright 11 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.case.glif index abb7965a7..999415d44 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.case.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:18 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.glif index 9501d4d28..1ec36e4d3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglleft.glif @@ -23,7 +23,7 @@ guilsinglleft 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.case.glif index cd75a1d1d..664471a35 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.case.glif @@ -26,7 +26,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey guilsinglright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:07:47 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.glif index 5646dcb22..8d4d77cde 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/guilsinglright.glif @@ -23,7 +23,7 @@ guilsinglright 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.glif index af1aaa571..6172dc927 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.glif @@ -60,7 +60,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 29 0 28 17 19 38 25 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.sc.glif index e9bac8af6..b1e5f5f42 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/h.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:37 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hairspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hairspace.glif index a1a211e42..851ace621 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hairspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hairspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.glif index 78dc3cc33..dc8013590 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.sc.glif index c689064d1..11d4a5263 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbar.sc.glif @@ -65,7 +65,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.glif index 0ca1ea794..c7104660f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.sc.glif index 6b1e68cb2..2bf9ee3b3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hbrevebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.glif index 1df06e44c..40f91e774 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.glif @@ -32,7 +32,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 37 0 36 18 17 19 38 25 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.sc.glif index 5a17988b2..db41ccda2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hdotbelow.glif index abbdf20e6..1bd0f11a9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.case.glif index 535433a7e..13a631a0d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.case.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.glif index 84243907a..92a0d1413 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hookabovecomb.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horizontalbar.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horizontalbar.glif index a5dcb7216..4a4ca14e2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horizontalbar.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horizontalbar.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.case.glif index 9856143f3..2efa494f7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.case.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.glif index 4bdd24923..2ecde70a2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/horncomb.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hryvnia.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hryvnia.glif index 865bce3be..8745f7b80 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hryvnia.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hryvnia.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.case.glif index d26c7fa1d..5d3ebc66b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.case.glif @@ -30,7 +30,7 @@ hungarumlaut.cap 12 7 5 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.glif index 42a6515e2..7deed6c5a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlaut.glif @@ -30,7 +30,7 @@ hungarumlaut 12 7 5 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.case.glif index 4bd1dd5f3..451678772 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.glif index 6e9a37f27..0fa4f3076 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hungarumlautcomb.glif @@ -31,7 +31,7 @@ hungarumlaut 12 7 5 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.case.glif index b0bc047b8..72ae870e1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.glif index e14d7ff7e..ea49e0b4f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphen.glif @@ -20,7 +20,7 @@ hyphen 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphentwo.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphentwo.glif index 0a23d5db1..e21017813 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphentwo.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/hyphentwo.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.cy.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.cy.glif index da55f17f4..b1981056f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.cy.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.cy.glif @@ -14,7 +14,7 @@ i.cy com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.glif index 1e652a119..af2e74517 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.glif @@ -14,7 +14,7 @@ i.dot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.sc.glif index f5e8ae58b..a109b38ff 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.dot.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.glif index 7f6550ef2..06d38dd4e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.glif @@ -15,7 +15,7 @@ i com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.sc.glif index 638287d2d..c761c5376 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.sc.glif @@ -36,7 +36,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:27:06 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.uc.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.uc.sc.glif index 09249bcd6..ee239f232 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.uc.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/i.uc.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.glif index c1c4995a1..9b5ac4eff 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.glif @@ -15,7 +15,7 @@ iacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.sc.glif index 054751714..5b1a458fe 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.glif index a68ce9769..f92a502c7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.glif @@ -15,7 +15,7 @@ ibreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.sc.glif index 12d105ac9..09d0c4c8a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ibreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.glif index 87e3221f9..7bb4bface 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.sc.glif index 2547d2ac1..486232a19 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.glif index efab5bf69..1565be650 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.glif @@ -15,7 +15,7 @@ icircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.sc.glif index 444823f1d..6ffce131e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/icircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.glif index d85b846c9..2b10cbac4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.sc.glif index 01564731a..fefe67a8b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.glif index 3bb74335d..41164d52f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.glif @@ -15,7 +15,7 @@ idieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.sc.glif index ad6937506..4bd263ee5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.glif index 0b666d9c1..cf099a1b7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.sc.glif index 0dad7dbe4..77dcb2357 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.glif index 9502d56f4..02c526272 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.sc.glif index bee4c9663..4baf1a274 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.glif index 12982adc5..a2cca8d6f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.sc.glif index 241f82385..f129b63c2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.glif index 1eb2d1286..ba82a72f5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.glif @@ -23,7 +23,7 @@ dotlessi 2 1 1 1 20 75 0 0 0 18 0 76 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:09 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.sc.glif index d03164354..257b58d24 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/idotless.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.glif index 22d5f4ab2..0118d40fa 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.glif @@ -15,7 +15,7 @@ igrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.sc.glif index d12b06992..92c79594d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/igrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.glif index 0fbd613f7..8e613b346 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.sc.glif index e14f5ee6e..f8c7bb699 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ihookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.glif index 07dedf244..858281d43 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.sc.glif index e27f0e198..cbc91c981 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij.glif index 8d4f2a76e..5b10c4669 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij.glif @@ -19,7 +19,7 @@ ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij_acutecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij_acutecomb.glif index 57a44a072..6d28b9468 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij_acutecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ij_acutecomb.glif @@ -23,7 +23,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey ij com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.glif index 31d7dd47f..f2c67cbfc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.glif @@ -15,7 +15,7 @@ imacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.sc.glif index 7a6817ed2..9ef534d47 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/imacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/increment.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/increment.glif index 5f2d770af..4f9f7539a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/increment.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/increment.glif @@ -27,7 +27,7 @@ uni2206 7 6 2 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/infinity.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/infinity.glif index 4abf5afea..05dad1b1d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/infinity.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/infinity.glif @@ -68,7 +68,7 @@ infinity 49 41 33 27 16 2 3 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/integral.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/integral.glif index af96db662..76425f1f7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/integral.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/integral.glif @@ -54,7 +54,7 @@ integral 36 13 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.glif index d8f909483..dc6897fa2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.glif @@ -33,7 +33,7 @@ NPUSHB[ ] /* 18 values pushed */ 0 0 39 38 37 36 29 27 22 20 0 15 0 14 38 7 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:18 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.sc.glif index 3efbbee7a..4dd0fac3b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/iogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.glif index cae0ca660..8085592e1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.glif @@ -15,7 +15,7 @@ itilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.sc.glif index 1445d7490..7ba55c6fc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/itilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.glif index b7a453747..d87af638f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.glif @@ -14,7 +14,7 @@ j com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.sc.glif index 14cd6f881..e735ecf42 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/j.sc.glif @@ -45,7 +45,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.glif index e81834a9c..0efae2a3c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.glif @@ -14,7 +14,7 @@ jcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.sc.glif index 3f3aab383..52663e518 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.glif index aa126f8fa..d8b7ae583 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.glif @@ -34,7 +34,7 @@ uni0237 9 1 1 2 8 1 0 1 2 74 3 1 2 2 20 75 0 1 1 0 91 0 0 0 30 0 76 0 0 0 16 0 16 36 36 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.sc.glif index d8dd113db..764ed2168 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/jdotless.sc.glif @@ -27,7 +27,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.glif index d5ca5c2a3..008945ff7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.glif @@ -47,7 +47,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 18 17 8 7 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.sc.glif index c317b9336..1d1de2828 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/k.sc.glif @@ -52,7 +52,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.glif index dd1f61d10..3cfaa5604 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.glif @@ -14,7 +14,7 @@ kcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.sc.glif index 311856d46..57366b97e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.glif index da1ef347b..f59a2ba11 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.glif @@ -32,7 +32,7 @@ kgreenlandic 9 6 2 0 1 1 74 3 4 2 1 1 20 75 2 1 0 0 18 0 76 0 0 18 17 8 7 0 3 0 3 17 5 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.sc.glif index 5d67c0e6d..03c187c1f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kgreenlandic.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kip.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kip.glif index eb55c7cbb..0ae046712 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kip.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/kip.glif @@ -29,7 +29,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.glif index f09e5010e..ab1e146fc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.glif @@ -35,7 +35,7 @@ NPUSHB[ ] /* 10 values pushed */ 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.sc.glif index 050d68896..f2fe4ddc9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/l.sc.glif @@ -38,7 +38,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.glif index 6ef6ce659..d5c710a16 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.glif @@ -20,7 +20,7 @@ lacute 6 5 1 3 1 72 2 1 1 1 17 75 0 0 0 18 0 76 7 7 7 10 7 10 24 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.sc.glif index b85292be9..80cd706d7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.glif index b4c6de7e1..2ae3fc7b0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.glif @@ -33,7 +33,7 @@ lcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:54 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.sc.glif index fda12a48f..469b9b2ca 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.glif index 144ad7fde..e855a1781 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.glif @@ -16,7 +16,7 @@ lcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.sc.glif index db9d40f57..14d1dcbc1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lcommaaccent.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.glif index b68a329ac..871915c44 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.glif @@ -16,7 +16,7 @@ ldot com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.sc.glif index ee7d6f869..b100c1779 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldot.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldotbelow.glif index 2f3f51bae..b9b95e861 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ldotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftA_rrow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftA_rrow.glif index eec24efbe..3d7cfcfcd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftB_lackT_riangle.glif index 4afe93e01..a8dd35a51 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif index 9411c0a46..b51ec5163 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftanglebracket-math.glif index d285c00d7..7789f2159 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/leftanglebracket-math.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:50 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/less.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/less.glif index 26f50b0b4..a72a73457 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/less.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/less.glif @@ -23,7 +23,7 @@ less 4 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lessequal.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lessequal.glif index eb0afcf76..0239df69c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lessequal.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lessequal.glif @@ -29,7 +29,7 @@ lessequal 8 7 4 0 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lira.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lira.glif index 7e022f1ad..92fe098dc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lira.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lira.glif @@ -78,7 +78,7 @@ lira 61 1 10 11 60 1 9 10 29 1 1 0 30 1 2 1 40 1 5 2 17 1 3 5 6 74 0 2 1 5 1 2 5 112 12 1 9 13 1 8 0 9 8 97 7 1 0 6 1 1 2 0 1 97 0 10 10 11 91 0 11 11 25 75 0 5 5 3 91 4 1 3 3 26 3 76 72 71 70 69 65 63 57 55 51 50 17 17 37 45 38 37 20 17 16 14 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/liraT_urkish.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/liraT_urkish.glif index c327dbad1..94268dae3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/liraT_urkish.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/liraT_urkish.glif @@ -50,7 +50,7 @@ uni20BA 15 14 9 8 5 4 6 2 0 19 18 2 3 2 2 74 0 2 0 3 0 2 3 112 0 0 0 17 75 0 3 3 1 90 0 1 1 18 1 76 19 20 41 26 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/literS_ign.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/literS_ign.glif index c4b1131f4..71634812f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/literS_ign.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/literS_ign.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.glif index bdc5d292b..70fc8c593 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.sc.glif index c312fb5aa..88b60b78a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lj.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.glif index 76e4e0d5a..aa15ea542 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.sc.glif index b79c1e34a..06972ff9a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/llinebelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/logicalnot.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/logicalnot.glif index 906228938..edd15d6ac 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/logicalnot.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/logicalnot.glif @@ -33,7 +33,7 @@ NPUSHB[ ] /* 11 values pushed */ 0 0 0 5 0 5 17 17 4 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lozenge.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lozenge.glif index feb5570c9..564c70fb3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lozenge.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lozenge.glif @@ -34,7 +34,7 @@ lozenge 14 10 5 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.glif index 98e2b5242..b9688515d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.glif @@ -41,7 +41,7 @@ PUSHB[ ] /* 5 values pushed */ 21 18 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.sc.glif index a57860ceb..865cefec3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/lslash.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.glif index ad3341d0c..0770da5a6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.glif @@ -86,7 +86,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 51 0 50 35 17 19 38 26 39 22 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.sc.glif index a48f2d70e..43c08750c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/m.sc.glif @@ -62,7 +62,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.case.glif index 67ce9625c..ba21792d8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.case.glif @@ -20,7 +20,7 @@ macron.cap 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.glif index cf81b8dfc..474f3f89f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macron.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.case.glif index 8de8df601..ae2e578d6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.case.glif @@ -25,7 +25,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.glif index 2bb759bbc..b65b5bf55 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macronbelowcomb.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.case.glif index beea77493..fed2a1af5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.case.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.glif index f617768c2..b9c16729f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/macroncomb.glif @@ -27,7 +27,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/manat.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/manat.glif index cb852e22f..6a8aa007b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/manat.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/manat.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.glif index 9a9e61412..ad0a0ca66 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.sc.glif index 65049fb5b..530183793 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.glif index 64591b7d9..f027851f8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.sc.glif index 76117f4e7..65a54435f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/micro.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/micro.glif index 64034ab17..d48c71306 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/micro.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/micro.glif @@ -87,7 +87,7 @@ NPUSHB[ ] /* 16 values pushed */ 0 0 0 54 0 54 36 38 37 20 40 38 37 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minus.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minus.glif index 13e7d9bac..25ecee67c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minus.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minus.glif @@ -20,7 +20,7 @@ minus 1 0 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minute.glif index 6f5f48d9b..3324f8ca4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/minute.glif @@ -20,7 +20,7 @@ minute 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.glif index 69ec7c4ef..73ba8b99d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.glif @@ -11,7 +11,7 @@ uni03BC com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.sc.glif index 9120838a0..e24417857 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/mu.sc.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/multiply.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/multiply.glif index 7f9835b49..10bdf41c6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/multiply.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/multiply.glif @@ -28,7 +28,7 @@ multiply 8 2 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.glif index eb00310ca..fcdfca79b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.glif @@ -61,7 +61,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 28 0 27 17 19 38 25 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.sc.glif index 4b69e5f04..8039389a3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/n.sc.glif @@ -48,7 +48,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:34 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.glif index 625475235..28adfb4b1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.glif @@ -14,7 +14,7 @@ nacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.sc.glif index 721861d39..c0310a39c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/naira.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/naira.glif index df1bc88d1..636c2c913 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/naira.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/naira.glif @@ -41,7 +41,7 @@ uni20A6 28 1 8 9 40 35 2 0 7 43 1 2 1 3 74 5 3 2 1 2 0 1 85 16 18 15 13 4 7 7 9 89 11 1 9 9 17 75 16 18 15 13 4 7 7 8 89 12 10 2 8 8 20 75 17 14 6 3 0 0 2 89 4 1 2 2 18 2 76 31 31 42 41 39 38 31 36 31 36 34 33 27 26 25 24 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 19 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/narrownbspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/narrownbspace.glif index 7e81de874..b816b4431 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/narrownbspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/narrownbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nbspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nbspace.glif index 5b5f17477..f35bd2862 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nbspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nbspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.glif index 37a661fc3..eb41d4fae 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.glif @@ -14,7 +14,7 @@ ncaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.sc.glif index fdeed2ec4..c5f8ff8ab 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.glif index c07f54704..fe175573d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.glif @@ -14,7 +14,7 @@ ncommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.sc.glif index 57470ba82..ba74f6d2a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ncommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.glif index 904d74578..5179a56f4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.sc.glif index 0924ef1cd..e73a052b8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.glif index 354405d5d..3a5295e88 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:00 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.sc.glif index e65f0807d..1fb5c4461 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ndotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.dnom.glif index 57aa5cf36..db6ef69e9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.dnom.glif @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.glif index 764ee3b70..399ded801 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.lf.glif index 1a8d20218..6726309b0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.lf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.numr.glif index f6361536c..25c7bd004 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.osf.glif index 3048ac04b..8063229d8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.osf.glif @@ -51,7 +51,7 @@ nine 23 1 0 3 1 74 19 18 2 0 71 4 1 3 0 0 3 0 95 0 2 2 1 91 0 1 1 28 2 76 24 24 24 40 24 39 34 32 38 33 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.sc.glif index ea1b4acd8..1d3b82b88 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tf.glif index 4c6c5d82e..5268daa47 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tosf.glif index 9c6d03f51..df4e62593 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nine.tosf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nineinferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nineinferior.glif index ac0855e42..ae426e60e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nineinferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nineinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ninesuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ninesuperior.glif index 77f9be5cc..48802e888 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ninesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ninesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nj.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nj.glif index ad9d4ce93..89238702f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nj.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nj.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.glif index 926bc8563..92ef61919 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.sc.glif index 8669b3dac..004d07958 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/nlinebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/notequal.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/notequal.glif index a06fc497a..92b57b328 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/notequal.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/notequal.glif @@ -36,7 +36,7 @@ notequal 15 5 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.glif index 90bacd1fc..f3cd9e2f2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.glif @@ -14,7 +14,7 @@ ntilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.sc.glif index 326ef8d90..31eadafad 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ntilde.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:36:46 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numbersign.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numbersign.glif index 7a98ca021..7008422cc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numbersign.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numbersign.glif @@ -79,7 +79,7 @@ NPUSHB[ ] /* 30 values pushed */ 0 0 31 30 29 28 0 27 0 27 26 25 24 23 22 21 20 19 17 17 17 17 17 17 17 17 17 17 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numero.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numero.glif index 823de1277..c78bb2ab2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numero.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/numero.glif @@ -64,7 +64,7 @@ uni2116 43 42 33 30 22 16 6 0 4 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.glif index a7f20b671..5491f8da8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.glif @@ -53,7 +53,7 @@ o 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 16 16 0 0 16 28 16 27 23 21 0 15 0 14 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:52 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.sc.glif index 26c0406d0..e5fdf4784 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/o.sc.glif @@ -60,7 +60,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:12 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.glif index 7b7c37367..479d3ce3c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.glif @@ -17,7 +17,7 @@ oacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.sc.glif index 510cfa8c0..8c6bcc198 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.glif index 1684eadd8..a989e4edf 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.glif @@ -17,7 +17,7 @@ obreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.sc.glif index 8c666dca2..933ac645b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/obreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.glif index 054b80aeb..b5c41562f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.sc.glif index 87026c7f6..c2f0f74f7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocaron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.glif index de756c087..f3a31350e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.glif @@ -17,7 +17,7 @@ ocircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.sc.glif index 6800659ee..9e251918f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflex.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.glif index e25f9ecef..7393823e5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.sc.glif index 927f64ea9..680fd9e09 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.glif index 787c18376..c7b15adad 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif index 1231eb4e9..15f58d59a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexdotbelow.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.glif index 6c0b11fd9..e803aaa88 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif index 500be5ac5..2863a7e1d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.glif index 1291d6289..3086c7822 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif index e5a07af29..a1dd8f892 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflexhookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.glif index ab1a6116b..8f76215cb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.sc.glif index 1ca112810..b5c8b0925 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ocircumflextilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.glif index a53fcaa97..c343f6ac4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.sc.glif index 07a7535ce..7768aa2a1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odblgrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.glif index 6698148d0..79df57252 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.glif @@ -17,7 +17,7 @@ odieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.sc.glif index 80c424663..ed17ecdf9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresis.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.glif index 74425e79f..468ad5141 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:16:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.sc.glif index fcb0837d1..33d0e3e03 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odieresismacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.glif index 7a94c2abf..4b9b7ff55 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.sc.glif index cd00dc82c..024ae2d1e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotaccentmacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.glif index e9256082a..c6af42eeb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.sc.glif index b4fa85149..0873cc247 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/odotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.glif index 3559896db..73364f789 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.glif @@ -68,7 +68,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment 0 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.sc.glif index 30c2af9e1..907153a2e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oe.sc.glif @@ -111,7 +111,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey e.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonek.glif index 4f5b9f938..d6310d2df 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonek.glif @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.case.glif index f36b6a815..40adcf5d6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.case.glif @@ -42,7 +42,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.glif index 60a0fc770..131f5ba17 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ogonekcomb.glif @@ -43,7 +43,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.glif index 8670d67f9..8ebb07597 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.glif @@ -17,7 +17,7 @@ ograve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.sc.glif index 1c1cda474..b3117db74 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ograve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.glif index 5880378ad..8a557d715 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.sc.glif index 97731b664..6dcb2cec5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.glif index 06baf4fc7..71acabfda 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.sc.glif index 4f23e8de2..e2b360be2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorn.sc.glif @@ -80,7 +80,7 @@ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.glif index 4334df886..75804ddbb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.sc.glif index 7c478d6b8..c18c3142c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornacute.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.glif index 6a0cb11de..b1e1d9c0b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.sc.glif index 947e862ed..ed1f2d5e7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorndotbelow.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.glif index acb4edff3..f56e600e0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.sc.glif index 4dc5b0fea..c42a8b30f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorngrave.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.glif index b2df2f7ea..7aab5f5b6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.sc.glif index 1b5ccebbc..224551cfe 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohornhookabove.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.glif index b47e9b220..a20b1f391 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.sc.glif index 1494892da..1272b1f91 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohorntilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:40:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.glif index 9f95ab6ef..deac59e2f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.glif @@ -17,7 +17,7 @@ ohungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.sc.glif index 62cd61869..d3de48650 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ohungarumlaut.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.glif index ac0095b43..f60668152 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.sc.glif index 1a08c04e4..d97ee2ad6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oinvertedbreve.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.glif index f804b734c..b5da91c4a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.glif @@ -17,7 +17,7 @@ omacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.sc.glif index 3e392b44e..ff7f67fcd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacron.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.glif index d71150ea7..137fabd89 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.sc.glif index bbbf7b62a..4f5aada86 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacronacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.glif index 9679874bb..ef1de1719 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.sc.glif index 133c90d13..7e72f1bab 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omacrongrave.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omega.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omega.sc.glif index 782028d13..e74a22f4a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omega.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/omega.sc.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.dnom.glif index 44a5c26c1..bf21a3be3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.dnom.glif @@ -29,7 +29,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:03:51 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.glif index 1d6b1e0e7..41ae41806 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.lf.glif index 2a3f0f2a4..99011fe7c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.lf.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.numr.glif index 94cc8829d..8ab2e9711 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.osf.glif index 33787e782..d749707d0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.osf.glif @@ -26,7 +26,7 @@ one 12 5 4 3 1 0 1 74 0 0 0 20 75 0 1 1 18 1 76 17 24 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.sc.glif index 87bcb4366..66874b0d2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.sc.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tf.glif index 2888e4048..b392a3a89 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tosf.glif index 95dd5e098..5a2863c12 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/one.tosf.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneeighth.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneeighth.glif index 16c5c0a61..8e38668ec 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneeighth.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneeighth.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onefifth.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onefifth.glif index 0a55209cd..e9856e410 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onefifth.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onefifth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onehalf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onehalf.glif index 4cf284226..5b360825e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onehalf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onehalf.glif @@ -23,7 +23,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneinferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneinferior.glif index 9c9103c52..43101b3a9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneinferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneninth.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneninth.glif index b39d534fb..d5ee10a01 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneninth.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneninth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onequarter.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onequarter.glif index 187e0052d..6a8e72c12 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onequarter.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onequarter.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneseventh.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneseventh.glif index 888956b7c..d3191deb4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneseventh.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oneseventh.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesixth.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesixth.glif index 6dc1fd927..80a35de60 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesixth.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesixth.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesuperior.glif index afc0888b8..4e848645e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onetenth.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onetenth.glif index 8fcfd444d..637d0521f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onetenth.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onetenth.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onethird.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onethird.glif index cb1be634c..c5b7499a2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onethird.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/onethird.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey one.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.glif index 2fd6307ea..b35f07c3e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:53 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.sc.glif index c4590b180..8cc90207f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oogonek.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordfeminine.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordfeminine.glif index a98ce9292..637215842 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordfeminine.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordfeminine.glif @@ -53,7 +53,7 @@ ordfeminine 21 17 12 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordmasculine.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordmasculine.glif index d18dbb18a..b0be2c1b3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordmasculine.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ordmasculine.glif @@ -42,7 +42,7 @@ ordmasculine 24 17 10 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslash.glif index 4e00cc2d0..df8b33555 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslash.glif @@ -77,7 +77,7 @@ oslash 23 20 2 2 1 38 29 2 3 2 11 8 2 0 3 3 74 22 21 2 1 72 10 9 2 0 71 4 1 2 2 1 91 0 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 33 33 24 24 33 41 33 40 24 32 24 31 42 37 6 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslashacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslashacute.glif index 8cdf2e069..2b2361b16 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslashacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/oslashacute.glif @@ -13,7 +13,7 @@ oslashacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.glif index 43b822fdf..98d3a2751 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.glif @@ -17,7 +17,7 @@ otilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:12:54 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.sc.glif index 148efc110..9fbc1787b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otilde.sc.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.glif index ad9db7b9a..31fcceb3d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.sc.glif index e3728fa97..6f7bde250 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildeacute.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.glif index bce2bffd9..ed07e2fae 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.sc.glif index 43c86e448..c03a8334a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildedieresis.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.glif index 3296d7e56..73c86f604 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:20 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.sc.glif index a8975565c..ef710342e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/otildemacron.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.glif index 7a1a8300a..c10da07bd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.glif @@ -69,7 +69,7 @@ NPUSHB[ ] /* 20 values pushed */ 17 17 0 0 17 30 17 29 24 22 0 16 0 15 17 18 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.sc.glif index 32947d537..79a3ea76a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/p.sc.glif @@ -79,7 +79,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/paragraph.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/paragraph.glif index f166364de..b1852c484 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/paragraph.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/paragraph.glif @@ -55,7 +55,7 @@ NPUSHB[ ] /* 14 values pushed */ 0 0 0 22 0 22 17 17 19 49 54 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.case.glif index a02b60b78..6f70ee054 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.case.glif @@ -29,7 +29,7 @@ parenleft 13 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.glif index cd0f52de8..18c6ff15a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenleft.glif @@ -30,7 +30,7 @@ parenleft 13 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.case.glif index 1bdcbdd54..54390d676 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.case.glif @@ -29,7 +29,7 @@ parenright 13 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:34 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.glif index b75140a41..11874d3db 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/parenright.glif @@ -30,7 +30,7 @@ parenright 13 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/partialdiff.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/partialdiff.glif index f2fc33976..554abe6c9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/partialdiff.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/partialdiff.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.glif index 496d32e03..f2b5b2110 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.sc.glif index 07e6486ba..a6ea964ee 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:59 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/percent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/percent.glif index 6af35f644..b0121968f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/percent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/percent.glif @@ -87,7 +87,7 @@ NPUSHB[ ] /* 32 values pushed */ 46 46 32 32 14 14 46 59 46 58 53 51 32 45 32 44 39 37 28 26 21 19 14 17 14 17 20 37 34 13 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/period.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/period.glif index ec0602ab4..ff74e1dfd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/period.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/period.glif @@ -28,7 +28,7 @@ period 2 1 1 1 0 91 0 0 0 26 0 76 0 0 0 13 0 12 37 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.case.glif index 61fea95f2..f22e5e1ed 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.case.glif @@ -10,7 +10,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.glif index 39e01fa00..7930107d0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.glif @@ -11,7 +11,7 @@ periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif index 01009a7be..b0e544f40 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/periodcentered.loclC_A_T_.case.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey periodcentered com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/perthousand.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/perthousand.glif index 2d3d849e4..c83c555f6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/perthousand.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/perthousand.glif @@ -115,7 +115,7 @@ NPUSHB[ ] /* 48 values pushed */ 74 74 60 60 46 46 32 32 14 14 74 87 74 86 81 79 60 73 60 72 67 65 46 59 46 58 53 51 32 45 32 44 39 37 28 26 21 19 14 17 14 17 20 37 34 19 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peseta.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peseta.glif index b4bc50ae0..945aa3b2f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peseta.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peseta.glif @@ -59,7 +59,7 @@ peseta 38 1 9 2 1 74 7 5 2 3 12 10 6 3 2 9 3 2 97 0 9 0 1 0 9 1 99 11 1 8 8 4 89 0 4 4 17 75 0 0 0 18 0 76 34 34 26 26 34 39 34 39 37 35 26 33 26 32 19 17 17 116 17 18 34 16 13 7 28 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peso.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peso.glif index a789d09f8..fc8093365 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peso.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/peso.glif @@ -90,7 +90,7 @@ NPUSHB[ ] /* 38 values pushed */ 47 47 33 33 47 54 47 54 51 49 46 45 42 41 33 40 33 39 36 35 32 31 30 29 28 26 50 17 18 17 19 34 17 17 16 20 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.glif index 62c78364c..d5f80b009 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.glif @@ -67,7 +67,7 @@ pi 45 7 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.sc.glif index f40f4fc0b..767ff4bdf 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/pi.sc.glif @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:27 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plus.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plus.glif index f2e379611..001076fb9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plus.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plus.glif @@ -36,7 +36,7 @@ plus 6 1 1 2 15 10 5 3 0 1 16 1 5 0 3 74 0 2 1 5 2 85 3 1 1 4 1 0 5 1 0 97 0 2 2 5 89 0 5 2 5 77 19 17 19 19 17 32 6 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plusminus.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plusminus.glif index 761f43c2b..4b9eea19c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plusminus.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/plusminus.glif @@ -42,7 +42,7 @@ plusminus 6 1 1 2 15 10 5 3 0 1 16 1 5 0 3 74 3 1 1 4 1 0 5 1 0 97 0 2 0 5 7 2 5 97 8 1 7 7 6 89 0 6 6 18 6 76 20 20 20 23 20 23 19 19 17 19 19 17 32 9 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/primemod.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/primemod.glif index d1ba3b10a..3f6b83d69 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/primemod.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/primemod.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/product.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/product.glif index 049916f62..b3f05bbb9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/product.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/product.glif @@ -28,7 +28,7 @@ product 5 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/punctuationspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/punctuationspace.glif index fc59d5631..5b043d9e5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/punctuationspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/punctuationspace.glif @@ -9,7 +9,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.glif index f921f001c..1ff1bacc2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.glif @@ -50,7 +50,7 @@ q 17 1 3 2 22 4 2 4 3 2 74 0 3 3 2 91 0 2 2 28 75 5 1 4 4 1 91 0 1 1 26 75 0 0 0 22 0 76 18 18 18 30 18 29 40 37 36 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.sc.glif index 67b189b39..05b22af9a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/q.sc.glif @@ -91,7 +91,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/question.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/question.glif index c19bf68ef..b0616ce78 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/question.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/question.glif @@ -62,7 +62,7 @@ question 37 15 2 3 0 1 74 0 1 0 0 3 1 0 99 4 1 3 3 2 91 0 2 2 26 2 76 43 43 43 56 43 55 50 48 36 44 5 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.case.glif index 1dc984674..836495d0f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.case.glif @@ -63,7 +63,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.glif index 9c81e72ca..f570bfec2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/questiondown.glif @@ -64,7 +64,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey question com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedbl.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedbl.glif index fc476b655..1d903126d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedbl.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedbl.glif @@ -12,7 +12,7 @@ quotedbl com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblbase.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblbase.glif index ead75ab86..36933d51d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblbase.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblbase.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quotesinglbase com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblleft.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblleft.glif index e64f2028b..a0fdce31c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblleft.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblleft.glif @@ -16,7 +16,7 @@ quotedblleft com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteleft com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblright.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblright.glif index e6ca9b1ff..9021f3a9f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblright.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotedblright.glif @@ -20,7 +20,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey quoteright com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteleft.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteleft.glif index 137971450..02ea72d1a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteleft.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteleft.glif @@ -32,7 +32,7 @@ quoteleft 14 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotereversed.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotereversed.glif index 0ec8591b4..b764549a3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotereversed.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotereversed.glif @@ -32,7 +32,7 @@ quotereversed 13 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteright.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteright.glif index 6766449cc..e32b4e852 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteright.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quoteright.glif @@ -32,7 +32,7 @@ quoteright 14 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesinglbase.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesinglbase.glif index 5187960fb..09214b4fe 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesinglbase.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesinglbase.glif @@ -32,7 +32,7 @@ quotesinglbase 14 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesingle.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesingle.glif index a5a3cf60d..12e6fb658 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesingle.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/quotesingle.glif @@ -20,7 +20,7 @@ quotesingle 2 1 1 0 0 1 85 2 1 1 1 0 89 0 0 1 0 77 0 0 0 3 0 3 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.glif index c8cf615f7..a82cc7765 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.glif @@ -49,7 +49,7 @@ NPUSHB[ ] /* 12 values pushed */ 0 0 0 21 0 20 17 20 37 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.sc.glif index 882bcdf34..86c7f7c51 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/r.sc.glif @@ -87,7 +87,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.glyph.leftMetricsKey h.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.glif index 2e68a2527..42449ce54 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.glif @@ -14,7 +14,7 @@ racute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.sc.glif index ea3148b6c..6a0b86cea 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/racute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/radical.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/radical.glif index 4d62f4f7a..02c6923f4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/radical.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/radical.glif @@ -26,7 +26,7 @@ radical 5 3 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.glif index e567185bc..4fd4eaa3d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.glif @@ -14,7 +14,7 @@ rcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.sc.glif index fef06992f..63a797aac 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.glif index 10cda0864..c97a2a642 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.glif @@ -14,7 +14,7 @@ rcommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.sc.glif index 41a919940..0eb0700d7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rcommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.glif index 92a58238e..a76104549 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.sc.glif index 5f34cb0aa..1b43718b4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdblgrave.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.glif index 4b81fd054..6594112fb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.sc.glif index 04f8056ce..da6e4349b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/registered.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/registered.glif index 8a3e1c07c..e931648d7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/registered.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/registered.glif @@ -83,7 +83,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightA_rrow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightA_rrow.glif index 19b50f4bc..f449895a1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightB_lackT_riangle.glif index c2a1e7a92..9e4ea77eb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif index 880c6b036..a180d33c9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightanglebracket-math.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightanglebracket-math.glif index a242c314a..3e16b4d8b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightanglebracket-math.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rightanglebracket-math.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 18:43:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.case.glif index 480a351c7..496cc4680 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.case.glif @@ -42,7 +42,7 @@ ring.cap 23 16 9 2 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.glif index ef2d7aa2e..654d58417 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ring.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.case.glif index eb8890038..b8c495494 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.case.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.glif index 29e47113a..36dd6f79b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringcomb.glif @@ -55,7 +55,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfleft.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfleft.glif index 927aacb08..1cf883838 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfleft.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfleft.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfright.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfright.glif index 50d1bec8c..c9805c0c6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfright.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ringhalfright.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.glif index d8e36c0a5..dcc90003b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.sc.glif index 27fa68f74..5a23d7c26 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rinvertedbreve.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.glif index 4d7271e2e..e53e8fbdf 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.sc.glif index 412c6268e..d19b1c7aa 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rlinebelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:33:43 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ruble.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ruble.glif index a20746e17..fcb222607 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ruble.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ruble.glif @@ -52,7 +52,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rupeeI_ndian.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rupeeI_ndian.glif index b5a1cb728..21c84219b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/rupeeI_ndian.glif @@ -62,7 +62,7 @@ uni20B9 33 10 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.glif index 4527e58ab..4d5baa0c0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.glif @@ -56,7 +56,7 @@ s 21 1 2 1 46 22 2 0 2 45 1 3 0 3 74 0 2 2 1 91 0 1 1 28 75 0 0 0 3 91 0 3 3 26 3 76 46 37 45 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.sc.glif index 4177c3f4c..685d8f9d9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/s.sc.glif @@ -68,7 +68,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.glif index 0b017e1bd..d24938fff 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.glif @@ -14,7 +14,7 @@ sacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.sc.glif index 104066912..fae69a566 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.glif index 6fe26c200..2b9de9f2f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.sc.glif index 7e823f0ab..d01e8acc5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sacutedotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.glif index 007f4d636..087b2360a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.glif @@ -14,7 +14,7 @@ scaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.sc.glif index 153532439..29234649a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scaron.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.glif index 14fb5ef7b..91d869044 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.sc.glif index 2e8b26afe..86656b49a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scarondotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.glif index 9289d41f4..03dab1ab5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.glif @@ -31,7 +31,7 @@ PUSHB[ ] /* 8 values pushed */ 37 45 45 37 43 5 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.sc.glif index 434ca1d68..2ef3540c9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scedilla.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.glif index 4ad6b6e0e..ffd20d201 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:02 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.sc.glif index a86effea3..6b498c0f5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/schwa.sc.glif @@ -61,7 +61,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey o.sc com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:41:09 + 2019/02/18 20:31:10 public.markColor 0.18,0.16,0.78,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.glif index fd0c47d1d..d0ba5f885 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.glif @@ -14,7 +14,7 @@ scircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.sc.glif index 53db09fc7..e7564d187 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.glif index 380da5b28..b58b2728d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.glif @@ -14,7 +14,7 @@ scommaaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.sc.glif index e5b8d8127..d5743f8b1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/scommaaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.glif index 53a5092ee..03c7fa7f5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.sc.glif index 1cad94cf7..6385c15e3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotaccent.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.glif index 84ffca9df..0ff36b063 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.sc.glif index ea089fa0d..87d4c5433 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelow.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.glif index 992e54094..4a98dfc03 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif index 8ce403d5c..f92587cbd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sdotbelowdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/second.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/second.glif index 1d4e9a6f5..306c5f50e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/second.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/second.glif @@ -12,7 +12,7 @@ second com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/secondtonechinese.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/secondtonechinese.glif index 7a545bc2b..417ffbe6d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/secondtonechinese.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/secondtonechinese.glif @@ -18,7 +18,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/section.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/section.glif index c0f4d959c..347818e65 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/section.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/section.glif @@ -63,7 +63,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/semicolon.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/semicolon.glif index ec78a59d7..81bfaf5b1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/semicolon.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/semicolon.glif @@ -12,7 +12,7 @@ semicolon com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.dnom.glif index a4b4c8d01..8348f6231 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.dnom.glif @@ -24,7 +24,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.glif index 6099b2ed6..1d01acf9e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.lf.glif index 64ea1b3df..8a64b718f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.lf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.numr.glif index 2e68de0c8..5dcfefbb3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.osf.glif index f8a8875e3..9c71dc753 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.osf.glif @@ -22,7 +22,7 @@ seven 5 4 2 1 71 2 1 1 1 0 89 0 0 0 20 1 76 0 0 0 6 0 6 17 3 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.sc.glif index ea8b8b255..022a74232 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.sc.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tf.glif index 24165a8af..ec4af920e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tosf.glif index 325f7e888..efdb39bfd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seven.tosf.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveneighths.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveneighths.glif index 0061d835a..c16ea5e6d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveneighths.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveneighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveninferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveninferior.glif index b724e5e1c..11d80a4ed 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveninferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/seveninferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sevensuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sevensuperior.glif index 0ffa27e90..d8db28ae5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sevensuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sevensuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:46:41 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sheqel.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sheqel.glif index 155d027aa..2fec69898 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sheqel.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sheqel.glif @@ -71,7 +71,7 @@ NPUSHB[ ] /* 27 values pushed */ 20 19 1 0 37 36 35 33 27 26 19 38 20 38 17 16 15 13 8 7 0 18 1 18 10 7 20 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.dnom.glif index 32e020b74..451c78225 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.dnom.glif @@ -53,7 +53,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.glif index 5f2141116..650d5c10b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.glif @@ -45,7 +45,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.lf.glif index 6649d7e2f..d866440b4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.lf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.numr.glif index 2aa64bb2c..855270add 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.osf.glif index 3fff162ce..691640cd2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.osf.glif @@ -66,7 +66,7 @@ six 4 1 2 0 1 74 23 1 0 72 0 0 2 0 114 0 2 3 2 114 4 1 3 3 1 92 0 1 1 26 1 76 24 24 24 40 24 39 45 38 38 5 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.sc.glif index 286d36d7e..de1b5e399 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.sc.glif @@ -46,7 +46,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tf.glif index 5088527df..94c10d22a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tosf.glif index f2903e457..5897cab25 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/six.tosf.glif @@ -44,7 +44,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixinferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixinferior.glif index 3ef417c2a..96fe15dba 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixinferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixperemspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixperemspace.glif index 0ad55862e..0b0a0dd2d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixsuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixsuperior.glif index e9fb47104..e50f1ad9b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixsuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sixsuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.case.glif index f5be7c750..fc988b3a5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.case.glif @@ -30,7 +30,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.glif index 6ad389326..8038534ce 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slash.glif @@ -31,7 +31,7 @@ PUSHB[ ] /* 5 values pushed */ 17 16 2 7 22 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashlongcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashlongcomb.glif index 3ebc66c6a..2f0733470 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashlongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashlongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashshortcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashshortcomb.glif index 69ec58816..ceef5ac2d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/slashshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.case.glif index f82238595..342ee7939 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.case.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.glif index ec61d6ab3..107344343 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/softhyphen.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey hyphen com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/space.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/space.glif index aa20f8963..e79d4c5f6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/space.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/space.glif @@ -10,7 +10,7 @@ space com.schriftgestaltung.Glyphs.lastChange - 2019/02/16 05:45:33 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sterling.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sterling.glif index 77d8d8925..10e4900a4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sterling.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/sterling.glif @@ -75,7 +75,7 @@ sterling 38 1 6 5 39 1 4 6 65 1 2 3 54 1 9 2 12 1 0 9 5 74 0 2 3 9 3 2 9 112 7 1 4 8 1 3 2 4 3 97 0 6 6 5 91 0 5 5 25 75 0 9 9 0 91 1 1 0 0 26 0 76 58 56 17 19 38 36 17 20 22 39 37 10 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokelongcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokelongcomb.glif index b06e70f4d..0ed0732ed 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokelongcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokelongcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokeshortcomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokeshortcomb.glif index 99b771d07..d3c401ea5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokeshortcomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/strokeshortcomb.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.originalWidth 293.0 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/summation.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/summation.glif index 3e3a71b9a..292443849 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/summation.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/summation.glif @@ -28,7 +28,7 @@ summation 8 1 1 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.glif index 7d9fffb34..16ef645f4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.glif @@ -62,7 +62,7 @@ NPUSHB[ ] /* 10 values pushed */ 37 40 17 17 17 17 16 7 7 27 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.sc.glif index ebd06867d..b40911c9a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/t.sc.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tbar.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tbar.glif index 9aafd9403..e87e59c4c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tbar.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tbar.glif @@ -38,7 +38,7 @@ NPUSHB[ ] /* 20 values pushed */ 0 0 0 39 0 39 38 37 17 17 17 17 22 37 40 17 17 12 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:10 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.glif index 9cdbc1c3f..300e3a7de 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.glif @@ -33,7 +33,7 @@ tcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 21:04:38 + 2019/02/18 20:31:10 com.schriftgestaltung.componentsAlignment -1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.sc.glif index ba37fe8ca..cbfd4c5dc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.glif index 703821bc0..3a0f9a7d6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.sc.glif index eed4968fd..91a7bc456 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcedilla.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.glif index dc2644838..603621401 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.sc.glif index 4554fb55b..2ce87bd67 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tcommaaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.glif index 81c9ef1f1..889e1ba8b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.sc.glif index e1c203178..b16af9d40 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.glif index 6185210f1..128757da0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.sc.glif index 014c09da9..3a52ae33a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.glif index a87d02c92..f30d5a55a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.sc.glif index 3af24a11e..08e76c5c7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tenge.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tenge.glif index f9edb0ce6..cd0a23a83 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tenge.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tenge.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thinspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thinspace.glif index 1e4f83b2a..942abc344 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thinspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thinspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.glif index 1f339d9f8..e69bf36dd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.glif @@ -70,7 +70,7 @@ NPUSHB[ ] /* 20 values pushed */ 20 20 0 0 20 33 20 32 26 24 0 19 0 18 18 19 37 8 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.sc.glif index ef6305880..2610ef676 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/thorn.sc.glif @@ -63,7 +63,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.dnom.glif index 06473d5e0..808fe491b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.dnom.glif @@ -57,7 +57,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:10 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.glif index 6e25185af..5df38e27b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.glif @@ -49,7 +49,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.lf.glif index 4c3afde24..15f4bf416 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.lf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.numr.glif index ebae5bd8c..c1b4465c7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.osf.glif index 883d9f14f..ceb5412cc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.osf.glif @@ -58,7 +58,7 @@ three 18 1 1 2 17 1 3 1 6 1 5 0 40 1 4 5 4 74 0 3 1 0 1 3 0 112 0 0 5 1 0 5 110 6 1 5 0 4 5 4 95 0 1 1 2 91 0 2 2 28 1 76 0 0 0 43 0 42 38 23 38 40 20 7 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.sc.glif index a0d6a57a0..89acc2c9a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.sc.glif @@ -50,7 +50,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tf.glif index cf89b1957..2ac9d9f2b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tosf.glif index 4060f5ce2..ff3c508f9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/three.tosf.glif @@ -48,7 +48,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeeighths.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeeighths.glif index d6b8ab046..7134864d4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeeighths.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeeighths.glif @@ -10,7 +10,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeinferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeinferior.glif index 25e26819d..312f9f9b9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeinferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeperemspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeperemspace.glif index 0e5092e78..33246c804 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeperemspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threeperemspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threequarters.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threequarters.glif index ef98935cb..44495a752 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threequarters.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threequarters.glif @@ -54,7 +54,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threesuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threesuperior.glif index b8cffd089..48d0c2b2f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threesuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/threesuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:06:11 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.case.glif index 292bfb327..de0eb0f2b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.case.glif @@ -42,7 +42,7 @@ tilde.cap 14 1 1 0 30 15 2 3 1 29 1 2 3 3 74 0 1 3 2 1 87 0 0 0 3 2 0 3 99 0 1 1 2 91 0 2 1 2 79 37 39 37 34 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.glif index 5f722658f..6d3a9c43f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tilde.glif @@ -50,7 +50,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.case.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.case.glif index db8dfe61c..a746fbf66 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.case.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.case.glif @@ -48,7 +48,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.glif index 769bc8fdd..314fc6a7c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tildecomb.glif @@ -49,7 +49,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.glif index 0d02a9401..b4d140136 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.sc.glif index 9bd4e0318..614a7667e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tlinebelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/trademark.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/trademark.glif index 430c66cb2..44ec6449e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/trademark.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/trademark.glif @@ -44,7 +44,7 @@ trademark 18 8 6 1 2 48 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tugrik.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tugrik.glif index e2c24fd5c..2cc0063cf 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tugrik.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/tugrik.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.dnom.glif index a93ea21dd..c592b4fdc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.dnom.glif @@ -40,7 +40,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:26 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.glif index bd813fae7..37bb4eb34 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.glif @@ -32,7 +32,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.lf.glif index b93e1bd67..5e76347c6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.lf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.numr.glif index db7771c54..d3684c5b2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.osf.glif index dd7f3f977..0c5799fc6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.osf.glif @@ -41,7 +41,7 @@ two 10 1 0 1 9 1 2 0 26 1 3 2 3 74 0 0 0 1 91 0 1 1 28 75 0 2 2 3 89 0 3 3 18 3 76 17 23 38 37 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.sc.glif index 3e5871f6e..f1bc29036 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.sc.glif @@ -33,7 +33,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tf.glif index f5e8b0e54..7460ce6f0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tosf.glif index b8c0439ba..bae05256a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/two.tosf.glif @@ -31,7 +31,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twofifths.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twofifths.glif index 13e19abe9..1812a2a50 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twofifths.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twofifths.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twoinferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twoinferior.glif index 0d7819f0e..b2c9a6f50 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twoinferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twoinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twosuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twosuperior.glif index 7eb471b42..2214eaa07 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 19:05:27 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twothirds.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twothirds.glif index 3b14530e6..0db72a50b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twothirds.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/twothirds.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.glyph.rightMetricsKey two.numr com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:45:50 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.glif index ce2d8ab96..b86c79a77 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.glif @@ -63,7 +63,7 @@ NPUSHB[ ] /* 13 values pushed */ 0 0 0 23 0 23 37 21 35 17 6 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:42 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.sc.glif index d5856db51..5799b426d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/u.sc.glif @@ -59,7 +59,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.glif index 7b1ae284e..411b2911b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.glif @@ -16,7 +16,7 @@ uacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.sc.glif index a412fc3e5..33ffbe8f5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.glif index 833eded98..7d690b0b1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.glif @@ -16,7 +16,7 @@ ubreve com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.sc.glif index 7197a0587..8de89b2bc 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ubreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.glif index e6bb7f16a..ff9f4f08c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.sc.glif index bad9042ff..c04644015 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucaron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.glif index e2b4dedf7..68f239d91 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.glif @@ -16,7 +16,7 @@ ucircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.sc.glif index 472f26af4..962023bf3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ucircumflex.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.glif index 91ec59ee5..799398ba4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.sc.glif index 1b016b94d..2399074f6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udblgrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.glif index cfc5ca5c3..c1ff9b5c7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.glif @@ -16,7 +16,7 @@ udieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.sc.glif index a71d0a008..78c2cec88 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresis.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.glif index b2c1bb34e..a3688a5c0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.sc.glif index 45cd2a2c2..aed07dac1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.glif index fe2434271..07d263516 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.sc.glif index 7c3034591..b57338e45 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresiscaron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.glif index 3ed7fac2d..1c7fe4154 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.sc.glif index e7c2a7222..7ac49683a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresisgrave.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.glif index d688d36c2..695c94f1a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.sc.glif index 339fe8a8b..c5ca7107e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udieresismacron.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:04 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.glif index dc9e3e64a..bf62117ee 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.sc.glif index 6a5312429..a8247eaba 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/udotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.glif index 9fc1b97a4..791c9ee11 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.glif @@ -16,7 +16,7 @@ ugrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.sc.glif index d323adbe7..ff0260d2e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ugrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.glif index 2e44900e1..7c72e277b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.sc.glif index 9c88b1c3b..b0e27d3bd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.glif index ad8f4d147..270504674 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.sc.glif index d72072ba9..7a7fbef36 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorn.sc.glif @@ -68,7 +68,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.glif index dfa35fa78..cba9e48d2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.sc.glif index 6d70a48ad..e742bcaa9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornacute.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.glif index 0176fa6c2..bee3d5fd9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.sc.glif index 799a6d10f..fbe97630b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorndotbelow.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.glif index e6596fb69..629123972 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.sc.glif index 8c3572012..1c02b626e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorngrave.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.glif index d62e399b2..225939438 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.sc.glif index 6aabbf134..093a14ff8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhornhookabove.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.glif index 8dcd05806..9c7a70db1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.sc.glif index 0b1fb97a8..e6ea4a370 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhorntilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.glif index 0887e9bab..4afa1d0bd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.glif @@ -16,7 +16,7 @@ uhungarumlaut com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.sc.glif index 953a864bd..12a715390 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uhungarumlaut.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.glif index 9952749c8..1cb7e40f6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.sc.glif index 7a0230ded..840ec3f63 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uinvertedbreve.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.glif index 43ebd2568..c57b996a9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.glif @@ -16,7 +16,7 @@ umacron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.sc.glif index a1d06d7da..49f910df0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacron.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.glif index cbd4f3620..d502c8c09 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.sc.glif index bd1645a82..44a6a7f4d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/umacrondieresis.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/underscore.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/underscore.glif index f3b612b45..3a18e7787 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/underscore.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/underscore.glif @@ -26,7 +26,7 @@ PUSHB[ ] /* 2 values pushed */ 6 0 WCVTP[ ] /* WriteCVTInPixels */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 19:32:43 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uni0000.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uni0000.glif index a43d421e2..418206a93 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uni0000.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uni0000.glif @@ -9,7 +9,7 @@ NULL com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.glif index ff2cd4987..19803b193 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.glif @@ -42,7 +42,7 @@ NPUSHB[ ] /* 15 values pushed */ 0 0 0 44 0 43 19 37 21 35 23 37 8 7 26 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:18:51 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.sc.glif index 2288adc14..acbce8c47 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uogonek.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upA_rrow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upA_rrow.glif index 49d2c975a..a39bd98c6 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upA_rrow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upA_rrow.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upB_lackT_riangle.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upB_lackT_riangle.glif index 3be9296d5..2237fb4e8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upB_lackT_riangle.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upW_hiteT_riangle.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upW_hiteT_riangle.glif index d8f91c3ee..5e2600c48 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/upW_hiteT_riangle.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.glif index 8a9b256e5..772753d1d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.glif @@ -16,7 +16,7 @@ uring com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.sc.glif index ae7eb84b7..93f42238a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/uring.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.glif index 8fd718a84..a91cc57ab 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.glif @@ -16,7 +16,7 @@ utilde com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.sc.glif index ab298ae9a..b2ff4c018 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utilde.sc.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.glif index e04b6d2ac..cb1ba7aeb 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.sc.glif index ac4973079..e5548d5e3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/utildeacute.sc.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:17:33 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.glif index 329cab968..dd4b29355 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.glif @@ -38,7 +38,7 @@ v 3 2 2 2 0 1 74 1 1 0 0 20 75 0 2 2 18 2 76 24 25 16 3 7 23 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.sc.glif index 4417c200f..6a21785f2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/v.sc.glif @@ -39,7 +39,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinelowmod.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinelowmod.glif index ca5cec095..0c906da47 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinelowmod.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinelowmod.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinemod.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinemod.glif index 47420b50a..1f514e371 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinemod.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/verticallinemod.glif @@ -14,7 +14,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:12 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.glif index ebc6367b0..a1df7438f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.glif @@ -52,7 +52,7 @@ w 25 24 21 17 16 8 6 0 2 1 74 4 3 2 2 2 20 75 1 1 0 0 18 0 76 25 23 18 20 22 5 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.sc.glif index a5512df57..042e66335 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/w.sc.glif @@ -50,7 +50,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.glif index 326dab820..d0789d55c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.glif @@ -14,7 +14,7 @@ wacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.sc.glif index d71912cbd..f08074a80 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wacute.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.glif index 2f0e26299..50b2409a3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.glif @@ -14,7 +14,7 @@ wcircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.sc.glif index 8f7b41b94..3d2a72389 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wcircumflex.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.glif index 479cf9d8d..e41c086b1 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.glif @@ -14,7 +14,7 @@ wdieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.sc.glif index 9c616d693..4996c6646 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wdieresis.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.glif index f558bc810..44d700a04 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.glif @@ -14,7 +14,7 @@ wgrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.sc.glif index 63b1381c2..0fd30255b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/wgrave.sc.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteD_iamond.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteD_iamond.glif index e3da7ba4b..fe114cfdd 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteD_iamond.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteD_iamond.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteS_quare.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteS_quare.glif index 33bc0453c..e191c64a7 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteS_quare.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/whiteS_quare.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/won.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/won.glif index 6e744e2aa..449483240 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/won.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/won.glif @@ -41,7 +41,7 @@ uni20A9 24 1 8 9 49 44 2 2 1 2 74 18 16 6 3 0 1 1 0 85 21 20 5 3 4 1 1 9 89 13 11 2 9 9 17 75 19 17 15 3 7 7 8 89 14 12 10 3 8 8 20 75 4 1 2 2 18 2 76 47 46 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 23 22 21 20 19 18 17 17 17 17 17 17 17 17 16 22 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/18 20:15:38 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.glif index 457de439f..ff662ab01 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.glif @@ -30,7 +30,7 @@ x 9 6 3 3 0 2 1 74 3 1 2 2 20 75 1 1 0 0 18 0 76 18 18 18 17 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.sc.glif index 980570a24..634bdacaa 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/x.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.glif index 2ccc75d74..fa6605427 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.glif @@ -56,7 +56,7 @@ y 35 29 2 2 3 16 1 1 2 15 1 0 1 3 74 4 1 3 3 20 75 0 2 2 18 75 0 1 1 0 91 0 0 0 30 0 76 27 18 19 37 43 5 7 25 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.sc.glif index a4cbc2010..82d183ea2 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/y.sc.glif @@ -42,7 +42,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.glif index 22f4a79d3..7a1bd08ef 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.glif @@ -14,7 +14,7 @@ yacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.sc.glif index 3ea76317d..be0ea93e3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.glif index 9aee7716a..f1a2b9889 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.glif @@ -14,7 +14,7 @@ ycircumflex com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.sc.glif index 77d7d0205..00c7a2f6a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ycircumflex.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.glif index 6617d5a8c..9712b3225 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.glif @@ -14,7 +14,7 @@ ydieresis com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.sc.glif index c8b69a230..3a7244b05 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydieresis.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 17:15:44 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.glif index b26ecfe8d..925e81591 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.sc.glif index 3b37ed43d..2b992e4e0 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.glif index eb7ff2bb2..fdd2e4406 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.sc.glif index f014ea8de..51f14d55e 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ydotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yen.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yen.glif index cccb35849..73231f883 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yen.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yen.glif @@ -41,7 +41,7 @@ yen 21 1 0 1 73 8 1 0 7 1 1 2 0 1 98 6 1 2 5 1 3 4 2 3 97 10 1 9 9 17 75 0 4 4 18 4 76 24 23 19 18 17 17 17 17 17 17 17 17 16 11 7 29 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:16 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.glif index 9514e4967..664135b79 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.glif @@ -14,7 +14,7 @@ ygrave com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.sc.glif index 9a9611051..ffee2b103 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ygrave.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.glif index d0dd308a2..d072e8ff8 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.sc.glif index 38722d342..768761b04 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/yhookabove.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.glif index a22076a33..39f31a850 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.sc.glif index ffce5a022..7d978a53f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ymacron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.glif index 8215d0191..d012f5322 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.glif @@ -11,7 +11,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.sc.glif index a93597c00..33e10bf63 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/ytilde.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.glif index 5dda2d6cf..a3ab37c5f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.glif @@ -31,7 +31,7 @@ z 0 2 2 3 89 0 3 3 20 75 0 0 0 1 89 0 1 1 18 1 76 17 19 17 16 4 7 24 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.sc.glif index 7b9ddda22..e9383c172 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/z.sc.glif @@ -43,7 +43,7 @@ CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:50:25 + 2019/02/18 20:31:10 public.markColor 0,0.67,0.91,1 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.glif index e1e964502..3ebf3a6de 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.glif @@ -15,7 +15,7 @@ zacute com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.sc.glif index aa8b7fb8a..48500e8a5 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zacute.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.glif index 26a3da6ef..e8bf15c6a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.glif @@ -15,7 +15,7 @@ zcaron com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.sc.glif index af16a73d2..95ce1516b 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zcaron.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.glif index 01739c2df..656d6149c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.glif @@ -15,7 +15,7 @@ zdotaccent com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.sc.glif index 764ffe807..c65a4029f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotaccent.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.glif index b433e1f6a..e03607792 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.glif @@ -12,7 +12,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.sc.glif index 4cc117628..4146e4c87 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zdotbelow.sc.glif @@ -13,7 +13,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:35 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.dnom.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.dnom.glif index f90739fa5..4aa168a5d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.dnom.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.dnom.glif @@ -43,7 +43,7 @@ 80 com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.glif index 48ef21625..09b5eabda 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.glif @@ -35,7 +35,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.glif index 201e38bc3..03297d226 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.zero.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.zero.glif index 269a4c822..b85bb7114 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.lf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.lf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.numr.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.numr.glif index 1c28b5788..aed00f5c4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.numr.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.numr.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.glif index d7821fda0..40004b504 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.glif @@ -41,7 +41,7 @@ zero 0 2 2 1 91 4 1 1 1 28 75 5 1 3 3 0 91 0 0 0 26 0 76 16 16 0 0 16 29 16 28 23 21 0 15 0 14 38 6 7 21 CALL[ ] /* CallFunction */ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.zero.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.zero.glif index fe196481c..b6272429f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.osf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.osf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.sc.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.sc.glif index 4c25467a6..d3c2a07c3 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.sc.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.sc.glif @@ -36,7 +36,7 @@ com.schriftgestaltung.Glyphs.Export com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.glif index 638b10cfc..09434117f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.zero.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.zero.glif index 381eea676..8adefd13f 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.glif index 4c84ccc68..c90136995 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.glif @@ -34,7 +34,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.zero.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.zero.glif index 6745e6f8e..ae749eaf9 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.zero.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.tosf.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero.tosf com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.zero.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.zero.glif index 72ab252e4..bd382eda4 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.zero.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zero.zero.glif @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.glyph.widthMetricsKey zero com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 com.schriftgestaltung.Glyphs.nodeUserData.0.3 name diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zeroinferior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zeroinferior.glif index 6126bdef9..47d22605c 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zeroinferior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zeroinferior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerosuperior.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerosuperior.glif index 48818a276..dbb8c332a 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerosuperior.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerosuperior.glif @@ -8,7 +8,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/14 16:46:03 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthjoiner.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthjoiner.glif index adf54048e..0f75a5495 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthnonjoiner.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthnonjoiner.glif index 4dcc31dae..3193298ce 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthnonjoiner.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthnonjoiner.glif @@ -6,7 +6,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthspace.glif b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthspace.glif index 19f736390..7e4c0794d 100644 --- a/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthspace.glif +++ b/sources/master_ufo/MerriweatherSans-UltraBoldItalic.ufo/glyphs/zerowidthspace.glif @@ -7,7 +7,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2019/02/15 20:49:21 + 2019/02/18 20:31:10 diff --git a/sources/master_ufo/MerriweatherSans.designspace b/sources/master_ufo/MerriweatherSans.designspace index 29b8a79a2..b3e3bd873 100644 --- a/sources/master_ufo/MerriweatherSans.designspace +++ b/sources/master_ufo/MerriweatherSans.designspace @@ -1,7 +1,7 @@ - + @@ -25,7 +25,7 @@ - +